/* CSS Document */

.headAngebote {
	color:#000;
	background-color:#FF9900;
	height:26px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
}

.lineAngebote {
	color:#FFFFFF;
	background-color:#000000;
	padding:3px;
	text-align:left;
}

.lineAngebote a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.lineAngebote a:hover {
	color:#FF9900;
	text-decoration:underline;
	font-weight:bold;
}

.colorprice {
	color:#FF9900;
	font-size:13px;
	font-weight:bold;
}

.trennerHeadline {
	background-image: url(../grafik/trenner_headline.png);
	background-repeat:repeat-x;
	height:11px;
}

h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	border-bottom:#CCCCCC dotted 1px;
}


