@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(../img/background.png);
	}
	
h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#16193b;
	margin:10px 160px 10px 160px;
	}
	
h2{
	font-family:Tahoma, Geneva, sans-serif;
	color:#16193b;
	margin:10px 160px 10px 160px;
	}
	
p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#16193b;
	margin:-5px 160px 10px 160px;
	text-align:start;
	}

#wrapper{
	width:960px;
	height:auto;
	background-color:#FFF;
	margin: 0 auto;
	}
	
#header{
	padding-top:10px;
	margin:0 auto;
	width:960px;
	height:216px;
	background-color:#16193b;
	}

.logoheader{
	margin: 0 auto;
	width: 555px;
	height: 209px;
	}
	
#menu{
	height: 30px;
	width: 960px;
	margin-top: 10px;
	}
	
.menubutton{
	float:left;
	background-color:#16193b;
	margin-right:24px;
	color:#FFF;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:26px;
	display:block;
	height: 30px;
	width:140px;
	}
	
.menubutton:hover{
	background-color:#0c8a2d;	
	}
	
.menubuttonlast{
	float:left;
	background-color:#16193b;
	height: 30px;
	width:140px;
	color:#FFF;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
	line-height:26px;
	}
	
.menubuttonlast:hover{
	background-color:#0c8a2d;	
	}	
	
#content{
	width: 960px;
	height: auto;
	background-color:#FFF;
	}
	
#slideshow{
	width:640px;
	height:265px;
	margin:0px auto 0px auto;
	
	}	
	
#thumbs{
	width:640px;
	height:auto;
	margin: 5px auto 2px auto;
	overflow:hidden;
	}	
	
.thumb{
	width:195px;
	height:195px;
	margin:0 27px 27px 0;
	background-color:#0CC;
	float:left;
	}
	
.thumblast{
	width:195px;
	height:195px;
	background-color:#0CC;
	float:left;
	}
	
#contactcontent{
	width:960px;
	height: 400px;;
	background-color:#FFF;
	}	
	
#contactgegevens{
	width:500px;
	height:330px;
	float:left;
	}
	
.contactfoto{
	margin-top:13px;
	}
	
#maps{
	width: 450px;
	height:350px;
	float:left;
	margin-left:-150px;
	}
	
#footer{
	margin-top:-10px;
	float:left;
	width:960px;
	height:100px;
	background-image:url(../img/footer_03.png);
	background-color:#FFF;
	border-bottom:2px solid #16193b;;
	}