/* --------------------------------------------
CSS Stile-Sheet for AICHELIN
developed by Online Media, P. Hoetzl
All rights reserved, Maerz 2007 ff.
-------------------------------------------- */





/* Definition der Textdarstellung */


h1,p,ul,ol,table {


font-family: Verdana, Geneva, sans-serif;



}


h1 {


font-size: 14px;
color: #FF0000;
margin-bottom: 5px;



}


.head {

font-size: 14px;
color: #FF0000;

}



.main,th,td,ul {

text-align: left;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 14px;
color: #000000;


}


.small {

text-align: left;
font-weight: normal;
font-style: normal;
font-size: 10px;
line-height: 11px;
color: #000000;


}



ul {

list-style-image: url(_images/liste_bullet.gif);

}

a:link {
    color: #FF0000;
    text-decoration: none;
    font-size: 12px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}

