/* DATEI: lfnet.css */

body 
{  
  margin-top:0px; 
  margin-left:0px; 
  background-color:#ffffff;
  } 
  

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p,ul,ol,li,div,td,th,address,blockquote,nobr,i
{  
  font-family:Arial, Helvetica, sans-serif; 
  font-size:10pt; 
  color:#000000 ; 
  font-sytle:normal ;
  font-weight:400 ; 
  } 
  

.small
{  
  font-family:Arial, Helvetica, sans-serif; 
  font-size:8pt; 
  color:#000000 ; 
  font-sytle:normal ;
  font-weight:400 ; 
  } 
  

p.pre,pre,kbd,.kbd
{  
  font-family:Courier New, Courier ; 
  font-size:10pt; 
  color:#000000 ; 
  font-sytle:normal ;
  font-weight:400 ; 
  } 
  

kbdblue,.kbdblue
{  
  font-family:Courier New, Courier ; 
  font-size:10pt; 
  color:#0000ee ; 
  font-sytle:normal ;
  font-weight:400 ; 
  } 
  

p.normal
{  font-family:Arial, Helvetica, sans-serif; 
  font-size:10pt; 
  color:#000000 ; 
  font-sytle:normal ;
  font-weight:400 ; 
  } 

.bold,b
{  font-family:Arial, Helvetica, sans-serif; 
  font-size:10pt; 
  color:#000000 ; 
  font-sytle:bold ;
  font-weight:700 ; 
}


.h1,h1
{ font-family:Arial, Helvetica, sans-serif; 
  font-size:18pt; 
  color:#999999 ; 
  font-sytle:normal ;
  font-weight:800 ; 
  }

.h2,h2
{ font-family:Arial, Helvetica, sans-serif; 
  font-size:13pt; 
  color:#999999 ; 
  font-sytle:normal ;
  font-weight:800 ; 
  }

.h3,h3
{ 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:11pt; 
  color:#999999 ; 
  font-sytle:normal ;
  font-weight:700 ; 
  }

.h4,h4
{ 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:10pt; 
  color:#999999 ; 
  font-sytle:normal ;
  font-weight:700 ; 
  }

ul
{ 
  font-family:Arial, Helvetica, sans-serif;
  list-style-type:square ;
  font-size:10pt;
  font-sytle:normal ;
  }

a:link
{ 
  text-decoration:underline ;
  color:#DF003E }

a:visited 
{ 
  text-decoration:underline ;
  color:#DF003E;
  }

a:active 
{ 
  text-decoration:underline ;
  color:#DF003E;
  }

.legende 
{    
  font-family:Arial, Helvetica, sans-serif;  
  font-size:8pt;  
  font-sytle:normal ; 
  font-weight:500 ;  
  
  }

.tarife {   
          border-collapse: collapse; 
          border-width: 1px; 
          border-style: solid; 
          border-color: Gray; 
          padding:5;  
          }
 
.thead {   
         font-family:Arial, Helvetica, sans-serif;   
         font-size:10pt;   
         background-color:#c6cfcf;
         color:#000000 ;   
         font-sytle:bold ;  
         font-weight:700 ;    
         }

.toplink {   
           font-family:Arial, Helvetica, sans-serif;   
           font-size:8pt; 
           text-decoration:underline ; 
           color:#c6cfcf; 
           }