/*Algemene instellingen*/
*{
	margin:0;
	padding: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a{
	text-decoration: none;
	color: white;
}

a:hover{
	font-style: italic;
	color: #000;
}

a:link, a:visited{
	color: #192429;
}


/*#wrapper {
	width: 800px;
	background: url(Images/fauxbg.png) repeat-y;
	margin: 0px auto;
	text-align: left;
}
*/

#header{
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-color: #daa520;
	color: White;
	height: 100px;
	width: 1000px;
}

#header h1{
	margin-left: 100px;
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 10px;
	margin-left: 110px;
}

.be{
	font-size: 10px
}

#header h2{
	font-size: 14px;
	margin-left: 110px;
}

#Mainnav{
	margin-top: 5px;
	background-color: #f3e1b1;
	height: 20px;
	width: 1000px;
	border-bottom: 1px solid #daa520;
	border-top: 1px solid #daa520;
}

#Mainnav h2{
	display: none;
}

#Mainnav ul{
	margin-left:30px;
	border-left: solid 2px  #ebcd7e;
	padding-bottom: 4px;
	list-style: none;
	
}

#Mainnav ul li{
	display: inline;
	
}

#Mainnav a{
	color: Maroon;
	font-size: 13px;
	border-right: solid 2px  #ebcd7e;
	padding: 0px 10px 0px 10px;
	padding-bottom: 4px;
}


#Mainnav a:hover{
	color: #000;
	background-color: #ebcd7e;
}



#home,#boerenmarkt,#eetfestijn,#contact,#fotos,#contact,#sponsors{
	margin-top: 15px;
	width: 650px;
	margin-left: 30px;
	color: #192429;
	padding-right: 20px;
	border-right: 1px dashed #daa520;
}

#fotos2007{
	float:left;
	margin-right: 20px;
}

#fotos{
	height:700px;
}

#home h2,#fotos h2,#boerenmarkt h2,#eetfestijn h2,#contact h2,#sponsors h2{
	font-size: 13px;
	color: #daa520;
}

#fotos h3{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #daa520;
}

#home p,#boerenmarkt p,#eetfestijn p,#contact p,#sponsors p{
	margin-top: 10px;
	margin-left: 10px;
}

/*#maincontent{
	margin-top: 15px;
	width: 650px;
	margin-left: 30px;
	color: #192429;
	padding-right: 20px;
	border-right: 1px dashed #daa520;
}

#maincontent h2{
	float: left;
	font-size: 13px;
	font-style: oblique;
	color: #daa520;
	padding-bottom: 2px;
	border-bottom: 1px #daa520 dashed;
}

#maincontent h3{
	position: absolute;			
	margin-top: 30px;
	float: left;
	font-size: 12px;
	font-style: oblique;
	color: #daa520;
	padding-bottom: 2px;
	border-bottom: 1px #daa520 dashed;
}

#maincontent ul{
	list-style: none;
}

#maincontent p{
	color: #5C6C78;
	padding-top: 60px;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
}
*/
#maincontent ul li{
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;	
	margin-bottom: 5px;
}

#volgendeactiviteiten{
	position: absolute;
	top: 140px;
	left: 720px;
	width: 200px;
	border: 1px solid #daa520;
}
#volgendeactiviteiten h4{
	background-color:  #daa520;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#volgendeactiviteiten ul{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#volgendeactiviteiten ul li{
	padding-bottom: 5px;
}

#wedstrijd{
	position: absolute;
	top: 330px;
	left: 720px;
	width: 200px;
	border: 1px solid #daa520;	
}

#wedstrijd h4{
	text-align: center;
	background-color:  #daa520;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#wedstrijd dl{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wedstrijd dl dt{
	padding-bottom:10px; 
}

#wedstrijd dl dd a{
	color: #7B7B7B;
	border-bottom: 1px dashed #7B7B7B;
	padding-bottom: 1px;
}

#foto{
		
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 150px;
}

#legerfoto{
	background-image: url(Images/foto 1.jpg);
}

#footer{
	position: absolute;
	margin-top: 40px;
	background-color: #daa520;
	color: White;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	width: 1000px;
	height: 15px;
}

