/* CSS Document */  
 html, body, textarea {
 background: 0 #FF8040;
 color: #FF8040;
 margin: 0;
 padding: 1%;
 min-width: 640px;
 font-size: 100.01%;
 font-family: verdana, arial, sans-serif ;
  scrollbar-base-color:##EBEBEB;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#EBEBEB;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:##EBEBEB; }
#menu { 
 background: url(Leiste.gif) #FF8040;
 padding: 5px 5%; 
 margin: 0;
 text-align: right;
 color: yellow; }
#menu li {
 font-size: 1.2em;
 display: inline;
 list-style-type: none;
 border-left: 1px solid white; 
 padding: 0 10px 0 15px;
 font-weight: bold; }
#menu li a {
 color: white;
 text-decoration: none; }
#scroll {
  overflow: auto;
  height: 100%; }
#Untertitel {
  position:absolute;
  top:170px; 
  width:100%;
  left: 13px; 
  right: 0px; 
  z-index:1;
  color: #FFFF80; 
  background-color: #FF8040;
  display: none;
  text-align: center; }
.table1 {
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #FFFF80; }
  .table2 {
  border: 0;
  color: #FFFF80;
  background-color: #FF8040; }
.nav {
  background: url(Leiste.gif); 
  color : white; 
  font-family: Arial; 
  font-size: 16px;
  text-align: right; }
.links {
  width: 32%; }
.rechts {
  width: 68%; }
