html, body{ 
 margin:0; 
 padding:0;
 color : #646464;
 font-family : Verdana, Geneva, sans-serif;
 font-size : 14px;
 margin : 0;
 padding-bottom : 0px;
 padding-left : 0px;
 padding-right : 0px;
 padding-top : 0px;
 } 

a, a:visited{
 color : #cc061c;
 font-weight : bold;
 text-decoration : none;
 }

a:hover{
 background-color : #cc061c;
 color : #ffffff;
 font-weight : bold;
 text-decoration : none;
 }

.aandacht{
  font-weight: bold;
/*  text-shadow: #c02 0.1em 0.1em 0.2em; */
}

#pagewidth{ 
 max-width:1200em;  
 min-width:750px;  
 }
 
#header{
 position:relative; 
 height:200px; 
 background-color:#FFFFFF; 
 width:100%;
 }
 
#menu {
  clear:both;
  background-color:#cc061c; 
  height: 30px; 
  line-height:2em;
  width:100%;
  position: relative;
  padding: 0px 0px;
  text-align: left;
  white-space:nowrap;
  display:block;
  border-bottom: #646464 solid 2px;
  /* line-height: 100%; */
 } 

#menu a, a:visited {
 color: #ffffff;
 font-weight:bold;
 text-decoration: none; 
}
#menu a:hover {
 color:#cc061c;
 background-color:#fff;
 font-weight:bold;
 text-decoration: none; 
}

#vertaling a, a:visited, a:hover {
  color:#cc061c;
  font-weight: bold;
  text-decoration: none;
}

.button{
	background-color : #cc061c;
	font-size: 12px;
	color : #ffffff;
	font-family : verdana, sans-serif;
	font-weight : bold;
	text-decoration : none;
	}


.witteknop{
	background-color : #ffffff;
	font-size: 12px;
	color : #cc061c;
	font-family : verdana, sans-serif;
	font-weight : bold;
	text-decoration : none;
	}
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF;
 padding: 10px 0px;
 text-align: left;
}
 
#leftcol a, a:visited {
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	}

#leftcol a:hover{
	background-color : #ffffff;
	color : #cc061c;
	font-weight : bold;
	text-decoration : none;
	} 

#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 padding: 10px 0px; 
 }

#rightcol a, a:visited {
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	}

#rightcol a:hover{
	background-color : #ffffff;
	color : #cc061c;
	font-weight : bold;
	text-decoration : none;
	} 
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%;
 padding: 10px 0px;  
 }

#maincol a, a:visited{
 color : #cc061c;
 font-weight : bold;
 text-decoration : none;
 }

#maincol a:hover{
 background-color : #cc061c;
 color : #ffffff;
 font-weight : bold;
 text-decoration : none;
 }

#footer{
 text-align: center;
 height:20px; 
 background-color:#FFFFFF; 
 clear:both;}
  
#footer a, a:visited {
 color : #cc061c;
 font-weight : bold;
 text-decoration : none;
 }

#footer a:hover{
 background-color : #cc061c;
 color : #ffffff;
 font-weight : bold;
 text-decoration : none;
 }
 
#footer table {
background: #ddd;
color: #cc061c;
font-size : 10px;
}

/* *** 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 left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.shadow {  
-moz-box-shadow: 3px 3px 4px #666; /* Firefox/Mozilla */  
-webkit-box-shadow: 3px 3px 4px #666; /*Safari/Chrome */  
box-shadow: 3px 3px 4px #666; /* Opera & hoe het zou moeten */  
/* Voor IE 8 */  
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#646464')";  
/* Voor IE 5.5 - 7 */  
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#646464');  
}  

