body {
 background: #eee;
 background-repeat:no-repeat;
 background-attachment:fixed;
  margin:  0;
 padding: 0;
 font: 90%/1.2 "Trebuchet MS", Verdana, Arial, Sans-Serif;
 color: #000;
}
span {
	text-decoration: none;
        background: none;
}
    #navi {
      display:inline;
      float:left;
      width:100%;
      background:#1010de;
      font-size:92%;
      line-height:normal;
      
      
      }
    #navi ul {
	  margin:1;
	  padding:10px 10px 0 13px;
	  list-style:none;
      }
    #navi li {
      display:inline;
      margin:1;
      padding:0;
      }
    #navi a {
      float:left;
      background:url('images/navilinks2.gif') no-repeat left top;
      margin:1;
      padding:0 0 0 4px;
      text-decoration:none;
      }
   #navi a span {
      float:left;
      display:block;
      background:url('images/navireechts.gif') no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      text-decoration:none;
      }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navi a span {float:none;}
    /* End IE5-Mac hack */
    #navi a:hover span {
      color:#00F;
      text-decoration:none;
     
      }
    #navi a:hover {
      background-position:0% -42px;
      }
    #navi a:hover span {
      background-position:100% -42px;
      }
    #oben {
      background-image:url('images/oben.jpg');
      background-image-height:150px;
      height:150px;
      }
    #main {
      margin-left:0px;
      margin:50px;
      }
    #angebot {
      display:inline;
      margin-left:10;
      }
    #angebot a {
      float:left;
      display:inline;
      background:url('images/navilinks2.gif') no-repeat left top;
      margin-left:100;
      padding:0 0 0 4px;
      text-decoration:none; 
      }
   #angebot a span {
      float:left;
      display:block;
      background:url('images/navireechts.gif') no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#F00;
      font:95%;
      text-decoration:none;
      }
    /*Commented Backslash Hack hides rule from IE5-Mac \*/
    #angebot a span {float:none;}
    /* End IE5-Mac hack */
