@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	font-family:Verdana, Geneva, sans-serif;
	min-width:990px;
	width:auto !important;
	width:990px;

}
.header{
	width:100%;
	background-image:url(../images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:325px;
}
.uitlijnen{
	width:990px;
	margin:0 auto;
}
#logo{
	margin-left:40px;
	margin-top:40px;
	border:0px;
}
.menu{
	float:left;
	font-size:14px;
	margin-top:5px;
}
.menu a{
	display:block;
	width:232px;
	padding-left:30px;
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #a3d06c;
	padding-top:5px;
	padding-bottom:5px;
}
.menu a:hover{
	background-color:#e7e8ea;
	color:#696969;
	padding-left:40px;
	width:222px;
}
.band{
	width:990px;
}
.content{
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:256px;
	height:auto !important;
	height:256px;
	font-size:13px;
}
.inhoud{
	padding-top:15px;
	padding-left:25px;
	width:600px;
	font-size:13px;
}
.inhoud a{
	color:#82b340;
}
.footer{
	margin-top:15px;
	width:600px;
	font-size:11px;
	border-top:1px solid #555;
	margin-bottom:20px;
	padding-top:5px;
	color:#555;
}
.footer a{
	color:#555;
}
h1{
	font-size:18px;
	color:#82b340;
	margin:0px;
	padding-top:20px;
	padding-bottom:15px;
}
h2{
	font-size:16px;
	color:#000;
}
#foto{
	padding-top:23px;
	float:right;
}
#foto3{
	padding-top:23px;
	float:right;
	width:345px;
}
#foto3 img{
	border:0px;
}
#foto2{
	padding-top:23px;
	float:right;
	width:345px;
}
#foto2 a{
	text-decoration:none;
	border:1px solid #333333;
	width:300px;
	display:block;
	padding:7px;
	color:#333333;
	margin-bottom:10px;
}
#foto2 a:hover{
	border:1px solid #82b340;
	color:#82b340;
}
.mobiel{
	position:absolute;
	margin-left:777px;
	margin-top:85px;
	color:#6f6e73;
	font-size:12px;
}

.mobiel a{
	color:#6f6e73;
	font-size:12px;
	text-decoration:none;
}

