body {
       color: black; 
       background-color: #666666;
       font-size: 100.01%;
       font-family: Helvetica,Arial,sans-serif;
       margin: 0; padding: 1em 0;
       text-align: center;  /* Zentrierung im Internet Explorer */
  }

#seite {
         text-align: left;    /* Seiteninhalt wieder links ausrichten */
         margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
         width: 87%;
         padding: 0;
         background-color: #ebebeb;
         border: 10px solid white;
            }

#oben {
        font-size: 1.5em;
        padding: 0.3em;
        text-align: center;
        background-color: #ebebeb;
        border-bottom: 10px solid white;
        }

#seite #navigation {
              background-color: #ebebeb;
              font-size: 0.83em;
              float: left; 
              width: 17%;
              padding: 0;
                      }
#navigation ul {
                 margin: 1.0em; 
                 padding: 0;
                 display:block;
                 }

#navigation ul li {
                    list-style: none;
                    margin: 0; 
                    padding: 0.5em;
                    border-bottom: 6px solid white;
                    }
#navigation ul li ul {
                    list-style: none;
                    margin: 0; 
                    padding: 0.5em;
                    border-top: 6px solid white;
                    }

#navigation ul a {
                   display: block;
                   padding: 0.2em;
                   font-weight: bold;
                   text-decoration:none;
                   }
#navigation ul a:link {
                        color: black; background-color: #eee;display:block;
                        }
#navigation ul a:visited {
                           color: #666; background-color: #eee;
                           }
#navigation ul a:hover {
                         color:  blue; background-color: #eee;
                         }
#navigation ul a:active {
                          color: white; background-color: gray;
                          }

#rechts {
          font-size: 0.9em;
          float: right; 
          width: 17%; 
          background-color: #ebebeb; 
          }
#rechts h2 {
                font-size: 1.33em;
                margin: 0.2em 0.5em;
                }
#rechts p {
               font-size: 1em;
               margin: 0.5em;
               }

#rechts ul {
                 margin: 1.0em; 
                 padding: 0;
                 display:block;
                 }

#rechts ul li {
                    list-style: none;
                    margin: 0; 
                    padding: 0.5em;
                    border-bottom: 6px solid white;
                    }
#rechts ul a {
                   display: block;
                   padding: 0.2em;
                   font-weight: bold;
                   text-decoration:none;
                   }
#rechts ul a:link {
                        color: black; background-color: #eee;
                        display:block;
                        }
#rechts ul a:visited {
                           color: black; background-color: #eee;
                           }
#rechts ul a:hover {
                         color: blue; background-color: #eee;
                         }
#rechts ul a:active {
                          color: white; background-color: gray;
                          }

#seite #mitte {
                margin-left:18%;
                width:59%;
                background-color: #EEF2F9;
                padding: 0 1em;
                border-left: 10px solid white;
                border-right: 10px solid white;
            }
#mitte h2 {
               font-size: 1.2em;
               margin: 0.2em 0;
               }
#mitte p {
              font-size: 1em;
              margin: 1em 0;
              }

#mitte ul 
{
  line-height: 1.5;
  font-size: 16px;
  }


p#fusszeile {
              clear: both;
              font-size: 0.9em;
              margin: 0; padding: 0.1em;
              text-align: center;
              background-color: #e6e6e6; 
              border-top: 10px solid white;
              }

 

p.std {
        text-align: left;
        font-family: Trebuchet,Verdana,serif; 
        font-style: normal; 
        font-variant: normal; 
        font-weight: normal; 
        font-size: 16px; 
        line-height: normal; 
        font-size-adjust: none; 
        font-stretch: normal
        }
h3 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #333333;	
     margin: 0px;
     }


h3.ce  {
         text-align: center;
         font-family: Trebuchet,Verdana,serif; 
         }

ul.none { 
          list-style-type:none

 }
h2 {
     color: #191919;
     margin: 0px;
     }

h1 {	
     color: #6d7b8d;
     margin: 0px;
     }
