  body {
    background: #222 url(images/bg5.jpg);
	font-size: 15px;
    font-size: 100.01%;
	font-size: 16px;
    font-family: Arial,sans-serif,Helvetica;
    margin: 0; padding: 15px 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	padding:0;
    width: 980px;
    padding: 0;
    background: #000; /* url(hintergrund.gif) repeat-y; */
    /*border: 4px solid #404451;*/
  }

  h1 {
    font-size: 22px;
    margin: 0; padding: 5px;
    text-align: center;
    color: #d3081c;
	/*background: #fed url(../../../src/logo.gif) no-repeat 100% 45%;
    background: #fed url(images/mbg2.jpg);
    background: #fed url(images/logo.gif) no-repeat 100% 45%;*/
    /*border-bottom: 1px solid silver;*/
  }

  div#borderline {
	font-size:12px;
	text-align: center;    /* Zeile horizontal mittig ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0 0;
	color: #ffffff;
    background: #697088;
  }

.line_img {
    padding:0px;
    vertical-align:middle;
  }

.bottomline_img {
    padding:2px 5px 2px 5px;
    vertical-align:middle;
	text-align:right;
	float:right;
	height:17px;
	}

  ul#Navigation {
    font-size: 0.83em;
    float: left; 
	width: 124px;
    margin: 0 0 18px 68px; 
	padding: 90px 0 0 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0;
	padding: 8px;
  }
  ul#Navigation a {
    display: block;
    padding: 2px;
	margin:0;
    text-decoration:none;
	font-weight: bold;
  }
  ul#Navigation a:link, ul#Navigation a:visited, ul#Navigation a:active{
    color: black;
	height:18px;
	text-decoration:none;
	text-align:center;
	background: url(images/navi_bt.jpg) no-repeat center;
	font-size: 16px;
    font-size: 100.01%;
	font-size: 17px;
  }
  ul#Navigation a:hover {
    color: #ffffff;
	height:18px;
	text-decoration:none;
	text-align:center;
	background: url(images/navi_bt_active.jpg) no-repeat center;
	font-size: 16px;
    font-size: 100.01%;
	font-size: 17px;
  }

  ul#Navigation span {
	display:block;
    color: #000;
	height:18px;
	text-decoration:underline;
	text-align:center;
	background: url(images/navi_bt_active.jpg) no-repeat center;
	font-size: 16px;
    font-size: 100.01%;
	font-size: 17px;
	font-weight:700;
  }
  div#navii {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	width:198px;
	float:left;
  }

  div#Inhalt {
    margin: 0 0 0 212px ;
    padding: 0px;
	width:680px;
	background:#000000;
	background: url(images/bgAAA.jpg);
  }
  * html div#Inhalt {
    height: 16px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
	padding: 10px 85px 10px 15px;
    font-size: 19px;
    margin: 0em 0;
    color: #d3081c;
  }
  div#Inhalt h3 {
	padding: 10px 85px 10px 15px;
	font-size: 16px;
	margin: 0em 0;
    color: #d3081c;
  }
  div#Inhalt p {
	padding: 10px 10px 10px 10px;
    font-size: 16px;
    margin: 0 0;
  }
  div#contentarea{
	margin:10px 0 0 0;
  	background: url(images/back.jpg);
}
  div#Inhalt a {
    color: #d3081c;
	text-decoration:none;
  }
  
  
#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: 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; }
  
  
