html {
height:100%;
}
body {
	margin: 0;
	background: url('../images/whh.gif') repeat-x top left #1c1f38;
	color: #000000;
	height:100%;
}

div#wrapper {
	margin: 0 auto;
	width: 927px;
	background-image: url('../images/wrapper.gif');
	}

div#header {
	float: left;
	width: 927px;
	height: 137px;
	background: url('../images/header.gif') no-repeat top left;
	text-align: left;
	border: 0px solid #004400;
}

div#left {
	float: left;
	width: 198px;
	height: 407px;
	background: url('../images/left.gif') no-repeat top left;
	padding: 0px;
}

div#right {
	float: left;
	width: 48px;
	padding: 0px;
}

div#content {
	float: left;
	width: 714px;
	background: url('../images/content.gif') no-repeat top left;
	padding: 0px 15px 0px 0px;
	min-height:407px;
}

div#content h1 {
	font-size: 13px;
}




div#footer {
	width: 927px;
	height: 38px;
	background: url('../images/footer.gif');
	cursor: pointer;
	clear: both;
}

#contact_error {
	color: #FF0000;
}

/*******************************
 *
 *
 * Horizontal menu styleset 
 *
 *
 ******************************
 */
div#menu {
	display: block;
	border: 0px dashed #d3d4d4;
	text-align: left;
	font-size: 12px;
	margin: 0 auto;
	padding: 103px 0 0 200px;
	width: 727px;
}
div#menu ul {
	margin: 0 0 0 0;
	padding: 0;
}
div#menu li {
	list-style: none;
	padding: 0 0 0 10px;
	font-weight: normal;
}
div#menu a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
div#menu a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.L1item{
	text-align: left;
	cursor: pointer;
	z-index: 1;
	display:inline;
}

.L1menu{
	text-align: left;
	cursor: pointer;
	z-index: 1;
	display:inline;
}

.L2menu{
	cursor: pointer;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	z-index: 1;
}

.L2item{
	cursor: pointer;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	z-index: 1;
}

.hiddenL2{
	text-align: left;
	width: 150px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
}

.hiddenL3{
	text-align: left;
	width: 150px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
}

.L3item{
	cursor: pointer;
	height: 16px;
	z-index: 1;
	border:1px solid #FFFFFF;
	padding: 2px;
	border-bottom:0px;
	background-color: #eeeeee;
}

/*******************************
 *
 *
 * 		Sitemap 
 *
 *
 ******************************
 */
div#sitemap a, div#sitemap a:visited{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
 
div#sitemap a:hover{
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.sitemap_tab{
	padding-left: 40px;
}
 /*******************************
 *
 *
 * 		Fotopagina
 *
 *
 ******************************
 */
div#photos_container{
	width: 845px;
}
.photo_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.photo_container a{
	text-decoration: none;
}
.photo_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	padding: 10px;
	cursor: hand;
}
.photo_hoverdiv:hover{
	background-color: #eeeeee;
}
.photos_text{	/* text div */
	width: 500px;
	float:left;
	color: #000000;
}
.photos_photo{	/* photo div */
	float:right;
}
.photos_photo img{
	border: 3px solid #cccccc;
}
 /*******************************
 *
 *
 * 		Videopagina
 *
 *
 ******************************
 */
.video_container{
	text-align:center;
}
 /*******************************
 *
 *
 * 		Linkpagina
 *
 *
 ******************************
 */
div#links_container{
	width: 100%;
}
.link_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #e6e6e6;
}
.link_container a{
	text-decoration: none;
}
.link_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	padding: 0px;
	cursor: hand;
}
.link_hoverdiv:hover{
	background-color: #ffffff;
}
.links_text{	/* text div */
	width: 500px;
	float:left;
	color: #000000;
}
.links_link{	/* link div */
	float:right;
}
.links_link img{
	border: 3px solid #cccccc;
}

 /*******************************
 *
 *
 * 		Nieuwspagina
 *
 *
 ******************************
 */
div#news_container{
	width: 845px;
}
.news_container{
	border-bottom: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.news_container a{
	text-decoration: none;
}
.news_hoverdiv{
	height:100%;	/* force hover effect on IE for whole DIV */
	width: 100%;	/* force hover effect on IE for whole DIV */
	cursor: hand;
}
.news_hoverdiv:hover{
	background-color: #eeeeee;
}
.news_title{
	font-weight: bold;
	background-color: #aaaaaa;
}
.news_text{	/* text div */
	padding: 10px;
	width: 800px;
	float:left;
	color: #000000;
}
.news_news{	/* link div */
	float:right;
}
.news_news img{
	border: 3px solid #cccccc;
}

 /*******************************
 *
 *
 * 		Gastenboek
 *
 *
 ******************************
 */
.gb-notes {
	color:#666666;
}
.gb_errors {
	color: #ff0000;
}
.gb_navbar {
	text-align:center;
}
div#loader{
	display: none;	
}

img{
	border: 0px;
}