html, body {
background: url("../img/weiland.jpg");
background: url("../img/bg-new.jpg");
margin: 0;
font: normal 14px arial, verdana;
height: 100%;
}

#header {
height: 165px;		
}

img#achtergrond {
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

#container {
background: #109ECD;
width: 800px;
margin: auto;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}
#header img { border: 0;}
#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* begin content */
#content {
font-size: 12px;
color: #002871;
line-height: 140%;
padding: 10px;
}

#content ul {		
list-style-position: outside;
line-height: 20px;			
}

#content a {
color: #002871;
font-weight: bold;
text-decoration: none;	
}

#content a:hover {
color: #002871;
font-weight: bold;
text-decoration: underline;	
}

#content h1 {
color: #FFFFFF;
font-size: 20px;
}

#content h2 {
color: #FFFFFF;
font-size: 18px;
}

#content h3 {
color: #FFFFFF;
font-size: 16px;
}

#content .foto {
margin: 3px;
background: #D2E8EE; 
border: #0E3A83 1px solid; 

padding: 12px; 
}

#content #albumnav {
margin: 3px;
background: #D2E8EE; 
border: #0E3A83 1px solid; 
width: 720px;
margin: auto;
text-align: center;
}
/* begin nieuwe stijl */
#container {
border: 2px solid #FFF;
border-top: 0;
padding-bottom: 0;
}
#header {
padding: 10px;
height: 100px;
}
.header-start {
color: #FFF;
position: absolute;
margin-top: -70px;
margin-left: 250px;
}
#nav ul {
padding:0; 
margin:0;
height: 30px;
list-style-type:none;
}
#nav ul li {
float:left;
}
#nav ul a {
display:block;
color:#FFF; 
text-align:center; 
padding:4px 0; 
padding: 6px 16px;
font-size: 120%;
text-decoration:none; 
float:left; 
}
#nav ul a:hover { background: #45acee;}
#nav ul li ul { 
display: none; 
position: absolute;
z-index: 1000;
background: #109ECD;
margin: 0;
padding: 0;
margin-top: 30px;
margin-left: -20px;
}
#nav ul li ul li { 
background: #109ECD;
float: none; 
margin: 0; padding: 0;
}
#nav ul li ul li a {
background: #109ECD;
border-top: 1px solid #FFF;
display: block;
float: none; 
padding: 4px;
width: 130px;
}
#nav ul li:hover ul, #nav ul li.over ul { display: block; } /* The magic */	

#links, #rechts {
float: left;
width: 49%;
height: 300px;
}
#rechts img, #links img { width: 100%; }
#rechts {
margin-left: 1%;
}
.clear { clear: both;}
#footer {
color: #FFF;
font-size: 80%;
text-align: center;
padding-bottom: 10px;
}
