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

*
	{
	margin:0px;
	padding: 0px;
	}

body{
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.5;
	color:				#e7e4d8;
	background-color:	#2c2d15;
	}

h1{
	font-family: serif;
	font-size: 40px;
	line-height: 50px;
	color: #e7daa4;
		}

a{
	color:				#e7daa4;
	text-decoration:	1px dotted #e7daa4;
	text-align:			left;
}

a:link{
	text-decoration:	1px dotted #e7daa4;
	color:				#e7daa4;
}

a:hover{
	text-decoration:	1px dotted #e7e4d8;
	color:				#e7e4d8;
}

.floatleft{
	display:inline;
	float:left;
}
.floatright{
	display:inline;
	float:right;
}
.contactLeft{
	float:left;
	width:200px;
}
.contactRight{
	float:left;
	margin-left:200px;
	width:200px;
}
#header{
	background:			url(./img/achter-onder.jpg);
	background-position:bottom;	
	background-repeat:	repeat-x;
	background-color:	#663333;
	height:				200px;
	}

#midheader{
	position:			relative;
	top:				0px;
	}

#wrapper{
	width:1000px;
	margin:0 auto 30px auto;
}

#menu {
	border-bottom: 1px solid #e7daa4;
	width:1000px;
	height:30px;
	padding:0 2px 0 2px;
}

#menu ul{

}

#menu ul li {
	display:block;
	float:left;
	font-weight:bold;
	height:30px;
	text-align: center;
	width:142px;
}
	#menu ul li a{
		color:#e7daa4;
		display:block;
		height:100%;
		text-align: center;
		text-decoration:none;
		padding-top: 3px;
		width:100%;
	}
	#menu ul li a:link{}
	#menu ul li a:visited{}
	#menu ul li a:hover{
		border-left: 1px solid #e7daa4;
		border-right: 1px solid #e7daa4;
		border-bottom: 1px solid #e7daa4;
		color:#e7e4d8;
		background-color:#663333;
	}
	#menu ul li a:visited{}

#contentArea{
	width:				1000px;
	}

#content{
	border-left: 1px solid #e7daa4;
	border-right: 1px solid #e7daa4;
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 10px;
	position:			relative;
	top:				20px;
	width:				600px;
	text-align:			left;
	font-weight:		bold;
	color:				#e7e4d8;
	}

#content img{
	margin-bottom:20px;
}

.cleardiv{
	clear:both;
}