/* CSS Document */

html, body {height: 100%;}
html, body { margin:0px; padding:0px; top:0px;}
body {background:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif;}
body > #wrap {height: auto; min-height: 100%;}

a { text-decoration:none; outline:none; }
a img { border:none; outline:none; }
img { display:block; outline:none;  }
table { padding:0px; margin:0px; border:0 none; }

#clearblock { display:block; position:relative; clear:both; }

#wrap{
	position:relative;
	display:block;
	background:#FFF;
	width:100%;
	height:100%;
	margin:0 auto;
	z-index:4;
}

#titelpagina{
	display:block;
	position:relative;
	padding:0px;
	width:900px;
	height:57px;
	background-color:#FFFFFF;
}

#content { z-index:5; }
#main { padding-bottom:150px; z-index:6; width:900px; margin:0 auto; }  /* must be same height as the footer */

#menu, #menu_low {
	position:fixed; display:block; top:52px;
	z-index:8000; width:180px;
	text-align:right; }

*:first-child+html #menu {
	top:52px; }
*html #menu {
	position:absolute;
	top:20px; float:left; width:180px; text-align:right; }

#footer {
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
 	height:170px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#363636;
}
*html #footer {
	width:100%;
	position:relative;
	left:0px;
	margin-bottom:-170px;
 	height:100%;
	font-size:11px;
	color:#FFFFFF;
	background-color:#363636;
}

.clearfooterhome { height:250px; clear:both; }
.clearfooter { height:50px; clear:both; }
.clearfooter_klant { height:2px; clear:both; }

#foot{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#footer_top {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	z-index:2;
	background-color:#1fb25a;
}
#spacer { height:10px; display:block; position:relative; width:100%; background:#FFF; }

#footer_bot {
	position:relative;
	display:block;
	width:100%;
	height:120px;
	z-index:2;
	padding-top:0px;
	bottom:0px;
}
	
clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix {display: block; }

#cms_balk {
	display:block;
	position:relative;
	padding-top:3px;
	width:900px;
	margin:0px auto;
}
#cms_artist {
	display:block;
	position:relative;
	width:100%;
	padding:4px 4px 8px 4px;
	background:#C1E3C7;
	margin:0px auto;
}

#keurmerktrouwen { display:block; right:0px; float:right; margin-top:10px; text-align:right; width:44px; background:#666; }

