@charset "utf-8";
/* CSS Document */
/* Used colors :
Light : #bcb87f
Dark : #1f1e0f
*/

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#1f1e0f;
	color:#bcb87f
}

#container {
	margin: 0px;
	width:1000px;
	height:1000px;
	border-right: solid #413f1f 5px;
	border-left: solid #413f1f 5px;
	position:relative;
	margin-left:auto;
	margin-right:auto;		
}

#banner {
	background-image: url('../images/banner.png');
	width: 1000px;
	height: 200px;
	font-size:0px;
}

#navigation {
	position:relative;
}

#navigation a {
	display:block;
	float:left;
	width:250px;
}

#navigation li {
	display:inline;
	font-size:0px;
}

#navlist {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	top:0;	
}

li#home a {
	background-image: url('../images/home.png');
	width: 250px;
	height: 45px;
}

li#contact a {
	background-image: url('../images/contact.png');
	width: 250px;
	height: 45px;
}

li#menu a {
	background-image: url('../images/menu.png');
	width: 250px;
	height: 45px;
}

li#veerdienst a {
	background-image: url('../images/veerdienst.png');
	width: 250px;
	height: 45px;
}

li#foto a {
	background-image: url('../images/foto.png');
	width: 250px;
	height: 45px;
}

li#waterhoek a {
	background-image: url('../images/waterhoek.png');
	width: 250px;
	height: 45px;
}

li#geschiedenis a {
	background-image: url('../images/geschiedenis.png');
	width: 250px;
	height: 45px;
}

li#wegbeschrijving a {
	background-image: url('../images/wegbeschrijving.png');
	width: 250px;
	height: 45px;
}

#content {
	font-size: 20px;	
}

#videolijst a {
	font-size: 20px;
}

a:link { color:#bcb87f;	}
a:visited { color:#bcb87f; }
a:hover { color:#FFFAAA }

#video {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

#googlemaps {
	 width:600px;
	 margin-left:auto;
	 margin-right:auto;
}

#linksekolom {
	width:500px;
	float:left;
	font-size:20px;	
}

#rechtsekolom {
	width:420px;
	float:right;
}