@charset "utf-8";
/* CSS Document */

#body{
	background:url(../Afbeeldingen/achtergrond.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	background-color:#329417;
	margin-top: 5px;
	}
	
#navbar{
	width: 154px;
	height: 293px;
	border:#000000;
	border-width:thin;
	background:url(../Afbeeldingen/backnav.jpg);
	float:left;
	margin: 5px;
	}
	
#main{
	background-image:url(../Afbeeldingen/mainback.jpg);
	background-repeat:no-repeat;
	width: 850px;
	height:470px;
	float:right;
	display:inline;
	background-color:#008d00;
	margin-top: 5px;
	}
#footer{
	width:100%;
	height: 25px;
	background-image:url(../Afbeeldingen/footer.jpg);
	margin-top:5px;
	background-repeat:repeat-x
	
	}
	
#site{
	width: 1024px;
	height:470px;
	}

#banner{
	height: 231px;
	width: 1024px;
	}
	
#content{
	width: 1024px;
	height:470px;
	}
	
#line{
	background-image: url(../Afbeeldingen/line.jpg);
	background-repeat:repeat-x;
	height: 13px;
	width: 100%;
	}

#foto{
	width: 180px;
	height: 440px;
	margin: 10px;
	}

#fototitel{
	width: 140px;
	height:60px;
	margin-top: 5px;
	background-image:url(../images/fototitel.png)
	}
	
#foto1{
	width: 140px;
	height:85px;
	margin-top: 5px;
	border:#003300;
	border-style:dotted;
	border-width:1px;
	}

#iframe{
	width:650px;
	height:470px;
	margin-left: 5px;
	float:left;
	}

#overig{
	width: 190px;
	height: 470px;
	float: right;
	}	

#homebutton{
	width: 154px;
	height: 37px;
	margin-top: 5px;
	}

#infobutton{
	width: 154px;
	height: 37px;
	margin-top: 5px;
	}

#gazonbutton{
	width: 154px;
	height: 37px;
	margin-top: 5px;
	}
	
#contactbutton{
	width: 154px;
	height: 37px;
	margin-top: 5px;
	}
		
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a:active{
	color:#FFFFFF;
	text-decoration: underline;
}
