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

* {
	margin: 0;
}


html, body {
	height: 100%;
}


body {
background: url(../afbeeldingen/bgmain.png); 
background-repeat:repeat-x; 
background-color:#e0faff; 
}

.titel {
color:#FF9000;
font-family:Arial;
font-size:24px;
font-weight:bold;
}

.returnbutton {
height: 30px;
width: 30px;
background: url(../images/return.png);
display:block;
border:none;
cursor:pointer;
float:right;
}

.boeknu {
margin-right:12px;
height: 41px;
width: 208px;
background: url(../images/boeknu.png);
display:block;
border:none;
cursor:pointer;
float:right;
}

.gaverder {
height: 38px;
width: 150px;
background: url(../images/gaverder.png);
display:block;
border:none;
cursor:pointer;
float:left;
}


.bevestig {
height: 38px;
width: 150px;
background: url(../images/bevestig.png);
display:block;
border:none;
cursor:pointer;
float:left;
}

.print {
height: 38px;
width: 150px;
background: url(../images/print.png);
display:block;
border:none;
cursor:pointer;
float:left;
}

.standardBold {
color:#FF9900;
font-family:Arial;
font-size:24px;
font-weight:bold;
}


#container {
width:950px;
}

#villainfolinks {
	float:left;
	width:440px;
	padding-top:20px;
	padding-bottom:270px;
}

#villainfocontent {
	background:#FFFFFF;
}

#boxtop{
	background:url(../afbeeldingen/boxtop.png);
	width:440px;
	height:30px;
}

#boxbottom{
	background:url(../afbeeldingen/boxbottom.png);
	width:440px;
	height:30px;
}

#villainforechts{
	float:right;
	width:440px;
	padding-top:20px;
	padding-bottom:270px;
}

#zoekvak{
background:url(../images/map.png);
height:352px;
margin:0 auto;
width:849px;
}

#zoeken {
float:left;
left:400px;
position:relative;
top:40px;
}

#bovenbar {
background: url(../afbeeldingen/bovenbar.png);
margin-bottom:23px;
padding-top:0;
width:100%;
}

#header {
background: url(../afbeeldingen/header.png);
height:162px;
margin-top:18px;
width:907px;
}

#main {
margin:32px auto;
width:907px;
padding-bottom:235px;
}

#contentbox {
padding-top:20px;
}


#contentboxtop {
background-image: url(../afbeeldingen/contentbox_top.png);
height:29px;
}

#contentboxcontent {
background-color:#FFFFFF;
min-height:100px;
}

#contentboxbottom{
background-image: url(../afbeeldingen/contentbox_bottom.png);
height:29px;
}

#footer{
height:100px;
background:#ffcc00;
position: absolute;
bottom:0;
width:100%;
}

#footerelement{
height:113px;
width:200px;
position: absolute;
bottom:100px;
background-image: url(../afbeeldingen/house.png);
width:389px;
left:60%;
}

#wrapper {
min-height:100%;
position:absolute;
width:100%;
}

#bovenmenu {
margin-left:65%;
margin-right:0;
margin-top:-28px;
width:336px;
font-family: Arial;
font-size:16px;
color:#FF9000;}

#bovenmenu a {
font-family: Arial;
font-size:16px;
color:#FF9000;
text-decoration:none;}

#bovenmenu a:hover {
font-family: Arial;
font-size:16px;
color:#FF9000;
text-decoration:underline;}

.plattetekst {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-left:10px;
}

.koppen {
	color:#FF9900;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

li {
	margin-left:20px;
}