HTML { 
    background: #ffff99 
    }
    
TD { 
    border:1px solid;
    padding: 5px;
    vertical-align:top;
    }
    
TD P { 
    color: #000000 ;
    }
TABLE {
    width:100%;
    border:1px solid;
}


TD:first-child{
    width: 250px;
}


H1 {
    text-align:center
}

ul{
    list-style: square;
}


.logorechts{
    float: right;
}

.logolinks{
    float: left;
}
    
.zeilenweise tr:nth-child(odd) {
    background: #ffff99; 
    }
    
.zeilenweise tr:nth-child(even) { 
    background: #f7f791; 
    }


H1 {
    color: #000000 
    }
    
.rot {
    color: #ff0000; font-weight: 700; 
    }
    
A:visited { 
    color: #800080 
    }
    
A:link { 
    color: #0000ff 
    }
.seitenkopf table {
    width:100%;
    background:#888800
}
    
.seitenkopf td { 
    color:#ffffff;
    text-align: center;
    padding: 10px;
    }  
    
.seitenkopf a:link {
    color:#ffff99;
    }  
    
.seitenkopf a:visited {
    color:#ffff99;
    }  
    