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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333333;
	margin:auto;
}
	
#header {
	background-image:url(../images/header3.jpg);
	background-repeat:no-repeat;
	background-color:#333333;
	height:300px;
	width:1000px;
	margin:auto;
}

#taal {
	height:20px;
	width:20px;
	float:right;
	margin-right:65px;
}

#taal2 {
	height:20px;
	width:20px;
	float:right;
	margin-right:50px;

}

#wrapper {
	background-image:url(../images/achtergrond-content.jpg);
	background-repeat:repeat-y;
	width:1000px;
	margin:auto;
	min-height:622px;
	clear:both;
}

#content {
	width:750px;
	min-height:622px;
	float:left;
	clear:both;
}

#nav, #nav ul {
	margin:auto;
	width:1000px;
	background-color:#d6d6d6;
	height:30px;
	text-align:center;
	padding: 0 0 0 0;
	list-style: none;
}

#nav li {
float: left;
width: 120px;
height:30px;
width:150px;
}

#nav li:hover {
background-color:#333333;
}

#nav ul {
position: absolute;
width: 150px;
left: -1000px;
margin-bottom:10px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 5px 5px 3px 5px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FF0000;
}

ul a{
font-weight: bold;
color: #FF0000;
cursor: pointer;
height:21px;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color:#FF0000;
cursor: pointer;
height:30px;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{
height:30px;
}

ul ul li{
background-color: #d6d6d6;
height:30px;
}

li.opsomming {
margin-left:30px;
line-height:18px;
}

li.opsomming2 {
margin-left:20px;
line-height:0px;
}

li.opsomming3 {
margin-left:30px;
line-height:0px;
}

a.links {
margin-left:20px;
}

#toprechterbalk {
	background-image:url(../images/toprechterbalk.jpg);
	height:62px;
	width:250px;
	float:right;
}	

#rechterbalk {
	background-image:url(../images/rechterbalk.jpg);
	background-repeat:repeat-y;
	background-color:#d6d6d6;
	min-height:330px;
	width:250px;
	float:right;
}

#fotocontent {
	width:750px;
	margin:auto;
}	

input {
float:right;
}

textarea {
float:right;
}

#wrapform {
	height:300px;
	width:290px;
}

#wrapperfooter {
	width:1000px;
	margin:auto;
}
#footer {
	background-color:#FFFFFF;
	width:1000px;
	height:30px;
	margin:10px 0px 0px 0px;
	border-bottom:10px #333333 solid;
	float:left;
}

a {
	color:#000000;
	text-decoration:none;
	margin-left:20px;
	margin:0 0 0 0;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}

a:visited {
	color:#000000;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:20px 0px 20px 20px;
	line-height:18px;
}

p.first {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:right;
	margin-right:20px;
}

p.second {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:-18px 0px 0px 30px;
}

p.thirth {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:5px 0px 0px 400px;
}

p.fourth {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:20px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF0000;
	margin-left:20px;
	margin-top:30px;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */