﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-image:url('../afbeeldingen/achtergrond.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#bed6ee !important;
}

#wrapper {
	width:100%;
	background-image:url('../afbeeldingen/koppen/willekeurig.php');
	background-position:center top;
	background-repeat:no-repeat;
}
#container {
	margin: 0 auto;
	width:975px;
}

#logocontainer {
	background-image:url('../afbeeldingen/logo-trans.png');
	width:421px;
	height:240px;
	color:#fffac6;
	font-size:11px;
	line-height:14px;
}
#logo {
	width:421px;
	height:130px;
}
#logo img {
	border:0px;
	width:421px;
	height:130px;

}
#naw1 {
	float:left;
	width:205px;
	height:50px;
	text-align:right;
	padding:0px 5px 0px 0px;
}
#naw2 {
	float:right;
	width:205px;
	height:50px;
	padding:0px 0px 0px 5px;
}
#hoofdmenubalk {
	margin:90px 0px 0px 0px;
	height:45px;
	line-height:45px;
	padding:0px 20px 0px 20px;
}
#submenubalk {
	margin:0px 0px 0px 0px;
	height:28px;
	line-height:28px;
	padding:0px 40px 0px 40px;

}
#inhoudcontainer {
	background-image:url('../afbeeldingen/achtergrond_inhoud.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#7fa8d1;
}
#inhoud {
	width:736px;
	margin:0 auto;
	background-color:#d9e7f4;
	background-image:url('../afbeeldingen/onderkant_inhoud.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:40px 50px 100px 50px;
}

















.clearen {
	clear:both;
}

/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #ffffff;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #ffffff;
	text-decoration:none;
}



a.hoofdmenuactief {
	font-size: 16px;
	font-weight:bold;
	color: #c0e0ff;
	text-decoration:none;
}

a.hoofdmenuactief:hover {
	color: #ffffff;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	color: #c0e0ff;
	text-decoration:none;
}


#hoofdactief {
	display:inline-block;
	background-image:url('../afbeeldingen/hoofdmenuactuef.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	height:45px;
}


.tussenstukhoofd {
	font-size:16px;
	color: #fedf62;
}

a.submenu {
	font-size:12px;
	color: #337f4e;
	text-decoration:none;
}

a.submenu:hover {
	color: #337f4e;
	text-decoration:underline;
}

a.submenu:active {
	color: #337f4e;
	text-decoration:none;
}


a.submenuactief {
	font-size:12px;
	color: #337f4e;
	text-decoration:underline;
}

a.submenuactief:hover {
	color: #337f4e;
	text-decoration:none;
}

a.submenuactief:active {
	color: #337f4e;
	text-decoration:underline;
}



.tussenstuksub {
	font-size: 11px;
	color: #fedf62;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/

