@charset "utf-8";

body {
        background: #efefef;
        margin: 0;
        padding: 0;
        text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
        background-image: url(images/hg_body.gif);
   }
img {
        border: 0px solid #fff;
}
#container {
	width: 975px;
	margin: 0px auto; 
	text-align: left;
	background-image: url(images/hg_main.gif);/* Schattenbild seitlich */
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	color: #004179;
	font: 12px Verdana, Arial, Helvetica, sans-serif;/* keine Zeilenhöhe wegen Fehler */
	line-height: 140%;
    }
#header {
        background-image: url(images/hg_main.gif);/* Schattenbild seitlich, trotz Farbe möglich */
        background-repeat: repeat-y;
        background-color: #e6e6e6;
        }
#contentheader {
        padding: 0px;
        border-bottom: 5px solid #ff6633; /* unten orange Linie */
        margin: 0px 5px 0px 0px;/* 5px wegen Schatten rechts */
        background-image: url(images/header_gelb.gif);
        background-repeat: no-repeat;
}
#header h1 {
        font-size: 24px; /* Überschrift GAW */
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        font-weight: normal;
    }
#contentheader ul { /* enthält alle Schaltflächen */
        padding: 0px;
        position: relative; /* wegen Listenhintergrund-Bug */
        margin: 10px 0px 0px 20px;
        width: 800px;
    }
#contentheader li {
        float: left; /* nicht margin-left wegen Bug mit doppeltem Außenabstand bei schwebenden Feldern */
        background-color: #ffe289;/* oder HG-Bild*/
        width: 85px;
        padding: 0px;
        list-style-type: none;
        background-image: url(images/hg_liste.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin: 0px 10px 0px 0px;
    }
#contentheader li.activ {
        float: left; /* nicht margin-left wegen Bug mit doppeltem Außenabstand bei schwebenden Feldern */
        background-color: #ffe289;
        width: 85px;
        padding: 0px;
        list-style-type: none;
        background-image: url(images/hg_listeactive.gif); /* Bug mit flimmerndem HG*/
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin: 0px 10px 0px 0px;
    }
a.nav {
        display: block;
        font-weight: bold;
        text-decoration: none;
        margin: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        color: #004179;
}
#header_schatten {
        margin: 0px;
        padding: 0px;
        clear:both;
    }
#header_schatten img {
display:block;
    }

/*###################################################################################*/
#sidebar1 {
        float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
        width: 200px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
        margin: 0px; /* links 20px erzeugt Fehler wegen doppeltem außenabstand  */
    }
#contentsidebar1 {
        margin-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
#menue {
        padding: 0px;
        margin: 0px;
    }
a.men   {
        color: #004179;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 5px 5px 5px 20px;
        border-bottom: 1px solid #fff;
        background-image: url(images/punkt.gif);
        background-repeat: no-repeat;
        background-position: 5px 0.5em;
        overflow: hidden;
}
a.menactive   {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 5px 5px 5px 20px;
        border-bottom: 1px solid #fff;
        background-color: #ff6633;
        background-image: url(images/pfeil.gif);
        background-repeat: no-repeat;
        background-position: 5px 0.5em;
        overflow: hidden;
}
a.men2   {
        color: #004179;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 20px;
        padding: 5px 5px 5px 20px;
        border-bottom: 1px solid #fff;
        background-image: url(images/punkt.gif);
        background-repeat: no-repeat;
        background-position: 5px 0.5em;
                        overflow: hidden;
}
a.men2active {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 20px;
        padding: 5px 5px 5px 20px;
        border-bottom: 1px solid #fff;
        background-color: #ff6633;
        background-image: url(images/pfeil.gif);
        background-repeat: no-repeat;
        background-position: 5px 0.5em;
                        overflow: hidden;
}
a.men:hover  { color: #ff6633; font-weight: bold; text-decoration: none ;
        background: #fff; background-image: url(images/rechts.gif);
        background-repeat: no-repeat;
        background-position: 5px 0.5em;}
a.men2:hover { color: #ff6633; font-weight: bold; text-decoration: none;
        background: #fff; background-image: url(images/rechts.gif);
        background-repeat: no-repeat;
        background-position: 5px 0.5em; }
/*###################################################################################*/
#sidebar2 {
        float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
        width: 195px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. Hier transparent. */
        margin: 0px; /* rechts 5px bringt Fehler */
        }
#contentsidebar2 {
        margin: 0px 5px 20px 0px;/* rechts 5px wegen Schatten */
        padding: 10px 0px 0px; /* Abstände durch Text definieren */
        background: #e6e6e6;
    }
a.kont   {/* rechte Spalte */
        color: #004179;
        font-weight: bold;
        text-decoration: none;
        font-size: 10px;
}
a.kont:hover {
        color:#ff6633;
    }
.notizkasten {
        margin-bottom: 20px;
        margin-left: 5px;
        border-bottom: 2px solid #ff6633;
        margin-top: 0px;
        margin-right: 5px;
}
.notizkasten_titel     { color: #ff6633; font-weight: bold; display: block; padding: 5px 0 }
.notizkasten_text   { display: block; padding: 5px 0 }

.firstkasten {
        background: #fff;
        margin-bottom: 20px;
        margin-left: 0px;
        border: 1px solid #ff6633;
        margin-top: 0px;
        margin-right: 0px;
}
.firstkasten_titel     {
        color: #ff6633;
        font-weight: bold;
        display: block;
        margin: 5px;
}
.firstkasten_text {
        display: block; margin: 5px;
}
/*###################################################################################*/

a.mehr   {
        color: #004179;
        font-weight: bold;
        text-decoration: none;
        display: block;        background-image: url(images/rechts.gif);
        background-repeat: no-repeat;
        background-position: 0px 0.5em;
        padding: 3px 3px 3px 15px
}
a.mehr:hover  { color: #ff6633; font-weight: bold; text-decoration: none ; }
a.mail   {
        color: #004179;
        font-weight: bold;
        text-decoration: none;
        display: block;        background-image: url(images/mail.gif);
        background-repeat: no-repeat;
        background-position: 0px 0.5em;
        padding: 3px 3px 3px 15px
}
a.mail:hover  { color: #ff6633; font-weight: bold; text-decoration: none ; }


/*###################################################################################*/
#main {
        margin: 0px 205px 0px 210px;/* hier nur Breite definieren */
    }
* html #main { height: 1%;} /*3-Pixelsprung für IE bis 6.0 */

#mainContent {
        padding: 10px 0px; /* oben und unten Abstand 10px */
    }
#drucktitel {
        font-size: 16px; /* Überschrift GAW */
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        font-weight: bold;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #999999;
        display: none;
    }
.mainContentmitte {
        position:relative;/* float-bug*/
        padding: 0px; /* Seitenabstände bei den Textelementen definieren*/
        width:550px; /* sonst Fehler bei leitprojekte*/
        border: 1px solid #ccc;
        margin-bottom: 10px;
        overflow:hidden;/* sonst Breiten-Fehler bei IE 5.5, nicht bei print*/
  }
#mainContent img {
        padding-bottom: 3px;
        border-bottom: 2px solid #003399;
    }
#mainContent img.leer {
        padding-bottom: 0px;
        border-bottom: 0px solid #004bac;
    }
#mainContent h1 {
        color:#ff6633;
        font-size: 24px;
        margin-top: 0px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
        font-weight: bold;
    }
#mainContent h2 {
        color:#ff6633;
        font-size: 14px;
        margin-top: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        font-weight: bold;
    }
#mainContent h3 {
        color:#ff6633;
        font-size: 12px;
        font-weight: bold;
        background-color: #ffe289;
        padding: 5px;
        margin-top: 0px;
    }
#mainContent h4 {
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px;
        margin-left: 5px;
        border-top: 1px none #ff6633;
        border-right: 1px none #ff6633;
        border-bottom: 2px solid #ff6633;
        border-left: 2px solid #ff6633;
    }
/* hide hack from Mac-IE5 \*/
/** html #main p {height: 1px;}
 end hiding,  wegen 3-Pixelsprung für IE bis 6.0, trotzdem kein textumfluss mgl */

#mainContent p {/* auch neben Bildern */
        margin-top: 0px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
        text-align: left;
    }
#mainContent li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 25px;
	background: url(images/punkt.gif) no-repeat 4px 4px;
	position: relative; 
    } 
#mainContent td{
        vertical-align: top;
        text-align: left;
        color: #004179;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0px;
        padding: 5px;
    }
#mainContent td.konfi{
	padding: 0px;/* wegen konfitabelle */
    }
#mainContent td.ephli{
        background-color: #efefef;
        border: 3px solid #FFFFFF;
        text-align: right;
        font-weight: bold;
        width: 30%;
    }
#mainContent td.ephre{
        background-color: #efefef;
        border: 3px solid #FFFFFF;
        text-align: left;
        font-weight: bold;
        color: #ff6633;
        width: 70%;
    }
#mainContent td.kontakt{
        background-color: #FFFFFF;
        border: 3px solid #FFFFFF;
        background-image: url(images/header_gelb.gif);
    }
#mainContent td.kontaktli{
        border: 3px solid #FFFFFF;
        text-align: right;
        font-weight: bold;
    }
#mainContent td.vorstandli{
        background-color: #efefef;
        border: 3px solid #FFFFFF;
        text-align: right;
        font-weight: bold;
        width: 30%;
    }
#mainContent td.vorstandre{
        background-color: #efefef;
        border: 3px solid #FFFFFF;
        text-align: left;
        font-weight: bold;
        color: #ff6633;
        width: 70%;
    }
#mainContent td.vortrag {
        background-color: #efefef;
        border: 3px solid #FFFFFF;
        font-weight: bold;
        color: #ff6633;
    }
a.sitemap0 {
        font-weight: bold;
        color: #ff6633;
        text-decoration: none;
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 0px;
        background-color: #efefef;
        background-repeat: no-repeat;
       /* background-position: 0px 5px;*/
        overflow: hidden;
}
a.sitemap1 {
        font-weight: normal;
        color: #004179;
        text-decoration: none;
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 20px;
        padding: 0px 0px 0px 20px;
        background-image: url(images/punkt.gif);
        background-repeat: no-repeat;
        background-position: 5px 3px;
        overflow: hidden;
}
a.sitemap2 {
        font-weight: normal;
        color: #004179;
        text-decoration: none;
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 50px;
        padding: 0px 0px 0px 20px;
        background-image: url(images/punkt.gif);
        background-repeat: no-repeat;
        background-position: 5px 3px;
        overflow: hidden;
}
/*###################################################################################*/

.orange {
        color:#ff6633;
    }
.legend         {
        font-size: 10px;
        display: block;
        margin-top: 2px;
        margin-right: 5px;
        margin-bottom: 15px;
        margin-left: 5px;
        line-height: 12px;
}
a.weiss {
        color:#ff6633;
        font-weight: bold;
        text-decoration: none;
    }
a.weiss:hover {
        color:#FFFFFF;
        font-weight: bold;
        text-decoration: none;
        background-color: #ff6633;
    }
.box {
        margin: 5px;
        padding: 5px;
        background-color: #ffe289;
        border: 1px dashed #999999;
    }
.leerbox {
        margin: 5px;
        padding: 5px;
        border: 1px dashed #999999;
    }
.float-right   {
position:relative ;/* float-bug*/
        float: right;
        margin: 0px;
        width: 280px;
        text-align: right; /* Bild soll Abstand zum Text erhalten*/
}
.float-right_hoch {
position:relative ;/* float-bug*/
        float: right;
        margin: 0px;
        width: 190px;
        text-align: right; /* Bild soll Abstand zum Text erhalten*/
}
.float-left    {
position:relative ;/* float-bug*/
        float: left;
        margin: 0px;
        width: 280px;
        text-align: left; /* Bild soll Abstand zum Text erhalten*/
 }
.float-left_hoch {
position:relative ;/* float-bug*/
float: left;
margin: 0px ;
width: 190px;
text-align: left; /* Bild soll Abstand zum Text erhalten*/
 }

/*###################################################################################*/

#footer_schatten {
        margin: 0px;
        padding: 0px;
        clear:both;
    }
#footer_schatten img {/* sonst ist img ein inline-Element mit Abständen*/
display:block;
    }
#footer {
        margin: 0px;
        padding: 0px 0px 20px;
        font-size: 10px;
        background-color: #efefef;
        background-image: url(images/hg_body.gif);
    }
#footer p {
            margin: 0px;
            padding: 0px;
    }
a.footer {
        color:#004179;
        font-weight: bold;
        text-decoration: none;
        font-size: 10px;
        text-align: right;
        display: block;
    }
a.footer:hover {
        color:#ff6633;
    }
/*###################################################################################*/

.fehler { /* Fehlerbeseitigung zwischen Überschrift und floatender Box */
        margin: 0px;
        padding: 0px;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
input.inputtext {
        /* Standardwerte Texteingabefeld */
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        color: #004179;
        width: 100%;
        height: 20px;
        border: 1px solid #ff6633;
        vertical-align: middle;
}
textarea {
        /* Standardwerte textarea */
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        color: #004179;
        width: 100%;
        height: 100px;
        border-style: solid;
        border: 1px solid #ff6633;
}
.button{
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        color: #004179;
        border: 1px solid #ff6633;
        cursor:pointer;
        background-color:#fff;
}

