/* Farben */
.ks_farbig{color:#990000;}
.ks_white{color:#ffffff;}
.ks_black{color:#000000;}

/* Links */
a:link, a:visited, a:active {
    text-decoration:underline;
    color: #990000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    
}

a:hover {
    text-decoration:underline;
    background-color:#f5e9e9;
    }

/* Schriften */
p, pre, h1, h2, h3, h4, h5, h6{
    margin:0px;
    margin-bottom:5px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    color: #000000;
    }
    
pre {
    margin-bottom:0px;
}
    
h1, h3, h5{
    padding:3px;
    color:#990000;
    border: 1px solid #990000;
}

h2, h4, h6{
    padding:0px;
    color:#990000;
    border: 0px solid #990000;
}

h1, h2{
    font-size: 1.5em;
    }
    
h3, h4{
    font-size: 1.2em;
    }    

    
.block {
    text-align:justify;
    } 
    
.zentriert{
    text-align:center;
    }
    
.neg{
    color:#ffffff;
    background-color:#AD3333;
    }
    
.klein{
    font-size:12px;
    }

.rot{
color:#FF0000;
font-weight:bold;
}

.farbig{
color:#990000;
font-weight:800;
}

.bu{
color:#990000;
font-style:italic;
}


.tf {
    background-color: #EAEAEA;
    font-family: Arial, Verdana, Arial, sans-serif;
    font-size:12px;
    color:#333333;
    border-width:1px;
    border-style:solid;
    border-color:#D0D0D0;
    border-collapse:collapse;
}

.tr {
    background-color: #EAEAEA;
    font-family: Arial, Verdana, Arial, sans-serif;
    font-size:12px;
    color:#333333;
    border-width:1px;
    border-style:solid;
    border-color:#FF0000;
    border-collapse:collapse;
}



    
.linie{
    margin-bottom:5px;
    font-size:1px;
    border: 0px solid #AAAAAA;
    border-bottom-width:1px;
}

.linie_rot{
    margin-bottom:5px;
    font-size:1px;
    border: 0px solid #990000;
    border-bottom-width:2px;
}

