@charset "utf-8";
/* CSS Document */

a:link {color:#e0e0e0; text-decoration:none; }
a:visited {color:#e0e0e0; text-decoration:none; }
a:hover {color:#e0e0e0; text-decoration:none; }
a:active { color:#e0e0e0; text-decoration:none; }

.clear { clear:both; }

/* Basis opzet */

body,html{
		margin:0px;
		background:url(../images/bg.jpg) #5a9c73;
		background-repeat:repeat-x;
		font-family:Arial;
		color:#535252;
}

#container{
		width:908px;
		margin:0 auto;
		background:transparent url(../images/content_bg.png) repeat-y;
}

#top{
		width:890px;
		height:104px;
}

#header{
		width:864px;
		height:252px;
		background:url(../images/header_bg.jpg) no-repeat;
		margin:0 auto;

}

#slogan { float:right; margin:40px 0px 0 0; text-align:left; }
#slogan td { text-align:left; }

#nav_bar { background:url(../images/nav_bg.jpg) no-repeat; width:864px; height:28px; margin:0 auto; font-size:12px; color:#e0e0e0; font-weight:bold; }
#nav_bar p { padding:8px 0 0 22px; }
#nav_bar a { font-weight:bold; }

#menu{
		width:206px;
		float:left;
		margin:20px 0 0 40px;
		padding-right:20px;
}

#menu li { width:206px; height:26px; }

#menu ul a{
		background:#4ba161;
		display:block; width:200px;
		padding-left:6px;
		line-height:23px;
		color:#e0e0e0;
		font-weight:bold;
		font-size:15px;
		text-decoration:none;
}

#menu ul{
		list-style:none;
}

/* #menu ul ul.submenu{
		height:100%;
		
		list-style:disc;
		margin-left:20px;
}

#menu ul ul.submenu li { width:206px; height:26px; }

#menu ul ul.submenu li a{
		background:#4ba161;
		display:block; width:200px;
		padding-left:6px;
		line-height:23px;
		color:#e0e0e0;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		text-indent:10px;
		margin-left:-20px;
}
*/

#menu a:hover, #menu ul a.activeMenu{
		background:#1e602f;
}


#menu ul li#subit a:hover, #menu ul li#subit a.activeMenu{
		background:#1e602f;
}

#menu ul li#subit a{
		background:#4ba161;
		display:block; width:200px;
		padding-left:6px;
		line-height:23px;
		color:#e0e0e0;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		text-indent:10px;
}



/* #menu ul .sub a:hover, #menu ul #activeSub a{
		color:#fdc815;
}*/

#certificaten { margin:-75px 0 0 40px; width:206px; }

#content{
		width:623px;
		font-size:11px;
		padding-bottom:22px;
		line-height:16px;
		margin:20px 0 0 265px;
		min-height:260px;
}

#content a:link {color:#339966; text-decoration:none; font-size:12px; }
#content a:visited {color:#339966; text-decoration:none; font-size:12px; }
#content a:hover {color:#339966; text-decoration:none; font-size:12px; }
#content a:active { color:#339966; text-decoration:none;font-size:12px;  }

#content h1{
		color:#4ba161;
		font-weight:bold;
		font-size:18px;
		margin-bottom:10px;
}

#content p{
		
}


#footer{
		background:url(../images/content_bottom.png) no-repeat;
		width:908px;
		height:26px;
		margin:0 auto;
}

