body {
      
      background-image: url(background/designvorl3.jpg);
      background-repeat: repeat-x;
      background-attachment: scroll;      
      background-color: green;
      color: white;
     }


p.klein {
         font-size: 9pt;
         color: white;
         background-color: none;
         margin-left: 5px;
        }

#floatbox1 {
            position: absolute;
            top: 10px;
            left: 30px;
            width: 390px;
            height: 100px;
            }

#floatbox2 {
            position: absolute;
            top: 100px;
            left: 310px;
            width: 100px;
            height: 10px;
            font-size: 10pt;
           }

#floatbox3 {
            position: absolute;
            top: 200px;
            left: 500px;
            width: 200px;
            height: 10px;
            
           }

#floatbox4 {
            position: absolute;
            top: 555px;
            left: 450px;
            width: 136px;
            height: 41px;
            font-size: 9px;
           }

#floatbox5 {
            position: absolute;
            top: 350px;
            left: 10px;
            width: 400px;
            height: 50px;
            font-size: 9px;
           }



#navi {
       margin: 0px;
       width: 170px;
       position: absolute;
       top: 0px; left: 0px;
      } 
      
#main {
       margin-top: 5px;
       width: 530px;
       position: absolute;
       top: 0px; left: 170px;
      }

.linkbox {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 8pt;
          margin-left: 2px;
          border-style: none;
          border-with: 0px;
          border-color: black;
          width: 150px;
          padding: 0px;
          color: white;
          background-color: none;
         }

.linkboxaktiv {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 9pt;
               font-weight: bold;
               margin-left: 2px;
               border-style: none;
               border-width: 0px;
               border-color: black;
               width: 150px;
               padding: 0px;
               color: white;
               background-color: none;
              }

A:link {
           text-decoration: none;
           color: green;
          }

A:visited {
                text-decoration: none;
                color: #ffffff;
               }

A:active {
              text-decoration: none;
              color: #ffffff;
             }

A:hover { 
         text-decoration: none;
         color: green;
         background-color: none;
         border-style: none;
         border-left-width: 0px;
         border-color: none;
        }          
       