@charset "utf-8";
/* CSS Document */

body {
	background-color:#333333;
	color: #000;
        margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
        font-size: 12px;
        overflow: auto;
}


#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;
}



#inhoud {
	float:right;
	width:800px;
	height:425px;
	padding: 10px;
        background-image:url(assets/images/homeplaatje.jpg);
        background-repeat:no-repeat;
        background-position:center;
	}



#footer {
        position:relative;
	width:800px;
	height: 75px;
        bottom:0px;
}

.footer {
padding:0px;
line-height:50px;
text-decoration:none;
text-align: left;
width: 800px;

}
.footer a:link,
.footer a:visited {
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height:25px;
color:#fff;
text-decoration:none;
	

}

.footer ul li a:active.{
color:#000;
}
.footer ul {margin-left:45px; margin-top:10px;}
.footer ul li {float:left; height: 25px; padding-left:24px; margin-left: 40px; background-image:url(/assets/images/wieletje.gif); background-repeat:no-repeat;}

.footer a:hover {
text-decoration:none;
color:#000;
}
