* {
	padding: 0;
	margin: 0;
 
}
body{
 
 	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CACACA;
 
}
#blauwebox{
	background-color:  #01499D;
	height: 109px;
	width: 100%;
	margin: 0 auto;
 }
a{
	color: #113388;
}
a:hover{
	color: #113388;
}
#map{
	float: left;
}
#wrapper{
	top: -109px;
	position: relative;
 	width: 1024px;
	background-color: #CACACA;
	text-align: left;
 	margin: 0 auto;
}

#logo{ 
 	float: left;
 	height: 180px;
	width: 213px;
	background-image: url("images/logo.jpg");
	}
#header
{	float: right;
	
 	background-image: url("images/header.gif");
	width:811px;
	height:120px ;
}
h1{
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #000000;
}
#content {
	width: 661px;
	height: 100%;
	min-height: 500px;
	line-height: 135%;	
 	position: relative;
	padding-right: 100px;
	padding-left: 50px;
	float: right;
	font-weight: bold;
 	
	background-image:url("images/wrapper.gif");
 	background-color: #000;

	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 3;
}
#content h1 {
	font-size: 16px;
	color: #113388;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #113388;
	letter-spacing: 1px;
}


#content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #113388;
	letter-spacing: 1px;
}
#content h4 {
	color: #113388;
	
}

#content p{

	padding: 0;
}
#map {
 
	margin-left: 15px;
	border: 2px solid #01499D;
}
img {
border: none;	
}
#footer{
	clear: both;
	position:relative;
 	height: 52px;
 	width: 811px;
 	float: right;
	background-image:url("images/footer.jpg");
	color: #113388;
	word-spacing: 7px;
 	font-weight: bold;
 	font-size: 9px;
 	
}
.algemeen{
	float: right;margin-top: 25px;
	margin-right: 30px;
}
#footer a{

	 	text-decoration: none;
	 		text-align: left;
}
#footer p{ 
	padding-top: 25px;
	margin-left: 30px;
}



#menu{
	position: relative;
	margin: 0 auto;
	padding: 0;
	float: left;
	list-style: none;
	top: 11px;
 	padding-top: 10px;
 	margin-left: 25px;
	
	
}
#menu li{
	list-style: none;
}
#menu a{
	height: 28px;
	width: 168px;
	display: block;
	background-image: url("images/menu.jpg");
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
 	line-height: 22px;
 	font-weight: bold;
	padding: 7px 5px 5px 5px;
}
#menu a:hover{
	background-image: url("images/menu-hover.jpg");	
	line-height: 24px;
}



#menu a.selected
{
	
}

