/* Josef Becker, http://www.htmlmaster.de*/


body{
    Font-Family : Arial, Helv, Helvetica, sans-serif ;
    font-size : 14px  ;
    margin 0px;
	}
    
p,td,li,blockquote{
	Font-Family : Arial, Helv, Helvetica, sans-serif ;
	font-size : 14px ;
	color : #333333 ;
	}
        
.klein{
    font-size : 12px ;
    color : #ffffff ;
    }

.unten{
    font-size : 12px ;
    color : #333333 ;
    text-decoration : bold;
	}

.blau{
    font-size : 14px ;
    color : #1E1F6F ;
    font-weight: bold;
	}
	

.hellblau{
    font-size : 14px ;
    color : #284FB5 ;
    font-weight: bold;
	}
        
a:link{
	color : #1E1F6F;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px ;
	text-decoration : underline;
	}

a:visited{
	color : #0000ff;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	}

a:hover{
	color : #993333;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
    }


a:active{
	color : #993333;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
    }



