html {background-image: url(images/pixel.gif);}

body {font-family: arial, Verdana, helvetica, sans-serif;
       }

a {text-decoration: none;font-weight:bold;}
a.rechts {color:white}
.rechts:hover {color:blue}
h1 {font-size:16px;
    text-align:center;}

#corpus {width:1000px;
	height:100%;
         margin-left:auto; margin-right:auto;
         }

#panorama {margin-top:-4px; z-index:0}

#logo {z-index: 10;
       position:absolute;
       margin-left:-280px;
       margin-top:-50px;
       }

#bilder {padding-top:10px;font-style:normal;font-size:0.9em}

#kopf1 # {z-index:0}

#navileft {width:200px;
	       float:left;
           background-color:rgb(128,0,0);
           margin-bottom:0px;
           font-size:14px;
           position:relative
                      }

#navileftin {background-color:rgb(255,204,153);
             width:180px;
             margin-top:50px;
             text-align:center;             }

#navioben {height:32px}

#content {width:600px;
	 float:left;
          background-color:rgb(255,153,51);
          }

#imgright {width:200px;
	  background-color:rgb(128,0,0);
           margin-top:0px;
           float:left;
           }
#imgrightin {width:180px;
	  background-color:rgb(0,0,0);
           margin-top:50px;
           margin-left:20px;
           text-align:center;
           color:rgb(255,255,255);
           font-size:12px;
           font-style:italic;
           }

#foot {background-image: url(images/foot1.gif);
       width:1000px;
       height:60px;
       clear:left}

#foottext {text-align:center;padding-top:15px;color:rgb(255,255,255);
  	  font-weight:normal; font-size:1.2em; font-style:italic}

.text {font-size:13px;
       margin-left:15px;
       margin-right:15px;
       margin-top:15px;
       }

.zeile {width:185px;
	 height:20px;
          background-color:rgb(255,204,153);
          margin-top:30px;
          margin-left:15px;
          text-align:center;
          font-size:15px;
          font-weight:bold;}

.zelle {width:5px;
        height:20px;
        background-color:rgb(255,204,153);
                }

#tabelle {width:570px;
	 height:20px;
          text-align:center;
          margin-top:30px;
          margin-left:auto; margin-right:auto;
          }

.spalte {width:185px;
	 height:100%;
          font-size:11px;
          text-align:left;
          valign:top;
          }

.balken {width:5px;
        height:100px;
        background-color:rgb(255,204,153);
                }

#wetter {margin-left:12px;
	}

.button {margin-top:-3px}

#cini {width:250px;height:150px;float:left;margin-top:10px;margin-left:70px}
#shyboy {width:170px;float:left;margin-left:70px}
#duffy {width:250px;height:110px;float:left;margin-top:20px;margin-left:70px}

#preise {margin-left:auto; margin-right:auto;}

.zeile1 {width:200px;
	 height:25px;
          background-color:rgb(128,0,0);
          margin-top:30px;
          margin-left:15px;
          text-align:center;
          font-size:15px;
          font-weight:bold;
          color:#ffffff;}

.pzeile {width:200px;
	 height:40px;
          background-color:rgb(255,204,153);
          margin-top:30px;
          margin-left:15px;
          text-align:left;
          font-size:13px;
          font-weight:normal;}

#anzeige {width:140px;
	  margin-top:30px;
           margin-left:20px;
           text-align:left;
           font-size:12px;
           font-style:normal;}

 ul#navlist { font-family: sans-serif; }

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #ffffff;
background-color: #003366;
padding: 3px;
border: 1px #ffffff outset;
}

ul#navlist li a:hover
{
color: #ffff00;
background-color: #003366;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }

#gb {background-image: url(images/gbbackground.jpg);
     background-repeat:repeat-y;
     background-position:center;}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	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/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/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;	}

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

li { color:#000000;  font-size:10pt; }
TD   { color:#000000;  font-size:10pt; }
td.my { background-color:#FFCC99}
input.button {background-color: #800000;border-color: #FFFFFF;border-style:outset;border-width:1px;color: #FFFFFF;}
.field {background-color: #FFFFFF;border-color: #000000;border-style:solid;border-width:1px;Font-Size:12px;}

#flashindex {position:absolute; margin-left:270px; margin-top: -185px; width:270px; }

* html #flashindex
{  
 /* CSS-Hack für IE6 und kleiner */  
 position:absolute; margin-left:140px; margin-top: -170px; width:270px;;  
}  

*:first-child+html #flashindex
{  
 /* CSS-Hack für IE7 und hoeher */  
 position:absolute; margin-left:140px; margin-top: -170px; width:270px;;  
}  



