@charset "UTF-8";
body {
	background-color: #93A8D9;
	overflow: auto;
}
#container{
	width: 800px;
	height:602px;
	position: absolute;
	margin: 0px auto;
	right: 50%;
	bottom: 50%;
	margin-right: -400px;
	margin-bottom: -301px;
}
#header{
	background-repeat:no-repeat;
	height: 73px;
	width: 100%;
	position:relative;
}
a.header{
	border-width: 0px;
}
a.header:Hover {
	border-width: 0px;
}
#nav1{
	background-color: #2E529C;
	height: 30px;
	width: 100%;
	position: relative;
	padding-top: 9px;
}
#nav2{
	background-color: #9A9900;
	height: 28px;
	width: 775;
	position: relative;
	padding-top: 11px;
	padding-left: 25px;
}
#content{
	width: 100%;
	height: 413px;
	overflow: hidden;
	position: relative;
	background-color:#FFF;
	padding: 0px;
}
#footer{	
	width: 100%;
	height: 29px;
	background-color: #2E529C;
	position: relative;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
#content_afbeelding {
	width:241px;
	height: 413px;
	position: absolute;
	overflow: hidden;
	padding:0px;
}
#content_tekst {
	left: 241px;
	width: 499px;
	height: 388px;
	position: absolute;
	overflow:auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.navlink1 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a.navlink1:Hover {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a.navlink2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a.navlink2:Hover {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
.navlink {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.kop1{
	font-size:14px;
	font-weight: bold;
}
.kop2{
	font-size:12px;
	font-weight: bold;
}





