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

* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BEC7C7;
}
.header {
	background-color: #508E0F;
	width: 760px;
	height: 80px;
	border-bottom: 2px solid #cc0;
	margin-left: 4px;
	margin-right: 4px;
	font-size: xx-large;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	font-weight: bolder;
}
.menu table {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.menu {
	background-color: #508E0F;
	width: 760px;
	height: 30px;
	border-bottom: 2px solid #cc0;
	margin-right: 4px;
	margin-left: 4px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.Copyright {
	background-color: #508E0F;
	text-align: center;
	color: #FFFFFF;
	border-top: 2px solid #cc0;
	margin-left: 4px;
	margin-right: 4px;
}
.Copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.tekstvak {
	margin: 10px;
	text-align: left;
}
.tekst_titel {
	font-weight: bold;
	color: #508E0F;
}
.tekstvak a {
	color: #508E0F;
	text-decoration: underline;
}
.tekstvak hr {
	color: #508E0F;
	width: 300px;
	margin-left: 20px;
}
.tekstvak li {
	margin-left: 20px;
}

#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(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
