.skiplink a {
    display:none;
    position: absolute;
    top: -100px;
    left: 0;
    padding: 0 5px;
    background: none;
    font-size: 1.3em;
    z-index: 100;
}
.skiplink a:focus {top: 0px;}


body
{
  color:#ffffff;
  font-size:1em;
  font-family: Arial;
  padding: 0px;
  margin: 0px;
  background-color: #000066;
}


#kopf
{
  height: 100px;
  margin: 0px;
  background-color: #000066;
}
#rechts 
{
  position: absolute;
  
  
  top: 300px;
  right: 10px;
  width: 160px;
  height: 500px;
  background-color: #000066;
}

  

#mitte 
{
  margin-Top:70px;
  margin-left:100px;
  font-size:1em;
  font-family: Arial;
  height:500px;
  position: relative;
  width: 90%;
}
#inhalt
{
  position: relative;
  margin-Top:70px;
  margin-left:100px;
  height:300px;
  width:800px;
  background-color: #000066;
  font-size:1em;
  font-family: Arial;
}
h1{font-size:1em;}


#links {
    
    position: absolute;
    top: 260px;
    left: 80px;
    width: 160px;
    height: 300px;
    
   
    background-color: #000066;
}


a {
color: #ffff00;font-size:1em;
}
a:visited {
color: #ffff00; 
}

a:hover {
color: #ffffff; 
}
a:active {
color: #ffffff;
}





