/* standaard waarden */
*{
	margin:0;
	padding:0;
	border:0;
}
html,body{
	text-align: left;
	background: #fff url('/images/repeat-x.jpg') repeat-x;
	height:100%;
	width:100%;
}

div#wrapper {
	width:100%;
	background:transparent url('/images/footer.jpg') bottom center repeat-x;
}
div#wrapper2 {
	width:901px;
	margin:0 auto;
}

/* container */
div#container{
	text-align: left;
	width:100%;
}
div#logo{
	float:left;
	width:100%;
	height:117px;
	background:url('/images/logo.jpg') no-repeat;
}
div#logo ul{
	float:left;
	display:inline;
	list-style-type:none;
	margin-left:205px;
	margin-top:88px;
}
div#logo ul li{
	float:left;
	display:inline;
	margin-left:1px;
}
div#logo ul li a {
	float:left;
	display:block;
	height:29px;
	background:url('/images/menua.jpg') repeat-x;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	padding-top:7px;
}
div#logo ul li a.active {
	
	background:url('/images/menuh.jpg') repeat-x;
	
	color:#FFFFFF;

}
div#submenu ul li a.active {
	
	color:#ffffff;
	background-color: #422f21;

}
div#logo ul li a:hover {
	float:left;
	display:block;
	height:29px;
	background:url('/images/menuh.jpg') repeat-x;
	padding-left:10px;
	padding-right:10px;
}
div#headerleft{
	float:left;
	width:636px;
	height:323px;
	_margin-top:-7px;
}
div#headerright{
	float:left;
	height:323px;
	width:220px;
	_margin-top:-7px;
}
div#headerright h1{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#968372;
	text-transform:uppercase;
	padding-left:20px;
	padding-right:0px;
	padding-top:15px;
}
div#headerright p{
	font-family:arial;
	font-size:12px;
	color:#d0cbc5;
	padding-left:20px;
	padding-top:5px;
	line-height:17px;
}
div#content {
	float:left;
	width:100%;
	padding-bottom:40px;
}

div#subcontainer {
}

div#subcontainer p {
	font-family:arial;
	font-size:11px;
	line-height:30px !important;
}

div#links{
	float:left;
	width:206px;
	background:url('/images/bg.jpg') no-repeat top right;
}
div#links h3{
	color:#442e20;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:25px;
	padding-top:45px;
}
div#links .des{
	clear:both;
	padding-left:25px;
	font-family:arial;
	font-size:12px;
	color:#442e20;
}
div#links .right a{
	padding-left:80px;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color:#442e20;
	text-transform:uppercase;
}
div#occasion{
	margin:5px 0 5px 25px;
	width:114px;
	padding:6px;
	background-color:#332117;
}
div#center {
	float:left;
	width:468px;
	background:url('/images/bg2.jpg') no-repeat;
	min-height:243px;
	_height:243px;
	display:inline;
	margin-left:20px;
}
div#center h2{
	color:#442e20;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:0px;
	padding-top:45px;
	
}
div#center p {
	padding-left:0px;
	padding-right:10px;
	font-family:arial;
	font-size:12px;
	color:#404040;
	padding-top:5px;
	line-height:17px;
	width: 440px;
	text-align: justify;
}
div#right{
	float:left;
	width:201px;
}
div#right h3{
	color:#442e20;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:45px;
}
div#right a {
	float:left;
	display:inline;
	margin-left:5px;
	padding-top:15px;
}
div#footer{
	float:left;
	height:177px;
	background:#422f21 url('/images/footer.jpg') repeat-x;
	width:100%;
	display:inline;
}
div#footer .left{
	float:left;
	color:#9f968d;
	font-family:arial;
	font-size:12px;
	height:157px;
	line-height:19px;
	padding-top:20px;
	padding-left:15px;
}
div#footer .rechts{
	float:left;
	color:#9f968d;
	font-family:arial;
	font-size:12px;
	height:157px;
	line-height:19px;
	padding-top:20px;
	padding-left:35px;
}

div#footer .rechts1{
	float:right;
	width:350px;
	height:40px;
	margin-top:20px;
	margin-left: 50px;
}
div#footer .rechts2{
	float:right;
	width:300px;
	height:50px;
	margin-top:0px;
	margin-left: 65px;
	padding-right:50px;
}
div#footer .rechts1 img{
	float:right;
	}
div#footer .rechts2 span{
	float:right;
	}
div#whitescreen{
	float:left;
	width:100%;
	background:#fff;
}