body{
	background-image: url(../img/body_back.gif);
	background-repeat: repeat-x;
	background-color: #8C8C8D;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color: navy;
}
#header h1{
	display :none;
}
#global{
	width: 645px;
	margin: 0 auto;
}
#top{
	height: 138px;
	width: 645px;
	background-image: url(../img/top.jpg);
	
}

#global_inhoud{
	background-image: url(../img/content.jpg);
	background-repeat: no-repeat;
	width: 645px;
	padding: 0;
	margin: 0;
}
#inhoud{
	background-image: url(../img/inhoud.jpg);
	background-repeat: no-repeat;
	width: 432px;
	background-color: white;
	margin-left: 46px;
	padding-left: 60px;
	padding-right: 70px;
	text-align: left;
	padding-top: 20px;
}

#footer{
	background-image: url(../img/footer.gif);
	height: 119px;
	width: 645px;
	clear: both;
}
p{
	margin: 0px;
	padding: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
    margin-bottom: 10px;
    font-size: 1.5em;
}
 ul#menuhori{
	margin: 0px;
	padding: 0px;
}
/*-----------menu-------------*/
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: white;
	width: 562px;
	height: 20px;
	margin-left: 46px;
	border-bottom: 1px solid gray;
	background-image: url(../img/menu_back.gif);
	background-repeat: repeat-x;
}
#menu li{
	float: left;
	margin-right: 5px;
	padding-left: 5px;

}
#menu li a{
	background-image: url(../img/top_button.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover{
	background-image: url(../img/top_buttonO.gif);
	background-repeat: no-repeat;
}

.wtkerror {
	color:red;
}