/* De Bloemenboerderij */

body{
	background-image: url(bgrnd.gif);
	background-position: center;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	
}

input, select { font-size:10px; }

p { margin:0px;padding:0px; }

#website{
	position: absolute;
	background-image:url(containerbgrnd.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 780px;
	left: 50%;
	text-align: left;
	margin-left: -390px;
}

#header{
	height: 160px;
	margin: 0px;
	background-image:url(randcontainer.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	
	
}

#menu{
	background-repeat:repeat-x;
	width: 670px;
	margin-left: 16px;
	margin-right: 16px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
}

#menu a{
	text-decoration: none;
	color: #432e1a;
	/*color: #996600;*/
}

#menu a:hover{
	text-decoration: underline;
	color: #663300;
}

#menu ul{
	display: inline;
	margin: 0px;
	
}


#menu li{
	float: left;
	display: inline;
	margin-left: 40px;
	list-style-type: none;
	padding-top: 0px;
}
	

#inhoud{
	
	background-image:url(bgcontent.jpg);
	background-repeat:repeat-y;
	margin-left: 15px;
	margin-right: 15px;
	width:750px;
	
	}


#content{
	
	background-image:url(1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:670px;
	padding:40px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/*Hier begint de opmaak van de werkelijke inhoud */


#content p{
	text-align:justify;
	font-size:12px;
	}

#content h1{
color: #996600;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
	}
	
#content h2{
color: #996600;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
	}

#content h3{
color: #996600;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
	}

#foto_desc{
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	align: center;
	v-align: middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 12px;
}

/*Hier eindigt de opmaak van de werkelijke inhoud */	
	

#footer{
	float: left;
	background-image:url(randbcontainer.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	width: 780px;
	font-size: 12px;
	color: #996600;
	padding-bottom:15px;
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#footer a{
	text-decoration: none;
	color: #996600;
}

#footer a:hover{
	text-decoration: underline;
	color: #663300;
}

#footer ul{
	border-top: 1px solid #663300;
	float:left;
	
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 16px;
	margin-right: 16px;
	display: inline;
}

#footer li{
	float: right;
	display: inline;
	margin-right: 20px;
	margin-bottom:5px;
	margin-top:5px;
	list-style-type: none;
	padding-top: 0px;
}

img.home {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom:5px;
	margin-top:5px;
	padding-top: 0px;
	font-size:12px;
	
}

