﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}
body {
	background-color:#edddce;
}

body {
	margin:0px;
	padding:0px;
}
.clearen {
	clear:both;
}

#container {
	margin: 0 auto;
	width:975px;
	background-color:#ffffff;
	padding:0px 0px 10px 0px;
}

#kop {
	background-image:url('../afbeeldingen/kop.jpg');
	height:156px;
	background-position:left top;
	background-repeat:no-repeat;
}
#logo {
	position:absolute;
	width:143px;
	height:95px;
	margin:27px 0px 0px 27px;
}
#logo img {
	border:0px;
}
#fotobalk {
	width:597px;
	height:69px;
	border:3px solid #d6ae8b;
	position:absolute;
	margin:43px 0px 0px 190px;
	background-image:url('../afbeeldingen/kopfotos/willekeurig.php');
	background-position:left top;
	background-repeat:no-repeat;
}
#naw {
	position:absolute;
	margin:23px 0px 0px 810px;
	width:155px;
	text-align:right;
	color:#c1986d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}
#naw a {
	color:#c1986d;
}
.nawheader {
	display:block;
	border-bottom:1px solid #ebd8c7;
	color:#b25c11;
	font-size:15px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 3px 0px;
}
#hoofdmenubalk {
	background-image:url('../afbeeldingen/hoofdmenubalk.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:37px;
	line-height:37px;
	padding:0px 40px 0px 40px;
}
#submenubalk {
	background-color:#efe7df;
	height:25px;
	line-height:25px;
	padding:0px 40px 0px 40px;

}
#inhoud {
	background-image:url('../afbeeldingen/achtergrond_inhoud.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:50px 150px 30px 150px;
}
#footer {
	height:27px;
	line-height:27px;
	text-align:center;
	background-image:url('../afbeeldingen/nawbalk.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	font-size:11px;
	color:#fff4e8;
}
#footer a {
	color:#fff4e8;
}
.bolletje {
	color:#b25c11;
}

img {
border:0px !important;
}
#inhoud img {
border:3px solid #b78c60 !important;
}


/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 16px;
	color: #fff6ef;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #fff6ef;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #fff6ef;
	text-decoration:none;
}

#hoofdmenuactief {
	display:inline-block;
	height:37px;
	background-image:url('../afbeeldingen/hoofdmenuactief.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px 5px 0px 5px;
	color:#624320;

}
.tussenstukhoofd {
	font-size:15px;
	color: #b25c11;
}

a.submenu {
	font-size:11px;
	color: #a97543;
	text-decoration:none;
}

a.submenu:hover {
	color: #a97543;
	text-decoration:underline;
}

a.submenu:active {
	color: #a97543;
	text-decoration:none;
}

.tussenstuksub {
	font-size: 11px;
	color: #b8b8b8;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/
