#container,#image,#imageContainer,#offerContainer,#exit,#border{
	position:absolute;
	left:0px;
	top:0px;
}
#container {
display:none;
	width:300px;
	height:250px;
	font-family: 'Roboto', sans-serif;
}
#image {
	width:300px;
	height:130px;
}
#imageContainer {
	width:300px;
	height:130px;
	overflow:hidden;
}
#offerContainer {
	width:300px;
	height:250px;
	overflow:hidden;
}
#logo {
	position: absolute;
	left: 150px;
	top: 7px;
}
#feelaustria {
	position: absolute;
	left: 25px;
	top: 143px;
	width: 103px;
	height: 16px;
	color: #e73f0c;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.15em;
}
#headline {
	position: absolute;
	left: 25px;
	top: 157px;
	width: 258px;
	height: 28px;
	font-size: 22px;
	font-weight: 300;
}
#offer {
	position: absolute;
	left: 25px;
	top: 181px;
	width: 202px;
	height: 22px;
	font-size: 13px;
	font-weight: 400;
}
#offer .offerPrice{
	font-size:20px;
	font-weight:700;
	color:#363636;
}
#button {
	position: absolute;
	left: 23px;
	top: 211px;
	width: 184px;
	height: 27px;
}
#button span {
	font-size: 12px;
	font-weight:500;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px 7px 15px;
	border: 0px solid #e1001a;
	display: inline-block;
	background-color:#e1001a;
}
#border{
	border:1px solid #BDBDBD;
	height:248px;
	width:298px;
}
#exit{
	width:300px;
	height:250px;
	cursor:pointer;
}
