/* CSS Document */

/* TEMPLATE OPMAAK, HIER NIKS VERANDEREN */
* {
	margin:0;
	padding: 0;
	border: 0;
}


html {
	height: 100%; 
}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #FFFFFF;
}

H1 {
	width: 575px;
	font-family:"Lucida Calligraphy";
	border-bottom: 1px solid #115eb2;
	font-weight: normal;
	
	}

#wrapper {
	margin: 0 auto;
	width: 865px; /*breedte pagina */
	background-color: #ffffff;
	}
	
#top {
	height: 68px;
	width: 100%;
	background: url(../images/vwhlogo.jpg);
}

#menu {
	height: 26px;
	width: 865px;
	background: url(../images/menubg.jpg);
}

#header {
	height: 219px;
	width: 100%;
	background:url(../images/header.jpg) no-repeat;
}

#adres {
	height: 21px;
	width: 100%;
	background:url(../images/adres.jpg) no-repeat;
}

#container {
	background: #FFFFFF;
}

#gastenboek {
	background: #FFFFFF;
	color: #000000;
	width:980px;
}

	#menulinks {
		font-size: 12px;
		color: #000000;
		float: left;
		background:url(../images/achtergrondlichtblauw.jpg) repeat-y;
		width:238px;
		height:100%;
	}
	
	#menulinks a {
		color: #000000;
		
		
	}

	#content_container {
		float: left;
		color: #000000;
		font-size: 12px;
		overflow: auto;
		width: 627px;
		height:100%;
	}
	
		#content {
			padding:	20px;
		}
	
	#footer {
		clear: both;
		padding-top: 5px;
		color: #ffffff;
		background:url(../images/footer.jpg);
		font-size: 10px;
		width:865px;
		height:20px;
	}
	
	
	
	/* menu */
		
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	border-bottom:1px solid #2763A5;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding: 0px 10px 0 50px;
	list-style:none;
	float: right;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

