/*****Reset*****/  
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

/*****Basic Elements*****/  
body {
	background-color: #a6a099;
	background-image: url(../_assets/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #ada091;
	line-height: 1.4;
}
h1 {

}
h2{
	font-family: Georgia, Palatino;
	font-size: 15pt;
	color: #d7d1ca;
	font-weight: normal;
}
h3{

}
h4{

}
h5{

}
h6{

}
a {
	color: #d7d1ca;
	text-decoration: underline;
}
a:hover {
	color: #9f9a97;
}

/*****Generic Classes*****/  
#logo h1 {
	display: none;
}
#tekst ul{
	padding-left: 20px;
}

/*****Basic Layout*****/  
#wrapper {
	width: 850px;
	height: 560px;
	margin: 50px auto;
	border: solid #d7d1ca 1px;
	background-color: #22180a;
	background-image: url(../_assets/bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#logo {
	background-image: url(../_assets/logo.png);
	background-repeat: no-repeat;
	width: 278px;
	height: 175px;
	display: block;
	z-index: 100;
	position: absolute;
}
#nav {
	width: 480px;
	height: 30px;
	margin-left: 360px;
	margin-top: 65px;
	position: absolute;
}
#navlist li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	font-family: Georgia, Palatino;
	font-size: 13pt;
	color: #705a3c;
	list-style-position: inside;
}
#navlist a {
	font-family: Georgia, Palatino;
	font-size: 13pt;
	color: #705a3c;
	text-decoration: none;
}
#navlist a:hover, #navlist a.cur {
	font-family: Georgia, Palatino;
	font-size: 13pt;
	color: #b59a74;
}
#foto {
	width: 300px;
	height: 380px;
	margin-left: 30px;
	margin-top: 150px;
	background-color: #2f2619;
	border: solid #d7d1ca 1px;
	z-index: -10;
}
#tekst {
	width: 450px;
	height: 380px;
	margin-left: 360px;
	margin-top: 150px;
	position: absolute;
}
#fotogallerij {
	width: 790px;
	height: 380px;
	margin-left: 30px;
	margin-top: 165px;
	z-index: -15;

}
#footer, #footer a {
	margin-top: 40px;
	text-align: right;
	color: #22180a;
	font-size: 8pt;
}
#footer a:hover {
	color: #d7d1ca;
}

form {
	border: none;
}
