﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/

html,body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#e0f2e7;
}
* html > #container {
	height: 100%;
}
#container {
	min-height: 100%;
	position: relative;
	margin:0 auto;
	padding:0px;
	width:975px;
	border-bottom:0px;
	border-left:1px solid #98b4a3;
	border-right:1px solid #98b4a3;
	border-top:0px;
	background-image:url('../afbeeldingen/achtergrond_container.jpg');
}

#header {
	background-image:url('../afbeeldingen/achtergrond_header.jpg');
	background-repeat:repeat-x;
	height:169px;
}

#logo {
	float:left;
	height:169px;
	width:517px;
}

#logo img {
	border:0px;
}

#naw {
	float:right;
	height:169px;
	width:231px;
}
#naw img {
	border:0px;
}

#tussenbalk {
	height:22px;
	background-color:#c7d8ce;
}

#clearen {
	clear:both;
}


#content {
	
}

#menu {
	width:160px;
	padding:20px;
	float:left;
}
#menu hr {
	height:0px;
	border:0px;
	border-top:1px solid #98B4A3;
}

#pagina {
	padding:20px;
	float:right;
	width:735px;
}



/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 13px;
	color: #474747;
	text-decoration:none;
	line-height:25px;
	margin:0px;
	padding:0px 0px 0px 10px;
	background-image:url('../afbeeldingen/hoofdmenulink.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

a.hoofdmenu:hover {
	font-size: 13px;
	color: #27322b;
	text-decoration:none;
	border-bottom:1px solid #4c6f58;
}

a.hoofdmenu:active {
	font-size: 13px;
	color: #474747;
	text-decoration:none;
}

a.submenu {
	font-size: 11px;
	color: #474747;
	text-decoration:none;
	line-height:25px;
	margin:0px;
	padding:0px 0px 0px 10px;
	background-image:url('../afbeeldingen/hoofdmenulink.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

a.submenu:hover {
	font-size: 11px;
	color: #474747;
	text-decoration:none;
	line-height:25px;
	margin:0px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	border-bottom:1px solid #4c6f58;
}

a.submenu:active {
	font-size: 11px;
	color: #474747;
	text-decoration:none;
	line-height:25px;
	margin:0px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
}
