/* --------------------------------------------
CSS Stile-Sheet for Artfigl
developed by Online Media, P. Hoetzl
All rights reserved, Mai 2007 ff.
-------------------------------------------- */





/* Definition der Textdarstellung */


h1,p,ul,ol,td {


font-family: Arial, Helvetica, sansserif;



}


h1 {


font-size: 16px;
color: #990000;



}


weiss {

color: #FFFFFF;

}


.main,th,td {

font-size: 14px;
color: #000000;



}

.mini {

font-size: 10px;
color: #000000;



}



a:link {
   
    color: #990000;
    text-decoration: none;
    
}
a:visited {
	
	color: #666666;
	text-decoration: none;
	
}
a:hover {
	
	color: #990000;
	text-decoration: underline;
	
}
a:active {
	
	text-decoration: underline;
	
}


