body {
	background: url(bg.png) repeat-x #93CAF1;
	margin:0px 0px 0px 0px;
	margin-bottom:300px;
	font-size:14px;
	font-family:Lucida bright, trebuchet ms;
}

#footer{
	color:#000;
	text-shadow: #CCC 0 1px 1px;
	background: url(footer.png) no-repeat bottom center;
	width: 100%;
	height:300px;
	position:fixed;
	bottom:0px;
}


#menu{
	position:fixed;
	top:0px;
	height:30px;
	width:100%;
	background-color:#FFF;
	z-index:15;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 2px 3px #000; /*Safari/Chrome */  
	box-shadow: 1px 1px 2x #000; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 

}

#logo{
	position:absolute;
	width:384px;
	left:50%;
	margin-left:-192px;
	
}

#banner{
	position:absolute;
	top:30px;
	background:#fff49e;
	width:880px;
	height: 140px;
	background:no-repeat url(/photos/banner.jpg);
	left:50%;
	margin-left:-440px;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000; /*Safari/Chrome */  
	box-shadow: 1px 1px 2px #000; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

  	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
#banner_title{
	position:relative;
	left: 20px;
	top:90px;
	color:#FFF;
	text-shadow: #000 0px 2px 1px;
	font-style:italic;
	font-size:24px;
}
#zoover_bar
{
	background: white;
	position: absolute;
	width: 100px;
	height: 120px;
	left:770px;
	top:10px;
	
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#zoov_wrapper
{
	position: absolute;
	width: 100px;
	height: 200px;
	font: normal 11px Verdana,Arial,sans-serif;
	text-align: center;
}
#zoov_score
{
	font-weight: bold;
	font-size: 13px;
	
}

#legal{
	font-size:12px;
	bottom:0px;
	width:100%;
	height:30px;
	text-align:center;
	vertical-align:bottom;
	border-top: 1px #CCCCCC solid;
	line-height:20px;
}
#legal a{
	color:#000;
	text-decoration:none;
}
#legal a:hover{
	text-decoration:underline;
}

/* Layer 1 */
#Nav {
	z-index:2;
	position:absolute;
	left: 50%;
	width:960px;
	vertical-align:middle;
	margin-left:-480px;
	padding-left:0px;
}
#Nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}
#Nav li {
	position: relative;
	float:left;
	vertical-align:middle;
	background:#FFF;
	z-index:5;

	
}
#Nav li a,#Nav li a:visited {
	height:30px;
	line-height:30px;
	display:block;
	text-decoration:none;
	vertical-align:middle;
	color:#000;
	padding: 0px 20px 0 10px;

}

/* Layer 2 */
#Nav ul ul {
	display: none;
	background:transparent;
}

#Nav li li {
	position:relative;
	float:none;
	background: #FF40;
	height:30px;
	width:100%;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000; /*Safari/Chrome */  
	box-shadow: 1px 1px 2px #000; /* Opera & hoe het zou moeten */  
}

.lastli, .lastli a:hover {
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

#Nav li:hover ul {
	display:block;
}


#li1 a:hover {
	background:#e89cb5;
}
#li3 a:hover {
	background: #FDC68A;
}
#li2 a:hover {
	background:#CCF;
}
#li5 a:hover {
	background: #82CA9D;
}
#li4 a:hover {
	background: #8493CA;
}

.closed {
	display:none;	
}
.open{
	display:inherit;	
}



#libutton li a , #libutton li a:visited {
	padding:0px 0px 0px 0px;
	border:0px;
	width:40px;
}

#wrapper{
	position:absolute;
	
	font-size:14px;
	
	top: 200px;
	background:#FFF;
	
	width:880px;
	left:50%;
	
	padding-right:-10px;
	margin-left:-440px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000; /*Safari/Chrome */  
	box-shadow: 1px 1px 3px #000; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  

	padding-top:10px;
	padding-bottom:10px;
	
	z-index:10;
	
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
#content{
	position:relative;
	left:10px;
	width:850px;
}

#content a,a:visited {
	color: #000;
}

#content img{
	border: 5px #FFF solid;
	
	margin-right: 8px;
	margin-bottom:3px;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000; /*Safari/Chrome */  
	box-shadow: 1px 1px 2px #000; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
#content img.zeurnaomi{
	border: 1px #999 solid;!important;
	
	-moz-box-shadow: 0px 0px 0px #FFF;!important;
	-webkit-box-shadow: 0px 0px 0px #FFF;!important; /*Safari/Chrome */  
	box-shadow: 0px 0px 0px #FFF;!important; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#000000')";!important;  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#000000');!important;

}

.imgbox{
	border: 5px #FFF solid;
	
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000; /*Safari/Chrome */  
	box-shadow: 1px 1px 2px #000; /* Opera & hoe het zou moeten */  
	/* Voor IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
	/* Voor IE 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

#socialmedia{
	position:relative;
	width:575px;
	
	margin-left:-280px;
	
	border:1px solid #CCCCCC;
	
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	
	border-bottom:0px;
	vertical-align:middle;
	left:50%;
}

#sitemap a {
	text-decoration:none;
}

.bookbox{
	border:1px solid #000;
	font-size:18px;
	width:500px;
	vertical-align:middle;
	padding-top:30px;
	padding-bottom:30px;
}

#book_title{
	color:#000;
	height:40px;
	/*text-shadow: #999 2px 2px 3px;*/
	font-size:24px;
}

#book{
	border: 1px #999999 solid;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	padding-left:10px;
	padding-right:10px;
	
	margin-bottom:20px;
}

#book td{
	height:30px;
	border-color:#000;
	border-style:solid;
	border: 1px;
	/*vertical-align:top;*/
	padding-bottom:5px;
}


#guest_title{
	color:#000;
	height:40px;
	/*text-shadow: #999 2px 2px 3px;*/
	font-size:24px;
}

#guest{
	border: 1px #999999 solid;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	margin-bottom:20px;
}


#guest .newblock{
	border-bottom:1px solid #999999;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	
}

.mousetit:hover{
	cursor:pointer;
	text-decoration:underline;
}

.hid{
	display:none;
}

#guest td{
	height:30px;
	border-color:#000;
	border-style:solid;
	border: 1px;
	/*vertical-align:top;*/
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}

#climate{
	border: 1px #999999 solid;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	padding-left:10px;
	padding-right:10px;
	
	margin-bottom:20px;
}

#climate td{
	height:25px;
	border-bottom: 1px solid #000;
	/*vertical-align:top;*/
	padding:5px;
}

#end{
	border: 1px #999999 solid;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	padding-left:10px;
	padding-right:10px;
	
	margin-bottom:20px;
}

#end td{
	height:inherit;
	border-color:#000;
	border-style:solid;
	border-width: 0px;
	/*vertical-align:top;*/
	padding-bottom:5px;
}


#news{
	position:absolute;
	width:200px;
	height:400px;
	left:680px;
	top:10px;
	
	text-align:center;
	
	border-left:1px solid #000;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
}