@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/background2.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #000;
}
a img {
	border: 1px #e4ef57 solid;
}
.mail {
	text-decoration: underline;
	color: #e4ef57;
	margin: 0 0 5px 0;
}
.container {
	width: 900px;
	margin: -10px auto;
}
.divmidden {
	width: 900px;
	float: left;
}
#top {
	background-image:url(../img/top2.png);
	width: 854px;
	height: 321px;
	float: left;
}
#logo {
	background-image:url(../img/logo3.png);
	width: 357px;
	height: 80px;
	margin: 100px 0 0 240px;
	float: left;
}
#middle {
	background-image:url(../img/middle2.png);
	background-repeat:repeat-y;
	width: 854px;
	float: left;
}
#menu_container {
	width: 183px;
	float: left;
}
#menu {	
	background-image:url(../img/menu_lijn.png);
	background-repeat:repeat-y;
	background-position: 124px 0;
	list-style:none;
	float: left;
	margin: 0 0 0 50px;
	width: 135px;
}
#menu li {
	color: #e4ef57;
}
#menu li a:hover {
	color: #e4ef57;
}
#lijn_eind {
	background-image: url(../img/menu_eind.png);
	width: 8px;
	height: 38px;
	float: right;
}
.titel {
	margin: -70px 0 20px 0;
	color: #e4ef57;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#content { 
	float: left;
	width: 550px;
	margin: 0 0 20px 0;
}
.content_tekst {
	float: left;
	width: 530px;
	margin: 0 0 0 50px;
}
#foto_ref {
	list-style: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 500px;
}
#foto_ref li {
	float: left;
	margin: 5px;
	width: 410px;
}
.foto {
	width: 380px;
	float: left;
	margin: 0;
	padding: 5px;
	border: 1px #99020c solid;
}
.foto img {
	margin: 0 0 10px 0;
}
.foto a {
	float: left;
	display: inline;
	margin: 20px 0 10px 25px;
	width: 152px;
	color: #e4ef57;
	text-align: center;
}
.foto_tekst {
	text-align: center;
	color: #e4ef57;
	float: left;
	width: 150px;
}
#bottom {
	background-image:url(../img/bottom2.png);
	width: 854px;
	height: 205px;
	float: left;
}
#contact {
	margin: 50px 75px 0 0;
	font-size:11px;
	float: right;
}
