/* Josef Becker, http://www.helpmaster.de*/


body{
    background-color: #ffffff;
	margin : 0px;
    margin-top : 00px;
    margin-bottom : 00px;
    Font-Family : Arial, Helv, Helvetica, sans-serif ;
    font-size : 14px  ;
	}
    
p,td,li,blockquote{
	Font-Family : Arial, Helv, Helvetica, sans-serif ;
	font-size : 14px ;
	color : #003366 ;
	}
        
.initial{
    font-size : 18px ;
    color : #FF0000 ;
    font-weight: bold ;
    }

.blau{
    background-color: #003366;
    }    
 
    
.rot{
    font-size : 14px ;
    color : #FF0000 ;
    font-weight: bold ;
    }
    
.hellgrau{
    background-color: #efefef;
    }
    
.weiss{
    font-size : 14px ;
    color : #FFffff ;
    font-weight: bold ;
    }
        
a:link{
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	}

a:visited{
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	}

a:hover{
	color : #ff0000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
    }


a:active{
	color : #ff0000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
    }




