/* Start GENERAL */


body {
        font: 1.1em/1.6em Calibri;
        /*overflow: hidden;*/
        margin: 0;
        padding: 0;
        background-image:url(Bild_162.jpg);
        /*padding:200px 0px;    */
        background-repeat:no-repeat;
        background-position:center center;
        background-attachment:fixed;

        width: 100%;
        height: 100%;
        line-height: normal;

}


p.weit{line-height: 150%;}

#content {
        position: center center;
        margin: 0 auto;
        width: 70%;
        background: #f6f6f9;
        filter:alpha(opacity=85%); /* IE */
                opacity:0.85; /* allgemein */
                -moz-opacity:0.85; /* Mozilla */
                -khtml-opacity:0.85; /* KTHML */
                -opera-opacity:0.85; /* Opera */
        <!--overflow: auto; /*Zeilenumbruch bei Seitenvergrößerung*/-->
}

#header {
        width: 100%;
        height: 154px;
        border-bottom: 4px solid #cc0033;
}

#main {
        font: 1.3em/1.6em Calibri ; /*Verdana,Arial,Helvetica,Sans-serif;*/
        position:relative;
        float: left;
        width: 95%;
        /*padding: 0 16px;*/
            color: #1d3a00;
        text-align: justify;
}

#image {
background-color: white;
}

/*
#gallery {
  position: relative;
}

#gallery figure {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

#gallery figure:last-of-type {
  position: relative;
}

#gallery figcaption {
  position: absolute;
  left: 1em;
  bottom: 0.5em;
  z-index: 2;
}

#gallery figure {
  animation: wechseln 15s infinite;
}

@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}

#gallery figure:nth-of-type(2) {
  animation-delay: 5s;
  opacity: 0;
}
*/


#sidebar {
        font: 1.3em/1.6em Calibri ; /*Verdana,Arial,Helvetica,Sans-serif;*/
        /*float: relative;*/
        /*position:right;*/
        padding: 0;
        /*left: 50%;*/
            /*width: relative;*/
            /*heigh: 8px;*/                                         /*<-- ACHTUNG! - Hier Schreibfehler "height"?*/
           /*text-align:left;*/
           color: #1d3a00;
           margin-left: 70%;
}


#sidebar_h2 {
        margin-top: 40px;
        border-bottom: 2px solid #B0C4DE;
}

/* End GENERAL */


/* Start NAVIGATION */


ul#navheader {
        float:left;
        width: 100%;
        font-size: 1.8em;
           margin: 0 auto;
          padding: 0.8em 0 0.8em 0;
          text-align: center;
          background-color: #C6C6C2;
        border-bottom: 2px solid #1d3a00;
}

ul#navheader li {
        list-style: none;
        display: inline;
        margin: 0;
        padding: 0;
}


ul#navheader a,
ul#navheader span {
        font-weight: bold;
        line-height: 14px;
        width: 4em;
        margin: 0.4em;
        padding: 0.2em;
        text-decoration: none;
        color: #1d3a00;
}

* html ul#navheader a,
* html ul#navheader span {  /* Korrektur fuer IE 5.x */
        width: 8em;
        /*w\idth: 6em;*/                                        /*<-- ACHTUNG! - Hier Schreibfehler "width"?*/
}

ul#navheader a:hover{
        color: white;
}

ul#navheader span {
        color: white;
        border-bottom: 2px solid #cc0033;
}


#navheader li.aktiv a:link,
#navheader li.aktiv a:visited {
        border-bottom: 2px solid #cc0033;
        padding-bottom: 4px;
}


ul#navheader div {
         clear: left;
}

/* End NAVIGATION */



/* Start Ueberschriften */

h1 {
        font-family: Calibri ; /*Trebuchet MS, Verdana, Lucida, Arial, helvetica, sans-serif;*/
        font-size: 1.8em;
        letter-spacing: 10%;
        margin: 40px 0 20px 0;
        padding: 0 16px;
            text-align: left;
        color: #cc0033;
        font-weight: normal;
}

h2 {
        font-family: Calibri ; /*Trebuchet MS, Verdana, Lucida, Arial, helvetica, sans-serif;*/
        font-size: 1.4em;
        letter-spacing: 10%;
        padding: 0 16px;
        color: #cc0033;
        border-bottom: 1px solid;
        border-color:#004386;
        font-weight: normal;
}

h3 {
        font-family: Calibri ; /*Trebuchet MS, Verdana, Lucida, Arial, helvetica, sans-serif;*/
        font-size: 1.2em;
        letter-spacing: 10%;
        padding: 0 16px;
        color: #1d3a00;
        border-bottom: 1px solid #004386;
        font-weight: bold;
}

h3.a {
        color: #004386;
}


b.duenn {
        font-family: Calibri ; /*Verdana, Trebuchet MS, Lucida, Arial, Helvetica, sans-serif;*/
        font-weight: 200;
        line-height: 10px;
        font-size: 15px;
}

ul.klein {
        font-family: Calibri ; /*Verdana, Trebuchet MS, Lucida, Arial, Helvetica, sans-serif;*/
        font-weight: 200;
        line-height: 14px;
        font-size: 11px;
}

/* End UEBERSCHRIFTEN */



/* Start FOOTER */


#footer {
        clear: both;
        z-index:3;
        position:relative;
        left: 50%;
           width: 740px;
           heigh: 8px;
           text-align:right;
          color: #1d3a00;
           margin-left: -384px;
}