
/* Farben */
/* Farbe Hauptnavigation : #A9D510 (169,0213,16), hellgrün */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
       font-family:Verdana,Arial,Helvetica,sans-serif;
}

p,ul,ol,li,div,td,th,address,nobr,b,i {
        font-size:10pt;
        color:#000000
}

body  {
/*    background-image: url(../images/bg_1.gif) */
        background-color: #ffffff;
        margin-left: 500px;
}

/* Links auf Seiten */
a:link { color:#81A20D; text-decoration:none; }
a:visited { color:#81A20D; text-decoration:none; }
a:focus { color:#000000; text-decoration:none; }
a:hover  { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }

/* Links Hauptnavigation */
ul#Navigation {
    position:absolute;
    top:130px;
    left:110px;
    width:600px;
    margin: 0;
    padding: 0em;
    text-align: left;
    border: 0px solid black;
    background-color: #ffffff;
  }

ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.0em;
    padding: 0;
  }

ul#Navigation a, ul#Navigation span {
    padding: 0em 0.5em;
    text-decoration: none;
    font-weight: none;
    border: px solid black;
    border-left-color: white;
    border-top-color: white;
    color: #BF0000;
/*    color: #81A20D;*/
    background-color: #ffffff;
  }

* html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }

ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: #81A20D;
    background-color: #ffffff;
/*    text-decoration: underline overline; */
  }

.linie_o {
        position: absolute;
        height: 2px;
        top: 155px;
        left: 110px;
        width: 580px;
        color: #A9D510;
        border: 1px solid;
}

.linie_u {
        position: relative;
        height: 2px;
        top: 15px;
        left: -190px;
        width: 580px;
        color: #A9D510;
        background-color: #A9D510;
        border: 1px solid;
}

.logo {
         position:absolute;
         top:25px;
         left:530px;
         }

._sprache {
         position:absolute;
         top:5px;
         left:570px;
         }

         .sprache {
         position:absolute;
         top:25px;
         left:110px;
         }

.bild {
         position:absolute;
         top:190px;
         left:110px;
         }

.text {
         position:absolute;
         top:190px;
         left:300px;
         width:390px;
         height:150px;
         padding-left:0px;
         padding-right:25px;
         background-color:;
         }

.text_b {
         position:absolute;
         top:190px;
         left:300px;
         width:390px;
         height:150px;
         padding-left:0px;
         padding-right:25px;
         background-color:;
         text-align: justify;
         }

.tabelle {
         border-collapse:collapse;
         padding-top:20px;
}

.zelle {
       padding:0px;
       padding-right:10px;
       }

.bilder{
       background-color: #FFFFFF;

       padding-left:0px;
       padding-right:0px;
       padding-bottom:0px;
       border-top-width:0px;
       border-bottom-width:0px;
       border-left-width:20px;
       border-right-width:0px;

       border-style:solid;
       border-color:#FFFFFF;
       }

#lightbox{
        position: absolute;
        top: 40px;
        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;
        }

#imageData{
        padding:0 10px;
        }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: normal;        }
#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;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        }


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

* html>body .clearfix {
        display: inline-block;
        width: 100%;
        }

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