
  body  { color: black; font: 100.01% Arial, Helvetica, sans-serif; background-color: lightslategray}

  ul#navigation  { background-color: lightslategray; text-align: center; margin: 0; padding: 0.8em; border: 1px black }
  ul#navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#navigation a, ul#navigation span  { color: lightgrey; font-weight: bold; text-decoration: none; background-color: lightslategray; padding: 0.2em 0.8em; border-style: solid; border-width: 0; border-color: white black black white }
  * html ul#navigation a, * html ul#navigation span  { color: lightslategray; width: 1em; w: auto }
  ul#navigation a:hover, ul#navigation span  { color: #000; background-color: lightslategray; border-color: black white white black }

ul#inhalt {
text-align:center;
font-size:80%;
font: Helvetica, Arial, sans-serif;
}

h2 { font-size:80%;
     color:;
     font-style:;
     border-bottom:; }
	 
/* TEXTE AUFBLENDEN */	 
/* always visible */
#outer .holder {padding:0px; border:0px solid #ddd; margin:0 20px 10px 0;}
#outer .holder p {padding:5px 0 0 0; margin:0;}
#outer .holder p.bold {font-weight:bold;}
#outer .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#outer div.more i {float:left; margin-right:-10px 10px 0 0; cursor:pointer; font: Helvetica, Arial, sans-serif; text-decoration: underline;font-style:normal;}
#outer div.more i.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more img {display:none;}

/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click p {display:block;}
#outer div.click img {display:block; float:left; padding-right:10px;}	 


/* LIGHTBOX */
#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: #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-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: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%        ; }

#imageData{        padding:0 10px; color: #666; }
#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; outline: none;}

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

