.center-unit { 
margin: auto;
position: relative;
width: 1000px;
}
#offers_d {
	padding:20px 0;
}
#offers_d h2 {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:33px;
	margin-bottom:30px;
}
#offers_d .usual {
	position:relative;
	float:left;
	width:195px;
	height:400px;
	margin-left:2px;
	background:#f2f2f2 url(../images/top_1.png) center top no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-top:20px;
}
#offers_d .best {
	position:relative;
	float:left;
	width:210px;
	height:440px;
	margin-left:2px;
	background:#f2f2f2 url(../images/top_1.png) center top no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#offers_d .head {
	position:relative;
	float:left;
	width:100%;
	height:100px;
}
#offers_d .name {
	position:relative;
	float:left;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:25px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	margin-top:15px;
}
#offers_d .price {
	position:relative;
	float:left;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:15px;
	text-align:center;
	color:#ffffff;
	margin-top:10px;
}
#offers_d .date {
	position:relative;
	float:left;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:15px;
	text-align:center;
	color:#ffffff;
	margin-top:3px;
}
#offers_d .stiker {
	position:absolute;
	width:71px;
	height:64px;
	left:-5px;
	top:-5px;
	background-repeat:no-repeat;
	background-position:left top;
}
#offers_d .stk_1 {
	background-image:url(../images/stiker_1.png);
}
#offers_d .stk_2 {
	background-image:url(../images/stiker_2.png);
}
#offers_d .present {
	position:relative;
	float:left;
	list-style:none;
	margin-left:10px;
	margin-top:10px;
}
#offers_d .present li {
	position:relative;
	float:left;
	padding-left:25px;
	line-height:25px;
	font-size:15px;
	background:url(../images/marker_1.png) left top no-repeat;
}
#offers_d .includes {
	position:relative;
	float:left;
	list-style:none;
	margin-left:10px;
}
#offers_d .includes li {
	position:relative;
	float:left;
	padding-left:25px;
	line-height:25px;
	font-size:15px;
	background:url(../images/marker_2.png) left top no-repeat;
}
#offers_d .additionally {
	position:relative;
	float:left;
	width:100%;
	color:#824ca2;
	text-align:center;
	margin-top:3px;
}
#offers_d .additionally a {
	color:#668ea8;
	text-decoration:underline;
}
#offers_d .additionally a:hover {
	text-decoration:none;
}
#offers_d .footnote {
	position:relative;
	float:left;
	font-size:12px;
	color:#a2a2a2;
	clear:both;
	margin-top:-15px;
}
#offers_d .pricelist {
	position:relative;
	float:left;
	line-height:35px;
	color:#668ea8;
	text-decoration:underline;
	padding-left:45px;
	background:url(../images/pdf.png) left center no-repeat;
	margin-left:385px;
	margin-top:30px;
	clear:both;
}
#offers_d .pricelist:hover {
	text-decoration:none;
}
#offers_d ul {
	padding-left:0;
}