body
{
	text-align: center; /* Firefox Hack */
	background-color: #595959; /* stelt pagina achtergrond in */
	font-size: 14px;

}

#container
{
text-align: left; /* tekst in container links uitlijnen */
margin-left: auto; /* plaats de container in het midden */
margin-right: auto; /* plaats de container in het midden */
width: 900px; /* container 800 px breed */
background-color:#FFFFFF; /* achtergrond container wit */
color: #333; /* lettertype lichtgrijs */
font-family: "Trebuchet MS"; /* lettertype */
border: 1px solid gray; /* lijntje rond container */
line-height: 120%; /* grotere interlinie */
margin-top: 20px; /* afstand van container van bovenrand pagina */
}

#top
{
	background-color: #A8C632; /* achtergrondkleur top */
	border-bottom-width: 0px; /* lijntje onderkant top */
	border-bottom-style: none; /* lijntje onderkant top */
	border-bottom-color:#999999; /* lijntje onderkant top */
	height: 110px;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#topnav
{
padding: 10px; /* afstand tot de rand */
background-color: #B2CC33; /* achtergrondkleur top */
border-bottom-width: 0px; /* lijntje onderkant top */
border-bottom-style: solid; /* lijntje onderkant top */
border-bottom-color:#000000; /* lijntje onderkant top */
text-align:right;

}

#leftnav
{
	float: left; /* links uitlijnen */
	width: 150px; /* ruimte binnenin leftnav */
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	


}
#leftnav ul {
	list-style-type:none;
	margin: 0;
	list-style-position: outside;
	background-position: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}
#leftnav a {
	display: block;
	color: #595959;
	background-color: #FFFFFF;
	width: 9em;
	text-decoration: none;
	background-image: url(rondehoekgrijs2_bewerkt-1.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	white-space: pre;
	
}
#leftnav a:hover
{
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(rondehoekdongr2_bewerkt-1.gif);
	font-size: 14px;
}
#leftnav li {
	color: #A9C63A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}


#content
{
	margin-left:160px; /* 200 px vanaf container naar rechts */
	margin-right: 180px; /* 200 px vanaf rechter rand van de container */
	padding: 10px;
}

#rightnav
{
	float:right; /* rechts uitlijnen */
	width:210px; /* navigatie is 160px breed */
	margin:0px; /* ruimte binnenin rightnav */
	background-color:#DEDFE1;
	text-decoration: none;
	list-style-image: url(bullet.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	word-spacing: 0.2em;
	line-height: 20px;
}
#rightnav ul
{
	list-style-type:none;
	list-style-image:none;
	margin-left:1em;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	word-spacing:0.2em;
	padding-top:10px;
	padding-right:2px;
	padding-bottom:8px;
	padding-left:5px;
	line-height: 30px;
}
#rightnav li
{
	background-image: url(bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding-left:0.6em;
	list-style-image:url(bullet.jpg);
	padding-right:0px;
	margin-top:10px;
	margin-right:0px;
	list-style-position:outside;
	left:0px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	word-spacing: 0,2;
}
#rightnav a { display: ;
	color:#595959;
	background-color:#DEDFE1;
	width:9em;
	text-decoration:underline;
	font-size:14px;
	padding-top:0em;
	padding-right:0.6em;
	padding-bottom:0em;
	padding-left:0.8em;
	word-spacing:0,2em;
	margin:-10px;
}
#rightnav a:hover
{
	background-color:#DEDFE1;
	color:#A9C63A;
	margin:-10px;
}

#footer
{
	clear: both; /* helemaal links van de container beginnen */
	margin: 0; /* helemaal tegen de container aan */
	padding: 10px; /* ruimte binnenin */
	color: #333; /* kleur van de looptekst */
	background-color: #BDD34D; /* lijntje aan de bovenkant van footer */
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: gray;
}

/* (c) JG */
#topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.3em;
	word-spacing: 1em;
	padding-left: 30px;
	background-color: #B2CC33;
}
#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.3em;
	word-spacing: 1em;
	padding-left: 30px;
}
#topnav a:hover {
	color: #595959;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.3em;
	word-spacing: 1em;
	padding-left: 30px;
	background-image: url(menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
}
#topnav a:active {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.3em;
	word-spacing: 1em;
	padding-left: 30px;
}
#content a:link {
	color:#595959;
	text-decoration: underline;
	font-size: 14px;
	
}
#topnav a:visited {
color: #595959;
	text-decoration: none;
	font-size: 18px;
	
}
#topnav a:hover {
color: #595959;
	text-decoration: none;
	font-size: 18px;
	
}
#topnav a:active {

	color:#B34B42;
	text-decoration: none;
	font-size: 18px;
}
.fotorechts
{
	float: right;
	width: 100px;
	border: 1px none #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: middle;
	padding: 10px;
}
#content body {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #666666;
	margin-bottom: -10px;
}
.titel {
	font-size: 18px;
	color: #595959;
	font-weight: bold;
	font-style: italic;
}
.titel_rood {
	font-size: 18px;
	color: #B34B42;
	font-weight: bold;
	font-style:italic;
}
.letters_16 {
	font-size: 16px;
}
.text16_grijs_lijn_groen {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A9C63A;
	font-size: 16px;
	color: #595959;
	font-weight: bold;
	font-style: italic;
}
.opsomming {
	list-style-image: url(bullet.jpg);
	font-size: 14px;
}
.subtitel_groen {
	font-size: 14px;
	color: #A9C63A;
	font-weight: normal;
}
.groen_groter {
	font-size: 18px;
	color: #A9C63A;
	font-weight: normal;
}
.rodeletters_14{
    color:#B34B42;
	font-size:14px
}
.witteletters {
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;
}
    
#opmaak_linkenpg a:link{
    color:#595959;   
	text-decoration:underline;
	font-size: 14px;
 }

#opmaak_linkenpg a:visited{
    color:#A5A5A5;   
	text-decoration: underline;
	font-size: 14px;
 
}
#opmaak_linkenpg a:hover{
    color:#A9C63A;   
	text-decoration: underline;
	font-size: 14px;
 
}
#opmaak_linkenpg a:active{
    color:#A9C63A;   
	text-decoration: underline;
	font-size: 14px;
 
}
 a:link{
    color:#A9C63A;   
	text-decoration:underline;
	font-size: 14px;
 }

 a:visited{
    color:#A5A5A5;   
	text-decoration: underline;
	font-size: 14px;
 
}
 a:hover{
    color:#A5A5A5;   
	text-decoration: underline;
	font-size: 14px;
 
}
 a:active{
    color:#A9C63A;   
	text-decoration: underline;
	font-size: 14px;
 
}


