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


#klein {
         font-size: 9pt;
         color: white;
         background-color: none;
         margin-left: 0px;
        }

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

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

#floatbox3 {
            position: absolute;
            top: 10px;
            left: 600px;
            width: 100px;
            height: 10px;
            font-size: 6pt;
           }

#floatbox4 {
            position: absolute;
            top: 200px;
            left: 30px;
            width: 300px;
            height: 100px;
           }

#floatbox5 {
            position: absolute;
            top: 50px;
            left: 600px;
            width: 222px;
            height: 320px;
	    border-style: outset;
            border-with: 1px;
            border-color: green;
	    background-color: none;
           }



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

.linkbox {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 10pt;
          margin-left: 2px;
          border-style: none;
          border-with: 0px;
          border-color: none;
          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: none;
               width: 150px;
               padding: 0px;
               color: white;
               background-color: none;
              }

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

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

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

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

<! #008043 !>       