* {
  margin: 0;
  padding: 0;
}
body {
  font: 80% sans-serif;
  color: #000;
  background-color: #fff;

}
#kopf {
  width: 100%;
  font: 1.8em serif;
  text-align: left;
  background-color: #white;
  color: #000;
   border-top: 10px solid white; 
 <!--  border-left: 77px solid white;
   
   color: #fff;-->
  padding: 0px;

}

#container {
  margin: 10px auto;
  width: 1060px;
}
#navigation {
	background-color: #E5E5E5;
  width: 1000px;
  float: left;
  font-size: 1em;
  border-top: 10px solid white;
  border-left: 27px solid white;
}
#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation a, #navigation strong {
   text-decoration: none;
   letter-spacing: 1px;
   display: block;
   padding: 5px 15px; 
   border-bottom: 1px solid white;
   color: black;
}
#navigation a:hover, #navigation a:focus, #navigation a:active, #navigation strong {
   background-color: #BFBFBF;
}
#inhalt {
  margin-left: 60px;
background-color: #fff;
padding-left: 40px;
padding-top: 20px;
}
#inhalt h2 {
  color: grey;
}
}
#unten {
  margin: 150px;
background-color: #e5e5e5;
padding-left: 40px;
padding-top: 10px;
}
#h3 {
  font: 100% sans-serif;
  color: #000;
  background-color: #fff;
}
#h4 {
  font: 80% sans-serif;
  color: red;
  background-color: #fff;
}
<!--
#fuss {
  background-color: #ebeae3;
  padding: 20px;
  color: #000;
  border-top: 1px solid #E5E5E5;
  }
-->
p {
  margin-bottom: 20px;
}
.tabelle {
	font-family: Sans-serif;
	font-size: 80%;
}

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a:link {text-decoration:none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:150px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}