	/* Algemeen */
body { 
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width: 600px;
	background: #BBBBBB; 
	font-size: 12px;
	color: #191C25;
	font-family: Verdana;
}

#container {
	width: 762px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}

#top { 
	position: relative; 
	top: 0; 
	left: 0; 
	padding: 0;
	margin: 0;
	width: 762px;
	height: 19px;
	font-size: 12px;
	background: #FFFFFF url('../images/ontwerp/container_top.jpg'); 
}

#header { 
	position: relative; 
	top: 0; 
	left: 0; 
	padding: 0;
	margin: 0;
	width: 762px;
	height: 111px;
	background: #FFFFFF url('../images/ontwerp/container_achtergrond.jpg') repeat-y right;
}

#midden { 
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 762px;
	background: #FFFFFF url('../images/ontwerp/container_achtergrond.jpg') repeat-y right; 
}

#voet { 
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 762px;
	height: 56px; 
	background: #FFFFFF url('../images/ontwerp/container_bottom.jpg'); 
	padding: 0;
}
	/* margin of padding: T R B L; */
	
#voet_tekst { 
	position: relative; 
	top: 16px; 
	left: 85px; 
	font-size: 11px;
	color: #FFFFFF;
/*	padding: 16px 0 0 85px;*/
}

a	{
	color: #191C25;
}

a:hover	{
	text-decoration: none;
	color: #191C25;
}

div.spacer {
	clear: both;
}

	/* Einde algemeen */

	/* Kop */

#logo { 
	position: relative; 
	top: 0; 
	left: 18px; 
	width: 235px;
	height: 102px; 
	float: left;
}

#fotos { 
	position: relative; 
	top: 0; 
	left: 48px; 
	float: left;
	width: 440px;
	height: 102px; 
}

#foto1 { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 210px;
	height: 87px;
	text-align: center;
}

#foto1_onderschrift {
	position: absolute; 
	top: 87px; 
	left: 0; 
	width: 210px;
	height: 15px;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#foto2 { 
	position: absolute;  
	top: 0; 
	left: 230px;
	width: 95px;
	height: 87px;
	background-color: red;
}

#foto3 { 
	position: absolute;  
	top: 0; 
	left: 360px; 
	width: 80px;
	height: 87px;
}

#foto2_onderschrift {
	position: absolute; 
	top: 87px; 
	left: 230px; 
	width: 210px;
	height: 15px;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

	/* Einde kop */
	
	/* Center */
	
	/* Navigatie */
#navigatie_box { 
	position: relative; 
	top: 5px; 
	left: 45px; 
	float: left;
	width: 160px;
}

#navigatie_top { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 160px;
	height: 16px; 
	font-size: 7px;
	background: #ffffff url('../images/ontwerp/navigatie_top.gif');
}

#navigatie_center { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 160px;
	background: #ffffff url('../images/ontwerp/navigatie_achtergrond.gif') repeat-y;
}

#navigatie_bottom { 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 160px;
	height: 18px; 
	font-size: 10px;
	background: #ffffff url('../images/ontwerp/navigatie_bottom.gif');
}

.navigatie {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	/* margin of padding: T R B L; */
#navigatie {
	padding: 3px 0 5px 9px;
	margin: 0;
	display: block;
	color: green;
	line-height: 14px;
}

a.nav	{
	text-decoration: none;
	color: #191C25;
}

a.nav:hover 	{
	text-decoration: underline;
	color: #191C25; 
}

a.pointer	{
	text-decoration: none;
	color: #191C25;
}

a.pointer:hover 	{
	text-decoration: underline;
	color: #191C25; 
}

.pointer {
	cursor: pointer !important;
}

	/* Einde navigatie */

	/* Midden */

#content {
	position: relative; 
	top: 5px; 
	left: 126px; 
	float: left;
	width: 440px;
}

.content_tekst {
	font-size: 12px;
	color: white;
	font-family: Arial;
}

/* titel van de pagina */

h1 {
	margin: 0 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}

/* subtitel op een pagina */

h2 {
	margin: 0 0 12px 0;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
}
 
p {
	margin: 0 0 12px 0;
	padding: 0;
}


	/* Kolommen hoofdpagina */

#kolom_links {
	position: relative; 
	top: 5px; 
	left: 126px; 
	float: left;
	width: 220px;
}

#kolom_rechts {
	position: relative; 
	top: 5px; 
	left: 136px; 
	float: left;
	width: 210px;
}

	/* Einde kolommen hoofdpagina */

	/* Einde midden */
	
	/* Voet */
	
a.voet	{
	color: white; 
}

a.voet:hover	{
	color: white; 
}

	/* Einde voet */
