/* 
lichtblauw: 	#D7E9F3 
midblauw: 		#2F97CF
donkerblauw:	#1E477A
textblauw:		#336699	
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #336699;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}



/* ======= menu items ======= */
.menu {
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #2F97CF
}

.menu-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.menu-button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #41A5DE
}


.menu-button-selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #1E477A;
}


.menu-button-selected:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #1E477A;
}

.submenu {
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #1E477A
	
}

.submenu-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.submenu-button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url('border-horizontal.gif');
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #336699
}
.submenu-button-selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #336699
}

/* ======= basis items ======= */
.foto {
	background-color: #D7E9F3;
	
	background-repeat: repeat-y;
	background-position: right top
}

.main-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	padding: 18px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position-y:50%
}

.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
}

.nieuwskolom {
 	background-color: #D7E9F3;
}

.nieuwskop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #2F97CF
}
.nieuwsbericht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336699;
	border-bottom: 2px solid #FFFFFF;
}

/* ======= onderste items ======= */
.onderback {
	background-color: #2F97CF;
	background-repeat: repeat-x
}
.ondertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}