body 	{
	background: #0a6c16 url(./images/bg3.gif) repeat-y 25px 0; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #505050;
	margin: 0px;
	cursor: default;
	}

div.headerindex {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 750px;
	height: 190px;
	background: #fefffa url(./images/headermuehle.jpg) no-repeat;
	border-bottom: 1px solid #404040;
	border-top: none; 
	border-left: none;
 	border-right: none;
}

div.titel {
	font-size: 28pt;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-family: Courier, monospace;*/
	color: #fd8705;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	}


div.headerverm {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 750px;
	height: 190px;
	background: #fefffa url(./images/headergracht.jpg) no-repeat;
	border-bottom: 1px solid #404040;
	border-top: none; 
	border-left: none;
 	border-right: none;
	}

div.headerimp {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 750px;
	height: 190px;
	background: #fefffa url(./images/headermeer.jpg) no-repeat;
	border-bottom: 1px solid #404040;
	border-top: none; 
	border-left: none;
 	border-right: none;
	}

div.headerlage {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 750px;
	height: 190px;
	background: #fefffa url(./images/headerstadt.jpg) no-repeat;
	border-bottom: 1px solid #404040;
	border-top: none; 
	border-left: none;
 	border-right: none;
	}

div.headerausst {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 750px;
	height: 190px;
	background: #fefffa url(./images/headerhafen.jpg) no-repeat;
	border-bottom: 1px solid #404040;
	border-top: none; 
	border-left: none;
 	border-right: none;
	}

/* div.container{
	height: 100%;
	width: 750px;
	margin-bottom: 0px;
	margin-left: 50px;
	border: none;
	} */

div.navi{
	position: absolute;
	top: 190px;
	left: 50px; 
	height: 100%;
	width: 150px;
	float: left;
	border: none;
	}

p.navi {
	padding: 10px;
	text-align: left;
	}

div.content {
	position: absolute;
	top: 190px;
	left: 50px; 
	height: 100%;
	width: 600px;
	margin-left: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	}

div.clear {
	clear: both;
	height: 0px;
	}

p	{
	padding: 10px 20px 0px 20px;
	text-align: justify;
	}

div.karte {
	padding: 0px 20px 0px 20px;
	}

p.bild	{
	clear: both;
	}

p a:link, p a:visited {
	text-decoration: none;
	color: #0a6c16;
	}

p a:hover, p a:active {
	text-decoration: none;
	color: #000;
	background-color: #fdf5ec;
	border-bottom: 1px solid #fd8705;
	}

em 	{
	font-size: 14pt;
	color: #fd8705;
	}

ul	{
	margin-bottom: -5px;
	margin-top: -5px;
	}

li	{
	list-style-image: url(./images/punkt1.gif); 
	}

/*img	{
	padding: 5px;
	border: 1px solid #fd8705;
	background-color: #FFF;
	}*/

.bire	{
	float: right;
	margin: 0px 0px 10px 20px;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #fd8705;
	background-color: #FFF;
	}

.bili	{
	float: left;
	margin: 0px 20px 10px 0px;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #fd8705;
	background-color: #FFF;
	}

body.popup {
	background: #F5F5F5;
	}

body.popup img {
	border: 0px;
	background: #F5F5F5;
	background-image: none;
	}

img.impressum {
	border: 0px;
	padding: 0px;
	}

a.impressum:hover, a.impressum:active {
	background-color: #ffffff;
	border: 0px;
	}

/* LIGHTBOX-KLASSEN */

#lightbox a:link, #lightbox a:visited, #lightbox a:hover, #lightbox a:active {
	text-decoration: none;
	border: none;
	background-color: none;
	}

#lightbox{
	background-color:#fff;
	padding: 20px 20px 40px 20px;
	border: 1px solid #505050;
	}
#lightboxDetails{
	font-size: 12pt;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-size: 10pt;}
#keyboardMsg{ float: right; font-size: 10pt; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both; padding: 0px;	background-color: none;} 
#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");
	}
	
