/* CSS Document */
body {
/*
background-color:#cccccc;
*/

background-color: #666666;

}
.rahmen {
background-color: #EDE7DE;
}
.lo {
background-color: #9EB839;
background-image:url(../images/rahmen_lo.gif);
background-repeat:no-repeat;
}
.lo span {
padding-top: 30px;
padding-left:15px;
font-family: Tahoma;
font-size: 20px;
color: #75882B;
}

.zwerg {
background-color: #9EB839;
/*
background-image:url(../images/start_zwerg.png);
background-repeat:no-repeat;*/
}
.ro {
background-color: #523000;
background-image:url(../images/rahmen_ro.gif);
background-repeat:no-repeat;
}
.ro span{
font-family: Tahoma;
font-size: 25px;
color:#876D47;
padding-right: 20px;
}
.orientierung {
background-color: #A03418;
background-image:url(../images/rahmen_orientierung.gif);
background-repeat:no-repeat;
}
.orientierung a:link, .orientierung a:visited {
font-family: Tahoma;
font-size:11px;
color: #C0A987;
text-decoration: none;
padding-left: 15px;
font-weight:bold;
}
.orientierung a:hover, .orientierung a:active {
font-family: Tahoma;
font-size:11px;
color: #EDE7DE;
text-decoration: none;
padding-left: 15px;
font-weight:bold;
}

.main {
border-left: solid 2px #444444;
border-bottom: solid 2px #444444;
border-right: solid 2px #444444;
}

/*---- navigation ------*/
.navigation {
background-image:url(../images/rahmen_navigation.gif);
background-repeat:no-repeat;
background-color: #C0A987;
padding-left:30px;
}
.navigation a:link, .navigation a:visited {
font-family: Tahoma;
font-size:11px;
color: #523000;
text-transform: lowercase;
text-decoration:none;
font-weight:bold;
}
.navigation a:hover, .navigation a:active  {
font-family: Tahoma;
font-size:11px;
color: #A03418;
text-transform: lowercase;
text-decoration:none;
font-weight:bold;
}
/*--------- subnavigation -------------*/
.subnavigation {
background-color: #9EB839;
line-height: 8px;
}
.subnavigation a:link, .subnavigation a:visited {
display: list-item;
list-style-image: url(../images/subnavi_list1.png);
list-style-position:inside;
font-family: Tahoma;
font-size:11px;
line-height: 12px;
color: #523000;
text-decoration: none;
padding-left: 20px;
}
.subnavigation a:hover, .subnavigation a:active {
list-style-image: url(../images/subnavi_list1.png);
list-style-position:inside;
font-family: Tahoma;
font-size:11px;
line-height: 12px;
color: #EDE7DE;
text-decoration: none;
padding-left: 20px;
}
.subnavigation span a:link, .subnavigation span a:visited{
list-style-image: url(../images/subnavi_list2.png);
list-style-position:inside;
font-family: Tahoma;
font-size:11px;
line-height: 12px;
color: #523000;
text-decoration: none;
padding-left: 40px;
}
.subnavigation span a:hover, .subnavigation span a:active {
list-style-image: url(../images/subnavi_list2.png);
list-style-position:inside;
font-family: Tahoma;
font-size:11px;
line-height: 12px;
color: #EDE7DE;
text-decoration: none;
padding-left: 40px;
}
/*--------- content ----------*/
.content {
background-color: #E0D4C4;
font-family: Tahoma;
font-size:12px;
color: #333333;
line-height: 14px;
padding-left:10px;
padding-right:12px;
}
.content p{
font-family: Tahoma;
font-size:12px;
color: #333333;
line-height: 14px;
}
.content h1 {
font-family: Tahoma;
font-size:15px;
font-weight:bold;
color: #A03418;
line-height: 18px;
}
.content h2 {
font-family: Tahoma;
font-size:12px;
font-weight:bold;
color: #A03418;
line-height: 16px;
}
.content a:link, .content a:visited {
font-family: Tahoma;
font-size:12px;
color: #A03418;
line-height: 14px;
text-decoration: underline;
}
.content a:hover, .content a:active {
font-family: Tahoma;
font-size:12px;
color: #333333;
line-height: 14px;
text-decoration: underline;
}
.content hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: dashed 1px #C0A987;
 border-bottom: solid 1px #E0D4C4; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 background-color: #C0A987;
 width:100%;
 padding-top:0px;
 padding-bottom:0px;
}
/*------- footer ----------*/
.footer, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
font-family: Tahoma;
font-size:10px;
color: #333333;
line-height: 10px;
text-decoration: none;
}
/*------- angebot ----------*/
.angebot {
background-color: #9EB839;
}
.angebot a:link, .angebot a:visited {
font-family: Tahoma;
font-size:11px;
line-height: 12px;
color: #523000;
text-decoration: none;
padding-left: 40px;
}
.angebot a:hover, .angebot a:active {
font-family: Tahoma;
font-size:11px;
line-height: 12px;
color: #EDE7DE;
text-decoration: none;
padding-left: 40px;
}
.angebot h2 {
font-family: Tahoma;
font-size:13px;
font-weight: bold;
line-height: 12px;
color: #EDE7DE;
text-decoration: none;
padding-left: 40px;
}
.angebot span {
padding-left: 40px;
font-family: Tahoma;
font-size:11px;
line-height: 12px;
color: #EDE7DE;
}
.angebot hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #98B037;
 border-bottom: solid 1px #9EB839; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 background-color: #98B037;
 width:100%;
 padding-top:0px;
 padding-bottom:0px;
}
/*------lightbox--------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/galerie/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/galerie/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/galerie//nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

