
body#all { 
   font-family:      'Times New Roman', Times, serif; 
   background-color: #FFFFFF; 
   color:            #000000; 
 }

a { 
   text-decoration:  none; 
   color:            #555; 
   border-bottom:    1px solid #555; 
 }  

/* Header */ 
#header { 
   border-bottom:    3px solid #777; 
 } 
h1 { /* vorbehalten fuer Titel|Banner */ 
   text-align:       center;
   font-family:      Tahoma, Helvetica, 'Times New Roman', Times, serif;
   font-size:        30pt;
   background-color: #FFFFFF; 
   color:            #696969;  
 } 

 /* Content */
 #content { 
   margin-left:      1%;
   margin-right:     1%;
   background-color: #FFFFFF; 
   color:            #000000;
 } 
 #content p {  
   font-size:        12pt;
   font-weight:      bold;
 }
 #content p.eingerueckt { 
   line-height:      120%; 
   padding-left:     2%; 
   font-size:        12pt;
   font-weight:      normal;
 }
 .menu { 
   display: none; 
 }
 #content p.topper { 
   display:          none;
 }
 #content ul { 
   line-height:      130%;
   padding-left:     2%; 
   font-size:        12pt;
   font-weight:      normal;
   padding-bottom:   10px;
 } 
 h2 { 
   font-size:        18pt;
   font-weight:      bold;
 }
 h3 { 
   font-size:        16pt;
   font-weight:      bold; 
 } 
 h3 { 
   font-size:        14pt;
   font-weight:      bold; 
 } 
 /* Footer */ 
 #footer { 
   display: none; 
 }
 
/* Ausgeblendetes */ .invis, hr { 
   display: none; 
 }
 img { 
   padding-left:   15px;
   padding-right:  15px;
   padding-top:    7px;
   padding-bottom: 7px;   
 } 
