html {
	height:100%;
}
body {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	height:100%;
	background-color:#d8e2ee;
	background-image:url(img/bg01.gif);
	background-repeat:repeat-x;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
a {
	outline:none;
}
hr {
	border:1px solid #000;
}
table {
	font-size:12px;
}
#container {
	position:relative;
	width:900px;
	margin-left:-450px;
	left:50%;
	min-height:100%;
	_height:100%;
	background-image:url(img/bg-container.gif);
}
#header {
	position:relative;
	height:150px;
	background-image:url(img/bg-header.jpg);
	border-bottom:2px solid #fff;
}
#header h1,#header h2 {
	text-indent:-9999px;
	position:absolute;
}
#menu {
	position:absolute;
	width:250px;
	z-index:5;
}
#taalkeuze{
	position:relative;
	background-image:url(img/bg-taalkeuze.gif);
	height:38px;
	width:240px;
	z-index:9;
}
#taalkeuze li{
	list-style:none;
	float:left;
	width:110px;
	background-color:#fff;
	background-image:url(img/pijl01.gif);
	background-repeat:no-repeat;
	background-position:5px 6px;
	margin:5px;
}
#taalkeuze a{
	color:#2f3769;
	text-decoration:none;
	padding-left:15px;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	display:block;
}
#nav{
	position:relative;
	background-image:url(img/btn-border.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:1px;
	font-size:10px;
}
#nav a:hover{
	color:#fff;
	font-weight:bold;
}
#nav li li a:hover{
	color:#000;
}
#gegevens{
	padding:15px;
}
#gegevens p{
	padding:5px 0 10px;
}
#content {
	position:relative;
	padding:10px 25px 25px 250px;
	text-align:justify;
	z-index:2;
}
#content a{
	color:#6AB7D3;
}
#content a:hover{
	text-decoration:none;
}
#content p{
	padding-bottom:10px;
}
#content #titel{
	border-bottom:4px solid #d8e2ee;
	height:28px;
	margin-bottom:10px;
	letter-spacing:-1px;
}
#content #Name{
	float:left;
	clear:both;
	line-height:28px;
	font-weight:normal;
	font-size:17px;
	border-bottom:4px solid #6ab7d3;
	color:#404040;
	text-indent:20px;
	padding-right:10px;
	background-image:url(img/pijl03.gif);
	background-repeat:no-repeat;
	background-position:2px 12px;
}
#content ul{
	margin-left:25px;
}
#content #contactForm .error{
	color:#ff0000;
}
#content #contactForm label.error{
	font-size:11px;
	line-height:13px;
}
#footer {
	position:relative;
	height:17px;
	padding-top:3px;
	margin-top:-20px;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:right;
}
#footer img{
	vertical-align:text-top;
	margin-right:5px;
}
#closeBut{
	width:40px;
	height:16px;
	text-indent:-9999px;
	background-image:url(img/close.gif);
	background-repeat:no-repeat;
	display:block;
}