﻿/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#646464; /*grijs*/ 
  font-family:Verdana,Tahoma,arial;
 font-size:1em;
 line-height:1.5em; 

} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:30px; 
  background-image:url('../images/header.jpg');
 width:100%;
} 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:900px; 
 /*background image voor vervolgpagina's*/
 background-image:url('../images/main_bck.jpg');
 background-repeat:repeat-y;	
 }

 
#content{
width:500px;
margin-left:200px;

font-size:0.8em;
font-weight:normal;
line-height:1.5em;
background-image:url('../images/main_logo_bck.jpg');
background-repeat:no-repeat;
padding-top:40px;
padding-bottom:10px;
}
 
#footer{
 height:37px; 
  background-image:url('../images/footer.jpg');
 clear:both;
 } 
 
 #menu {
	padding-top:0px;
	margin-left:185px;
	font-size:13px;
	font-weight:	bold;
	color:#00882F;
	/*border:1px solid lime;*/
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height:30px;
  /*border: 1px solid red;*/
 
	}
#menu li {
	  float: left;
  position: relative;
  width: 106px;
  /*border: 1px solid white;*/
}

#menu ul li {
	position: relative;
}

#menu ul li a {
	display: block;
/*	background-image:url('images/menu/home_menu_p1.jpg');*/
	background-repeat:no-repeat;
	text-decoration: none;
	color: #fff;
	height:30px;
	line-height:30px;
/*	padding-top:4px;
	border:1px solid blue;*/
	}

#mnu_item1 a {
	padding-left:15px;
	border-left:1px solid white;
	}
#mnu_item2 a {
	padding-left:15px;
	border-left:1px solid white;
}
#mnu_item3 a {
	padding-left:15px;
	border-left:1px solid white;
}
#mnu_item4 a {
	padding-left:15px;
	border-left:1px solid white;
}
#mnu_item5 a {
	padding-left:15px;
	border-left:1px solid white;
	border-right:1px solid white;
}

#mnu_item1 a:hover {
	background-color:#407584; 
}
#mnu_item2 a:hover {
	background-color:#3C7166;
}
#mnu_item3 a:hover {
	background-color:#376C4A;
	}
#mnu_item4 a:hover {
	background-color:#346833;
}
#mnu_item5 a:hover {
	background-color:#284F28;
}

h1 {
	font-size: 1.2em;
	font-weight:bold;
}
 
 /* *** 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 */  



