@charset "utf-8";
/* CSS Document */

body {
	background-color: #FCFBF8;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	height: auto;
}
#front {
	float: left;
	height: auto;
	width: 1024px;
	-webkit-box-shadow:  10px 10px 50px 10px #000;
	box-shadow:  10px 10px 50px 10px #000;
	background-color: #D9D6CF;
 -moz-border-radius: 0px 0px 15px 15px;
webkit-border-radius: 0px 0px 15px 15px;
border-radius: 0px 0px 15px 15px;       
}
#main {
	float: left;
	height: auto;
	width: 1024px;
}
#main1 {
	float: left;
	height: auto;
	width: 1004px;
	padding: 10px;
}

#front links {
	float: left;
	height: auto;
	width: 300px;
	display: block;
	color: #7D2C33;
	padding: 10px;
}
#front rechts {
	float: right;
	height: auto;
	width: 650px;
	display: block;
	padding: 10px;
	color: #7D2C33;
}
#footer {
	background-color: #7D2C33;
	float: left;
	height: auto;
	width: 1024px;
	padding-top: 10px;
	padding-bottom: 10px;
-moz-border-radius: 0px 0px 15px 15px;
webkit-border-radius: 0px 0px 15px 15px;
border-radius: 0px 0px 15px 15px;
}
.witcopy {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}



#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 341px;
	width: 1024px;
}
#header logo{
	background-image: url(../images/logo.png);
	float: left;
	height: 200px;
	width: 365px;
	background-repeat: no-repeat;
	margin-left: 90px;
	margin-top: 30px;
	display: block;
	position: absolute;
}
#header adres {
	width: auto;
	float: left;
	height: auto;
	margin-top: 100px;
	display: block;
	margin-left: 500px;
	position: absolute;
}
#header menu {
	display: block;
	position: absolute;
	margin-top: 300px;
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.hoofdmenu {
	color: #333;
	background-color: #C2B799;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	-moz-border-radius: 10px 10px 0px 0px;
	webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9FA19E;
	border-right-color: #9FA19E;
	border-left-color: #9FA19E;
}
.hoofdmenu:hover {
	color: #FFF;
	background-color: #C2B799;
	text-decoration: none;
}
.accent {
	color: #000;
}
.tdtekst12 {
	font-size: 12px;
}
