/* DATEI: fett-layout.css */

/* Style Sheets für das Projekt */

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

/* Formate Bold, H1, H2 */
           
h1 { font-family:Arial;
        font-size:14px;
        font-weight:450;
        color:#000000;
        } 
        
h2 { color:#990000;
        font-family:Arial;
        font-size:14px;
        font-weight:bold;} 
        
hr { color:#000000; }               
        
b { color:#990000; }        
        
/* Farben ohne Schriftgrößen */    

.ueberschrift_1 { border-bottom:1px solid #000000;
                         font-family:Arial;
                         font-size:14px;
                         font-weight:bold;
                         color:#990000;
                         width:550;
                         text-align:left;
                        } 
                        
.seiten-verweise { padding-left:20px;
                             text-align:justify;
                             font-family:Arial;
                             font-weight:500;
                             font-size:10pt;
                             color:#000000;
                             }                               

td { color:#000000;
       font-family:Arial;
       font-size:11px;
       font-weight:400;}         
        
.rot { color:#990000;
        font-family:Arial;
        font-size:14px;
        font-weight:bold;}      
        
.schwarz { color:#000000;
                    font-family:Arial;
                   font-size:14px;
                   font-weight:bold;}                         
                
      .impressum { font-family: Arial;
                   font-size:10pt;
                   font-weight:500;
                   color:#000000;
                   text-align:justify;
                   margin-left:10px;
                  }            

/* Link Formatierungen */ 

a:link { color:#990000; text-decoration:underline; }
a:visited { color:#990000; text-decoration:underline; }
a:hover { color:#000000; text-decoration:underline; }
a:active { color:#990000; text-decoration:none; }    

a.link1:link { color: #000000; text-decoration:none; font-family:Arial; font-size:10pt; font-weight:700; }

a.link1:visited { color: #000000; text-decoration:none; font-family:Arial; font-size:10pt; font-weight:700; }

a.link1:hover { color: #990000; text-decoration:underline; font-family:Arial; font-size:10pt; font-weight:700;}

a.link1:active {  color: #000000; text-decoration:none; font-family:Arial; font-size: 10pt; font-weight:700; }            
    