html,body{
	margin:0;
	padding:0;
	background:url(img/bg_middel.jpg);
	background-position:0px 100px;
	height:100%;
}
#header{
	height:113px;
	background:#FFFFFF;
}
#banner{
	width:715px;
	height:110px;
	margin:0 auto;
}
#logo{
	background:url(img/logo.jpg);
	width:248px;
	height:104px;
	float:left;
}
#right{
	float:right;
	height:60px;
	width:190px;
	margin-top:30px;
	font-family:"Myriad Pro", Arial;
	font-size:10pt;
	color:#242958;
}
#line{
	background:#dc3a44;
	height:2px;
}
#top{
	background:url(img/bg_top.png) repeat-x;
	height:90px;
}
#menu{
	height:30px;
	width:715px;
	margin:0 auto;
}
#topcontent{
	width:715px;
	margin:0 auto;
	height:26px;
	background:url(img/topcontent.png);
	margin-top:34px;
}
#middelcontent{
	width:715px;
	margin:0 auto;
	background:url(img/middelcontent.png);
}
#bottomcontent{
	width:715px;
	margin:0 auto;
	height:26px;
	background:url(img/bottomcontent.png);
}
#content{
	padding:10px 25px;
	font-family:"Myriad Pro", Arial;
	font-size:10pt;
	color:#000000;
}
#vlek{
	height:100%;
	background:url(img/licht.png) no-repeat 10% 0%;
}
.linksbutton{
	background:url(img/linksbutton.png);
	width:13px;
	height:30px;
	float:left;
}
.middelbutton{
	background:url(img/middelbutton.png);
	height:25px;
	float:left;
	padding-top:5px;
}
.rechtsbutton{
	background:url(img/rechtsbutton.png);
	width:13px;
	height:30px;
	float:left;
}
.button{
	float:left;
	margin-right:2px;
	font-family:"Myriad Pro", Arial;
	font-size:12pt;
	color:#000000;
	text-decoration:none;
}
.button:hover .rechtsbutton{
	background:url(img/rechtsbuttonhover.png);
}
.button:hover .middelbutton{
	background:url(img/middelbuttonhover.png);
}
.button:hover .linksbutton{
	background:url(img/linksbuttonhover.png);
}
a{
	font-family:"Myriad Pro", Arial;
	font-size:12pt;
	color:#1a4f96;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}
a:focus, eg a:focus { 
	outline:none; 
}



h1{
	font-size:18px;
	font-weight:normal;
	color:#1a4f96;	
	padding:0 0 8px 0}
p,blockquote{	
	line-height:140%;
	margin:0 0 16px 0}
blockquote{
	background:#fff;
	color:#333;
	border:1px solid #95CB42;
	border-left:5px solid #95CB42;
	padding:7px}
.album{
	background:#fff;
	border:1px solid #1a4f96;
	border-left:5px solid #1a4f96;
	padding:7px;
	text-decoration:none;}
	blockquote p{
		margin:0}
#container {
	width:760px;
	margin:0 auto;}
#hd{
	height:150px}
	#hd h2{	
		font-size:34px;
		font-weight:normal;
		text-align:center;
		color:white;
		float:left;
		margin-top: 60px;	
		}
	#hd h2 small{
		font-size:11px;
		margin:-14px 0 0 0;
		display:block}
	#hd ul{
		float:right;
		list-style:none;
		margin:61px 0 0 0}
		#hd ul li{
			float:left}
		#hd ul a{
			color:#1a4f96;
			display:block;
			line-height:47px;
			text-decoration:none;
			padding:1px 14px;
			margin:0 2px;
			font-size:20px}
		#hd ul a.act,#hd ul a:hover{
			border:1px solid #1a4f96;
			border-bottom:0;
			padding:0 14px;
			margin:0 1px;
			background:#1a4f96}
#ct{
	width:730px}
	#ct ul{
		list-style:none;
		margin:0 0 13px 20px}
	#ct ul li{
		padding:0 0 3px 18px;
		background:url(img/bllt.gif) left 4px no-repeat}
#sdm{
	float:right;
	width:200px}
	#sdm h2{
		border:1px solid #1a4f96;
		background:#fff;
		text-transform:uppercase;
		font-size:12px;		
		padding:2px 0 0 6px;
		line-height:22px;
		margin:0 0 10px 0}
	#sdm p{
		padding:0 0 0 7px}
		#sdm p a{
			font-weight:bold;
			color:#1D1D1D}
		#sdm p a:hover{
			text-decoration:none}
	#sdm ul{
		list-style:none;
		padding:0 0 0 7px}
		#sdm li{
			padding:0 0 4px 0}
#ft{
	clear:both;
	width:730px;
	margin:0 230px 0 0;
	padding:10px 0 20px 0;
	text-align:center;
	font-size:11px;
	color:#666;
	border-top:1px solid #1a4f96}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #e9e9e9;
	border: 1px solid black;

	border-bottom:1px solid black;
	padding: 1pt;
	margin: 5px;
   }
        
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #e9e9e9;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
	}
	
.vlag{
filter:alpha(opacity=30); /* IE's opacity*/
opacity: 0.30;
margin-left:5px;
}
.vlag:hover{
filter:alpha(opacity=100); /* IE's opacity*/
opacity: 1;
margin-left:5px;
}
