@import url(../style.css);
@import url(../box.css);

/* Anfang Überlagerung */
/* Ende Überlagerung */

div#topOffer {
	width:100%;
}

div#topOffer div.topBack {
	padding-bottom:20px;
	font-weight:bold;
}

div#topOffer div.name {
	text-align:center;
	padding-bottom:20px;
}

div#topOffer div.picture {
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #E9E9E9;
}

div#topOffer div.description {
	padding:20px 0px 20px 0px;
}

div#topOffer div.billing {
	text-align:right;
	font-weight:bold;
}

div#topOffer div.details {
	padding:0px;
}

div.details li.left {
	width:130px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	padding-left:10px;
	float:left;
	clear:left;
}

div.details li.right {
	width:390px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	float:left;
}

div.details li.even {
	background-color:#d8deea;
}

div.details li.uneven {
	background-color:#f2f4f8;
}

div#topOffer div.attachments {
	padding:0px 0px 20px 0px;
}

div.attachment {
	width:510px;
	padding:10px;
}

div.attachment div.icon {
	width:100px;
	float:left;
}

div.attachment div.descr {
	width:360px;
	float:left;
}

div.attachments div.even {
	background-color:#d8deea;
}

div.attachments div.uneven {
	background-color:#f2f4f8;
}

div#topOffer div.bottomBack {
	padding-top:20px;
	font-weight:bold;
}