@charset "UTF-8";

/* ------------------------ General stylings for inverted keyvisual ---------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.keyvisual {
	position: absolute;
	top: 0;
	z-index: 1;
}
#content-products {
	margin-top: 0;
	/*padding-top: 364px;*/
	/*cor: small-width/height for flash keyvisual!*/
	padding-top: 349px;
}

/* ------------------------ Code Teaser Stylings ---------------------------- */
/* ----------------------------------------------------------------------------- */
#teaser-promocode {
	position: absolute;
	top: 287px;
	right: 40px;
	z-index: 2;
}
#teaser-promocode .teaser .inner {
	padding: 15px;
}
#teaser-promocode .teaser h3 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
#teaser-promocode input#promocode {
	border: none;
	width: 90%;
	color: #000;
	font-weight: bold;
}
#teaser-promocode input.promocode_submit {
	background: url(arrow_white.png) no-repeat right top;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	padding: 0 15px 0 0;
	margin: 10px 0 0 0;
	cursor: pointer;
}
#hiddenform_promocode {
	display: none;
}

/* ------------------------ Facebook Clip ---------------------------- */
/* ----------------------------------------------------------------------------- */
.facebook-clip {
	position: absolute;
	top: 660px;
	left: -10px;
	background: url(facebook_clipbg.png) no-repeat left top;
	width: 230px;
	z-index: 3;
	padding: 14px 10px 15px 51px;
}

/* ------------------------ Partner Clip ---------------------------- */
/* ----------------------------------------------------------------------------- */
.partner-clip  {
background:url(partner_clipbg.png) no-repeat scroll left top transparent;
height:305px;
left:437px;
position:absolute;
/*top:450px;*/
top:355px;
width:250px;
z-index:3;
}
.partner-clip a.flextravel {
	position: absolute;
	display: block;
	width: 195px;
	height: 75px;
	top: 115px;
	left: 15px;
}
.partner-clip a.sony {
	position: absolute;
	display: block;
	width: 195px;
	height: 50px;
	top: 200px;
	left: 15px;
}


/* --------------------------- custom form -----------------------------*/
/* ----------------------------------------------------------------------------- */
.formfield_surname {			
	float: left !important;	
	width: 13.5em !important;
	margin-right: 0.5em !important;
}

.formfield_surname input {		
	width: 13em !important;	
}

.formfield_firstname input {	
	width: 13.1em !important;
}

#form_promocode {
	float: none !important;
}

