<!--
/* CSS-Definition der Dokumente ------------------------------------------------ */

/* Tabellen -------------------------------------------------------------------- */      
/* Standard Tabelle */
table.table_type1 {border:0 none inherit;
                   padding:5px;
                   width:100%;
                   border-collapse:collapse;}    

/* Versteckte Tabelle */                   
table.table_type2 {border:0 none inherit;
                   padding:0px;
                   width:100%;
                   border-collapse:collapse;} 
                   
/* Sichtbare Tabelle grün */                   
table.table_type3 {border:1px solid;
                   border-color:#228B22;
                   padding:0px;
                   border-collapse:collapse;}                    

/* Versteckte Tabelle */                   
table.table_type4 {border:0 none inherit;
                   padding:0px;
                   border-collapse:collapse;} 
                   
/* Sichtbare Tabelle schwarz */                   
table.table_type5 {border:1px solid;
                   border-color:#000000;
                   padding:0px;
                   border-collapse:collapse;}                    

/* Überschriften --------------------------------------------------------------- */ 
/* Standard Tabellenüberschrift */
th.th_type1 {border:1px solid;
             border-color:#228B22;
             color:#FFFFFF;
             background-color:#228B22;
             font-weight:bold;
             text-align:center;}

/* Zellen --------------------------------------------------------------------- */ 
/* Zelle in sichtbarer Tabelle */ 
td.td_type1 {border:1px solid;
             border-color:#228B22;
             vertical-align:top;
             text-align:left;
             padding:4px;}

/* Zelle in versteckter Tabelle */                        
td.td_type2 {vertical-align:top;
             text-align:left;
             padding:4px;}  

/* Zelle in sichtbarer Tabelle */ 
td.td_type3 {border:1px solid;
             border-color:#228B22;
             color:#FFFFFF;
             background-color:#228B22;
             font-weight:bold;
             text-align:center;} 
                                                          
/* Zelle in versteckter Tabelle */                        
td.td_type4 {vertical-align:top;
             text-align:left;
             padding:0px;} 

/* Zelle in sichtbarer Tabelle */ 
td.td_type5 {border:1px solid;
             border-color:#228B22;
             text-align:center;} 
             
/* Zelle in sichtbarer Tabelle */ 
td.td_type6 {border:1px solid;
             border-color:#228B22;
             vertical-align:top;
             text-align:center;}              
                                                          
/* Zelle in versteckter Tabelle */                        
td.td_type7 {vertical-align:top;
             text-align:center;} 

/* Zelle in sichtbarer Tabelle */ 
td.td_type8 {border:1px solid;
             border-color:#228B22;
             color:#FFFFFF;
             background-color:#228B22;
             text-align:center;} 

/* Zelle in sichtbarer Tabelle */ 
td.td_type9 {border:1px solid;
             border-color:#228B22;
             vertical-align:top;
             text-align:right;}  
             

/* Body --------------------------------------------------------------------- */
body,textarea {font-family:Arial,sans-serif;
               font-size:10pt;
               margin-top:2pt;
               text-align:justify;
               background-color:#ffffff;
               scrollbar-base-color:#228B22;
               scrollbar-3dlight-color:#228B22;
               scrollbar-arrow-color:#ffffff;
               scrollbar-darkshadow-color:#228B22;
               scrollbar-face-color:#228B22;
               scrollbar-highlight-color:#ffffff;
               scrollbar-shadow-color:#ffffff;
               scrollbar-track-color:#DCDCDC;}
 
p,li,table {font-size:10pt;
            text-align:justify;}      

p.center_bold {font-family:Arial,sans-serif;
               font-size:10pt;
               text-align:center;
               font-weight:bold;}

/* Überschrift 1.Ordnung ---------------------------------------------------- */
h1 {font-family:Arial,sans-serif;
    font-size:12pt;
    font-weight:bold;
    text-decoration:none; 
    text-align:left;
    margin-top:3pt; 
    color:#FFFFFF;
    background-color:#228B22}

/* Überschrift 2.Ordnung ---------------------------------------------------- */
h2 {font-family:Arial,sans-serif;
    font-size:11pt;
    font-weight:bold;}

/* Überschrift 3.Ordnung ---------------------------------------------------- */
h3 {font-family:Arial,sans-serif;
    font-size:10pt;
    font-weight:bold;}    
    
/* Link's --------------------------------------------------------------------*/
a {font-family:Arial,sans-serif;
   font-size:10pt;
   text-decoration:none; 
   font-weight:normal;}     
a:link {color:#228B22;
        text-decoration:underline;}
a:visited {color:#228B22;
           text-decoration:underline;}
a:hover {color:#228B22;
         text-decoration:underline;
         background-color:#DCFFDC;}
a:active {color:#228B22;
         text-decoration:underline;}

/* Zum Zentrieren von allen Objekten z.B. div's oder tables ------------------*/
div.center {text-align: center;}

/* Zum rechten Ausrichten von allen Objekten z.B. div's oder tables ----------*/
div.right {text-align: right;}


/* Beschreibung unter Fotos----------------------------------------------------*/     
p.foto {font-family:Arial,sans-serif;
        font-size:9pt;
        text-align:center;
        vertical-align:top;} 

p.foto2 {font-family:Arial,sans-serif;
        font-size:8pt;
        text-align:center;
        vertical-align:top;} 


/* Strich --------------------------------------------------------------------*/     
hr.hr_type1 {background-color:#000000;
             color:#000000;
             border:#000000;
             width:100%;
             height:3px;
             text-align:left;}

/* Strich in Fußzeile --------------------------------------------------------*/     
hr.hr_footer {background-color:#228B22;
              color:#228B22;
              border:#228B22;
              width:100%;
              height:3px;
              text-align:left;}
           
/* Spalte in Fußzeile --------------------------------------------------------*/  
td.td_footer {font-family:Arial,sans-serif;
              font-size:8pt;
              text-align:center;}                       
                      


/* ALTER STYLE der Fußzeile, kann nach der Umstellung gelöscht werden */     
hr#footer {background-color:#228B22;
           color:#228B22;
           border:#228B22;
           width:100%;
           height:3px;
           text-align:left;}
           
td#footer {font-family:Arial,sans-serif;
           font-size:8pt;
           text-align:center;}                       
                      
-->  