@charset "iso-8859-1";
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #C3D7E1;
}

h1,
h2 {
	margin-bottom: 	0px;
	padding-bottom: 0px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

a:hover {
	color: #FF7600;
}

a {
	color: white;
}

#main {	
	margin: 0 auto;
	width:  752px;
	min-height:	100%;
	background-color: #C3D7E1;
	
	background-image: 	url('../img/site/achtergrondplaatjes.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#main_inner {
	padding: 10px 0 10px 0;
	background-color: #C3D7E1;
}

#menu {
	margin-top: 12px;
	float: 		left;
	background-color: #C3D7E1;
}

#menu ul {
	margin: 			0;
	padding: 			0;
	list-style-type: 	none;
}

#menu li {
	width: 		140px;
	margin: 	0;
	padding:	9px 0 9px 0;
	text-align: right;
}

#menu li.actief a {
	background-color: 	#89A3D7;
	color: 				white;
	
	background-image: 	url('../img/site/menuknop_aktief.gif');
	background-repeat: 	no-repeat;
	background-position: left;
}	

#menu a:hover {
	background-color: #89A3D7;
	
	background-image: 	url('../img/site/menuknop_aktief.gif');
	background-repeat: 	no-repeat;
	background-position: left;
}

#menu a {
	display: 			block;
	border-bottom: 		1px solid #fff;
	background-color: 	#4C6493;
	height: 			28px;
	padding: 			10px 0px 3px 4px;
	margin-bottom: 		-1px;

	text-decoration: 	none;
	text-align: 		center;
	font-family:		Verdana;
	font-size:			12pt;
	color: 				black;
	font-weight: 		bold;
	
	background-image: 	url('../img/site/menuknop_nietaktief.gif');
	background-repeat: 	no-repeat;
	background-position: left;
	
	border: 0;
}


#inhoud {
	background-color: 	#89A3D7;
	border: 			6px solid #4C6493;
	width: 				600px;
	float: 				left;
}
	
#tekst {
	position: 	relative;
	left: 		-150px;
	top: 		0px;
	float: 		left;
	padding: 	20px;
	width: 		380px;
	
	color: 		white;
	font-family:Tahoma;
	font-size: 	10pt;
}

#fotos {

	padding: 		20px;
	color: 			white;
	font-family:	Tahoma;
	font-size: 		10pt;
}	

#fotos h2 {
	padding-bottom: 10px;
}

#bovenkantplaatjes {
		
	background-image: 		url('../img/site/balkbovenplaatjes.gif');
	background-repeat: 		no-repeat;
	background-position: 	top;
}

#plaatjes {

	background-image: 		url('../img/site/achtergrondkleurplaatjes.png');
	background-repeat: 		repeat;
	
	z-index: 			10;
	position: 			relative;
	left: 				400px;
	top: 				30px;
	overflow: 			hidden;
	width: 				144px;
	float: 				left;
	
	min-height: 		100%;
	text-align:			center;
}



#plaatjes img {
	border: 		10px solid #FF4A00;
	margin-bottom: 	20px;
}

td.titel {
	background-color: #4C6493;
	color: white;
	font-size: 10pt;
	font-weight: bold
}

td {
	color: white;
	font-size: 10pt;
}