/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 margin-top:10px; 
 padding:0; 
 text-align:center; 
 background-image: url(img/bg.jpg);
 background-repeat: repeat-y, repeat-x;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 
} 
 
#pagewidth{ 
 width:830px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-image: url(img/bg-main.jpg);
 background-repeat: repeat-y;
} 
 
#header{
 position:relative; 
 height:140px; 
 background-image: url(img/header.jpg);
 width:100%;
} 

#headerlogo {
 background-image: url(img/logo-klein.png);
 background-repeat: no-repeat;
 background-position: 15% 25% ;
 height: 140px;
}
 
#rightcol{
 background-color: #261208;  
 float: right; 
 width:185px; 
 }

#hoofdtekst {
background-image: url(img/artikel-header.jpg);
font-size: 11px;
background-repeat: no-repeat;
width:631px;
margin-top: 7px;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 7px;
background-color: #ffe6cd;
}

#maincol {
 background-color: #fff;
 overflow:hidden;
 display:inline; 
 position: relative; 
 float:left;
 width: 645px;

}

.afbeelding {
float:right;
margin-left: 20px;
margin-bottom: 20px;
}

.afbeelding-home {
margin-left: 80px;
}

h1.rubriek_titles {
	text-transform: uppercase;
	position: absolute;
	color: #FFF;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	width: 310px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e2c13;
	padding-left: 10px;
	padding-top: 15px;
}

h2 a{
text-decoration: none;
color: #5e2c13;
}
p {
padding-left: 10px;
}

/*Navigatie*/
#nav ul {

	list-style-type: none;
	width: 175px;
	margin-top: 7px;
}

#nav li {
	margin-bottom: 7px;
	margin-left: -37px;
	
	
}
#nav ul li a {
	display: block;
	background-image: url(img/menu.png);
	background-repeat:no-repeat;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 33px;
	padding-top: 6px;
	height: 30px;
}
#nav ul li a:hover {
	background-image: url(img/menu-hover.png);
}



#footer{
 height:20px; 
 font-size: 11px;
 padding-left: 10px;
  background-color:#01790a; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
