/* helpmaster.de */

body {
 font-family : Verdana, Arial, Helv, Helvetica, sans-serif;
 font-size : 12px;	 
	color : #333333;
}

p,td,li,blockquote {
	font-family : Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size : 12px;	
	color : #333333;
}
        
.titel{
 font-size : 18px;
 color : #ff0000;
	font-weight: bold;	
}
	
.menu{
	line-height: 20px;
}
	
.weiss{
	color : #ffffff;
	background-color: #15980D;
}
	
.hgruen {
	border: #15980D 1px solid;
	background: #EFFBEF;		
}	
	
.dgruen {
	border: #15980D 2px solid;
 background: #BDE7A5;		
}	

a {
	color : #000000;	
	text-decoration : none;
	font-weight: bold ;	    
}

a:visited {
	color : #000000;	
	text-decoration : none;    
}

a:hover {
	color : #ff0000;	
	text-decoration : underline;    
}

a:active {
	color : #ffffff;	
	text-decoration : none;
	background-color: #FF0000;
}




