* {
  margin:0;
  padding:0;
}

a:link{ color: black; text-decoration: underline }
a:visited{ color: black; text-decoration: none }
a:active{ color: black; text-decoration: none }
a:hover{ color: #000000; text-decoration: none }

html, body {
  font: 100% Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
   background-color: #000000;
}

#seite {
  width: 958px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}

#kopf {
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 443px;
}


#randlinks {
  background: url(../bilder/randlinks.jpg) repeat-y;
}

#randrechts {
  background: url(../bilder/randrechts.jpg) repeat-y right;
}

#wrapper {
  padding: 0 90px;
}

#inhalt {
  margin-left: 230px;
  margin-top: 3px;
  width: 700px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}

#inhalt_e0 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#inhalt_e1 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}

#inhalt_e2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}

#inhalt_l {
  float: left;
  width: 490px;
  background-color: #FFFFFF;
}

#inhalt_l a:hover{ color: #b80000; text-decoration: none }
#inhalt_l a:link{ color: #000000; text-decoration: underline }

#inhalt_l ul{
  margin-left: 10px;
}

#inhalt_r_e0 {
  float: left;
  margin-left: 5px;
  width: 280px;
  margin-top: 50px;
}

#inhalt_r_links {
  background: url(../bilder/vtrenner.jpg) repeat-y;
}

#inhalt_r_wrapper {
  padding-top: 0px;
  padding-left: 18px;
  padding-right: 0px;
  padding-bottom: 0px;

}

#inhalt_r_e1 {
  background-color: #FFFFFF;
}

/* LIGHTBOX */

#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(javascript/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(javascript/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(javascript/images/nextlabel.gif) right 15% no-repeat; }


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

#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;        }

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


/* Min-Width */
.lbWidth { /* most browsers */
        position: absolute;
        top: 0px; left: 0px;
        width: 100%;
        min-width: 790px;
        }

* html .lbContent { /* IE6 */
        margin-left: -790px;
        position:relative;
        }

* html .lbMinWidth { /* IE6 */
        padding-left: 790px;
        }


/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Eric Meyer's based CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
text-align: center;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #000000;
background: #ba0000;
border-color: #227;
}

#tablist li a.current{
background: #DCE4FF;
}

#links{

padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}

#links li{
list-style: none;
display: inline;
margin-left: 0;
text-align: left;
}

#links li a{
display:block;
float: left;
width: 200px;
text-decoration: none;
background: white;
}

#desc {
margin-left: 120px;
}

#mediabilder {
padding-top: 5px;
padding-left: 10px;
padding-right: 5px;
padding-bottom : 5px
}

#mediabilder a{
padding-top: 2px;
padding-left: 4px;
padding-right: 4px;
display:block;
width: 85px;
height: 85px;
float:left;
vertical-align: middle;
text-align: center;
}

#bilder_nav li{
list-style-type: circle;
margin-left: 20px;
margin-top: 5px;
text-align: left;
}

#bilder_nav li a:focus{
color: red;
}
