@charset "utf-8";
/* CSS Document */

body {
	background-color:#333333;
	color: #000;
        margin: 0px;
	font:"Verdana", Arial, Helvetica, sans-serif;
	text-align:left;
        font-size: 10px;
        Overflow:hidden;
}


#horizon {
	background-color: #transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	visibility: visible;
	display: block;
}

#container{
	border:#000000 solid 1px;
	overflow: hidden;
	margin-left: -400px;
	position: relative;
	top: -250px;
	left: 50%;
	width: 800px;
	height: 500px;
	background-color:#639C35;
}


#header {
	height: 85px;
	width:800px;
	border-bottom:#000000 solid 1px;
	background-image:url(assets/images/logousvabikes.jpg);
background-repeat:no-repeat;
	}


#inhoud {
	float:right;
	width:585px;
	height:360px;
	padding: 10px;
        overflow: auto;
        font-family:"Verdana", Arial, Helvetica, sans-serif;
       font-size:13px;
	}

#menu{
	width:200px;
	height: 380px;
	float:left;
margin-left:-10px;
	border-right:#000000 solid 1px;
        overflow:auto;

}


#footer {

	width:800px;
	height: 35px;
	border-top:#000000 solid 1px;

}

h5{
font-size:12px;

}