body { 
  margin: 0;
  font: normal normal normal 80% monospace;
  background-color: white;
}

img { border: none; margin-top: 2%; }

#oben { 
  margin-top: 5%; 
  width: 750px; 
  height: 500px; 
  background: url(../images/bg.jpg) fixed repeat; 
}

#links { margin-left: 80%; font-size: 120%; }

h1 { font-size: 500%; font-weight: 900; }

a:link, a:visited { color:#262626; }
a:hover { color:#800000; text-decoration:underline; }
a:active { color:#800000; text-decoration:none; }
