      * {
		    margin: 0;
        padding: 0;
      }
      
      a {color: white; font-weight: bolder; text-decoration: none;}
      a:hover { color: yellow; font-weight: bolder; text-decoration: underline;}
      
      a.pages {padding: 5px; border: 1px solid black; background: white; color: black;}
      a:hover.pages {padding: 5px; border: 1px solid black; background: #ff9900; color: black;}
      
      b.pageactive {padding: 5px; border: 1px solid black; background: #ff9900; color: black;}
      
		  body,html {
        background: black;
        font-family: Verdana, Tahoma, Arial, san-serif;
        font-size: 9pt;
        color: white;
      }
       
      #box {
        background: black;
        margin: 0 auto;
        width: 900px;
        color: white;
      }
      
      #head {
        background: black url(../img/head.jpg) top no-repeat;
        color: white;
        font-size: 24pt;
        font-weight: bolder;
        height: 140px;
        width: 900px;
      }
      
      #navi {
        background: black;
        width: 220px;
        float: left;
      }
      
      #content {
        background: black;
        width: 645px;
        padding: 10px;
        float: left;
        color: white;
        margin-bottom: 10px;
      }     
           
      #footer {
        background: #ff9900;
        height: 20px;
        width: 900px;
        margin-top: 20px;
      }
      
      div.balken {padding: 5px; background: yellow; color: black;}
      
      .linkprogramm {font-size: 10pt; font-weight: bolder; color: yellow; text-decoration: underline;}
      
      
      input[type=submit], input[type=button] {padding: 3px 5px;}
      
      .float {float: left;}
      .clear {clear: both;}

