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

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

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

.clearen {
	clear:both;
}


#kop {
	background-image:url('../afbeeldingen/kop.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:230px;
}

#logo {
	position:absolute;
	height:205px;
	width:329px;
}
#logo img {
	border:0px;
}


#iframemodule {
  width:775px;
	height:920px;
}



#naw {
	position:absolute;
	width:250px;
	text-align:right;
	margin:38px 0px 0px 710px;
	color:#ffffff;
	line-height:17px;
}

#naw a {
	color:#ffffff;
}

.nawtitel {
	font-size:16px;
	color:#c9670e;
	display:block;
	margin:0px 0px 4px 0px;
}

#hoofdmenubalk {
	background-image:url('../afbeeldingen/hoofdmenubalk.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	height:44px;
	line-height:44px;
	padding:0px 50px 0px 50px;
}

#submenubalk {
	background-image:url('../afbeeldingen/submenubalk.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	height:25px;
	line-height:25px;
	width:885px;
	margin:0px auto;
	padding:0px 20px 0px 20px;

}

#inhoud {
	padding:30px 100px 20px 100px;
}







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

a.hoofdmenu {
	font-size: 13px;
	color: #3a3a3a;
	text-decoration:none;
}

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

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



a.hoofdmenuactief {
	font-size: 13px;
	color: #683100;
	text-decoration:none;
}

a.hoofdmenuactief:hover {
	color: #683100;
	text-decoration:underline;
}

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

.tussenstukhoofd {
	font-size:12px;
	color: #964b07;
}

#hoofdactief {
	display:inline-block;
	height:44px;
	background-image:url('../afbeeldingen/hoofdmenuactief.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}

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

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

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


a.submenuactief {
	font-size:11px;
	color: #3a3a3a;
	text-decoration:none;
}

a.submenuactief:hover {
	color: #3a3a3a;
	text-decoration:underline;
}

a.submenuactief:active {
	color: #3a3a3a;
	text-decoration:none;
}



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






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

html, body {
	height:100%;
}

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

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

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

