/* CSS Document */


*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* end Floatfix*/

body{
	background: #fff url(../img/bg_body.jpg) repeat-x;
	color: #383737;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #383737;
}

a:hover{
	text-decoration: underline;
	color: #ff00d2;
}

h1{
	height: 28px;
	color: #fff;
	font-size: 18px;
	background: url(../img/bg_h1.jpg) repeat-x;
	padding: 5px 0 0 10px;
}

#wrapper{
	width: 1000px;
	margin: 0 auto;
}

#header{
	width: 1000px;
	height: 100px;
	background: url(../img/bg_header.jpg) no-repeat;
}

#content{
	padding-top: 5px;
}

#left{
	width: 150px;
	float: left;
	
}

#left ul{
	padding: 10px;
	list-style: none;
	background: #f2f2f2;
	margin-bottom: 10px;
}

#left ul li{
	list-style: none;
	padding: 0 0 2px 0;
}

#left ul li a{
	background: url(../img/bullet_off.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

#left ul li a:hover{
	background: url(../img/bullet_on.gif) left center no-repeat;
}

#top{
}

#topleft{
	width: 650px;
	float: left;
}

#toplinkjes{
	padding: 0 10px 0 10px;
}

#topleft h2{
	font-size: 12px;
	margin: 5px 0;
}

#topleft h2 a{
	color: #ff00d2;
}

#topright{
	width: 180px;
	float: right;
	background: #f2f2f2;
}

#topright #aankeiler{
	height: 180px;
	margin: 10px auto;
	width: 125px;
	background: #f2f2f2;
}

#bottom{
	padding: 10px 0 0 0;
}

#overzicht{
	padding: 0 10px 10px 10px;
}

#overzicht dl{
	width: 205px;
	float: left;
}

#overzicht dl dt{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}

#overzicht dl dt, #overzicht dl dt a{
	color: #ff00d2;
}

#right{
	width: 840px;
	float: right;
}

#footer{
	text-align: center;
	padding: 10px 0;
}