         /* Dies ist das css für die Startseite   */

body {
  color:black;
  background-color:#c9e18b;
  font-size:100.01%;
  font-family:Helvetica,Arial,sans-serif;
  margin:0; /* padding: 0.01em; */
}

a.black:link
 {
  text-decoration:none;
  color:#000000;
 }
 a.black:visited
 {
  text-decoration:none;
  color:#000000;
 }
 a.black:active
 {
  text-decoration:none;
  color:#000000;
 }



h1
{
         font-family:Arial;
         font-size:2.5em;
         font-weight:bold;
        /* line-height:101%;    */
         text-align:center;
         padding-top:0.4em;
      /*   border:1px solid #0D081E;   */

}

h2
{
         font-family:Arial;
         font-size:30px;
         font-weight:bold;
         line-height:101%;
         margin:40px 20px 40px 150px;
         /* border:1px solid #0D081E; */


}

h3
{
         font-family:Arial;
         font-size:15px;
         font-weight:bold;
         line-height:101%;
         text-align:center;
         padding-bottom:10px;
         /* border:1px solid #0D081E; */


}



#topbanner  /* Ausrichtung Logobanner oben */
{
         width:900px;
         height:100px;
         margin:0 auto;
         margin-top:5px;
         margin-bottom:0;
         background-image:url(../grafik/topbanner_5.gif);
     /*    border:1px solid #FAF9EE;  */
     /*    padding:1px 0;   */

}

#content  /* Ausrichtung Menübereich mitte   */
{
         width:900px;
         margin:0 auto;
         height:600px;
         /*padding:1px 0;*/
         margin-top:15px;
    /*     background-image:url(../grafik/back_6.gif);  */
         background-color:#c9e18b;
    /*     border:1px solid white;      */

}


#fusszeile   /* Ausrichtung Fusszeile unten   */
{
         width:900px;
         height:50px;
         margin:0 auto;
         margin-top:20px;
    /*     background-image:url(../grafik/back_6.gif);          */
         background-color:#c9e18b;
         /*padding:1px 0;*/
         /* border:1px solid #0D081E; */

}

#menuepunktlinks
{
         float:left;
         margin-left:100px;
         margin-top:35px;
         width:300px;
         height:150px;

      /*   background-color:#009700;     */
      /*   border:1px solid #0D081E;     */

}

#menuepunktrechts
{
         float:right;
         margin-right:100px;
         margin-top:35px;
         width:300px;
         height:150px;

    /*     border:1px solid #0D081E;              */

}

#fuss
{
         width:700px;
         height:40px;
         margin:0 auto;
         /*padding:1px 0;*/
         /* border:1px solid #0D081E; */

}