/* CSS Document */

/* ------------------------------------ */
/*        elementen 
/* ------------------------------------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H1 {
	font: 0.7em Tahoma, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#28430C;
}

H2 {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#28430C;
}

H3 {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

P, ul   {
	font: 0.8em Tahoma, sans-serif;
	color: #38531C;
}

/* ------------------------------------ */
/*        blokken 
/* ------------------------------------ */
#masterdiv   {
	min-height:325px;
}


#top  {
	height:25px; 
	padding-top:12px; 
	padding-right:10px;
}

#logo   {
	position:absolute; 
	width:237px; 
	height:186px;
	z-index:1; 
	top:-20px; 
	left:40px; 
	background-image:url(/images/logo2.jpg);
	background-repeat:no-repeat; 
}

/* ------------------------------------ */
/*        style elementen 
/* ------------------------------------ */

#top-nav   {
	position:relative; 
	height:150px; 
	background:url(/images/banner_home4.gif) #E6FFAA; 
	background-position:left;  
	background-repeat:no-repeat;
}

#menu   {
	position:absolute; 
	bottom:10px; 
	right:20px;
	z-index: 2;
}

#menu a{
	min-width:90px;
	height:12px;
	background:url(/images/bg_menuoff_1.gif) #6B6B6B repeat-x;
	border:solid 1px #FFFFFF;
	padding:8px;
	padding-top:4px;
	margin-left:10px;
	float:left;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover{
	background:url(/images/bg_menuon_1.gif) #418200 repeat-x;
}
#menu a#aan{
	background:url(/images/bg_menuon_1.gif) #418200 repeat-x;
}
#links   {
	position:relative;
	top:25px;
	left:0px;
	width:200px; 
	float:left
}

#linkercolom   {
	width:200px; 
	min-height:200px;
}

#linkercolom_boven   {
	width:193px; 
	height:17px;
	background-image:url(/images/links_boven.gif); 
}

#linkercolom_midden   {
	min-height:200px; 
	background-image:url(/images/links_midden.gif); 
	background-repeat:repeat-y;
}

#linkercolom_onder   { 
	width:193px; 
	height:17px;
	background-image:url(/images/links_onder.gif); 

}
#inhoud-links   {
	align: justify; 
	padding-left: 5px; 
	padding-right:10px;
}
.navlink {
	font: 0.9em Tahoma, sans-serif;
	font-weight:bold;
	color:#85A069;
	margin-left:5px;
}
.navlink li    {
	line-height:24px;
}

.navlink a{
	font: 0.95em Tahoma, sans-serif;
	font-weight:bold;
	color: maroon;
	margin-left: 0px;
	text-decoration:none;
}

.navlink a:hover  {
	font-weight:bold;
	color:#2B5E0E;
}
.navlink a#aan{
	font-weight:bold;
	color:#2B5E0E;
}

#rechts { 
	padding:20px; 
	margin-left:210px;
	max-width:700px; 
}

#rechts a{
	font: 0.95em Tahoma, sans-serif;
	font-weight:bold;
	color: #38531C;
	margin-left: 0px;
	text-decoration:none;
}

#rechts a:hover  {
	font-weight:bold;
	color: maroon;
}

#footer    { 
	background-image:url(/images/bg_footer.gif); 
	padding-top:8px; height:22px; 
	background-repeat:repeat-x;
}

.footer {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
}
.link a, .link a:visited {
	color: #38531C;
	text-decoration:none;
	font-size:10px;
}

.link a:hover {
	color:maroon ;
	text-decoration:none;
}


