* {margin: 0;
  padding: 0;
} 
body {
  font-size: 1.1em;
  font-family: sans-serif;
  background:#e6e6e6;
  text-align: center;
}
#inhalt {
  clear: left;
  background-color: #e6e6e6;
  padding: 0;
  height:100%;
  text-align:left;
}
#container {
  background-color: #e6e6e6;
  text-align: left;
  margin: 0 ;
}
#navigation {
  float: left; 
  text-align:center;
  width: 100%;
  background-color: #e6e6e6;
  font-size: 1.1em;
  line-height: normal;
  position:fixed;top:0;
  z-index:3;
}
#navigation h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.1em;
  padding-left: 0px;
  text-align: right;
  border-bottom:none;
  clear: left;
  position:fixed;
  z-index:3;
}
#navigation ul {  padding: 2px 5px 4px 5px;
  list-style-type: none;
  text-decoration: none;
}
#navigation li { float: left;
text-align:center;border-collapse:collapse;border:0px solid #956565;
}
#navigation a, #navigation strong {
  display: block;
  padding-left: 1px;
  text-decoration: none;
  font-size:1.1em;
  color:#ffd700;
  text-decoration:none;
}
#navigation a span, #navigation strong span {
  display: block; 
  font-family:calibri;
  font-size:1.2em;
  color: yellow;
}
#navigation a span {
   background: url(../img/rechts.gif) no-repeat right top;
}
* html #inhalt  {font-size:1.1em;}
}
#navigation a:hover span, #navigation a:focus span, #navigation a:active span, #navigation strong span {background: url(../img/rechts.gif) 100% -90px no-repeat;
  color: #444444;
}