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

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

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


#kop {
	background-image:url('../afbeeldingen/koppen/kop.php');
	height:326px;
	margin:0px 0px 0px 0px;
}

#kop img {
	border:none;
}

#naw {
		 margin:20px 0px 0px 710px;
		 line-height:20px;
		 position:absolute;
		 color:#ffffff;
		 text-align:right;
		 font-size:13px;
		 font-family:Verdana;
}

#naw a {
		 color:#88c196;
}

.nawtitel {
		color:#88c196;
		font-weight:bold;
		font-size:29px;
}

#hoofdmenubalk {
	height:40px;
	line-height:40px;
	margin:286px 0px 0px 0px;
	padding:0px 20px 0px 20px;
	position:absolute;
}

#hoofdmenubalk {
	height:40px;
	line-height:40px;
	margin:286px 0px 0px 0px;
	padding:0px 60px 0px 60px;
}

#inhoud {
	background-image:url('../afbeeldingen/inhoud.jpg');
	background-position:left top;
	background-repeat: repeat-y;
	padding:20px 50px 30px 50px;
	
}
#inhoudcontainer {
	padding:0px 50px 0px 50px;
}

#submenubalk {
	margin:0px 0px 20px 0px;
	padding:0px 20px 0px 20px;
	background-color:#d3e0d6;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

#gulf {
  width:975px;
  height:40px;
	background-image:url('../afbeeldingen/gulf.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

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






.clearen {
	clear:both;
}

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

a.hoofdmenu {
	font-size: 14px;
	color: #225b30;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

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

.tussenstukhoofd {
	font-size:13px;
	color: #953a2c;
}

a.submenu {
	font-size:11px;
	color: #225b30;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:inline-block;
	font-weight:none;
}

a.submenu:hover {
	color: #225b30;
	text-decoration:underline;
	background-color:#c4d3c8;
}

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

.tussenstuksub {
	font-size: 13px;
	color: #ffffff;
}






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

html, body {
	height:100%;
}

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

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

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

