@charset "UTF-8";
/* CSS Document */


h2{
padding:0px;
margin:0px;
font-size:40px;
}

img{

border:none;

}


a:link{

color:#ffffff;
text-decoration:none;

}

a:hover{
font-weight:bold;
text-decoration:none;

}


a:visited{
color:#ffffff;
text-decoration:none;

}

body{
background-image:url(BEELD/bg.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;

}

#container{

width:916px;
margin:auto;

}


#container2{

width:800px;
margin:auto;

}

.opvulling{

width:116px;
height:10px;
float:left;
}

.mainpic{

width:800px;
height:268px;
background-image:url(BEELD/mainpic.jpg);
float:left;
text-align:right;
padding-top:20px;

}

.links{
	width:800px;
	padding-left:116px;
	height:49px;
	
	float:left;
}

.links2{
	width:800px;
	
	height:49px;
	
	float:left;
}

.sublinks{
	width:116px;
	float:left;
	padding-top:23px;
}

.seperator{
	width:800px;
	padding-left:116px;
	height:6px;
	float:left;
}

.seperator2{
	width:800px;
	
	height:6px;
	float:left;
}

.output{
	width:727px;
	float:left;
	
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 33px;
	padding-bottom: 20px;
}

.footer{

width:734px;
height:30px;
float:left;
padding-left:33px;
padding-right:33px;
padding-top:10px;
text-align:center;

background-color:#FFFFFF;

}

/*teksten*/


.footer_link{color:#666666;}
.txt_links {font-size: 12px}
.txt_rest_links{color:#666666; font-weight:bold;}


/*hr*/

.hr { border-bottom:dotted 1px #FFFFFF;}

