html
{
	height: 100%;
} 

body
{
	height: 100%;
	margin: 0px;
	background-image: url('images/bg.png');	
	font-family: Times New Roman, sans-serif;
	font-size: 13px;
}

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

ul
{
	list-style-image: url('images/bullut.png');
	margin-top: 5px;
}

li
{
	margin: 3px;	
}

li a
{
	color: black;
	text-decoration: none;	
}

li a:hover
{
	text-decoration: none;	
}

.menuitems
{
	margin-left: 20px;	
}

#wrapper
{
 	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 850px;	
  	margin: auto; 
 	background-image: url('images/bg_content.png');
    background-repeat: repeat-y;
}

#header
{
	height: 153px;
	width: 850px;
	background-image: url('images/header.png');	
}

#menu
{
	height: 30px;
	width: 850px;
	margin: auto;
	background: white;
}

#footer
{
	height: 33px;
	width: 850px;
	background-image: url('images/footer.png');
	clear: both;
	line-height: 33px;
}

#menulinks, #footertext
{
	width: 800px;
	font-weight: bold;
	color: white;
	text-align: right;	
}

#menulinks a, #footertext a
{
	color: white;
	text-decoration: none;	
}

#links
{
	width: 306px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;	
}

#rechts
{
	width: 543px;
	margin-top: 10px;   
	margin-bottom: 10px;
	margin-left: 1px;
	float: left;	
}

#iframepje
{
	height: 775px;
	width: 473px;	
	margin-left: 20px;
	margin-right: 50px;	
}                
