/* Auflistungen der Uebersichtseiten */

.offerinfo {
	width: 575px;
	font-size:12px;
	margin-bottom: 20px;
	line-height: 16px;
	overflow: hidden;
}
.offerinfo img{
	float: left;
	margin-right: 8px;
}
.offerinfo span {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	float:left;
	padding-right: 8px;
}
.offerinfo table {
	float: left;
	border-collapse: collapse;
	color: #665E40;
	background-color: #FAFAE7;
	width: 575px;
}

.offerinfo caption {  
   font-size: 14px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
}

/* Tabellenzellen gestalten */

.offerinfo th, td {
	text-align: left;
	vertical-align: top;
	padding-top: 0.5em;
	padding-right: 8px;
	padding-bottom: 0.5em;
	padding-left: 5px;
}
.offerinfo th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 16px;
   font-weight: bold; 
}
.offerinfo thead {
	background-color: #3082AF;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.offerinfo tfoot {
	border-top: 1px dotted #3082AF;
}
.offerinfo thead a {
	color: #fff;
	padding-right: 8px;
	}

div.content-list {
	float: left;
	width: 576px;
	font-size:12px;
	background-color: #FFF;
	margin-top: 10px;
	padding: 15px;
}
.price-list {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float:right;
	margin-right: 15px;
}
