body {
	margin: 0px 0px 20px 0px;
	text-align: center;
}

/* ======================================= */
/* Hoofdonderdelen */
/* ======================================= */

div#main {
	margin: 0 auto;
	text-align: left;
	width: 600px;
	position: relative;
}

/* ======================================= */
/* Header */
/* ======================================= */

div#header {
	text-align: center;
}

img#logo {
	width: 101px;
	height: 143px;
	margin: 50px 0px 50px 0px;
}

div#divider {
	width: 600px;
	height: 5px;
	background-color: black;
	margin: 12px 0px 4px 0px;
}

div#moodSetterBox {
	width: 600px;
	height: 268px;
	position: relative;
}

img.moodSetterImage {
	width: 600px;
	height: 268px;
	position: absolute;
	top: 0px;
	left: 0px;
}

img#moodSetterImage
{
	visibility: hidden;
}

/* ======================================= */
/* Menu */
/* ======================================= */

div#menuMain
{
    font-size: 14px;
    text-transform: lowercase;
    color: #ababab;
	text-align: center;
}

div#menuMain a 
{
    color: #ababab;
	text-decoration: none;
}

div#menuMain span.divider
{
	margin-left: 6px;
	margin-right: 6px;
}

div#menuMain a.menuitemmainSel
{
	color: #555;
}

div#menuMain a.menuitemmain:hover
{
	color: #555;
}

div#footer 
{
    text-align: right;
    margin-top: 16px;
}

div#footer span.menuItem
{
    margin-left: 14px;
}

div#footer a 
{
    color: #525252;
    font-size: 12px;
    text-transform: lowercase;
	text-decoration: none;
}

/* ======================================= */
/* Body */
/* ======================================= */

div#body {
	width: 600px;
	margin: 35px 0px 0px 0px;
}

/* ======================================= */
/* 0pmaak */
/* ======================================= */

p
{
	color: #999;
}
 
h1 {
	color: #555;
}

h2 {
	color: #555;
}

h3 {
	color: #555;
}

a {
	color: #555;
}

input, textarea {
	font-size: 14px;
	color: black;
}

hr {
	color: #828282;
	height: 1px;
}

form {
	float: left;
	margin: 0px;
}

/* ======================================= */
/* Formulieren */
/* ======================================= */

select {
	width: 100%;
	margin-bottom: 12px;
}

div.inputBox {
	float: left;
	width: 360px;
	border: 1px solid transparent;
	margin-bottom: 2px;
}

div.knoppen {
	width: 360px;
	text-align: right;
}

div.foutmelding{
	text-align:left;
	color: #ABABAB;
}

/* ======================================= */
/* Menukaart */
/* ======================================= */

div.menukaart h2
{
 	color: #555;
}