/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#cccc66;
	}

/* layers */

#top {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 250px;
	background-image: url(/images/topspiegel.jpg);
	background-repeat:no-repeat;
	}

#content {
	position: absolute;
	margin-left: 250px;
	margin-top: 220px;
	width: 520px;
	height: 337px;
	}
	
#navigatie {
	position: absolute;
	margin-left: 15px;
	margin-top: 220px;
	width: 167px;
	}
	
#footer {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 10px;
	color: #6F872E;
	border-top: 1px solid #6F872E;

	}

#foto {
float:right;
width:146px;
margin-left:10px;
margin-bottom:10px;
}

#adres {
position:absolute;
width:300px;
margin-top:240px;
margin-left:810px;
}

	
/* teksten */

h1 {
	font-size: 16px;
	font-weight: 600;
	color: #6F872E;
	}

h2 {
	font-size: 12px;
	font-weight:4 00;
	color: #990000;
	margin: 0px;
	}
	
p {
	font-size: 13px;
	color: #333300;
	margin: 0px;
	}
	
.lijst {
	font-size: 13px;
	color: #333300;
	margin: 0px;
	}	
	
/* hoofdnavigatie */
 
 #navcontainer { width: 167px; }

 #navcontainer ul
 {
 margin-left: 0px;
 margin-top: 0px;
 padding-left: 0;
 list-style-type: none;
 }

 #navcontainer a
 {
 display: block;
 padding-left: 30px;
 padding-top: 7px;
 width: 137px;
 height: 27px;
 background-image: url(/images/knop_normaal.gif);
 background-repeat: no-repeat;
 }

 #navcontainer a:link, #navlist a:visited
 {
 color: #FFFFFF;
 text-decoration: none;
 }

 #navcontainer a:hover
 {
 color: #FFFFFF;
 background-image: url(/images/knop_over.gif);
 background-repeat: no-repeat;
 }
 
#current
 {
 display: block;
 padding-left: 30px;
 padding-top: 7px;
 width: 167px;
 height: 27px;
 color: #FFFFFF;
 background-image: url(/images/knop_over.gif);
 background-repeat: no-repeat;
 }
 
 /* linken */

a:link {
color: #333300;
text-decoration: underline;
}	

a:active {
color: #333300;
text-decoration: underline;
}	

a:visited {
color: #333300;
text-decoration: underline;
}	

a:hover {
color: #6F872E;
text-decoration: none;
}

a.footer1:link {
font-size: 10px;
color: #6F872E;
text-decoration: none;
}	

a.footer1:active {
font-size: 10px;
color: #6F872E;
text-decoration: none;
}	

a.footer1:visited {
font-size: 10px;
color: #6F872E;
text-decoration: none;
}	

a.footer1:hover {
font-size: 10px;
color: #6F872E;
text-decoration: underline;
}
