html, body {margin: 0;

      padding: 0;

      width: 100%;

      height: 100%;

      background-color: white;

      overflow: auto;

      font-family: Verdana, Arial, sans-serif;}

      

div#oben{position: absolute;

         top: 0px;

         left: 0px;

         width: 100%;

         height: 110px;

         background-color: white;

         overflow: hidden;

         z-index: 1;}

    

div#navi{position: absolute;

         top: 110px;

         left: 0px;

   width: 100%;

   height: 25px;

   border-top: 10px solid #FFFFCC;

   border-bottom: 5px solid #FF0000; 

   background-color: #FFFFCC;

   text-align: center;}



div#links{position: absolute;

          top: 155px;

          left: 0px;

          width: 18%;

    min-height: 75%;

    background-color: #CCFF99;

    padding: 10px;

    #font-family: Verdana, Arial, sans-serif;

    #font-size: 0,8em;

    #color: black;}



div#main{position: absolute;

         top: 155px;

         left: 20%;

         width: 78%;

         padding: 10px;

   background-color: white;

   #font-family: Verdana, Arial, sans-serif;

   #font-size: 1em;

   #color: black;}

   

.menue a{background-color: #00B239;

         margin-left: 10px;

         #margin-top: 10px;

         padding: 10px;

         text-align: left;

         font-family: Verdana, Arial, sans-serif;

         font-size: 1em;

         font-weight: bold;

         color: white;}

       

.menuen a{background-color: #FF0000;

    margin-left: 10px;

    #margin-top: 10px;

    padding: 10px;

    text-align: left;

    font-family: Verdana, Arial, sans-serif;

    font-size: 1em;

    font-weight: bold;

    color: white;}

  

.menue a:hover{background-color: #FF0000;

               margin-left: 10px;

               #margin-top: 10px;

               padding: 10px;

               border-bottom: 5px solid black;

                text-align: left;

               font-family: Verdana, Arial, sans-serif;

               font-size: 1em;

               font-weight: bold;

               color: white;}

         

.aktuell a{background-color: #FF0000;

     margin-left: 10px;

     #margin-top: 10px;

     padding: 10px;

     text-align: left;
  border-bottom: 5px solid black;

     font-family: Verdana, Arial, sans-serif;

     font-size: 1em;

     font-weight: bold;

     color: black;}

     

.aktuell a:hover{border-bottom: 5px solid black;}



a{text-decoration: none;

  outline: none;}



.logo{position: absolute;

      top: 10px;

      left: 10px;

      z-index: 10;}

      



















