/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Orange {
	font-size: 24px;
 	color: rgb(255,102,51);
 	font-weight: bold
}

.preis {
	font-family: "Arial Narrow",  sans-serif;
 	font-size: 28px;
 	color: rgb(255,102,51);
 	font-weight: bold
}

.av-live {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 24px;
 	color: rgb(128,0,0);
 	font-weight: bold;
 	font-style: italic
}