@charset "utf-8";
html, body, div, p, h1, h2, h3, h4, h5,a, table, td, form {
        margin:0;
        padding:0;
        font-family:Arial, Helvetica, sans-serif;
}
body {
    background-color: #E3E978;
        background: url(back_yellowblue1.gif) repeat-y 0 50%;
        font-size:100.01%;
        text-align: center;

}
a:link, a:active, a:hover, a:visited {
   text-decoration:none;
}

h1 {
        font: bold 2.0em/1.3em Geneva, Arial, Helvetica, sans-serif;
}
h2 {
  font-size:0.8em;
  font-weight:normal;
  color:#666666;
  margin-top:20px;
  margin-bottom:10px;
}
h3 {
  font-weight:bold;
  font-size:1em;
}
h4 {
   font-size:1.3em;
   font-weight:bold;
   text-align:left;
}
h5 {
  font-weight:bold;
  color:#800000;
  font-size:1.1em;
}

#container {
        width: 1000px;
        margin: 0 auto;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
}
/*------------sidebar1-------------------*/
#sidebar1 {
            position:absolute;
                top:2em;
                left:0em;
                float: left;
            width: 179px;
            background: #E3E978;
                text-align:center;
                font-size:1em;
        font-weight:normal;
}
html>body #sidebar1 {
     position:fixed;
}
#sidebar1 a:link{
  color:#26290C;
}
#sidebar1 a:visited {
  color:#666666;
}
#sidebar1 a:hover, a:active {
  color:#2C1CAA;
  font-weight:bold;
}

/*--------Ende Sidebar1------*/
/*---------Main Content--*/
#mainContent {
        margin: 10px 20px 30px 200px;
        font-size:0.8em;
        line-height:1.3em;
        background: #E3E978;
}
/*--------Ende Main Content--*/
/*------------Content-------------*/
#content {
    margin-left:30px;
        margin-right:30px;
}
#content a:link, a:visited {
        color: #000099;
}
#content a:active, a:hover{
        color: #666666;
}
#content #Ueberschrift_rechts {
 float:left;
 width: 100%;
 margin-top:50px;
 margin-right:10px;
}
#content #Ueberschrift {
 float:left;
 margin-top:80px;
 text-align:left;
}
#content #Ueberschrift a:link {
        color: #000000;
}
#content #Ueberschrift a:visited{
        color: #000000;
        font-size:inherit;
}
#content #Ueberschrift a:hover, a:active{
   color:#666666;
}
#content #bild_oben {
        margin-left:40px;
        float:right;
}

/* =Schatten neu
================================================ */
#rotschattig2 { text-shadow:white 3px 2px 4px; font-size:2.5em; color:darkred; }
#rotschattig1 { text-shadow:black 4px 3px 4px; font-size:1.5em; color:darkred; }
#rotschattig { text-shadow:black 4px 3px 4px; font-size:2.2em; color:darkred; text-decoration: underline; }

/*bilder*/
#bild_rechts {
    text-align: right;
        float:right;
        margin-left:25px;
        margin-top:10px;
}
#bild_links {
    text-align: left;
        float:left;
        margin-right:25px;
        margin-bottom:25px;
}
/*Ende bilder*/

/*--------Ende Content------------------*/

    .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;
    }

img {border:none;}