* {
margin: 0;
padding: 0;
}

html, body {
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #000000;
font-size: 12px;
line-height: 17px;
width: 100%;
height: 100%;
min-width: 960px;
background-color: #ffffff;
}


h1 {
font-size: 26px;
line-height: 27px;
font-weight: bold;
margin: 0 0 3px 0;
}

h2 {
font-size: 14px;
font-weight: bold;
}

.small {
font-size: 10px;
}


a:link,
a:visited {
font-size: 14px;
font-weight: bold;
color: #ad0023;
text-decoration: none;
}

a:hover,
a:active {
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}



.link-fliesstext:link,
.link-fliesstext:visited {
font-size: 12px;
font-weight: normal;
color: #ad0023;
text-decoration: none;
}

.link-fliesstext:hover,
.link-fliesstext:active {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}


.unternavigation:link,
.unternavigation:visited {
font-size: 12px;
font-weight: normal;
color: #ad0023;
text-decoration: none;
}

.unternavigation:hover,
.unternavigation:active {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}


/* Struktur */

#gesamt {
position: relative;
width: 520px;
left: 50%;
margin-left: -320px;
top: 55px;
clear: left;
}



#head {
display: none;
}

#head-print {
display: block;
margin: 0 0 49px 96px;
}

#navigation {
width: 110px;
float: left;
direction: rtl;
margin: 28px 0 0 0;
line-height: 23px;
}

#inhalt-text {
width: 328px;
float: left;
margin: 0 0 0 41px;
}

#inhalt-bild {
display: none;
/*width: 460px;
float: left;
margin: 0 0 0 41px;*/
}

/* Navigation */

.navigation {
list-style-type: none;
}

.unternavigation {
line-height: 17px;
}

.aktiv:link,
.aktiv:visited,
.aktiv:hover,
.aktiv:active {
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}


.un-aktiv:link,
.un-aktiv:visited,
.un-aktiv:hover,
.un-aktiv:active {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: none;
}

/* Abstände */

.bildabstand {
margin: 5px 0 0 0;
}

.info-abstand {
margin: 4px 0 13px 0;
}

.titelabstand-start {
margin: 0 0 31px 0;
}

.titelabstand {
margin: 0 0 18px 0;
}

#bildtitel-leer {
margin: 24px 0 0 0;
}

#bildtitel {
margin: 0 0 -2px 0;
}


/* Start - Infofeld */

.info-oben {
min-height: 15px;  
height: auto !important;
height: 15px;
width: 328px;
background-image: url(/bilder/hg-info-oben.gif);
background-repeat: no-repeat;
margin: 0 0 -6px 0;

}

.info-flaeche {
min-height: 15px;  
height: auto !important;
height: 15px;
background-color: #ffffff;
width: 328px;
margin: 0 0 -2px 0;
}

.info-unten {
width: 328px;
background-image: url(/bilder/hg-info-unten.gif);
background-repeat: no-repeat;
}


/* Werbung */

.werbung {
width: 440px;
margin: 41px 0 0 0;
border-spacing: 0px;
}


/* galerie */

.galerie {
width: 328px;
margin: 18px 0 0 0;
border-spacing: 0px;
}


/* Lightbox -> Finger Weg */

#lightbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: none;
	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;}




#imageDataContainer{
	font-family: arial, helvetica, verdana, sans-serif;
	color: transparent;
	background-color: none;
	margin: 0 auto;
	line-height: 1.4em;
	font-size: 0.001em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ display: none; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ position: absolute; width: 95%; height: 95%; top:0; left: 0; z-index: 100;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: auto;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
	

.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 */
	}	
	
