#oben 
{
  height:280px;
  width:500px;
  text-align:center;
  padding-top:35px;
  padding-left:100px;
  background-image:url('img/logo.jpg');
  background-repeat:no-repeat;
}
#oben h1 
{
  font-size:40px;
  margin-bottom:0;
}
body 
{
  background-color:#f4a460;
  font-family:sans-serif;
}
ul#navigation 
{
  display:block;
  float:left;
  margin:0; 
  margin-left:25px;
  padding:0;
  list-style:none;
}
body>#navigation {
  position:relative;
}
ul#navigation li 
{
  margin-bottom:7px;
}
#inhalt 
{
  position:absolute;
  top:250px;
  left:250px;
  font-size:12px;
  font-family:sans-serif;
  color:#770000;
  margin-right:10%;
}
a:link
{
  font-family: sans-serif;
  font-size:12px;
  color: #555555;
  text-decoration: none;
}

a:visited
{
  color: #261078;
  font-size:12px;
  text-decoration: none;
}

a:hover
{
  color: #770000;
  font-size:12px;
  text-decoration: underline;
}

#bild_start_gross {
  position:absolute; 
  top:20px; 
  left:550px;
  border:3px solid black;
}

#tooltip {
  display:none;
  position: absolute;
  width:200px;
  background-color: #FFFFEE;
  border-top:1px solid #000000;
  border-left:1px solid #000000;
  border-bottom:4px solid #000000;
  border-right:4px solid #000000;
  z-index:100;
}

