@charset "iso-8859-1";
html, body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #666666;
}
a{
	font-weight: bold;
	color: #6E8538;
}
a:hover{
	color: #000000;
}
#wrapper{
	margin: auto;
	width: 780px;
	min-height: 100%;
	overflow: hidden;
}
* html #wrapper{
	height: 100%;
	overflow: visible;
}
/******************************************************************************\
 Header
\******************************************************************************/
#header h1{
	float: right;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 323px;
}
#header h1 span{
	display: none;
}
#header h2{
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 780px;
}
#header h2 span{
	display: none;
}
/******************************************************************************\
 Adresgegevens
\******************************************************************************/
#adresgegevens{
	font-size: 8pt;
	line-height: 55px;
}
/******************************************************************************\
 Content
\******************************************************************************/
#content{
	background-image: url("images/logo_grijs.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: left;
	padding-bottom: 50px;
	margin: 50px 100px 20px 100px;
}
/******************************************************************************\
 Footer
\******************************************************************************/
#footer{
	margin-top: -20px;
}
#footer div{
	background-color: #BFE149;
	margin: auto;
	width: 780px;
}
#footer div span{
	line-height: 20px;
}
