body {
	background:url(images/bg.png) repeat-x #272727;
	margin-top:0px;
	font: 12px Tahoma;
	color:#272727;
	text-align:left;
}

a {
	color:#1c6271;
	text-decoration:none;
}

div#container_top {	
	margin:0 auto 0 auto;
	padding-top:0px;
	width:880px;
	height:180px;
}

div#left_bg {
	width:40px;
	height:180px;
	background:url(images/bg_left.png);
	float:left;
}	

div#right_bg {
	width:40px;
	height:180px;
	background:url(images/bg_right.png);
	float:right;
}	

div#menu {
	background:url(images/menu.png);
	height:50px;
	width:800px;
	margin:21px auto 0 auto;
	float:left;
}

div#menu ul {
	margin: 0 0 10px 10px;
	float:left;
	list-style: none;
	padding: 15px 5px 10px 5px;
}
	
div#menu li{
	display: inline;
}	

div#menu a {
	font: 14px Tahoma;
	color:#363636;
	text-decoration:none;
	margin: 0 30px 0 0;
	padding: 10px 5px 13px 5px;
	font-weight:bold;
}	

div#menu a:hover {
	background:url(images/menu_hover.png);
	color:#FFFFFF;
}	

div#menu_onder {
	width:800px;
	height:7px;
	margin: 0 auto 0 auto;
	background:url(images/under_menu.png);
	float:left;
}	

div#advertentie {
	width:478px;
	height:90px;
	float:right;
}

div#top_advertentie {
	background:url(images/advertentie.png) ;
	width:80px;
	height:30px;
	float:left;
}		

div#advertentie_ruimte {
	background:url(images/banner.png);
	width:468px;
	height:60px;
	float:left;
}	

div#container_under {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
}

div#top_content {
	width:800px;
	height:11px;
	float:left;
	background:url(images/content_header.png);
}	

div#content {
	background:#FFFFFF;
	float:left;
	width:800px;
}

div#content_margin {
	width:770px;
	margin:4px 15px 4px 15px;
	float:left;
}

div#rechts {
	width:280px;
	float:right;
}

div#links {
	width:450px;
	float:left;
}	

div#linkss {
	width:280px;
	float:left;
	margin-top:5px;
}	

div#linkss ul {
	list-style:none;
	padding: 4px 0 0 0;
}

div#linkss li {
}

div#linkss li a {
	color:#bababa;
	text-decoration:none;
	padding: 0 0 0 0;
}	

div#linkss li a:hover {
	color:#272727;
	text-decoration:underline;
}	

div#content_right {
	width:280px;
	float:right;
}

div#voordelen {
	background:url(images/voordelen.png) no-repeat;
	width:280px;
	height:280px;
}

div#voordelen_tekst {
	width:260px;
	height:260px;
	padding: 10px 10px 10px 10px;
}

div#voordelen_lijst {
	float:left;
	width:270px;
}

div#voordelen_lijst ul {
	list-style-image:url(images/plus.png);
}

div#voordelen_lijst li {
	padding:0 4px 4px 4px;
}

div#download {
	width:280px;
	height:80px;
	margin-top:10px;
	float:right;
}
	

div#links {
	width:450px;
	height:auto;
	float:left;
}	


.content_left {
	width:450px;
	float:left;
	margin-bottom:10px;
}

.content_left h1 {
	margin: 0;
	padding: 0;
	font: 14px Tahoma;
}	

.content_left h2 {
	margin: 0;
	padding: 0;
	font: 11px Tahoma;
	color:#bababa;
}

.content_left h2 a {
	color:#bababa;
}	


.content_scheiding {
	background:url(images/scheiding.png) repeat-x;
	height:9px;
	width:450px;
}	
	

div#bottom_content {
	width:800px;
	height:11px;
	float:left;
	background:url(images/content_bottom.png);
}

div#footer {
	width:800px;
	background:url(images/footer.png);
	height:28px;
	margin:0 auto 0 auto;
	float:left;
}

div#footer p {
	margin-top:5px;
	margin-left:5px;
	color:#474747;
	float:left;
}		

div#footer a {
	float:right;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	color:#5c5c5c;
	text-decoration:none;
}	

div#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}			
	

