﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-image:url('../afbeeldingen/achtergrond.jpg');
	background-position: left top;
	background-repeat:repeat-x;
	background-color:#e7e7e7;
}

#container {
	margin: 0 auto;
	width:975px;
}

.clearen {
	clear:both;
}


#kop {
	background-image:url('../afbeeldingen/koppen/1.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:199px;
	border-bottom:5px solid #fdcd16;
}
#logo {
	position:absolute;
	margin:15px 0px 0px 40px;
	width:358px;
	height:158px;
}

#logo img {
	border:0px;
}
#hoofdmenubalk {
	background-image:url('../afbeeldingen/hoofdmenubalk.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	height:41px;
	line-height:41px;
	padding:0px 50px 0px 50px;
}
#submenubalk {
	width:815px;
	background-color:#ffcb08;
	height:25px;
	line-height:25px;
	padding:0px 20px 0px 20px;
	margin:0 auto 12px auto;
}
#inhoud_top {
	width:932px;
	margin:0px auto;
	background-image:url('../afbeeldingen/inhoud_top.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	height:27px;
}
#inhoud_midden {
	width:812px;
	margin:0px auto;
	background-image:url('../afbeeldingen/inhoud_midden.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding:10px 60px 10px 60px;
}
#inhoud_midden img {
	border:3px solid #6b5b24;
}
#inhoud_bottom {
	width:932px;
	margin:0px auto 30px auto;
	background-image:url('../afbeeldingen/inhoud_bottom.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:22px;

}






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

a.hoofdmenu {
	font-size: 17px;
	color:#ffffff;
	margin:0px 10px 0px 10px;
	text-decoration:none;
}

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

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



a.hoofdmenuactief {
	font-size: 17px;
	color:#2a2628;
	margin:0px 10px 0px 10px;
	text-decoration:none;
}

a.hoofdmenuactief:hover {
	color: #87763c;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	color: #2a2628;
	text-decoration:none;
}

#hoofdactief {
	display:inline-block;
	height:41px;
	padding:0px 8px 0px 8px;
	background-color:#ffcb08;
}



.tussenstukhoofd {
	font-size:16px;
	color: #3366ff;
}

a.submenu {
	font-size:13px;
	color: #424036;
	text-decoration:none;
	margin:0px 8px 0px 8px;
}

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

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



a.submenuactief {
	font-size:13px;
	color: #424036;
	text-decoration:underline;
	margin:0px 8px 0px 8px;
}

a.submenuactief:hover {
	color: #424036;
	text-decoration:none;
}

a.submenuactief:active {
	color: #424036;
	text-decoration:underline;
}






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

html, body {
	height:100%;
}

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

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

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

