A{
	color: #000000;
	text-decoration: underline;
}

.alert{
	color: #CC0000;
}

.noUl{
	text-decoration: none;
}

.aWeiter{
	color: #287DC1;
	text-decoration: underline;
	font-weight: bold;
}

.aNav{
	text-decoration: none;
}

.fontNavLev1{
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
}

.fontNavLev2{
	text-transform: uppercase;
	color: #333333;
	font-size: 12px;
}

H1{
	/* entspricht fontServiceHead */
	color: #000000;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: normal;
}

.fontNorm{
	color: #000000;
	font-size: 12px;
}

.fontMedium{
	color: #000000;
	font-size: 11px;
}

.fontSmall{
	color: #000000;
	font-size: 10px;
}

.fontServiceHead{
	color: #000000;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: normal;
}

.fontServiceNorm{
	color: #000000;
	font-size: 12px;
}

H2{
	/* entspricht fontServiceOverview */
	color: #ED1C24;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}

.fontServiceOverview{
	color: #ED1C24;
	font-size: 14px;
	line-height: 19px;
}

.fontServiceSubhead{
	color: #287DC1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.ulContent{
	margin-top: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style-image: url('../../img/spiegelstrich.gif');
}


