body 
{
	background-color: #ded65e;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: georgia;
	font-size: 10pt;
	color: #324f17;
}


img
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 15px;
	float: left;
}


br.konijn
{
	clear: left;
}


#main
{
	background-image: url(images/main.jpg);
	background-repeat: repeat;
	width: 800px;
	margin: auto;
	padding: 5px;
}


#header 
{
	background: url(images/header.jpg);
	width: 100%;
	height: 200px;
}


#header h1
{
	position: relative;
	left: 30px;	
	top: 40px;	
	font-size: 25pt;
	letter-spacing: 1px;	
}


#header h2
{
	position: relative;
	left: 60px;	
	top: 40px;	
	font-size: 20pt;
	letter-spacing: 1px;
}
	

#menu 
{	
	background-image: url(images/menu.jpg);	
	background-repeat: repeat-x;
	width: 760px;
	height: 30px;
	line-height: 30px;
	word-spacing: 20px;
	margin-left: 20px;
	margin-right: 20px;
}


#menu a
{
	color: #ffffff;
	text-decoration: none;
}


#menu ul
{
	list-style: none;
}


#menu li
{
	display: inline;
	font-size: 15px;
	font-weight: bold;
}


#menu a:hover
{
	color: #324f17;
}


#content 
{
	padding: 25px;
	width: 750px;
	background-image: url(images/main.jpg);
	background-repeat: repeat;
}

#content h5
{
	position: relative;
	line-height: 1px;
}