body {  
  color: white; 
  background-color: #FF9900; 
  font-size: 100%; 
  font-family: Verdana,Arial,sans-serif; 
  margin: 0; 
  padding: 0; 
  min-width: 40%; 
  border:0; 
}

TABLE { 

  border: 1pt; 
}
TR { 
  border: 1pt; 
}
TD { 
  border: 1pt; 
}

.Ueberschrift { 
  background-color:#B30000; 
}
ul {
  list-style-type:circle; 
  color:black; 
}
a:link { 
  text-decoration:none; 
  color:white; 
  background-color: none; 
  font-weight:bold; 
  border:none; 
} 
a:visited { 
  text-decoration:none; 
  color: white; 
  background-color: none; 
  font-weight:bold; 
} 
a:hover { 
  text-decoration:none; 
  color: black; 
  background-color: none; 
  font-weight: bold; 
} 
a:active { 
  text-decoration:none; 
  color: black; 
  background-color: none; 
  font-weight: bold; 
} 

IMG {
  border:none;
}

h1 { 
  vertical-align:top; 
  margin: none; 
  margin: 1pt; 
}

html {
  padding: 0;
}
#fixiert {
  position: absolute; 
  float: left; 
  left: 0; 
  margin: 0; 
  padding: 0;
}
html>body #fixiert {  /* nur fuer moderne Browser! */ 
  position: fixed;
}
#Inhalt {
  margin-left: 12%; 
  padding: 0 1%; 
  border-left: 2px ridge gray; 
  border-top: 2px ridge gray;
}
* #Inhalt {  /* versteckt vor Netscape 4 */ 
  background-color: #ffffe0;
}
@media screen {html, body {height: 100%; overflow-y: hidden;}
#Scrollbereich {
  height: 100%; 
  width: 100%; 
  overflow: auto;
}
#Scrollbereich img {
  text-align:center; 
}
#Inhalt {
  position: static;
}
