/* Rot HKS 18 = RGB 158, 18, 33 = CMYK 5, 100, 90, 23, 5 = Web 9e1221
   Dunkelgrau  26, 26, 26 = 1a1a1a
   Mittelgrau 128,128,128 = 808080
   Hellgrau 230,230,230 = e6e6e6
   
   Thumb-Größe exekt 80x80 px, Popup-Größe max. 600x800 px */

* {
 margin:0; padding:0; }

body { 
 color: #9e1221; font-size: smaller; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif; 
 background-color: #e6e6e6; position: absolute; top: 0; left: 0; 
 margin-top: 0; margin-left: 0; padding-right: 20px; }
 
h1, h2, h3 { 
 font-size: larger; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif; font-weight: normal; 
 margin-top: 20px; margin-left: 10px; 
 background: transparent; }
 
a:link { 
 color: #b0404c; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif; }
a:visited { 
 color: #cd878f; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif }
a:hover, a:active { 
 color: #ebcfd2; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif; }


/* kein verlinktes Bild hat einen Rahmen */
a img {
 border:0 none; }
 

.inline-bold { font-size: x-large; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif; font-weight: normal; }

.formular_eingabefeld  { color: #9e1221; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif; background-color: #e6e6e6; 
 border-width: 0; outline: inset 1px #7f7f7f; }

.send_button  { color: #e6e6e6; font-family: "Gill Sans", Helvetica, Arial, Verdana, Sans-serif; font-size:12px;
 background-color:#9e1121; padding: 3px; border-style: solid; border-width: 0; }
 
 form {
  margin-left:5px; }


/* Thumbs im Raster */
#thumbs {
	position:absolute;
	left:110px; top:130px;
	width:350px; height:350px;
	margin-top:30px;
	z-index:2; }

/* Content im iframe */
#content {
	position:absolute;
	visibility: visible;
	left:115px;
	top:140px;
	width:340px; height:350px;
	z-index:2;
}


/* Rubriktitel weiß auf Rot rechts vom Kreis */

#rubriktitel {
	position:absolute;
	left:630px;
	top:330px;
	z-index:2;
}

#rubrik01 {
	position: absolute;
	left:550px; top:110px;
	padding-right:50px;
}

#rubrik02 {
	position: absolute;
	left:707px;
	top:110px;
	padding-right:50px;
}

#rubrik03 {
	position: absolute;
	left:827px;
	top:110px;
	padding-right:50px;
}

#rubrik04 {
	position: absolute; border-bottom:#9e1221;
	left:550px;
	top:475px;
}

#rubrik05 {
	position: absolute; border-bottom:#9e1221;
	left:610px;
	top:475px;
}

#rubrik06 {
	position: absolute;
	left:707px;
	top:475px;
}

#rubrik07 {
	position: absolute;
/*	border-bottom:0.5px; border-bottom-style:solid; border-bottom-color:#9e1221; */
	left:827px;
	top:475px;
}

#thumbs img {
	margin:4px; }
	
/* pop-up mit Lightbox-js */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #e6e6e6; 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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #e6e6e6; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #9e1221; }
#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: 113px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

  
/* Pop up mit css */ 
#pic a .large {
	display: block;
	height: 1px;
	width: 1;
	position: absolute;
	top: 1px;
	left: 1;
	z-index:1;
}


#pic a.p1, 
#pic a.p1:visited {
	height: 80px; width: 80px;
	left: 0; top: 0;
	text-decoration: none;
}

#pic a.p1:hover {
	text-decoration: none;
}

#pic a.p1:hover .large {
	display: block;
	height: auto; width: auto;
	position: absolut;
	top: 40px; left: 100px;
}
