/*body.left    {font-family: Comic Sans MS, sans-serif; font-size: 12pt; 
         color: rgb(150,20,150); background-color: rgb(221, 222, 208)}
         
body.top    {font-family: Comic Sans MS, sans-serif; font-size: 12pt; 
         color: rgb(150,20,150); background-color: rgb(221, 222, 208)}
*/
/********************/
/* Positionsangaben*/
/*******************/       

#links_oben 
  {
  position:absolute;
  left:5px; top:5px; 
  }

#rechts_oben 
  {
  position:absolute;
  right:15px; top:5px; 
  }

#links_unten 
  {
  position:absolute;
  left:5px; bottom:3px; 
  } 

#rechts_unten 
  {
  position:absolute;
  right:5px; bottom:0px; 
  }
       
/******************/
/*Default-Angaben */
/*****************/         
                  
body    
  {
  font-family: helvetica, sans-serif; 
  font-size: 12pt;
  background-color: rgb(211, 211, 211);
  color: rgb(0, 0,0); 
  
/* background-image: url('fw.jpg') */
  }
  
h1    
  { 
  color: rgb(0, 47,49); 
  }  
  
  
p    
  {
  color: rgb(0,0,0);
  }  
         
a        
  {
  color: rgb(0,0,255);
  }
       
a:visted  
  {
  color: rgb(255,0,0);
  }  
a:hover   
  {
  color: rgb(170, 180, 240);
  background-color: rgb(100, 100, 100);
  }
          
a:active  
  {
  background-color: rgb(150, 150, 150);
  }
         
                              
a.nav
  {
  font-family: helvetica;
  font-size: 10pt;
  color: rgb(180,0,0);
  text-decoration:none;
  }

a.nav:hover
  {
  color: rgb(170, 180, 240);
  background-color: rgb(100, 100, 100);
  }
          
a.nav:active
  {
  background-color: rgb(150, 150, 150);
  }
           

table.top
  {
  border: solid 1px rgb(100,100,100);
  background: rgb(200, 200, 200);
  border-collapse:collapse;
  }
  
td.topoff
  {
  background: rgb(200, 200, 200);
  padding-left:8px;
  padding-right:8px;
  text-align:center;
  border: solid 1px rgb(100,100,100);
  font-family: helvetica;
  font-size: 10pt;
  color: rgb(180,0,0)
  }
              
td.topon
  {
  background: rgb(100, 100, 100);
  padding-left:8px;
  padding-right:8px;
  text-align:center;
  border: solid 1px rgb(100,100,100);
  font-family: helvetica;
  font-size: 10pt;
  color: rgb(170, 180, 240); }
              
table.left
  {
  border: solid 0px;
  }
             
td.left
  {
  border: solid 1px rgb(100,100,100);
  color: rgb(255,0,0);
  background: rgb(200, 200, 200);
  width:120;
  text-align:center;
  }
             
hr
  {
  color:rgb(100,100,100)
  }
          
table.t1
  {
  font-family: helvetica;
  fontsize: 16pt;
  border: solid 2px rgb(255,255,255);
  color: rgb(255,255,255);
  background: rgb(0,0,0);  
  border-collapse:collapse;
  padding-left:8px; 
  padding-right:8px; 
  }
          
table.t2 
  { 
  font-family: helvetica; 
  fontsize: 16pt; 
  border: solid 2px rgb(255,255,255);  
  color: rgb(255,255,255); 
  background: rgb(0,0,0);  
  border-collapse:collapse;
  padding-left:8px; padding-right:8px; 
  }
          
table.t3 
  {
  font-family: helvetica; 
  fontsize: 16pt; 
  border: solid 2px rgb(255,255,255);  
  color: rgb(255,255,255); 
  background: rgb(0,0,0);  
  border-collapse:collapse;
  padding-left:8px; 
  padding-right:8px; }
                          
th.t1
  {
  font-family: helvetica;
  fontsize: 14pt;
  border: solid 2px rgb(255,255,255);
  padding-left:8px;
  padding-right:8px;
  }


td.t1
  {
  font-family: helvetica; fontsize: 12pt;
  background: rgb(100, 100, 100);
  border: solid 1px rgb(255,255,255);
  padding-left:8px;
  padding-right:8px;}

td.t2
  {
  font-family: helvetica;
  fontsize: 12pt;
  background: rgb(160, 160, 160);
  border: solid 1px rgb(255,255,255);
  padding-left:8px; 
  padding-right:8px;
  }

            
td.t3    
  {
  font-family: helvetica; 
  fontsize: 12pt; 
  background: rgb(220, 220, 220);
  border: solid 1px rgb(255,255,255);
  padding-left:8px; 
  padding-right:8px;
  }
                            
          

ul
  { 
  list-style-image: 
  url('test.jpg') 
  }            
            
  
