	body,
	html {
		margin:0;
		padding:0;
		color:#000;
		height:100%;
		width:100%;
		overflow:auto;
	}
	#wrap {
		width:970px;
		height:70%;
		margin:0 auto;
	}
	#header {
    	padding:1px 1px;
		height:190px;
		margin-top:0px;
	}

	#sidebar {
		float:left;
		width:230px;
		height:84%;
		padding:10px;
	}

	#main {
		float:right;
		width:700px;
		padding:0px;
		padding-bottom:20px;
	}
	
	#maininfo {
		float:right;
		width:700px;
		height:10px;
		padding:0px;
		padding-bottom:20px;
		visibility:hidden;
		overflow:hidden;
	}
	
	#zoekbalk {
		clear:both;
        position: fixed !important;
        position: absolute; /* ie6 value b/c !important ignored */ 		
		width:250px;
        height:100px; 
        bottom: 20px; 
        z-index: 5; 
		height:27px;
	}
	#footer {
		clear:both;
        position: fixed !important;
        position: absolute; /* ie6 value b/c !important ignored */ 		
		width:970px;
        bottom: 0px; 
        z-index: 5; 
		height:20px;
	}

	* html #footer {
		height:1px;
	}
	
	#navigatie {
		 font-family: verdana, Helvetica, Arial, sans-serif;
		 font-size: 15px;
		 font-weight: bold;
		 width: 16em;
		 border-right: 1px solid #ffffff;
		 padding: 0;
		 margin-top:-3px;
		 margin-bottom: 1em;
		 background-color: #ffffff;
		 color: #ffffff;
	}
		
	#navigatie ul {
		 list-style: none;
		 margin: 0;
		 padding: 0;
	}
		
	#navigatie ul li {
		 margin: 0;
		 border-top: 1px solid #ffffff;
	}
		
	#navigatie ul li a {
		 display: block;
		 padding: 2px 2px 2px 3px;
		 border-left: 10px solid #ffffff;
		 border-right: 1px solid #ffffff;
		 border-bottom: 1px solid #ffffff;
		 background-color: #ffffff;
		 color: #000000;
		 text-align:center;
		 vertical-align:top;
		 text-decoration: none;
		 width: 100%;
	}
		
	html>body #navigatie ul li a {
		 width: auto;
	}
		
	#navigatie ul li a:hover {
		 border-left: 10px solid #ffffff;
		 border-right: 1px solid #ffffff;
		 border-bottom: 1px solid #ffffff;
		 background-color: #c40000;
		 color: #ffffff;
	}
	.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62px;

}
	.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
	.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	#bedrijfhier a {
	color:#ffffff; text-decoration: none; background-color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; 
}
	#bedrijfhier a:hover {
	color:#c40000; text-decoration: none; background-color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
}


