body {
	font-family: Verdana;
	font-size: 13px;
	color: #24316A;
	background-color: #FEF6D4;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

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


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

td.inhoud {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../layout/inhoud.jpg);
	background-attachment: scroll;
	background-color: #FFFFFF;
}
H3 {
	font-family: Verdana;
	font-size: 15px;
	color: #24316A;
}

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

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

IMG.fotoalbum {
	border: 1px solid #EEE4E4;
}

A.mainmenu_selected:link, A.mainmenu_selected:active, A.mainmenu_selected:visited,A.mainmenu_selected:hover  {
	font-family: Verdana;
	font-size: 12px;
	color: #2E3A70;
	font-weight: bold;
	text-decoration: none;
	text-indent: 3px;
	display:block;
}

A.mainmenu_unselected:link, A.mainmenu_unselected:active, A.mainmenu_unselected:visited,A.mainmenu_unselected:hover  {
	font-family: Verdana;
	font-size: 12px;
	color: #2E3A70;
	font-weight: normal;
	text-decoration: none;
	text-indent: 3px;
	display:block;
}

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

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

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: Verdana;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	background-color: #FFE788;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #000000;
	height: 1px;
}

A.button:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	background-color: #F9CB55;
	text-decoration: none;
	margin: 2px;
	padding: 1px 3px;
	border: 1px solid #000000;
}

ul#fotoalbums {
	list-style: none;
	margin:0px;
	padding:0px;
}

ul#fotoalbums li {
	display:block;
	float:left;
	width:220px;
	text-align:center;
	padding-bottom:15px;
}

