
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
.nosee { display:none }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*/Reset*/	
html, body{
	margin: 0px;
	padding: 0px;
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	height:100%;
	color:#666;
	line-height: 20px;
}
body{
	background-image: url(https://e-services.rim.de/include/templates/Rexor_2013/media/bg_site.png);
	background-position: center top;
	background-color: #D5A200;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 494px;
	-moz-background-size: 100% 494px;
	background-size: 100% 494px;
}
.clearer{
	clear:both;
}
img{
	border:0;
}
input, textarea {
	color:#666666;
	border:1px solid #ccc;
}
input.radio{
	border:0px;
}
input.button,
a.button{
	font-size:11px;
	text-decoration:none;
	padding: 5px 10px;
    display: inline;
    background: #777;
    border: none;
    color: #fff !important;
    text-shadow: 1px 1px #000;
}
h1{
	font-family: 'Kite One', sans-serif;
}
a{
	color: #666666;
}
a:hover{
	color: #D5A200;
}
#container {
	width: 1024px;
	margin: 0 auto;
	min-height: 500px;
}
#top .navTop {
	height: 50px;
	width: 1024px;
}
#top .navTop li.color{
	display: block;
	float: left;
	height: 45px;
	line-height: 42px;
	margin-right: 10px;
	text-align: center;
	width: 137px;
	position: relative;
}
#top .navTop li span.line{
	background-color: #999;
	height: 11px;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 137px;
	transition:height 0.5s;
	-webkit-transition:height 0.5s; /* Safari */
}
#top .navTop li:hover span.line{
	height: 45px;
}
#top .navTop li.color1 span.line{
	background-color: #999;
}
#top .navTop li.color2 span.line{
	background-color: #9b411d;
}
#top .navTop li.color3 span.line{
	background-color: #d9a500;
}
#top .navTop li.color4 span.line{
	background-color: #937a64;
}
#top .navTop li.color5 span.line{
	background-color: #b89eb7;
}
#top .navTop li.color6 span.line{
	background-color: #dfceba;
}
#top .navTop li.color7 span.line{
	background-color: #a69164;
}
#top .navTop li.color:last-child{
	width: 142px;
	margin-right: 0px;
	float:right;
}
#top .navTop li.color:last-child span.line,
#top .navTop li.color:last-child a{
	width: 142px;
}
#top .navTop li.color > a{
	border-bottom: 2px solid #545454;
	border-color: #545454;
	color: #FFFFFF;
	display: block;
	font-family: 'Kite One',sans-serif;
	font-size: 12px;
	height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	width: 137px;
}
#top .navTop .shopOfferCategories{
	background-color: #9b411d;
	margin-top:45px;
	color:#FFF;
	position: relative;
	z-index:999;
	text-align:left;
	visibility:hidden;
  	opacity:0;
  	transition:visibility 0s linear 0.4s,opacity 0.4s linear;
}
#top .navTop li:hover .shopOfferCategories{	
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}
#top .navTop .shopOfferCategories li{
	padding:0 5px;
	min-width: 117px;
}
#top .navTop .shopOfferCategories a{
	color:#FFF;
}
#top .logo {
	background-image: url(https://e-services.rim.de/include/templates/Rexor_2013/media/bg_logo.png);
	height: 219px;
	width: 365px;
	float: left;
	background-repeat: no-repeat;
}
#top .logo a{
	margin: 0 auto;
	display: block;	
	background-repeat: no-repeat;
}
#top .imageSlider {
	height: 219px;
	width: 657px;
	float: right;
	background-color: #FFF;
}
#top .claim {
	font-family: 'Kite One', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFF;
	margin: 23px 0 20px 0;
	text-align: right;
	 text-shadow: 1px 1px 1px #292929;
	filter: dropshadow(color=#292929, offx=1, offy=1);
}
#top .claim span{
	color: #D5A200;
}
#content {
}
/* Content */
#default .box.content{
	background-color: #FFF;
	min-height: 200px;
	padding: 5px;
	margin-bottom:20px;
}
#default #shopContent{
	padding: 35px;
	width: 523px;
	height:241px;
	float: left;
	overflow:auto;
}
#default #shopContent .box{
	margin-bottom: 20px;
}
#default #shopContent h2{
	font-family: 'Kite One', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #9b411d;
	margin-bottom: 5px;
}
#default #shopContent .imgCms {
	float:left;
    margin:0 10px 10px 0;
}
#default #shopContent .tblFormular{
	width:500px;
}
/* Shopbilder */
#default .shopImages {
	width: 421px;
	height: 311px;
	float: right;
	overflow:hidden;
}
/* Logoticker */
#default .box.brands {
	height: 90px;
	background-image: url(https://e-services.rim.de/include/templates/Rexor_2013/media/bg_brands.png);
	margin-bottom: 15px;
}
#default .box.brands .buckleLeft{
	background-image: url(https://e-services.rim.de/include/templates/Rexor_2013/media/bg_brands_left.png);
	width: 27px;
	height: 90px;
	float: left;
}
#default .box.brands .shopBrandLogo{
	float: left;
	height: 60px;
	margin-left: 28px;
	margin-top: 14px;
	overflow: hidden;
	width: 920px;
}
#default .box.brands .shopBrandLogo .line.last,
#default .box.brands .shopBrandLogo .line.first,
#default .box.brands .shopBrandLogo .logoText
{
	display: none;
}
#default .box.brands .shopBrandLogo .logos, 
#default .box.brands .shopBrandLogo .logoset{
	margin: 0 0 0 0;
	padding: 0;
	height: 60px;
	background-color: #FFF;
	text-align: center;
	white-space: nowrap;
	width: 920px;
	overflow: hidden;
}
#default .box.brands .shopBrandLogo .logoset{
	border: 0px
}
#default .box.brands .shopBrandLogo .line{

}
#default .box.brands .shopBrandLogo .bgLogo{
	float: none;
}
#default .box.brands .shopBrandLogo .bgLogo, 
#default .box.brands .shopBrandLogo .brandlogo, 
#default .box.brands .shopBrandLogo .logoText, 
#default .box.brands .shopBrandLogo .brandlogo a {
    height: 60px;
    width: 126px;
}
#default .box.brands .buckleRight{
	background-image: url(https://e-services.rim.de/include/templates/Rexor_2013/media/bg_brands_right.png);
	width: 27px;
	height: 90px;
	float: right;
}
/* Top Offer */
#default .box.topoffer{
	width:425px;
	height:324px;
	margin-bottom:20px;
	float:left;
}
#default .box.topoffer .shopOfferList{
	background-color:#FFF;
	width:425px;
	height:324px;
	overflow:hidden;
}
#default .box.topoffer .shopOfferList .box{
height: 288px;
padding: 18px 33px;
position: relative;
width: 359px;
}
#default .box.topoffer .shopOfferList a.link{
	display: block;
	height: 324px;
	left: 0;
	position: absolute;
	top: 0;
	width: 425px;
	z-index:99999;
	background: rgba(0,0,0,0);
}
#default .box.topoffer h2{
	width:300px;
	height:40px;
	overflow:hidden;
	font-family: 'Kite One',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
#default .box.topoffer h2 a{
	color: #9B411D;	
	text-decoration:none;
}
#default .box.topoffer h2 a .brandName{
	color: #D5A200;
	font-size:12px;
}
#default .box.topoffer .brandlogo{
position: absolute;
right: 9px;
top: 13px;
}
#default .box.topoffer .text{
	font-family: 'Kite One',sans-serif;
	font-size: 14px;
	color:#000;
	height:44px;
	display:block;
	overflow:hidden;
}
#default .box.topoffer .img{
	height:140px;
	width:140px;
}
#default .box.topoffer .priceOld{
	position:absolute;
	bottom:120px;
	right:20px;
	color:#C00;
	font-size:14
}
#default .box.topoffer .priceStart{
}
#default .box.topoffer .priceText{
	bottom: 94px;
	font-size: 18px;
	position: absolute;
	right: 54px;
}
#default .box.topoffer .priceNew{
	background-image: url("https://e-services.rim.de/include/templates/Rexor_2013/media/bg_topoffer.png");
	bottom: 20px;
	display: inline-block;
	height: 68px;
	position: absolute;
	right: 57px;
	padding: 0 10px 0 30px;
	font-size:26px;
	color:#d6b09e;
	line-height:61px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7);
}
#default .box.topoffer .priceEnd{
	background-image: url("https://e-services.rim.de/include/templates/Rexor_2013/media/bg_topoffer.png");
	background-position: right -68px;
	background-repeat: no-repeat;
	bottom: 20px;
	display: block;
	float: right;
	height: 68px;
	position: absolute;
	right: 0;
	width: 57px;
}
#default .box.topoffer .details{
	display:none;
}
/* movies */
#default .box.movie{
	width:579px;
	height:324px;
	margin-bottom:20px;
	float:right;
}
/* Kontakt*/
#default .box.kontakt,
#default .box.zeiten,
#default .box.anfahrt{
	float:left;
	background-color:#545454;
	height:270px;
	width:248px;
	margin-right:20px;
	padding:10px 40px;
	color:#FFF;
	font-size:13px;
}
#default .box.kontakt a{
	color:#D5A200;
}
#default .box.anfahrt{
	margin-right:0px;
}
#default .box.kontakt h2,
#default .box.zeiten h2,
#default .box.anfahrt h2{
	font-family: 'Kite One',sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color:#D5A200;
	margin-bottom:20px;
}
#default .box.anfahrt img{
	border:6px solid #fff;
	margin-left:20px;
}
/* News */
#default .box.news{
	background-color:#fff;
	height:232px;
	width:944px;
	margin-top:-50px;
	padding-top:70px;
	padding:70px 40px 0 40px;
}
#default .box.news h2{
	font-family: 'Kite One',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color:#9B411D;
	margin-bottom:22px;
}
#default .shopNews,
#news .shopNews{
	width:985px;
}
#default .shopNews .newsBox,
#news .shopNews .newsBox{
	margin-bottom:10px;
	float:left;
	width:248px;
	height:150px;
	margin-right:100px;
	padding:0px;
	position: relative;
	overflow:hidden;
}
#news .shopNews .newsBox{
	border: 1px dashed #A0A6A9;
	padding:10px;
	width:286px;
	height:150px;
	margin-right:10px;
}
#news .shopNews .newsBox.num3{
margin-right:0;
}
#default .shopNews .newsBox.last{
	margin-right:0;
}
#default .shopNews .newsListLink{
	text-align:right;
	width:968px;
}
#default .shopNews .newsListLink a{
	background-color:#D5A200;
	border:1px solid;
	text-decoration:none;
	border-color: #999;
	display:inline-block;
	font-size:11px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#default .shopNews .newsListLink a:hover{
	background-color:#545454;
}
#default .shopNews .newsListLink a span{
	border:1px solid #fff;
	display:inline-block;
	padding:0px 5px;
}
#default .shopNews .newsBox a.linkBox,
#news .shopNews .newsBox a.linkBox{
	display:block;	
    position: absolute;
    width: 232px;
	height: 140px;
}
#news .shopNews .newsBox a.linkBox{	
    width: 290px;
}
#default .shopNews .newsBox h2,
#news .shopNews .newsBox h2{
	display:block;
	font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-transform: none;
	color:#000;
	white-space:nowrap;
}
#default .shopNews .newsBox h2 span,
#news .shopNews .newsBox h2 span{
	position:absolute;
	display:block;
	height:22px;
	width:100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(86%,rgba(255,255,255,0)), color-stop(97%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#default .shopNews .news,
#news .shopNews .news{
	margin-top:-5px;
}
#default .shopNews img.newsImg,
#news .shopNews img.newsImg{
	float:left;
	margin:5px 5px 5px 0;
}
#default .shopNews .teaser,
#news .shopNews .teaser{
	padding-bottom:20px;
}
#default .shopNews a.details,
#news .shopNews a.details{
	font-size:11px;
	position:absolute;
	bottom:4px;
	right:8px;
	color:#957000
}
#news{
	width:750px;
	overflow:hidden;
	margin-bottom:0 !important;
}
#news .shopNews .fullnewsBox{
	width:946px;
	border-bottom: 1px solid #8C8C8C;
	margin-bottom:50px;
	padding-bottom:40px;
}
#news .shopNews .fullnewsBox .teaser{
	font-weight:bold;
	display:block;
}
#news .shopNews .fullnewsBox img.newsImg{
	float:left;
	margin:0 5px 5px 0;
	height: auto;
	width:215px;
}
#news .shopNews .fullnewsBox span.text{
	font-size:11px;
	height:98px;
	overflow:hidden;
}
#news .shopNews .fullnewsBox .fbilike {
	height: 20px;
	position:relative;
	margin-top:30px;
}
#news .shopNews .fullnewsBox .fbilike .fblike_text{
	top:-60px;
	left:0;
	position:absolute;
	font-size:10px;
	width:280px;
	border:1px solid red;
	padding:5px;
	background-color:#fff;
	display:none;
	line-height:11px;
}
#news .shopNews .fullnewsBox .fbilike .off.on .fblike_text  {
	display:none !important;
}
#news .shopNews .fullnewsBox .fbilike .off,
#news .shopNews .fullnewsBox .fbilike .on{
	background-image: url(https://e-services.rim.de/include/templates/Rexor_2013/media/fbilike.png);
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	margin:5px 5px 0 0;
}
#news .shopNews .fullnewsBox .fbilike .on {
	background-position:0px -11px;
}
#news .shopNews .fullnewsBox .fblike_frame{
	float:left;
}
#news .shopNews .fullnewsBox .fbilike .fblike_off {
	background: url(https://e-services.rim.de/include/templates/Rexor_2013/media/fbilike.png) right -1px;
	width: 74px;
	height: 20px;
	background-repeat: no-repeat;
}
#news .shopNews .newsListLink{
	display:none;
}
/* Produkte */
#produkte.box{
	width:1024px;
}
#produkte .shopOfferList{
	width:1024px;
}
#produkte .shopOfferList .box{
	background-color:#FFF;
	height: 288px;
	padding: 18px 33px;
	position: relative;
	width: 436px;
	float:left;
	margin-bottom:20px;
}
#produkte .shopOfferList .box.num2{
	float:right;
}
#produkte .shopOfferList a.link{
	display: block;
	height: 324px;
	left: 0;
	position: absolute;
	top: 0;
	width: 502px;
	z-index:99999;
	background: rgba(0,0,0,0);
}
#produkte h2{
	width:355px;
	height:40px;
	overflow:hidden;
	font-family: 'Kite One',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
#produkte h2 a{
	color: #9B411D;	
	text-decoration:none;
}
#produkte h2 a .brandName{
	color: #D5A200;
	font-size:12px;
}
#produkte .brandlogo{
position: absolute;
right: 9px;
top: 13px;
}
#produkte .text{
	font-family: 'Kite One',sans-serif;
	font-size: 14px;
	color:#000;
	height:44px;
	display:block;
	overflow:hidden;
}
#produkte .img{
	height:200px;
	width:200px;
}
#produkte .priceOld{
	position:absolute;
	bottom:120px;
	right:20px;
	color:#C00;
	font-size:14
}
#produkte .priceStart{
}
#produkte .priceText{
	bottom: 94px;
	font-size: 18px;
	position: absolute;
	right: 54px;
}
#produkte .priceNew{
	background-image: url("https://e-services.rim.de/include/templates/Rexor_2013/media/bg_topoffer.png");
	bottom: 20px;
	display: inline-block;
	height: 68px;
	position: absolute;
	right: 57px;
	padding: 0 10px 0 30px;
	font-size:26px;
	color:#d6b09e;
	line-height:61px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7);
}
#produkte .priceEnd{
	background-image: url("https://e-services.rim.de/include/templates/Rexor_2013/media/bg_topoffer.png");
	background-position: right -68px;
	background-repeat: no-repeat;
	bottom: 20px;
	display: block;
	float: right;
	height: 68px;
	position: absolute;
	right: 0;
	width: 57px;
}
#produkte .details{
	display:none;
}
/* Produkt */
#produkt .box{
	position: relative;
	background-color:#FFF;
	margin-bottom:20px;
	padding:30px 40px;
}
#produkt .box h2{
	color: #9B411D;
	font-family: 'Kite One',sans-serif;
	font-size: 18px;
	margin-bottom: 22px;
	text-transform: uppercase;
}
#produkt .brandlogo
{
	display:none;
}
#produkt .img{
	float:left;
	width:300px;
	height:300px;
	margin:0 10px 10px 0;
}
#produkt .large.az-large{
	border:1px solid #ccc;
	z-index:99;
	background-color:#fff;
}
#produkt .text{
	width:590px;
	float: left;
	margin-left: 25px;
	margin-bottom: 95px;
}
#produkt .teaser{
	width:590px;
	float: left;
	margin-left: 25px;
	margin-bottom:10px;
	font-weight:bold;
}
#produkt div.price {
	display:block;
	position: absolute;
	min-width: 90px;
	min-height: 75px;
	right: 30px;
	bottom: 10px;
	white-space: nowrap;
	color:#000;
}
#produkt .priceText{
	position: absolute;
	left: 0px;
	bottom: 34px;
}
#produkt .priceOld {
	display: block;
	color:#BE0B1D;
}
#produkt .priceOld span{
	float: left;
}
#produkt .priceOld .priceInfo{
	margin-right: 1px;
}
#produkt .priceOld .price{
	margin-right: 3px;
	background-image: url(https://e-services.rim.de/include/templates/Rexor_2013/media/price_slash.png);
	background-repeat: no-repeat;
	background-size:100% 20px;
}
#produkt .priceStart {
	display: block;
	text-align: right;
}
#produkt .priceNew {
	font-weight: bold;
	font-size: 25px;
	position: absolute;
	top: 44px;
	right: 10px;
}
#produkt .priceNew .priceInfo{
	font-weight: normal;
	margin-right: 0px;
	font-size: 0.6em;
}
#produkt .priceNew .cent{
	font-size: 0.6em;
	position: absolute;
	bottom: 11px;
	right: 19px;
}
#produkt .priceNew .currency{
	font-weight: normal;	
	margin-right: 3px;
	min-width:17px;
	display:inline-block;
	margin-left: 3px;
	font-size: 0.4em;
}
/* JQuery Tabs */
#produkt #tabInfo{
	width:1025px;
	margin-bottom:20px;
}
#produkt ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 23px; /*--Set height of tabs--*/
	width: 100%;
}
#produkt ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 22px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 22px; /*--Vertically aligns the text within the tab--*/	
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background-color: #e0e0e0;
}
#produkt ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	padding: 0 10px;
	outline: none;
}
#produkt ul.tabs li a:hover {
	background: #ccc;
}
html #produkt ul.tabs li.active, 
html #produkt ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
}
/* Tab Container */
#produkt .tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width:1004px;
	padding:10px;
	background: #fff;
}
#produkt .tabBox tr.set2{
	background-color:#D9D9D9;
}
#produkt .tabBox td.specName{
	padding-right:20px;
}
#produkt .tabBox td.spec{
	padding-left:5px;
}
/*  */
#gutscheine.box,
#service.box,
#cms.box,
#news.box,
#kontakt .box,
#impressum.box,
#movies.box
{
	width:944px;
	background-color:#FFF;
	margin-bottom:20px;
	padding:30px 40px;
}
#gutscheine h2,
#service h2,
#cms h2,
#news h2,
#kontakt h2,
#impressum h2,
#movies h2
{
	color: #9B411D;
	font-family: 'Kite One',sans-serif;
	font-size: 18px;
	margin-bottom: 22px;
	text-transform: uppercase;
}
/* Gutscheine */
#gutscheine .shopCoupon {
	overflow:hidden;
	width:984px;
}
#gutscheine .shopCoupon .box{
	margin: 0 30px 20px 0;
	position:relative;
	width: 415px;
	height: 164px;
	float: left;	
	background-color: #FFFFFF;
    border: 1px dashed #A0A6A9;
	padding:20px;
}
#gutscheine .shopCoupon .box.num2{
	margin-right: 0;
}
#gutscheine .shopCoupon .box h2{
	font-size:14px;
	margin-bottom:10px;
}
#gutscheine .shopCoupon .amount {
	color: #916C57;
	display: block;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 10px;
	padding-top: 3px;
	line-height:43px;
}
#gutscheine .shopCoupon .print {
    bottom: 11px;
    display: inline-block;
    height: 42px;
    position: absolute;
    right: 11px;
    width: 195px;
	text-align:center;
	line-height:42px;
	border:1px solid #D5A200;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
#gutscheine .shopCoupon .print a {
	color: #333;
	display: block;
	height: 42px;
	width: 192px;
	text-decoration:none;
	font-weight:bold;
}
#gutscheine .shopCoupon .print a:hover {
	text-decoration:underline;
}
#gutscheine .shopCoupon .text {
	font-size:14px;
	padding-top:3px;
	white-space:nowrap;
	margin:0;
}
/* Service */
#service.box .box{
	margin-bottom:50px;
}
.shopPayment {
    overflow: hidden;
	width: 982px;
	padding-left:2px;
}
.shopPayment img
{
	margin-bottom: 10px;
	margin-right: 22px;
}
.shopService    {
    width: 984px;
	padding-top:5px;
	overflow: hidden;
}
.shopService .symbolService   {
	background-color:#FFF;
	float:left;
	position:relative;
	display: block;
    height: 85px;
    width: 190px;
	margin-bottom: 30px;
    margin-right: 0px;
	text-align:center;
}
.shopService .symbolService img {
    margin-bottom: 0px;
    margin-right: 0px;
}

.shopService .symbolService:hover .serviceText{
	display: block;

}
.shopService .serviceText{
	background-color:#f5f5f5;
	color:#333;
	padding:5px;
	position:absolute;
	top:-5px;
	left:1px;
	text-align:left;
	display:none;
	font-size: 11px;
	opacity: 0.9;
	z-index: 999;
	width: 190px;
	min-height: 85px;
	border: 1px solid #a0a6a9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    3px 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;
	box-shadow:         3px 3px 3px 3px #ccc;
	line-height: 17px;
}
.shopService .serviceText a{
	margin-bottom: 3px;
	display: inline-block;
}
.shopService .serviceText span{
	display: block;
}
.shopService .description{
 list-style-type:none;
 color:#666;
}
/* CMS */
#cms .box {
	margin-bottom:30px;
}
#cms .teaser {
	font-size:12px;
	font-style:normal;
	font-weight:700;
	text-transform:uppercase;
	margin-top:-10px;
	margin-bottom:5px;
	color:#666666;
}
#cms .imgCms {
	background-color:#E9E9E9;
	display:inline;
	border:1px solid #A0A6A9;
	float:left;
	margin:0 10px 10px 0
}
#cms .imgCms span {
	display:block;
	font-size:10px;
	padding:3px;
}
#cms .imgCms.imgPos1 {
	float:left;
	margin:0 10px 10px 0;
}
#cms .imgCms.imgPos0 {
	float:right;
	margin:0 0 10px 10px;
}
#cms .gallery .image{
	float:left;
	border:1px solid #A0A6A9;
	margin:0 5px 15px 0;
}
#cms .cmsForm{
	margin-top:20px;
}
#cms table.tblFormular{
	width:945px;
}
#cms table.tblFormular td{
	padding-bottom:5px;
}
#cms table.tblFormular .btnFalse,
#cms table.tblFormular .btnTrue{
	font-size:11px;
	text-decoration:none;
	padding: 5px 10px;
    display: inline;
    background: #ccc;
    border: none;
    color: #fff;
}
#cms table.tblFormular .btnTrue{
    background: #777;
	text-shadow: 1px 1px #000;
	cursor:pointer;
}
#shopContent .textBlock ul {
    list-style-position: inside;
}
/* ShopMovies */
#movies .shopMovies{
	width:945px;
}
#movies .movieTitle{
	 color: #666666;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: -10px;
    text-transform: uppercase;
}
#movies .movie {
	margin-bottom:20px;
	text-align:center;
}
#movies .movies{
	width:960px;
}
#movies .movies .movieBox {
	background-color: #FFFFFF;
    border: 1px dashed #A0A6A9;
    float: left;
    height:120px;
	width:309px;
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    padding: 1px;
	position:relative;
}
#movies .movies .movieBox a.movieLink {
    height:120px;
	width:309px;
	position:absolute;
	display:block;
}
#movies .movies .movTitle {
	overflow:hidden;
	height:31px;
	padding:0 2px;
}
#movies .movies .movImg {
	text-align: center;
}
/* Logos */
.shopBrandLogo .bgLogo,
.shopBrandLogo .brandlogo,
.shopBrandLogo .logoText,
.shopBrandLogo .brandlogo a
   {	
	display: block;
	width: 186px;
	height: 90px;
}
.shopBrandLogo .brandlogo   {
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: absolute;
}
.shopBrandLogo .brandlogo a:hover {
	background-color: #333333;
	margin: 1px 0;
	height: 88px;
	opacity: 0.1;		/* modern browser */
	-moz-opacity: 0.1;	/* older Mozilla browser */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */
	filter:alpha(opacity=10); /* IE5.x -7.0 */
}
.shopBrandLogo .bgLogo, 
.shopBrandLogo .line
{
	color: #FFF;
	display: inline-block;
}
/* non default */
.shopBrandLogo .bgLogo   {
	background-color:#FFF;
	float:left;
	position:relative;
}
.shopBrandLogo .bgLogo:hover .logoText{
	display: block;

}
.shopBrandLogo .logoText{
	background-color:#f5f5f5;
	color:#333;
	padding:5px;
	position:absolute;
	top:1px;
	left:1px;
	display:none;
	font-size: 11px;
	opacity: 0.9;
	z-index: 999;
	border: 1px solid #a0a6a9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:    3px 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;
	box-shadow:         3px 3px 3px 3px #ccc;
	line-height: 12px;
}
.shopBrandLogo .logoText a{
	margin-bottom: 3px;
	display: inline-block;
}
.shopBrandLogo .logoText span{
	display: block;
}
.shopBrandLogo .logoText span.brandName{
font-weight:bold;
margin-bottom:2px;
}
.shopBrandLogo .line.last{
	display: block;
	clear: both;
}
/*/Logos*/
#footer {
	color: #FFF;
	background-color: #545454;
	padding: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
#footer a{
	color: #FFF;
	min-height: 250px;
	text-decoration: none;
}
#footer a:hover{
	color: #D5A200;
}
#footer .left{
	width: 160px;
	float: left;
	text-align: right;
	font-family: 'Kite One', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#footer .right{
	width: 782px;
	float: right;
	text-align: left;
	border-left: 1px solid #fff;
	padding-left: 30px;
}
#footer .right .sitemap li{
	float: left;
	margin-right: 7px;
	width: 149px;
}
#footer .right .sitemap a{
	font-family: 'Kite One', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#footer .shopCategories{
	margin-top:40px;
}
#footer .shopCategories .level_0 > li{
	float: left;
	margin-right: 7px;
	width: 149px;
}
#footer .shopCategories .level_0 .level0,
#footer .shopCategories .level_0 .level0 a{
	font-weight:bold;
	text-transform:uppercase;
}
#footer .shopCategories .level_0 .level1,
#footer .shopCategories .level_0 .level1 a{
	color: #D5A200;
}
#footer .shopCategories .level_0 .level2,
#footer .shopCategories .level_0 .level2 a{
	color: #fff;
}
