html, body {
	background-color: #2f2520;
}

html {
	overflow-y: scroll;
}

#container {
	margin: 0 auto;
	width: 839px;
}

#header {
	margin-top: 25px;
	background: url(../img/site/header.png) no-repeat;
	width: 824px;
	height: 171px;
	border: 7px solid #3a302b;
}

/*Level 1 menu*/

ul.nav { 
	border-left: 7px solid #3a302b;
	border-right: 7px solid #3a302b;
	border-bottom: 7px solid #3a302b;
	width: 825px;
	height: 40px;
	font-size: 12px;
	background: #ecd257;
	position: relative;
}

ul.nav li { 
	float: left; 
}

ul.nav a:hover { 
	color: #e7e7e2; 
}

ul.nav a:active { 
	color: #e7e7e2; 
}

ul.nav li a { 
	display: block; 
	height: 40px;
	line-height: 40px;
	padding: 0px 10px; 
	border-right: 1px solid #dec135;
	color: #07305e; 
}

ul.nav li:last-child a { 
	border-right: none; 
}

ul.nav li.hover,
ul.nav li:hover { 
	background: #f9e273; 
	color: #f9e273; 
	position: relative; 
}

ul.nav li.hover a { 
	color: #07305e; 
}

/*Level 2 menu*/

ul.nav ul {
	width: 165px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
}

ul.nav ul li {
	background: #f9e273; 
	color: #07305e; 
	border-bottom: 1px solid #ecd257;
	border-left: 1px solid #ecd257;
	border-right: 1px solid #ecd257; 
	float: none; 
}							  

ul.nav ul li a { 
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	border-right: none; 
	width: 100%; 
	display: inline-block; 
}

#main {
	margin-top: 30px;
	width: 340px;
	float: left;
}

#heading {
	background: url(../img/site/h1-bg.png) repeat-x;
	height: 38px;
	line-height: 38px;
}

.border {
	border: 7px solid #3a302b;	
}

#content {
	background-color: #e7e7e2;
	padding: 25px;
}

#clear {
	height: 30px;
	display: block;
	clear: both;
}

p.dagen, p tijden {
	float: left;
	width: 100px;
}

p.links, p rechts {
	float: left;
	width: 200px;
}

#largImg {
	width: 478px;
	height: 330px;
}

#galerie {
	float: left;
	margin-top: 30px;
	margin-left: 7px;
	border: 7px solid #3a302b;
	float: left;
	width: 478px;
	background: #3a302b;
	height: 402px;
}

.thumbnails {
	background: url(../img/site/.png) repeat;
	position: relative;
	top: 0px;
	padding-right: 7px;
	height: 79px;
	width: 471px;
}

.thumbnails img {
	position: relative;
	margin: 7px 3px 0px 0px;
}

#contact {
	float: left;
	position: relative;
	left: -7px;
	top: 7px;
	padding: 25px;
	background-color: #e7e7e2;
	margin-top: 7px;
	border: 7px solid #3a302b;
	width: 276px;
}

#contact-home {
	float: left;
	padding: 25px;
	width: 428px;
	background-color: #e7e7e2;
	border: 7px solid #3a302b;
	margin: 7px 0 0 7px;
}

#footer {
	float: left;
	display: block;
	width: 825px;
	font-size: 10px;
	color: #6d615a;
	margin-top: 7px;
	padding: 7px 7px 20px 0px;
}

#footer-home {
	float: left;
	display: block;
	width: 825px;
	font-size: 10px;
	color: #6d615a;
	padding: 7px 7px 20px 0px;
}
