body {
	font-family: Arial;
	font-size: 13px;
	color: #24316A;
	background-color: #FDFDFE;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(../layout/images/restvulling.jpg);
	background-position: top;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #004FA3;
}

table,tr,td {
	font-family: Arial;
	font-size: 13px;
	color: #24316A;
}

div.adres {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


td.inhoud {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../layout/images/inhoud.jpg);
	background-attachment: scroll;
	background-color: #FAF8F6;
}
H3 {
	font-family: Arial;
	font-size: 15px;
	color: #00BBE5;
}

div.inhoud {
	height:  100%;
	width: 100%;
	overflow: auto;
	padding: 8px;
}

INPUT {
	border: 1px solid #1F5351;
	color: #24316A;
	background-color: #EDF6FF;
	height: 18px;
}
TEXTAREA {
	border: 1px solid #1F5351;
	color: #24316A;
	background-color: #EDF6FF;
	padding: 2px;
}
INPUT.checkbox,INPUT.radio{
	border: 0px solid #FFFFFF;
	color: #24316A;
	background-color: #FFFFFF;
	height: 18px;
	padding: 1px;
	dotted;
}

a:link, a:active, a:visited {
	color: #24316A;
	font-weight: bold;
}
a:hover {
	color: #24316A;
	font-weight: bold;
}

a.mainmenu_selected,a.mainmenu_selected:link, a.mainmenu_selected:active, a.mainmenu_selected:visited,a.mainmenu_selected:hover  {
	font-family: Arial;
	font-size: 11px;
	color: #00BBE5;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
}

A.mainmenu_unselected:link, A.mainmenu_unselected:active, A.mainmenu_unselected:visited,A.mainmenu_unselected:hover  {
	font-family: Arial;
	font-size: 11px;
	color: #004FA3;
	font-weight: normal;
	text-decoration: none;
	text-indent: 3px;
}

td.mainmenu_unselected {
	cursor:pointer;
	background-image: url(../layout/menu_off.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #004FA3;
}

td.mainmenu_selected,td.mainmenu_selected:hover {
	cursor:pointer;
	background-image: url(../layout/menu_on.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #004FA3;
}

td.submainmenu_unselected {
	cursor:pointer;
	background-image: url(../layout/submenu_off.jpg);
	background-repeat: no-repeat;
}

td.submainmenu_selected,td.submainmenu_selected:hover {
	cursor:pointer;
	background-image: url(../layout/submenu_on.jpg);
	background-repeat: no-repeat;
}

A.button:link, A.button:active, A.button:visited {
	font-family: Arial;
	font-size: 11px;
	color: #014FA2;
	letter-spacing: 1px;
	background-color: #ECF5FE;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #000000;
	height: 1px;
}

A.button:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	background-color: #0551A5;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #014FA2;
}


