/*<![CDATA[*/


/* Farben:
Navi-grün:     rgb(198,220,158)
HG-grün:       rgb(220,245,182)
gelb           rgb(255,255,150)
hellgrau:      rgb(240,240,240)
dunkelgrau:    rgb(120,120,120)
*/





html {
    margin: 0;
    padding: 0;
    }
html>body #navihaupt li a {
    width:auto;                 /* angeblich für Gecko-Browser erforderlich;
                                      geht aber auch ohne */
    }

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Trebuchet MS", Georgia, Verdana ;
    font-size: 80%;
    background-color: rgb(255,255,255);
    background-color: rgb(220,245,182);
    background-image: url(../bilder/hg03.jpg);
    }

#container {
    margin: 0px auto 6px auto;
    color: rgb(0,0,0);
    background-color: rgb(220,245,182);
    background-image: url(../hg_nav/hg_navhaupt_ha2.jpg);
    background-repeat: repeat-x;
    background-position:0px 430px;   /* Abstand HG-Bild Navleiste von oben */
    width: 900px;
    text-align: left;
    }

#top {
    color: rgb(0,0,0);
    padding-bottom: 2px;            /* erhöht Abstand unter den Bildern */
    background-image: url(../bilder/top03a.jpg);
    }

#topbilder {
    color: rgb(0,0,0);
    padding: 0;
    height:100px;
    display: inline;
    }

#topname {
    color: rgb(0,0,0);
    padding: 0 0 5px 0 ;
    }

#topname h1 {
    font-size: 1.6em;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 5px 10px;
    }

#topname h1 span, erster buchstabe gross und nach unten verschoben {
    font-size: 1.4em;
    font-weight: bold;
    color: rgb(255,255,50);
    position: relative;
    top: 0.05em;
    }

#abstand {
    background-color: rgb(255,255,255);
    padding-top:4px;
    }

#inhalt {
    color: rgb(0,0,0);
    padding-top: 0px;
    }

#navihaupt {
    width: 20%;
    float: left;
    color: rgb(0,0,0);
    padding-top: 5px;
    }

#navihaupt ul {
    list-style-type: none;
    margin: 0 8px 0 8px;      /* Abstand der Listenpunkte vom Rand o, r, u, l */
    padding: 0 2px;
    }

#navihaupt ul li {
    line-height:1.2em;
    margin: 0 0 1px 0;        /* Abstand vertikal der Listenpunkte */
    }

#navihaupt ul li a:link, #navihaupt li a:visited {
    display: block;
    background-color: rgb(198,220,158);
    color: rgb(0,0,0);
    text-decoration:none;
    font-weight:bold;
    border-left: 1px solid rgb(240,240,240);
    border-top: 1px solid rgb(240,240,240);
    border-right: 1px solid rgb(100,100,100);
    border-bottom: 1px solid rgb(100,100,100);
    width:90%;                 /* ohne diese Angabe: Abstand der Listenpunkte im IE
                                         zu groß;
                                      muß vor padding stehen!  */
    padding: 3px 6px 5px 8px;               /* Innenrand der Listenpunkte */
    }

#navihaupt ul li a:hover, #navihaupt li a:focus, #navihaupt li a:active {
    display: block;
    color: rgb(255,255,255);
    aus_background-image: url(../bilder/hgmenu.jpg);
    text-decoration:none;
    background-color: rgb(121,132,100);    /* Hintergrundfarbe bei Mouseover */
    font-weight:bold;
    border-right: 1px solid rgb(240,240,240);
    border-bottom: 1px solid rgb(240,240,240);
    border-left: 1px solid rgb(100,100,100);
    border-top: 1px solid rgb(100,100,100);
     }

#navihaupt ul li a span, verhindert Anzeige des popup-Inhalts innerhalb der Links {
    display: none;
    }

#navihaupt ul li a:hover span, popups mit Erklärungen zu Linkzielen {
    display:block;
    position: absolute; left: 25%;
    width:250px;
    padding: 7px 10px;
    color: rgb(0,0,0);
    font-weight:normal;
    text-decoration:none;
    background-color:rgb(225,225,225);
    border: 1px solid rgb(0,0,0);
}

#navihaupt ul li.linkaktiv , Formatierung der Schaltfläche aktuelle Seite {
    display:block;
    color: rgb(0,0,0);
    aus_background-image: url(../bilder/hgmenu2.jpg);
    text-decoration:none;
    background-color: rgb(255,255,150);
    font-weight:bold;
    border-right: 1px solid rgb(240,240,240);
    border-bottom: 1px solid rgb(240,240,240);
    border-left: 1px solid rgb(100,100,100);
    border-top: 1px solid rgb(100,100,100);
    padding: 3px 6px 5px 8px;               /* Innenrand der Listenpunkte */
    }

#mitterechts {
    width: 78%;
    float: left;
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    padding: 0px 5px 0px 5px;
    }

#navneben {
    color: rgb(0,0,0);
    background-color: rgb(220,245,182);     /* Hintergrundfarbe der Nebennavigationsleiste */
    margin: 0 -5px 0px -5px;                  /* Abstand der Listenpunkte von links*/
    padding: 3px 0px 10px 0;
    padding-top: 8px;
    }

#navneben span{
    color: rgb(0,0,0);
    aus_background-image: url(../bilder/hgmenu2.jpg);
    text-decoration:none;
    background-color: rgb(255,255,150);
    aus_background-color: rgb(165,180,136);
    padding: 2px 4px 3px 4px;               /* Innenrand der Listenpunkte (siehe auch navneben li a) */
    border-right: 1px solid rgb(180,180,180);
    border-bottom: 1px solid rgb(180,180,180);
    border-left: 1px solid rgb(80,80,80);
    border-top: 1px solid rgb(80,80,80);
    }

#navneben ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0px 0 0 0;        /* Abstand der Listenpunkte von oben */
    }

#navneben li {
    display: inline;
    margin: 0 -3px 0 0;        /* Abstand der Listenpunkte untereinander */
        }

#navneben li a:link, #navneben li a:visited {
    color: rgb(0,0,0);
    background-color: rgb(198,220,158);
    text-decoration:none;
    padding: 2px 4px 3px 4px;               /* Innenrand der Listenpunkte */
    border-left: 1px solid rgb(240,240,240);
    border-top: 1px solid rgb(240,240,240);
    border-right: 1px solid rgb(80,80,80);
    border-bottom: 1px solid rgb(80,80,80);
}

#navneben li a:hover, #navneben li a:focus, #navneben li a:active {
    color: rgb(255,255,255);
    aus_background-color: rgb(255,255,150);
    background-color: rgb(121,132,100);              /* Hintergrundfarbe bei Mouseover */
    text-decoration:none;
    aus_background-image: url(../bilder/hgmenu.jpg);
    border-right: 1px solid rgb(240,240,240);
    border-bottom: 1px solid rgb(240,240,240);
    border-left: 1px solid rgb(120,120,120);
    border-top: 1px solid rgb(120,120,120);
    }

#head {
    color: rgb(0,0,0);
    padding: 0px 0 0 0;
    }

#head h1 {
    font-size: 1.6em;
    text-align: left;
    font-weight: normal;
    aus_background-color: rgb(220,245,182);
    margin: 12px 4px 3px 3px;
    padding: 2px 0px 2px 5px;
    }

#mitte {
    width: 68%;
    float: left;
    color: rgb(0,0,0);
    padding: 0px;
    }

#mitte h1 {
    font-size: 1.3em;
    text-align: left;
    font-weight: normal;
    margin: 5px;
    padding: 5px 0 5px 0px;
    }

#mitte h2 {
    font-size: 1.0em;
    text-align: left;
    background-color: rgb(220,245,182);
    font-weight: bold;
    margin: 5px;
    padding: 5px 0 5px 5px;
    }

#mitte h3 {
    font-size: 1.0em;
    text-align: left;
    font-weight: bold;
    margin: 5px;
    padding: 15px 0 5px 0px;
    }

#mitte p {
    margin:5px;
    }

#mitte div.rahmen {
    margin:5px;
    border: 2px solid rgb(220,245,182);
    padding: 0px;
    }

#mitte ul {
    list-style-position:outside;
    list-style-type:square;
    padding-bottom:3px;
    margin-left:15px;
    padding-left:5px;
    }

#mitte ul li {
 padding-bottom:6px;
}

#mitte td {
    vertical-align:top;
    padding: 3px 5px 5px 5px;
    background-color: rgb(240,240,240);
    }

#mitte td.bild {
    vertical-align:top;
    padding: 4px 5px 2px 5px;
    background-color: rgb(240,240,240);
    }

#mitte td span {
    font-weight: bold;
    color: rgb(0,0,0);
    }

#mitte th {
    vertical-align:top;
    padding-left:5px;
    padding-right:10px;
    padding-bottom:6px;
    padding-top:0px;
    }

#mitte p span {
    font-size: 85%;
    padding: 3px
    }

#zusatz {
    width: 32%;
    float: left;
    color: rgb(0,0,0);
    padding: 0px;
    }

#zusatz p.erster {
    margin:12px 4px 4px 13px;
    padding: 5px;
    padding-top: 5px;
    text-align:left;
    border: 2px solid rgb(220,245,182);
    background-color: rgb(240,240,240);
    }


#zusatz p {
    margin:0px 4px 4px 13px;
    padding: 5px;
    padding-top: 5px;
    text-align:left;
    border: 2px solid rgb(220,245,182);
    background-color: rgb(240,240,240);
    }

#zusatz p img {
    border-width:0px;
    margin-top:-2px;
    margin-left:-2px;
    margin-right:-5px;
    }

#fuss {
    clear: both;
    color: rgb(0,0,0);
    background-color: rgb(220,245,182);
    padding: 5px 0 10px 0;
    text-align: left;
    border-top: 3px solid rgb(255,255,255);
    background-image: url(../bilder/06-05-07_043s-1.jpg);
    }

#fuss ul {
    display: block;
    list-style-type: none;
    margin: 0px 0px 0px 193px;
    padding: 0;
     }

#fuss li {
    display: inline;
    }

#fuss li a:link, #fuss li a:visited {
    display: inline;
    color: rgb(0,0,0);
    text-decoration:none;
    font-weight:bold;
    border-left: 1px solid rgb(0,0,0);
    padding: 0 10px 0 3px;
}

#fuss li a:hover, #fuss li a:focus, #fuss li a:active {
    display: inline;
    color: rgb(0,0,0);
    text-decoration:none;
    background-image: url(bilder/hg3.jpg);
    font-weight:bold;
    }

/*]]>**/
