body {
   margin: 0px 0px 0px 0px;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-variant: normal;
   font-weight: 500;
   text-align: left;
}

#main {
	width:600px;
	background: #f3f3f3;
	}
#kop {
	position:relative;
	background: #00539F;
   color: white;
   font-family: "Arial Bold", sans-serif;
   font-size: 14px;
   font-stretch: narrower;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   text-align: left;
   text-transform: uppercase;
   padding-left: 15px;
   padding-top:4px;
   width:585px;
   height:22px;
}

#body {

	position:absolute;
	left:0;
	top:26px;
	width:598px;
	height:400px;
	background: #f3f3f3;
	border:1px solid #cbcccb;
	border-bottom: none;
	}

#leftColumn {
	position:absolute;
	left:0px;
	top:10px;
	width:265px;
	background: #f3f3f3;
	padding-left:15px;
	padding-right:10px;
	border-right:1px solid #cbcccb;
	}
#rightColumn {
	position:absolute;
	left:300px;
	top:10px;
	float:left;
	width:275px;
	background: #f3f3f3;
	}
#fotoBlok {

	position:absolute;
	top:400px;
	}
	
.pageTitle {

   color: #556581;
   font-family: "Arial Bold", sans-serif;
   font-size: 16px;
   font-stretch: normal;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   white-space: pre;
   }


.subTitle {

   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-variant: normal;
   font-weight: 500;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   }
   
a:hover { text-decoration:underline; } 

.foto { 	
	text-align:center;
	background-color:#00539F; 
} 


.foto a {
	color: white;
   font-family: "Arial Bold", sans-serif;
   font-size: 14px;
   font-stretch: narrower;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   text-decoration: none;

	}
.foto a:hover { text-decoration:underline; }

hr { color:#cbcccb; }
