@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color:#ffffcc;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	
	
	}

h1{
	text-align:center;
	color:#900;
	
	}

h2{}

#container{
	
	height: auto;
	

	}

#top{
	background-image:url(img/bgtop.gif);
	background-repeat:repeat-x;
	height:87px;
	clear:none;
	
		}

#left{
	width:157px;
	background-image:url(img/bgleft.gif);
	background-repeat:repeat-y;
	float:left;
	height:1000px;
	
	}

#middle{
	width:80%;
		}
#right{
	background-image:url(img/bgright.gif);
	width:50px;
	background-repeat:repeat-y;
	height:1000px;
	float:right;
	position:absolute;
	top:0px;
	right:0px;
	
	

}

#content{
	background-color:#fcf7c0;
	border: 1px solid #000;
	width:80%;
	padding-left:5px;
	margin-left:170px;
	overflow:visible;
	overflow:auto;
	}


.adres{
font-size:10px;

float:left;
width:100%;
	}
	
#content hr {
width:60%;
text-align:center;

}

#menu {
	margin-top:150px;
	margin-left:6px;
	font-size:10px;
	}
#rechtsboven {
	
	float:right;
	clear:none;
	width:55px;
	position:absolute;
	top:0px;
	right:0px;
}

#menutop{
	background-image:url(img/topmenu.gif);
	width:125px;
	height:30px;
	background-repeat:no-repeat;
	float:left;
	margin:0;
	}

#menumidden{
	background-image:url(img/menumiddle.gif);
	width:125px;
	background-repeat:repeat-y;
	float:left;
	margin:0;
	}

#menubottom{
	background-image:url(img/bottommenu.gif);
	width:125px;
	height:30px;
	background-repeat:no-repeat;
	float:left;
	margin:0;
	}
	
.menu li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
	background-image:url(img/bgknop1.gif);
	width:95px;
	height:22px;
	margin-bottom:6px;
	text-align:center;
	float:left;
}

.menu li:hover {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
	background-image:url(img/bgknop2.gif);
	width:95px;
	height:22px;
	margin-bottom:6px;
}

.menu {
	margin:0;
	padding:0px;
	padding-left:14px;
}

.menu a {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
	padding:0;
	margin:0;
	position:relative;
	top:4px;
	width:95px;
	height:22px;
	
}

.menu a:hover {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
	padding-top:3px;
}

#taal {
	margin-left:5px;
	margin-top:20px;
	float:left;
	clear:both;
}

img {
	border:none;
	margin:0;
	padding:0;
}



#gastenboek_rechts{
width:300px;
float:right;
margin-right:100px;

}
#gastenboek_links {
width:100%;

float:left;

}

.gastenboektabel {
background-color:#FFF;
width:500px;
margin:auto;

}


.gastenboektdnaam {
background-color:#2e6525;
color:#FFFFFF;
width:66%;
}
.gastenboektddatum {
background-color:#2e6525;
color:#fff;
font-size:9px;
}

#content img {
	margin:10px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	