/*******************************************************************************
  FONTS
*******************************************************************************/

@font-face {
	font-family: 'FuturaBT-BoldCondensed';
	src: url('../fonts/futura_condensed_bold_web.eot');
	src: url('../fonts/futura_condensed_bold_web.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_condensed_bold_web.woff') format('woff'),
		 url('../fonts/futura_condensed_bold_web.ttf') format('truetype'),
		 url('../fonts/futura_condensed_bold_web.svg#FuturaBT-BoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*******************************************************************************
  GLOBAL
*******************************************************************************/

body,
.rbm{
	background-color: #fff;
	background-image: none;
	max-width: 100%;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	min-height: 400px;
}

.rbm .mainContainer{
	position: relative;
	left: 0;
	margin: 0;
	padding: 0 0 35px 0;
	width: 100%;
	text-align: center;
}

.rbm .bgLayer .bgGlow{
	display: none !important;
}

.rbm .bgLayer #rbm_bgImage{
	background: url('../imgs/bgs/rbm_background.jpg') repeat-x center top;
	background-image: none;
	display: block;
	height: auto;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	min-width: 1024px;
	height: 600px;
	margin: 0;
}

.rbm .mainNavContainer span#rbm_logo{
	background: url('../imgs/onlineshop/logo.png') no-repeat left top;
	width: 142px;
	height: 54px;
	margin: 8px 50px 0 0;
	display: block;
}

.rbm .contentWrapper{
	position: relative;
	background: url('../imgs/onlineshop/bg_content.png') no-repeat left 0px;
	width: 949px;
	min-height: 380px;
	padding: 35px 35px 0 40px;
	margin: 40px auto 0 auto;
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
}

.rbm .contentWrapper #mainColum,
.rbm .handys .contentWrapper #mainColum,
.rbm .contentWrapper #rightColum,
.rbm .handys .contentWrapper #rightColum,
.rbm .detail .contentWrapper #mainColum,
.rbm .bestellung .contentWrapper #mainColum{
	position: relative;
	float: left;
	margin: 0 78px 40px 0;
	padding: 0;
	width: 650px;
	text-align: left;
	min-height: auto;
	height: auto;
}

.rbm .contentWrapper #rightColum,
.rbm .handys .contentWrapper #rightColum{
	margin: 0;
	width: 220px;
}

.rbm .contentWrapper div#mainColum .moduleContainer,
.rbm .detail .contentWrapper #mainColum .moduleContainer,
.rbm .bestellung .contentWrapper #mainColum .moduleContainer{
	left: 0;
	top: 0;
	margin-left: 0;
	margin-right: 0;
}

.rbm .contentWrapper #rightColum .moduleContainer,
.rbm .handys .contentWrapper #rightColum .moduleContainer{
	position: relative;
	left: 0;
	top: 0;
	width: 220px;
	display: block;
}

.rbm #cartLink{
	background: url('../imgs/onlineshop/ic_cart.png') no-repeat left 3px;
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 25px;
	color: #8e98a8;
	text-decoration: none;
	float: right;
	margin: 26px 4px 0 0;
}

.rbm .contentWrapper .tooltip{
	width: auto;
	display: inline-block;
}

.rbm .contentWrapper .ul .li .tooltip{
	float: right;
}

/* tooltip */
.rbm .toolTip .infoToolTip {
	background: url(../imgs/onlineshop/ic_info.png) no-repeat;
	display: inline-block;
	margin-top: 3px;
	height: 19px;
	width: 19px;
}


/* breadcrumb */
.rbm .contentWrapper .breadcrumb{
	position: absolute;
	top: -65px;
	height: 20px;
	font-weight: normal;
	font-size: 12px;
	width: 900px;
	height: auto;
	display: block;
}

.rbm .contentWrapper .breadcrumb.hide{
	display: none;
}

.rbm .contentWrapper .breadcrumb ul{
	background: url('../imgs/onlineshop/bg_breadcrumb.png') repeat left top;
	list-style-type: none;
	margin: 0;
	padding: 0 3px;
	display: block;
	float: left;
}

.rbm .contentWrapper .breadcrumb ul li{
	position: relative;
	float: left;
	color: #fff;
	font-size: 13px;
	text-transform: normal;
	padding: 3px 2px;
}

.rbm .contentWrapper .breadcrumb ul li a{
	background: url('../imgs/onlineshop/ic_arrow_breadcrumb.png') no-repeat left 5px;
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	padding-left: 17px;
	text-transform: uppercase;
	font-weight: normal;
}

.rbm .contentWrapper .breadcrumb ul li:first-child{
  padding-left: 5px;
}

.rbm .contentWrapper .breadcrumb ul li:first-child a{
	background: none;
	padding-left: 0;
}

.rbm .contentWrapper .breadcrumb ul li.act a{
	color: #db0a40;
}


/*.rbm .contentWrapper .breadcrumb .big{
	background: url('../imgs/onlineshop/ic_arrow_black.png') no-repeat left 4px;
	padding-left: 17px;
	margin-left: 7px;
	font-size: 12px;
	margin-top: 0;
}

.rbm .contentWrapper .breadcrumb span:first-child .big{
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.rbm .contentWrapper .breadcrumb .blue{
	color: #db0a40;
}

*/


.rbm .row{
	position: relative;
}

.rbm .row .cell{
	line-height: 19px;
}

.rbm .tableForm .cell{
	position: relative;
}

.rbm .row.spacer,
.rbm .bestellung .tableForm .row.spacer{
	clear: both;
	height: 16px;
	width: 100%;
}

/*******************************
  HEADLINES
********************************/

.rbm .contentWrapper h1,
.rbm .lightbox h1,
.rbm .contentWrapper h2,
.rbm .lightbox h2,
.rbm .contentWrapper #rbm_bestellBoxTeaser h2{
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	color: #001136;
	font-weight: normal;
}

.rbm .contentWrapper h1,
.rbm .lightbox h1{
	font-size: 25px;
	text-transform: uppercase;
}

.rbm .detail .contentWrapper .promotionTeaser h1,
.rbm .detail .lightbox .promotionTeaser h1,
.rbm .handys .contentWrapper .productTeaser.middleSize h1{
	text-transform: none;
	margin-bottom: 6px;
}

.rbm .contentWrapper h2,
.rbm .lightbox h2,
.rbm .detail .contentWrapper .promotionTeaser h1,
.rbm .detail .lightbox .promotionTeaser h1,
.rbm .handys .contentWrapper .productTeaser.middleSize h1{
	font-size: 17px;
}

.rbm div#rbm_gutscheinTeaser h2{
	color: #001136;
}

/* .rbm .contentWrapper .blueTeaser h2,
.rbm .contentWrapper .blueTeaser .black{
	color: #fff;
}
*/

.rbm .hint{
	color: #1ea22a;
}

/*******************************
  TABBOX
********************************/

.rbm .tabBox .tabHead .tabArrow{
	display: none;
	position: absolute;
	bottom: -7px;
	left: 39%;
	background: url('../imgs/onlineshop/bg_tabbox_arrow.png') no-repeat left top;
	width: 23px;
	height: 10px;
}

.rbm .tabBox .tabHead.act .tabArrow{
	display: block;
}

.rbm .tabBox h3{
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	color: #001136;
	font-weight: normal;
	font-size: 16px;
}

.rbm.shop .tabBox .tabHead,
.rbm.shop .tabBox .tabHead a{
	position: relative;
	background: url('../imgs/onlineshop/bg_tabbox.png') no-repeat left top;
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	float: left;
}

.rbm.shop .tabBox .tabHead a{
	background-position: right -46px;
	padding: 0 30px;
}

.rbm.shop .tabBox .tabHead:hover{
	background-position: left -191px;
}

.rbm.shop .tabBox .tabHead:hover a,
.rbm.shop .tabBox .tabHead a:hover{
	text-decoration: none;
	background-position: right -237px;
}

.rbm.shop .tabBox .tabHead.act,
.rbm.shop .tabBox .tabHead.act:hover{
	background-position: left -93px;
}

.rbm.shop .tabBox .tabHead.act a,
.rbm.shop .tabBox .tabHead.act:hover a,
.rbm.shop .tabBox .tabHead.act a:hover{
	background-position: right -140px;
	color: #fff;
}

.rbm.shop .tabBox .tabBoxContent{
	margin-bottom: 30px;
}

/*******************************
  ENUMMERATIONS, PARAGRAPHES, LINKS
********************************/
.rbm .contentWrapper .ul .arrow{
	padding-left: 0;
	background: none;
}

.rbm .contentWrapper .ul .li{
	margin-bottom: 0;
}

.rbm .contentWrapper .contentContainer .module .contentLayer ul{
	margin-top: 0px;
}

.rbm .contentWrapper .contentContainer .module .contentLayer ul li,
.rbm .contentWrapper .tableForm .ul .li{
	background: url('../imgs/onlineshop/bl_point.png') no-repeat left 7px;
	padding-left: 12px;
}

.rbm .contentWrapper .tableForm .ul .cell.li,
.rbm .contentWrapper .tableForm .ul .firstCell.li{
	background-position: left 14px;
}

.rbm .contentWrapper .tableForm .ul .li{
	line-height: 21px;
}

.rbm .contentWrapper p{
	font-size: 13px;
	margin-bottom: 12px;
}

.rbm .contentWrapper .productTeaser .contentLayer{
	height: 146px;
}

.rbm .contentWrapper .productTeaser .contentLayer p{
	width: auto;
	margin-bottom:5px;
}

.rbm .contentWrapper .productTeaser .bgLayer{
	background-image:url('../imgs/teaser/bg_productTeaser_middle_new.png');
	height: 166px;
}

.rbm .contentWrapper .productTeaser p.price{
	position:relative;
}

.rbm .contentWrapper .productTeaser .price{
	bottom:5px;
	left:0;
}

.fancybox-inner .contentWrapper a,
.rbm .contentWrapper a,
.rbm .contentWrapper .ul .arrow .li a{
	background: url('../imgs/onlineshop/ic_arrow.png') no-repeat right 5px;
	/* font-family: 'PTSansPro-Bold', Arial, Verdana, Helvetica, sans-serif; */
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 600;
	color: #001136;
	font-size: normal;
	text-decoration: none;
	padding-right: 10px;
}

.rbm .contentWrapper #sepaImage {
	background: none;
	/*position: absolute;
	bottom: 530px;
	right: 12px;*/
	float: right;
	position: relative;
	top: 18px;
	right: 12px;
}

.rbm .contentWrapper .sepaBlock {
	width:475px;
	float:left;
	clear:none;
}

.rbm .contentWrapper .text a{
	padding-right: 0;
	background: none;
}

.rbm .contentWrapper a:hover,
.rbm .contentWrapper .ul .arrow .li a:hover{
	text-decoration: underline;
}

.rbm .contentWrapper .ul .pdf{
	height: 17px;
	background-position: left 1px;
}

.rbm .contentWrapper .price{
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #001136;
	width: 100%;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .price,
.rbm .contentWrapper .price .euro,
.rbm .bestellung .productTeaser .price{
	font-size: 30px;
}

.rbm .bestellung #rbm_bestellBoxTeaser .price{
	float: left;
	text-align: left;
	margin-left: 5px;
}


/* iconList */
.rbm .ul.iconList .li{
	padding-left: 0;
	float: left;
	width: 100%;
	display: block;
}

.rbm .ul.iconList .li span{
	float: left;
	display: block;
}

.rbm .ul.iconList .li span.icon,
.rbm .bestellung .contentBox .contentLayer .row span.icon{
	width: 28px;
	background-repeat: no-repeat;
	background-position: center;
}

.rbm .ul.iconList .li span.icon.mobile,
.rbm .bestellung .contentBox .contentLayer .row span.icon.mobile{
	background-image: url('../imgs/onlineshop/ic_mobile.png');
}

.rbm .ul.iconList .li span.icon.mail,
.rbm .bestellung .contentBox .contentLayer .row span.icon.mail{
	background-image: url('../imgs/onlineshop/ic_mail.png');
}

.rbm .ul.iconList .li span.icon.internet,
.rbm .bestellung .contentBox .contentLayer .row span.icon.internet{
	background-image: url('../imgs/onlineshop/ic_internet.png');
}

.rbm .ul.iconList .li span.icon.redbullmobileworld,
.rbm .bestellung .contentBox .contentLayer .row span.icon.redbullmobileworld{
	background-image: url('../imgs/onlineshop/ic_redbullworld.png');
}



/*******************************
  BUTTONS
********************************/

.fancybox-inner .contentWrapper .button,
.fancybox-inner .contentWrapper .button:hover,
.fancybox-inner .contentWrapper .button span,
.rbm.shop .contentWrapper .button,
.rbm .bestellung .contentWrapper .button,
.rbm.shop .contentWrapper .button:hover,
.rbm .bestellung .contentWrapper .button:hover,
.rbm.shop .contentWrapper .button span,
.rbm .bestellung .contentWrapper .button span {
	background-image: url('../imgs/onlineshop/button.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	line-height: 27px;
	width: auto;
	display: inline-block;
	padding-left: 3px;
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 0;
	margin-right: 5px;
	cursor: pointer;
}

.rbm.shop .contentWrapper .button.einloesen label {
	cursor: pointer;
}

.fancybox-inner .contentWrapper .button.red,
.fancybox-inner .contentWrapper .button.red span,
.rbm.shop .contentWrapper .button.red,
.rbm .bestellung .contentWrapper .button.red,
.rbm.shop .contentWrapper .button.red span,
.rbm .bestellung .contentWrapper .button.red span {
	background-image: url('../imgs/onlineshop/button_red.png');
	color: #fff;
}

.fancybox-inner .contentWrapper .button span,
.rbm.shop .contentWrapper .button span,
.rbm .bestellung .contentWrapper .button span {
	background-image: url('../imgs/onlineshop/button.png');
	background-position: right -38px;
	float: left;
	padding: 0 15px 0 13px;
	text-transform: uppercase;
}

.fancybox-inner .contentWrapper .button:hover,
.rbm.shop .contentWrapper .button:hover,
.rbm .bestellung .contentWrapper .button:hover{
	text-decoration: none;
	background-position: left -187px;
}

.fancybox-inner .contentWrapper .button:hover span,
.rbm.shop .contentWrapper .button:hover span,
.rbm .bestellung .contentWrapper .button:hover span{
	background-position: right -223px;
}


.rbm.shop .detail .contentWrapper .buttonContainer{
	float: left;
}

.rbm .productTeaser .buttonContainer{
	height: 27px;
	bottom: 6px;
}



/*******************************
  FORMS
********************************/

/* global */
.rbm input[type="checkbox"]:focus,
.rbm input[type="radio"]:focus{
	outline: none;
}

.rbm .formColumn{
	width: 315px;
	margin: 20px 0 10px 0;
	float: left;
}

.rbm .formColumn:first-child{
	margin-right: 20px;
}

.rbm .formColumn .formEntry{
	position: relative;
	margin-left: -15px;
	padding-bottom: 5px;
}

.rbm .formColumn .formEntry a{
	margin-top: 5px;
	float: left;
}

.rbm .formColumn .formEntry,
.rbm .formColumn label,
.rbm .formColumn .label,
.rbm .formColumn input[type="text"],
.rbm .formColumn input[type="password"],
.rbm .formColumn .endOfTextfield,
.rbm.shop form input.textfield,
.rbm.shop .endOfTextfield,
.rbm .bestellung form .endOfTextfield,
.rbm .bestellung form label,
.rbm .bestellung form input[type="text"],
.rbm .bestellung form input[type="password"],
.rbm .bestellung form input.textfield,
.rbm .aktivierung form .endOfTextfield,
.rbm .aktivierung form label,
.rbm .aktivierung form input[type="text"],
.rbm .aktivierung form input[type="password"],
.rbm .aktivierung form input.textfield{
	width: 100%;
	float: left;
	display: block;
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	margin-right: 0;
}

.rbm .formColumn input[type="text"],
.rbm .formColumn input[type="password"],
.rbm .formColumn .endOfTextfield,
.rbm.shop form input.textfield,
.rbm.shop .endOfTextfield,
.rbm .bestellung form .endOfTextfield,
.rbm.shop form input.textfield,
.rbm .bestellung form input[type="text"],
.rbm .bestellung form input[type="password"],
.rbm .bestellung form input.textfield,
.rbm .aktivierung form input[type="text"],
.rbm .aktivierung form input[type="password"],
.rbm .aktivierung form input.textfield{
	background: url('../imgs/onlineshop/bg_textfield.png') no-repeat left top transparent;
	border: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.rbm .formColumn form input[type="text"],
.rbm .formColumn form input[type="password"],
.rbm .bestellung form .formColumn input[type="text"],
.rbm .bestellung form .formColumn input[type="password"],
.rbm .bestellung form input[type="text"],
.rbm .bestellung form input[type="password"],
.rbm .bestellung form input.textfield{
	width: 267px;
	margin-left: 15px;
}

.rbm .bestellung form input[type="text"],
.rbm .bestellung form input[type="password"],
.rbm .bestellung form input.textfield,
.rbm .aktivierung form input[type="text"],
.rbm .aktivierung form input[type="password"],
.rbm .aktivierung form input.textfield{
	width: 220px;
}

.rbm .bestellung form .formColumn input[type="text"].short,
.rbm .bestellung form .formColumn input[type="password"].short{
	width: 40px;
}

.rbm .bestellung form .formColumn input[type="text"].medium,
.rbm .bestellung form .formColumn input[type="password"].medium{
	width: 111px;
}

.rbm .formColumn input[type="text"].medium.wide{
	width: 189px;
}

.rbm input.textfield.xshort{
	width: 30px !important;
}

.rbm input.textfield.xwide{
	width: 302px !important;
}

.rbm .formColumn .endOfTextfield,
.rbm.shop .endOfTextfield,
.rbm .bestellung form .endOfTextfield,
.rbm .aktivierung form .endOfTextfield{
	background-position: left -42px;
	width: 3px;
	padding: 0;
}

.rbm .formColumn label,
.rbm .formColumn .label,
.bestellung .tableLayout .row label,
.rbm .aktivierung form label{
	text-transform: uppercase;
	line-height: normal;
	margin-left: 15px;
}

.rbm .formColumn label,
.rbm .formColumn .label,
.bestellung .rbm .tableForm .tableLayout label,
.rbm .bestellung form label,
.rbm .aktivierung form label{
	line-height: 28px;
}

.rbm .formColumn label.hide,
.rbm .formColumn .label.hide,
.bestellung .rbm .tableForm .tableLayout label.hide,
.rbm .bestellung form label.hide,
.rbm .aktivierung form label.hide{
	display: none;
}

.rbm .bestellung form label.checkbox_bestellung{
	line-height: normal;
	margin-left: 5px;
}

.bestellung .tableLayout .row label{
	max-width: 82%;
	line-height: 22px;
	padding-top: 2px;
	margin-top: -2px;
}

.rbm .formColumn label.hide{
	display: none;
}


.rbm .formColumn input[type="radio"],
.rbm .formColumn input[type="checkbox"]{
	float: left;
	margin: 7px 8px 0 15px;
}

.rbm .formColumn label.radioLabel{
	width: auto;
 	margin: 0 15px 0 0;
}

.rbm label.importantLabel{
	font-size: 17px !important;
	font-family: 'FuturaBT-BoldCondensed',Arial,Verdana,Helvetica,sans-serif !important;
}

.rbm .formColumn label.checkboxLabel{
	width: 230px;
 	text-transform: none;
 	margin: 0 15px 0 0;
 	line-height: 16px;
 	padding-top: 6px;
}

.rbm .formColumn .hiddenFormArea{
	float: left;
	display: block;
	margin-top: 40px;
}

.rbm .tableForm .checkbox_bestellung{
	width: auto;
}

/* contentBox */
.rbm .contentWrapper .contentBox label.header{
	width: 230px;
}


/* formblock */
.rbm .formBlock form input[type="text"],
.rbm .formBlock form input[type="password"]{
	width: 205px;
}

.rbm .formBlock input[type="text"].shorter,
.rbm .formBlock input[type="password"].shorter {
	width: 14px;
}

.rbm .bestellung .formBlock input[type="text"].shorter.smallmarginleft,
.rbm .formBlock input[type="password"].shorter.smallmarginleft {
	margin-left: 14px;
}

.rbm .bestellung .formBlock input[type="text"].short,
.rbm .formBlock input[type="password"].short {
	width: 48px;
}

.rbm .formBlock input[type="text"].medium,
.rbm .formBlock input[type="password"].medium {
	width: 134px;
}

.rbm .bestellung .kontoinhaberadresseSpan {
	float: left;
	margin-right: 124px;
	padding-top: 4px;
}

.rbm .bestellung .kontoinhaberadresseDiv {
	margin-bottom: 15px;
}

.rbm .formBlock form label,
.rbm .bestellung .formBlock form .endOfTextfield,
.rbm .aktivierung .formBlock form .endOfTextfield{
	margin-right: 15px;
}

.rbm .bestellung .formBlock form label,
.rbm .aktivierung .formBlock form label{
	width: auto;
}

.rbm .aktivierung .formBlock .firstCell,
.rbm .bestellung .formBlock .firstCell{
	position: relative;
	width: 240px;
}

.rbm .aktivierung .formBlock .preTextfieldSpan,
.rbm .bestellung .cell .labelInfo{
	line-height: 28px;
	float: left;
	margin-right: 15px;
}

.rbm .bestellung .cell .labelInfo{
	margin-left: 15px;
}


.rbm .formBlock .float_left input,
.rbm .formBlock .float_left label{
	float: left;
}

.rbm .formBlock .agbLabel,
.rbm .aktivierung .formBlock .agbLabel{
	line-height: normal;
	text-transform: none;
	margin-left: 5px;
	width: 85%;
	min-height: 22px;
	padding-top: 3px;
}

.rbm .bestellung form label.checkbox_bestellung{
	min-height: 22px;
	padding-top: 3px;
}

.formBlock .selectDivider{
	float: left;
	margin: 5px 8px 0 8px;
}

.formBlock  .cell.cellWithLeftSpace{
	padding-left: 17px;
}


/* gutscheinTeaser */
.rbm.shop form input.textfield,
.rbm.shop .endOfTextfield{
	padding: 0 14px;
	margin: 0 0 10px 0;
}

.rbm.shop .endOfTextfield{
	padding: 0;
}

.rbm.shop #rbm_gutscheinTeaser form .textfield{
	background-color: transparent;
	border: 0;
	width: 120px;
	padding-top: 1px;
	margin-bottom: 15px;
}

/*
 * error styles
 */

.rbm .formEntry.error label,
.rbm #errorMessages{
	color: #db0a40;
	font-weight: 700;
}

.rbm .formColumn .formEntry.error input[type="text"],
.rbm .formColumn .formEntry.error input[type="password"],
.rbm .formColumn .formEntry.error .endOfTextfield,
.rbm.shop form .formEntry.error input.textfield,
.rbm.shop .formEntry.error .endOfTextfield{
	background: url('../imgs/onlineshop/bg_textfield.png') no-repeat left -92px transparent;
	border: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.rbm .formColumn .formEntry.error .endOfTextfield,
.rbm.shop .formEntry.error .endOfTextfield{
	background-position: left -132px;
	width: 3px;
	padding: 0;
}

/* styled radios/checkboxes */
.rbm form input[type="radio"].styledCheckbox,
.rbm form input[type="checkbox"].styledCheckbox{
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0); /* ie 7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie8 */
	z-index: 0;
}

.rbm form label.styledCheckboxLabel,
.rbm form label.styledCheckboxLabel.radioLabel{
 	margin: 0 15px 0 0;
	background: url('../imgs/onlineshop/bg_checkbox.png') no-repeat left 4px;
 	padding: 0 0 0 23px;
 	display: block;
}

.rbm form .formColumn label.styledCheckboxLabel,
.rbm form .formColumn label.styledCheckboxLabel.radioLabel{
	margin: 0 15px 0 15px;
}

.rbm form label.styledCheckboxLabel.active,
.rbm form label.styledCheckboxLabel.radioLabel.active{
	background-position: left -128px;
}

.rbm form .error.styledCheckboxLabel{
	background-position: left -260px !important;
	color: #db0a40;
	font-weight: 700;
}

.rbm .bestellung .tableForm .bold.styledCheckboxLabel,
.rbm .bestellung .tableForm .styledCheckboxLabel{
	width: auto;
	padding-left: 20px;
	margin-left: -3px;
}

.rbm .bestellung .tableForm .formColumn .bold.styledCheckboxLabel,
.rbm .bestellung .tableForm .formColumn .styledCheckboxLabel{
	padding-left: 23px;
	margin-left: 15px;
}

.rbm .bestellung .tableForm .formColumn .bold.styledCheckboxLabel.checkboxLabel,
.rbm .bestellung .tableForm .formColumn .styledCheckboxLabel.checkboxLabel{
	width: 230px;
}

.rbm form .errorMessages .styledCheckboxLabel,
.rbm form .tableForm .errorMessages .styledCheckboxLabel,
.rbm .bestellung .tableForm .errorMessages .styledCheckboxLabel{
	padding-left: 0;
	background-image: none;
	margin-left: 0;
	line-height: normal;
}


/* styled select */
.rbm form .styledSelect{
	position: relative;
	width: auto;
	height: 28px;
	float: left;
}

.rbm form .styledSelect select{
	position: relative;
	height: 28px;
	border: 0 !important;
	background-color: transparent !important;
	opacity: 0;
	filter: alpha(opacity=0); /* ie 7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie8 */
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	cursor: pointer;
}

.rbm form .styledSelect .selectedOption{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url('../imgs/onlineshop/bg_styledselect.gif') no-repeat left 1px;
	height: 30px;
	line-height: normal;
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 5px 0 10px;
	text-align: left;
}

.rbm form .error .styledSelect .selectedOption,
.rbm form .styledSelect.error .selectedOption{
	background-position: left -41px;
	color: #db0a40;
}

.rbm form .styledSelect .selectButton{
	position: absolute;
	right: 0;
	top: 0;
	background: url('../imgs/onlineshop/bg_styledselect_button.gif') no-repeat right 1px;
	height: 30px;
	width: 33px;
}

.rbm form .error .styledSelect .selectButton,
.rbm form .styledSelect.error .selectButton{
	background-position: right -41px;
}

.rbm form .formColumn .styledSelect{
	margin: 0 15px;
}

.rbm form .styledSelect select.wide{
	width: 290px !important;
}



/*******************************************************************************
  HEADER
*******************************************************************************/
.rbm #special_navNullPoint,
.rbm .detail .mainContainer #navNullPoint,
.rbm .bestellung .mainContainer #navNullPoint{
	position: relative;
	background: url('../imgs/onlineshop/bg_header_outer_updated.png') repeat-x left top;
	width: 100%;
	height: 78px;
	margin: 0;
	padding: 0;
	z-index: 34;
}

.rbm .mainNavContainer{
	position: relative;
	background: url('../imgs/onlineshop/bg_header_updated.png') no-repeat center top;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 36;
}

.rbm .mainNavContainer .contentLayer{
	height: auto;
	width: 960px;
	padding: 0 32px 0 32px;
	margin: 0 auto;
	text-align: left;
}

.rbm .mainNavContainer .logo{
	width: 180px;
	float: left;
	margin: 10px 0 0 10px;
}

.rbm .mainNavContainer .logo a {
	margin-left: -70px;
}

.rbm .mainNavContainer .logo a img {
	margin-top: 11px;
}

@media screen and (max-width: 1090px) {
	.rbm .mainNavContainer .logo a {
		margin-left: -38px;
	}

	.rbm .mainNavContainer .logo a img {
		margin-top: 13px;
		height: 31px;
	}
}

@media screen and (max-width: 960px) {
	.rbm .mainNavContainer .logo a img {
		margin-top: 10px;
	}
}

/* mainnav */
.rbm .mainNavContainer .mainNav{
	list-style-type: none;
	margin: 26px 0 0 0;
	padding: 0;
	height: 31px;
	width: auto;
	float: left;
	display: block;
}

.rbm .mainNavContainer .mainNav li{
	/* min-height: 38px; */
	float: left;
}

.rbm .mainNavContainer .mainNav li a{
	background: url(../imgs/onlineshop/bg_mainnav_arrow.png) no-repeat right 12px;
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	margin: 0 10px;
	padding-right: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.rbm .mainNavContainer .mainNav li a:hover{
	color: #ccc;
}

.rbm .mainNavContainer .mainNav li.act a{
	color: #db0a40;
	background: none;
}

.rbm .detail .mainContainer #navNullPoint #menu {
	margin-top: 0;
	height: auto;
}

.rbm .detail .mainContainer #navNullPoint #menu li {
	line-height: 78px;
	padding-top: 0;
	padding-bottom: 0;
}

.rbm .detail .mainContainer #navNullPoint #menu li a {
	padding-top: 0;
}

.rbm .detail .mainContainer #navNullPoint #menu .shopLink {
	margin-top: 20px;
}

#menu li:hover .dropdown_2columns {
	margin-top: -14px;
}

#menu li .dropdown_2columns .colwrap {
	line-height: normal;
}

.rbm .detail .mainContainer #navNullPoint #menu li .dropdown_2columns .colwrap div.colleft a {
	padding-top: 15px;
}

/* subnav */
.rbm .handys .subNavContainer{
	position: relative;
	background: url('../imgs/onlineshop/bg_subnav.png') repeat-x left top;
	width: 100%;
	height: 40px;
	left: 0;
	top: 0;
	margin-top: -22px;
	z-index: 35;
}

.rbm .subNavContainer .hr{
	display: none;
}

.rbm .handys .subNavContainer .subNav{
	list-style-type: none;
	margin: 11px 0 0 8px;
	padding: 0;
	float: left;
	display: block;
}

.rbm .handys .subNavContainer .subNav li{
	float: left;
	padding: 0 13px;
}

.rbm .handys .subNavContainer .subNav .act{
	background-color: transparent;
}

.rbm .handys .subNavContainer .subNav li a{
	/* font-family: 'PTSansPro-Regular', Arial, Verdana, Helvetica, sans-serif; */
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
}

.rbm .handys .subNavContainer .subNav li a:hover{
	color: #8e98a8;
}

.rbm .handys .subNavContainer .subNav li.act a{
	/* font-family: 'PTSansPro-Bold', Arial, Verdana, Helvetica, sans-serif; */
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 600;
	color: #fff;
}


.rbm .contentWrapper .sideTeaser{
	min-height: 0;
}



/*******************************************************************************
  HANDYS
*******************************************************************************/
/* .shop .handys .contentWrapper{
	margin-top: 330px;
}
*/

.shop .handys div#mainColum .moduleContainer{
	left: 0;
	top: 0;
	width: 655px;
	margin-left: -15px;
	margin-top: 18px;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize{
	width: 315px;
	height: 205px;
	margin: 0 10px 5px 0;
	display: inline-block;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .bgLayer{
	background: none;
	width: 315px;
	height: 205px;
	text-align: left;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .contentLayer{
	margin-left: 140px;
	padding: 0;
	height: 170px;
	width: 175px;
}

.rbm .contentWrapper .productTeaser .buttonContainer a{
	position: relative;
	float: left;
}

.rbm .contentWrapper .productTeaser .buttonContainer a.details{
	margin-top: 6px;
}

.rbm .contentWrapper .productTeaser a.details{
	left: auto;
}

.rbm .contentWrapper .buttonContainer a.details{
	width: auto;
	height: auto;
}

.rbm .contentWrapper .productTeaser a.details,
.rbm .contentWrapper .productTeaser a.details:hover{
	background: url('../imgs/onlineshop/ic_arrow.png') no-repeat right 6px;
}

.contentWrapper .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .contentLayer .button,
.contentWrapper .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .contentLayer .details{
	float: left;
}

..contentWrapper .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .contentLayer .details{
	margin-top: 2px;
	background-position: right 6px;
}

/* stoerer */
.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .stoererNeu{
	position: absolute;
	left: 0;
	top: -25px;
	background: url('../imgs/onlineshop/stoerer_neu.png') no-repeat left top;
	width: 62px;
	height: 63px;
	display: block;
	z-index: 30;
}


/* overlay */


.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .overlay{
	position: absolute;
	left: 0;
	top: 14px;
	width: 0;
	height: 0;
	z-index: 25;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .overlay span{
	display: none;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize:hover .overlay span{
	position: absolute;
	display: block;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .overlay .top{
	background: url('../imgs/onlineshop/bg_handy_overlay_top.png') no-repeat left top;
	width: 395px;
	height: 35px;
	top: -54px;
	left: -18px;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .overlay .right{
	background: url('../imgs/onlineshop/bg_handy_overlay_right.png') no-repeat right top;
	width: 60px;
	height: 201px;
	top: -19px;
	right: -377px;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .overlay .left{
	background: url('../imgs/onlineshop/bg_handy_overlay_left.png') no-repeat right top;
	width: 20px;
	height: 201px;
	top: -19px;
	left: -30px;
}

.shop .handys div#mainColum .moduleContainer .module.productTeaser.middleSize .overlay .bottom{
	background: url('../imgs/onlineshop/bg_handy_overlay_bottom.png') no-repeat left top;
	width: 392px;
	height: 32px;
	left: -18px;
	top: 182px;
}




/*******************************************************************************
  DETAIL
*******************************************************************************/

.rbm.shop .detail #mainColum .moduleContainer,
.rbm.shop .detail .tabBox{
	width: 650px;
}

.rbm.shop .detail .promotionTeaser .bgLayer #productImgBig{
	left: -140px;
	top: -108px;
}

.rbm.shop .promotionTeaser .contentLayer{
	position: relative;
	float: right;
	width: 300px;
	right: 20px;
	bottom: auto;
	margin-top: 40px;
}

.rbm.shop .promotionTeaser{
	min-height: 340px;
	height: auto !important;
	height: 340px; /* ie7 hack */
}

.rbm.shop .promotionTeaser .priceBox .info{
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-weight: normal;
	bottom: 3px;
}

.rbm.shop .pointHead{
	background: url('../imgs/onlineshop/ic_arrow.png') no-repeat 2px 5px;
	padding-left: 15px;
}

.rbm.shop .pointHead.pact{
	background: url('../imgs/onlineshop/ic_arrow_down.png') no-repeat left 7px;
}

.rbm.shop .pointHead a{
	background: none;
	padding: 0;
}

.rbm.shop .pointContent.ul{
	margin-left: 13px;
	width: 620px;
}


/*******************************************************************************
  BESTELLUNG, tarif wählen, optionen wählen
*******************************************************************************/

.rbm .bestellung #mainColum .moduleContainer,
.rbm .bestellung .tableForm,
.rbm .aktivierung .tableForm{
	width: 650px;
}

.rbm .bestellung .module.tableForm{
	padding-bottom: 30px;
}

.rbm .bestellung .contentContainer .moduleContainer .module{
	margin: 0;
}

.rbm .bestellung .tableForm{
	margin: 0;
	padding: 0;
}

.fancybox-inner .buttonContainer.row,
.rbm .bestellung .tableForm .row,
.rbm .aktivierung .buttonContainer.row{
	height: auto;
	text-align: right;
}

.rbm .bestellung .tableForm .row .cell.firstCell{
	text-align: left;
}

.rbm .bestellung .tableForm .buttonContainer.row{
	width: 628px;
}

.rbm .bestellung .tableForm .tableLayout .buttonContainer.row{
	width: 100%;
}

.fancybox-inner .buttonContainer.row .button,
.fancybox-inner .buttonContainer.row .cell,
.rbm .bestellung .tableForm .buttonContainer.row .button,
.rbm .bestellung .tableForm .buttonContainer.row .cell,
.rbm .aktivierung .buttonContainer.row .button,
.rbm .aktivierung .buttonContainer.row .cell{
	float: none;
	display: inline-block;
}



/* tarif wahhlen */
.rbm .bestellung .contentBox{
	position: relative;
	width: 300px;
	min-height: 375px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}

.rbm .bestellung .contentBox .bgTop{
	position: absolute;
	left: 0;
	top: 0;
	background: url("../imgs/onlineshop/bg_contentbox_top.png") no-repeat scroll left top transparent;
	height: 10px;
	width: 300px;
}

.rbm .bestellung .contentBox .bgBottom{
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
	background: url("../imgs/onlineshop/bg_contentbox_bottom.png") no-repeat scroll left bottom transparent;
	height: auto;
	width: 300px;
	display: block;
}

.rbm .bestellung .contentBox .contentLayer{
	position: relative;
	width: 260px;
	margin: 20px;
}


/* contentbox content */
.rbm .bestellung .contentBox .contentLayer .row{
	float: left;
	width: 100%;
	display: block;
	text-align: left;
}

.rbm .bestellung .contentBox .contentLayer .row.space{
	height: 12px;
}

.rbm .bestellung .contentBox .hr{
	height: 1px;
	width: 100%;
	float: left;
	display: block;
	background: none;
	background-color: #c5c8cc;
}

.rbm .bestellung .contentBox .contentLayer input[type="radio"]{
	float: left;
	margin-right: 8px;
}

.rbm .bestellung .contentBox .contentLayer .header{
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	color: #001136 !important;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 17px;
	float: left;
}

.rbm .bestellung .contentBox .contentLayer .row .cell.price.right{
	float: right;
	margin-right: 0;
}

.rbm .bestellung .contentBox .contentLayer .row span{
	min-height: 21px;
	line-height: 21px;
	float: left;
	display: block;
	width: 230px;
}

.rbm .bestellung .contentBox .contentLayer .row.additional{
	margin-top: 8px;
}

.rbm .bestellung .contentBox .contentLayer .row.additional span{
	font-size: 12px;
	line-height: 16px;
	padding-top: 6px;
}


/* lightbox link */

.rbm .contentBox .contentLayer .lightboxNS,
.rbm .tableLayout .lightboxNS{
	position: relative;
	right: auto;
	top: auto;
	width: auto;
	height: auto;
	float: left;
	overflow: visible;
}

.rbm .contentBox .contentLayer .lightboxNS:hover,
.rbm .tableLayout .lightboxNS:hover{
	padding: 0;
	right: auto;
	top: auto;
	height: auto;
}

.rbm .contentBox .contentLayer  .lightboxNS .link,
.rbm .tableLayout .lightboxNS .link{
	position: relative;
	right: auto;
	top: auto;
}

.rbm .tableLayout .lightboxNS .link{
	font-size: 12px;
}


/* tableLayout */
.rbm .bestellung .tableLayout .row{
	background: url('../imgs/onlineshop/bg_table_divider.png') no-repeat center bottom;
	float: left;
	display: block;
}

.rbm .bestellung .tableLayout .row.buttonContainer{
	background: none;
	margin-top: 20px;
}

.bestellung .tableLayout .row .cell,
.bestellung .tableLayout .row .firstCell,
.bestellung .tableLayout .row .linkCell{
	position: relative;
	float: left;
	margin-right: 20px;
	height: auto;
	line-height: 19px;
	display: block;
	padding: 5px 10px 4px 10px;
}

.bestellung .tableLayout .row .firstCell{
	width: 242px;
	text-align: left;
	padding-left: 18px;
}


.bestellung .tableLayout.twoColumns .row .firstCell{
	width: 150px;
}

.bestellung .tableLayout.twoColumns .row.tableHeader .firstCell{
	width: 400px;
}

.bestellung .tableLayout .row .cell{
	width: 106px;
}

.bestellung .tableLayout.twoColumns .row .cell{
	text-align: left;
	width:200px;
}

.bestellung .tableLayout .row .linkCell{
	margin-right: 0;
	width: 45px;
	text-align: left;
}

.rbm .bestellung .tableLayout .row.buttonContainer .cell{
	padding: 0;
	width: auto;
	margin: 0;
}

.bestellung .tableLayout .row.tableHeader{
	position: relative;
	background: url('../imgs/onlineshop/bg_tableheader_center.png') repeat left top;
	height: 30px;
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	color: #001136;
	font-weight: normal;
	font-size: 17px;
	padding-top: 3px;
	padding-bottom: 0;
	border-bottom: 1px solid #c5c8cc;
	margin-top: 20px;
}

.bestellung .tableLayout .row.tableHeader .firstCell{
	text-transform: uppercase;
}

.bestellung .tableLayout .row.tableHeader span{
	position: absolute;
	top: 0;
	left: 0;
	background: url('../imgs/onlineshop/bg_tableheader_corners.png') no-repeat left top;
	width: 6px;
	height: 33px;
	display: block;
}

.bestellung .tableLayout .row.tableHeader span.cornerRight{
	left: auto;
	right: 0;
	background-position: right top;
}

.bestellung .tableLayout .row input.checkbox{
	margin-right: 8px;
	float: left;
}

.bestellung .tableLayout .row label{
	float: left;
	/* width: 88%; */
}



/*******************************************************************************
  BESTELLUNG, vertragsdaten
*******************************************************************************/




/*******************************************************************************
  LIGHTBOX
*******************************************************************************/

.rbm .lightboxContent,
.rbm .lightbox{
	width: 483px;
}

.rbm .lightbox .border,
.rbm .lightbox .border div{
	display: none;
}

.rbm .lightbox .border:first-child{
	background: url('../imgs/onlineshop/bg_lightbox_top.png') no-repeat left top;
	width: 483px;
	height: 48px;
	display: block;
}

.rbm .lightbox .container{
	background: url('../imgs/onlineshop/bg_lightbox_bottom.png') no-repeat left bottom;
	padding: 0;
	width: 483px;
	min-height: 50px;
}

.rbm .lightbox .container .contentLayer{
	position: relative;
	width: 410px;
	padding: 0 43px 35px 30px;
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
}

.rbm .lightbox .container .contentLayer strong{
	font-weight: 600;
	margin: 0 0 15px 0;
	display: block;
}

.rbm .lightbox .container .contentLayer p{
	font-size: 13px;
	margin: 0 0 15px 0;
}

.rbm .lightbox .close{
	position: absolute;
	right: 0;
	top: -50px;
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -999999px;
}

.rbm .lightbox .close a{
	width: 50px;
	height: 50px;
	display: block;
}

.rbm .lightbox .container .contentLayer .price{
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #001136;
}

.rbm .lightbox .container .contentLayer table{
	text-align: left;
	width: 410px;
}

.rbm .lightbox .container .contentLayer table tr th{
	background: url('../imgs/onlineshop/bg_lightbox_tableheader.png') no-repeat left top;
	height: 24px;
	line-height: 24px;
	padding: 5px 12px;
}


.rbm .lightbox .container .contentLayer table tr td{
	padding: 5px 12px;
	vertical-align: top;
	background: url('../imgs/onlineshop/bg_tablerow_right.png') no-repeat right bottom;
}

.rbm .lightbox .container .contentLayer table tr td:first-child{
	background: url('../imgs/onlineshop/bg_tablerow_left.png') no-repeat left bottom;
	min-width: 115px;
}
.rbm .hr,
.rbm .lightbox .lightboxContent .hr{
	background: url('../imgs/onlineshop/bg_tablerow_right.png') no-repeat left bottom;
	height: 1px;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}

.rbm .lightbox .lightboxContent .blue.bold{
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 600;
	color: #001136;
}


#lightBox_bg_layer{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*******************************************************************************
  SIDETEASER
*******************************************************************************/
.rbm .contentWrapper .sideContainer .moduleContainer .module{
	width: 220px;
}

.rbm .contentWrapper .sideTeaser,
.rbm .contentWrapper .blueTeaser,
.rbm .contentWrapper #rbm_bestellBoxTeaser,
.rbm .contentWrapper #rbm_gutscheinTeaser,
.rbm .contentWrapper #rbm_fragenTeaser,
.rbm .contentWrapper #rbm_bestellhilfeTeaser{
	background-image: none;
	background-color: transparent;
	color: #333;
}

/* .rbm .contentWrapper .blueTeaser,
.rbm .contentWrapper #rbm_gutscheinTeaser{
	color: #fff;
} */

.rbm .contentWrapper .sideTeaser .bgTop,
.rbm .contentWrapper #rbm_bestellBoxTeaser .bgTop,
.rbm .contentWrapper #rbm_fragenTeaser .bgTop,
.rbm .contentWrapper #rbm_bestellhilfeTeaser .bgTop{
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	width: 220px;
	background: url("../imgs/onlineshop/bg_box_top.png") no-repeat left top transparent;
}

.rbm .contentWrapper .blueTeaser .bgTop,
.rbm .contentWrapper #rbm_gutscheinTeaser .bgTop{
    background-image: url("../imgs/onlineshop/bg_box_blue_top.png");
}

.rbm .contentWrapper .sideTeaser .bgBottom,
.rbm .contentWrapper #rbm_bestellBoxTeaser .bgBottom,
.rbm .contentWrapper #rbm_fragenTeaser .bgBottom,
.rbm .contentWrapper #rbm_bestellhilfeTeaser .bgBottom{
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 0;
	background: url("../imgs/onlineshop/bg_box_bottom.png") no-repeat left bottom transparent;
	width: 220px;
	height: auto;
	display: block;
}

.rbm .contentWrapper .blueTeaser .bgBottom,
.rbm .contentWrapper #rbm_online-vorteileTeaser .bgBottom,
.rbm .contentWrapper #rbm_gutscheinTeaser .bgBottom{
	background: url("../imgs/onlineshop/bg_box_blue_bottom.png") no-repeat left bottom transparent;
	height: auto;
}

.rbm .contentWrapper .sideTeaser .contentLayer{
	min-height: 116px;
}

.rbm .contentWrapper .sideTeaser .contentLayer,
.rbm .contentWrapper .blueTeaser .contentLayer{
	padding: 20px 20px 8px 20px;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer{
	padding-left: 10px;
	padding-right: 10px;
}

.rbm .contentWrapper .sideTeaser .contentLayer .ul{
	padding-bottom: 12px;
	margin-bottom: 0;
}

.rbm .contentWrapper .sideTeaser .contentLayer .button{
	margin-bottom: 12px;
}

.rbm .contentWrapper .blueTeaser .ul .li{
	background: url("../imgs/onlineshop/bl_point.png") no-repeat left 7px transparent;
	margin-bottom: 0;
}

/* bestellBoxTeaser content */
.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .box{
	min-height: 2px;
	margin: -3px 0 0 0;
	border: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .box #handyImg{
	margin-top: -6px;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .box .info{
	text-align: left;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .step{
	background: url('../imgs/onlineshop/bg_step.png') no-repeat center bottom;
	padding: 9px 10px 0 10px;
	height: 24px;
	font-size: 13px;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .step.check{
	background: url('../imgs/onlineshop/ic_check.png') no-repeat right 10px;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .step .big{
	font-size: 13px;
	margin-top: 0;
	color: #333333;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .step.act{
	background: url('../imgs/onlineshop/bg_step_highlight.png') no-repeat center bottom;
	color: #db0a40;
}

.rbm .contentWrapper #rbm_bestellBoxTeaser .contentLayer .step.act .big{
	color: #db0a40;
}


/* gutscheinTeaser */
.rbm .contentWrapper #rbm_gutscheinTeaser .toolTip{
	margin: 4px 0 0 5px;
	float: left;
}

.rbm .contentWrapper #rbm_gutscheinTeaser .buttonContainer{
	margin: 0;
}


/* online vorteile teaser */
.rbm .contentWrapper #rbm_online-vorteileTeaser .headlinePart{
	position: relative;
	margin: 3px 0 10px 0;
	height: 38px;
	z-index: 17;
}

.rbm .contentWrapper #rbm_online-vorteileTeaser img{
	position: absolute;
	left: -12px;
	top: -17px;
	z-index: 18;
}

.rbm .contentWrapper #rbm_online-vorteileTeaser h2{
	position: relative;
	margin-left: 11px;
	z-index: 19;
	display: block;
}

.rbm .contentWrapper #rbm_online-vorteileTeaser .contentPart{
	position: relative;
	z-index: 20;
}


/*******************************************************************************
  WARENKORB
*******************************************************************************/

.rbm .tableForm p{
	padding: 15px 0;
	margin: 0;
	clear: both;
	width: 100%;
	display: block;
}


.rbm .tableForm .ul .li{
	background-position: 0 6px;
}

.bestellung .tableLayout .row .cell.delete,
.bestellung .tableLayout .row .cell.copy{
	width: 5px;
	background-position: 4px 5px;
	margin-right: 0px;
}

.bestellung .tableLayout .row #rbm_paket_kopieren,
.bestellung .tableLayout .row #rbm_paket_loeschen{
	width: 200px;
	text-align: left;
}

.rbm .drucker {
	background-image: url("../imgs/icons/printer_dark.gif");
}

/*******************************************************************************
  search
*******************************************************************************/
.rbm .search{
	float: left;
	margin-top: 15px;
}

.rbm .search table td{
	background: none;
	padding: 0;
}

.rbm .search input.gsc-search-button{
	border: 1px solid #2c395f;
	border-radius: 2px;
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	margin-right: 0;
	margin-right: 10px;
}

.rbm .search input.gsc-search-button:hover{
	border-color: #e41e4c;
}

.search input.gsc-input,
.search .gsc-input-box,
.search .gsc-input-box-hover,
.search .gsc-input-box-focus{
	margin-top: 10px;
}

.gsst_a .gscb_a {
	color: #a1b9ed;
	cursor: pointer;
}
.gscb_a {
	display: inline-block;
	font: 27px/13px arial,sans-serif;
}

.rbm .aktivierung .search form input[type="text"],
.rbm .bestellung .search form input[type="text"]{
	background: none;
	font-size: 12px;
	line-height: normal;
	height: auto;
}

/*******************************************************************************
  FOOTER
*******************************************************************************/
/* new footer styles for redbullmobile.at snippet */
.footer1,
.footer2{
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.footer1 h2{
	font-family: 'FuturaBT-BoldCondensed', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin-bottom: 5px;
}

.rbm .footer1 a,
.rbm .footer2 a{
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.rbm .footer1 a:hover,
.rbm .footer2 a:hover{
	text-decoration: none;
}

.rbm .footer1 ul{
	margin: 0;
	padding: 0;
}

#footermenu #footermenu{
	margin: 0;
}

.footer3{
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
}

.footer3 img{
	margin-bottom: 6px;
}

/* old footer styles */
/* .rbm .tailContainer{
	position: relative;
	background: url('../imgs/onlineshop/bg_footer.png') repeat-x left top;
 	bottom: auto;
  height: 38px;
  left: 0;
  margin: 0;
  padding: 17px 0 40px 0;
  width: 100%;
}

.rbm .tailContainer .footerNav{
	height: 47px;
}

.rbm .tailContainer,
.rbm .tailContainer a{
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}

.rbm .tailContainer a:hover{
	color: #ccc;
	text-decoration: none;
}

.rbm .tailContainer .copyright{
	position: relative;
	float: none;
	color: #666;
	font-size: 12px;
}

.fancybox-inner {
	overflow: hidden !important;
}
*/
