* {
  margin:0;
  padding:0;
}

html, body {
  font: 100% Arial, Helvetica, sans-serif;
  background-color:#AEAEAE;
  text-align: center;
}

#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
    width: 850px;
    padding: 0;
    border: 0px ridge #F1F1F1;       /* Gesamtrahmen */
}

#kopfbereich {
  background:url(graph/schattenwurf-grauoben_80.png) repeat-x;
  height:80px;
}

#kopfbereich p {
  color: #8C8A8A;
  text-align: center;
  font-size:2em;
  padding:0.4em 0.4em 0 0;
}

#schattenoben {
  background:url(graph/schattenwurf-grau-v.png) repeat-x;
  height:12px;
}

#steuerung {
         height:25px;
  background-color:white;       /* Zeile hinter den Tasten */
  text-align: right;
  /*padding-right:1em;  */
  margin:0px;              /* Abstand */
}


#schattenunten {
  background-color:#1BA9A0;
  height:5px;
}


#inhalt {
  background-color:white;
  text-align: center;
  padding:1em;
}

#inhalt h1, h2, h3, p, ul {
  text-align: center;
  color: #8C8A8A;
  padding-bottom:.7em;
}

#inhalt ul {
  padding-left:2em;
}

#fusszeile {
  background:url(graph/schattenwurf-grau-v_100.png) repeat-x;
  padding-left:1em;
  height:100px;
}

a.menu { display:block;
         float:left;
         margin:0px;              /* Abstand */
         text-align:center;
         width:120px;                      /* Tastenbreite  */
         height:20px;                      /* Tastenbhöhe  */
         text-decoration:none;
         font-family: Arial,Helvetica,Sans-serif,sans-serif;
         font-size:12px;

         border-color:#1BA9A0;
         border-width:0px;
         border-style:solid;            /* taste außen */
         padding-top:5px;
         font-weight:bold;
}

a.menu:link    { color:#6F6F76; background-color:#E8E8E8; }       /* rot */
a.menu:visited { color:#6F6F76; background-color:#E8E8E8; }       /* gelb */
a.menu:hover   { color:#FFFFFF; background-color:#1BA9A0; }       /* grün */
a.menu:active  { color:#FFFFFF; background-color:#1BA9A0; }       /* blau */


a.current { display:block;                /* current ist nur für die Anzeige der aktuellen Links */
         float:left;
         margin:0px;              /* Abstand */
         text-align:center;
         width:120px;                     /* Tastenbreite  */
         height:20px;                      /* Tastenbhöhe  */
         text-decoration:none;
         font-family: Arial,Helvetica,Sans-serif,sans-serif;
         font-size:12px;

         border-color:#1BA9A0;
         border-width:0px;
         border-style:solid;          /* taste gedrückt */
         padding-top:5px;
         font-weight:bold;
}
a.current:link    { color:#FFFFFF; background-color:#1BA9A0; }
a.current:visited { color:#FFFFFF; background-color:#1BA9A0; }
a.current:hover   { color:#FFFFFF; background-color:#1BA9A0; }
a.current:active  { color:#FFFFFF; background-color:#1BA9A0; }


a.current2 { display:block;                /* current ist nur für die Anzeige der aktuellen Links */
         float:left;
         margin:0px;              /* Abstand */
         text-align:center;
         width:120px;                     /* Tastenbreite  */
         height:20px;                      /* Tastenbhöhe  */
         text-decoration:none;
         font-family: Arial,Helvetica,Sans-serif,sans-serif;
         font-size:12px;

         border-color:#1BA9A0;
         border-width:0px;
         border-style:solid;          /* taste gedrückt */
         padding-top:5px;
         font-weight:bold;
}
a.current2:link    { color:#FFFFFF; background-color:#891C63; }
a.current2:visited { color:#FFFFFF; background-color:#891C63; }
a.current2:hover   { color:#FFFFFF; background-color:#891C63; }
a.current2:active  { color:#FFFFFF; background-color:#891C63; }

