input[type=image]:disabled
{
    opacity:0.5;
}
img { border: none; }
/* JQUERY PROMT_IT ANFANG*/
/*! jQuery-Impromptu - v5.2.5 - 2014-09-01
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
.jqifade{
	position: fixed; 
	background-color: #777777; 
}
div.jqi{ 
	width: 600px; 
	max-width:90%;
	font-family: Verdana; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px; 
	line-height: 20px; 
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4; 
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{ 
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal; 
	border: none;
	border-left: solid 1px #e4e4e4; 
	color: #777; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{ 
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }
/* JQUER PROMT_IT ENDE*/



/* TOOLTIP ANFANG*/


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../webpics/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../webpics/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
		font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
	text-align: left;
}

.JT_loader{
	background-image: url(../webpics/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;

	
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #404040;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}



.search_style_box {

	width: 100px;
	margin-left: 7px;
margin-top: 11px;
}

.search_style_btn {

	padding: 0px;
	
	
	width: 60px;
	margin-left: 7px;
margin-top:11px;

}

.submit_100 {
	padding:0;
	margin:0;
	width:100px;
	font-size:10px;
	border: 1px color:#000000;
	background-color: #3466cc;
	color:#ffffff;
	}

.submit_130 {
	padding:0;
	margin:0;
	width:130px;
	font-size:10px;
	border: 1px color:#000000;
	background-color: #3466cc;
	color:#ffffff;
	}
	
	.submit_150 {
	padding:0;
	margin:0;
	width:150px;
	font-size:10px;
	border: 1px color:#000000;
	background-color: #3466cc;
	color:#ffffff;
	}

.newsticker_left {
	background-image: url(webpics/newsticker_left_corner.gif);
	background-repeat: no-repeat;
}
.newsticker_middle {
	background-image: url(webpics/newsticker_middle.gif);
	background-repeat: repeat-x;
}
.newsticker_right {
	background-image: url(webpics/newsticker_right_corner.gif);
	background-repeat: no-repeat;
}


#pscroller2{
	font-family: Verdana;
	color: white;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	left: 10px;
	width: 754px;
	height: 20px;
	border: 0px solid black;

}

#pscroller2 a{
	color: white;
	text-decoration: none;
}

#pscroller2 a:hover{
	color: white;
	font-weight: bold;
}



.someclass{ //class to apply to your scroller(s) if desired
}

.price_under_empfehlungen {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: red;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
}

#gameDetails {
	/*background: url(webpics/box.gif) no-repeat scroll left top;*/
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; /*für abstand rundherum (top, right, bottom, left)*/
}
#gameDetails img.flag {
	margin-right: 20px;
}

.ratingBoxSmall a {
 display: block;
 width: 90px;
 height: 48px;
 text-decoration: none;
}

#ratingBoxLargeContainer {
	padding: 0 0 0 0px;
}
#ratingBoxLarge {
	background: url(/images/rating_box_bg.gif) no-repeat top left;
	width: 150px;
	height: 78px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#ratingBoxLarge .ratingScore {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 28px;
	color: #cc0000;
	padding: 10px 0;
}
#ratingBoxLarge .ratingScoreGray {
	color: #b0b0b0;
}
#ratingBoxLarge .ratingReviews {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #404040;
}

#ratingBoxLarge .ratingReviews_small {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #404040;
}



.ratingBoxSmallContainer {
	padding: 10px 4px 0 0;
}
.ratingBoxSmall {
    /* background: url(/images/rating_box_bg.gif) no-repeat bottom left; */
    width: 90px;
    height: 46px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: solid;
}
 .ratingScore {
	display: block;
	font-family: Verdana;
	font-size: 17px;
	color: #cc0000;
	padding: 4px 0 2px 0;
}

 .ratingScore_v2 {

	font-family: Verdana;
	font-size: 12px;
	color: #cc0000;

}

 .ratingScoreGray_v2 {

	font-family: Verdana;
	font-size: 12px;
	color: #b0b0b0;

}

.ratingBoxSmall .ratingScoreGray {
	color: #b0b0b0;
}
.ratingBoxSmall .ratingReviews {
	display: block;
	font-family: Verdana;
	font-size: 9px;
	color: #404040;
}

.ratingBoxSmall .ratingReviews_small {
	display: block;
	font-family: Verdana;
	font-size: 8px;
	color: #404040;
}



									#slideshow {list-style:none; color:#fff; border:0px;}
									#slideshow span {display:none}
									#wrapper_gallery {width:506px; margin:10px auto; display:none}
									#wrapper_gallery * {margin:0; padding:0}
									#fullsize {position:relative; width:500px; height:300px; padding:2px; border:0px solid #ccc; background:#fff}
									#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
									#information h3 {padding:4px 8px 3px; font-size:14px}
									#information p {padding:0 8px 8px}
									#image {width:500px}
									#image img {position:absolute; z-index:25; width:auto}
									.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
									#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
									#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
									#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
									.linkhover {background:url(images/link.gif) center center no-repeat}
									#thumbnails {margin-top:15px}
									#slideleft {float:left; width:20px; height:85px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#000}
									#slideleft:hover {background-color:#fff}
									#slideright {float:right; width:20px; height:85px; background:#fff url(images/scroll-right.gif) center center no-repeat; background-color:#000}
									#slideright:hover {background-color:#fff}
									#slidearea {float:left; position:relative; width:460px; margin-left: 3px; height:87px; overflow:hidden}
									#slider {position:absolute; left:0; height:87px}
									#slider img {cursor:pointer; border:1px solid #666; padding:2px}
									
#tabContainer {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	
}
#tabContainer a {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
#tabContainer a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
}
#tabContainer hr {
	display: none;
}
#tabNav {
	width: 716px;
	height: 30px;
	margin-left: 20px;
}
#tabNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

}
#tabNav ul li {
	display: inline;
}
#tabNav ul li a {
	background: url(webpics/tabs_btn_a.gif) no-repeat scroll right top;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	margin-right: 1px;
	padding-right: 20px;
}
#tabNav ul li a span {
	background: url(webpics/tabs_btn_span.gif) no-repeat scroll left top;
	display: block;
	line-height: 20px;
	padding: 5px 0 5px 20px;
}
#tabNav ul li a:hover {
	background: url(webpics/tabs_btn_a_selected.gif) no-repeat scroll right top;
	text-decoration: none;
}
#tabNav ul li a:hover span {
	background: url(webpics/tabs_btn_span_selected.gif) no-repeat scroll left top;
}
#tabNav ul li a.selected {
	background: url(webpics/tabs_btn_a_selected.gif) no-repeat scroll right top;
}
#tabNav ul li a.selected span {
	background: url(webpics/tabs_btn_span_selected.gif) no-repeat scroll left top;
}
#tabContentTop {
	background: url(webpics/tabs_bg.gif) no-repeat scroll top left;
	width: 736px;
	height: 10px;
}
#tabContent {
    font-size: 12px;
    background: #fff;
    width: 736px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    overflow: hidden;

}

#tabContent div {
        padding: 20px;
}


#tabContentBottom {
	background: url(webpics/tabs_bg.gif) no-repeat scroll bottom left;
	width: 736px;
	height: 10px;
}.trennlinie {
border-bottom: 1px solid #E4E4E4;
}



#zweipluseins_main {
position: relative;
}

#zweipluseins {
position: absolute;
width: 200px;
height: 70px;
background: cyan;
top: -45px;
left: 150px;
background: url(webpics/2plus1_grafik_neu.gif) no-repeat scroll left top;
}




#dreipluseins_main {
position: relative;
}

#dreipluseins {
position: absolute;
width: 95px;
height: 47px;
background: cyan;
top: -25px;
left: 180px;
background: url(webpics/3plus1_grafik_neu.gif) no-repeat scroll left top;
}

.game {
position: relative;
height: 320px;
}
.warenkorbBtn {
width: 115px;
height: 35px;
position: absolute;
bottom: 0px;
left: 33px;
}

#uncut {
    position: relative;
}
#uncutLogo {
    background: url(webpics/uncut_hand.jpg) no-repeat scroll left top;
    width: 150px;
    height: 165px;
    position: absolute;
    top: 35px;
    right: 25px;
}


#uncutV2 {
    position: relative;
}
#uncutLogoV2 {
    background: url(webpics/uncut_hand_packshot.png) no-repeat scroll left top;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -21px;
    right: 175px;
}


#bgLink {
    width: 986px;
    height: 150px;
    margin: 0px auto;
}
#bgLink a {
    width: 986px;
    height: 150px;
    display: block;
    text-indent: -9999px;
}

#bg_snow {
    width: 1010px;
    height: 150px;
    margin: 0px auto;
}
#bg_snow a {
    width: 1010px;
    height: 150px;
    display: block;
    text-indent: -9999px;
}
#wrapper {
    width: 986px;
    position: relative;
    margin: 0px auto;
    background: #FFF;
}


#bContainer {
width: 798px;
height: 113px;
overflow: hidden; 
}
#bContainer img {
border: 0;
}
#bLeft {
float: left;
width: 500px;
height: 113px;
overflow: hidden; 
}
#bRight {
float: right;
width: 298px;
height: 113px;
overflow: hidden; 
}
.clear {
clear: both;
height: 0;
overflow: hidden;
}



.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #0081c2;
	color: #ffffff;
	padding: 2px 6px 2px 6px;
}

#searchBox {
	color: #FFF;
	font: normal 11px Verdana;
	padding: 7px 10px 0px 10px;
	float: left;
	border: 0px;
	background: url(webpics/search_bg.gif) repeat-x scroll left top;
	margin: 8px 0px 0px 1px;
	width: 200px;
	height: 41px;
}
#searchBtn {
	float: left;
	border: 0px;
	background: url(webpics/search_bg.gif) repeat-x scroll left top;
	margin: 8px 0px 0px 10px;
	width: 41px;
	height: 28px;
}

#search_suggest {
	font-family: Verdana;
 	font-size: 14px;
 	color: #000000;
 	position: absolute;
	left: 205px;
	top: 220px;
	visibility: hidden; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
	width: 500px;			
}
.uncut_garantie {
	margin-top: 20px;
}
a:link,
a:visited {

	text-decoration: none;
}	
.border_outside {
	border: 1px solid #e4e4e4;
}
.border_middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e4e4e4;
	border-left-color: #e4e4e4;
}

.nav_bg1 {
	background-image: url(webpics/nav_bg1.gif);
	background-repeat: repeat-x;
}
.nav_bg2 {
	background-image: url(webpics/nav_bg2.gif);
	background-repeat: repeat-x;
}
.gradient_bottom {
	background-image: url(webpics/gradient_bottom.gif);
	background-repeat: repeat-x;
}
.nav_line {
	background-image: url(webpics/nav_line.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.nav_arrow {
	background-image: url(webpics/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.search_box {
	border: 1px solid #8f99a3;
	font: normal 12px Verdana;
	height: 18px;
	width: 176px;
	padding: 1px;
	margin: 1px;
	vertical-align: top;
	position: absolute;
}

.wrong_Field {
	border: 1px solid red;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ab0000;
	
	margin-top: 10px;
}

.Field {
	border: 1px solid black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ab0000;
	
	margin-top: 10px;
}


.senden_btn {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	height: 20px;
	width: 49px;
	position: relative;
	left: 200px;
}

.search_btn_trade {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	height: 20px;
	width: 49px;
	position: absolute;
	left: 400px;
}

.shoppingcart_bg_top {
	background-image: url(webpics/shoppingcart_bg_top_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.shoppingcart_bg_middle{
	background-image: url(webpics/shoppingcart_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.shoppingcart_bg_bottom {
	background-image: url(webpics/shoppingcart_bg_bottom2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.shoppingcart_text1 {
	font-family: Verdana;
	font-size: 9px;
	color: #ab0000;
	font-style: normal;
	font-weight: normal;
}
.shoppingcart_text1 a:link {
	font-family: Verdana;
	font-size: 9px;
	color: #ab0000;
	font-style: normal;
	font-weight: bold;
}
.shoppingcart_text1 a:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #ab0000;
	font-style: normal;
	font-weight: bold;
}

.shoppingcart_dyn_text_left_menu {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	left: 5px;
}
.shoppingcart_dyn_text_left_menu a:link {

	color: #ab0000;


}
.shoppingcart_dyn_text_left_menu a:visited {
	color: #ab0000;

}

.shoppingcart_dyn_text_left_menu a:hover {
	color: #ab0000;

}

.shoppingcart_dyn_text1 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	left: 5px;
}
.shoppingcart_dyn_text1 a:link {

	color: #000000;


}
.shoppingcart_dyn_text1 a:visited {
	color: #000000;

}

.shoppingcart_dyn_text1 a:hover {
	color: #ab0000;

}

.shoppingcart_text2 a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
}
.shoppingcart_text2 a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
}

.shoppingcart_text3 a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
		position: relative;
	left:65px;
}
.shoppingcart_text3 a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
		position: relative;
	left:65px;
}

.nav_text a:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.nav_text a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.nav_text a:hover {
	color: #ab0000;

}

.nav_text_small a:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.nav_text_small a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.nav_text_small a:hover {
	color: #ab0000;

}
.left_nav1 a:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.left_nav1 a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.left_nav1 a:hover {
	color: #404040;
	font-size: 12px;
}
.login_background {
	background-image: url(webpics/login_background.gif);
	background-repeat: repeat-x;
}
.login_box {
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
.loginbox_style1 {
	border: 1px solid #51bceb;
	padding: 0px;
	height: 18px;
	width: 146px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.loginbox_style2 {
	border: 1px solid #51bceb;
	padding: 0px;
	height: 18px;
	width: 91px;
	margin-left: 20px;
}
.loginbox_text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ab0000;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.loginbox_text a:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ab0000;
	margin-top: 10px;
}
.loginbox_text a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ab0000;
	margin-top: 10px;
}
.btn_login {
	margin: 0px;
	padding: 0px;
}
.footer_text1 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #aaaaaa;
}
.footer_text2 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.btn_warenkorb2 {
	margin-right: 25px;
}

.btn_warenkorb_detail {
top: 342px;
    position: absolute;
    left: 350px;
}

.box_top_corner_left_gray {
	background-image: url(webpics/box_top_corner_left_gray_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_gray_V2.gif) 1x, url(webpics/box_top_corner_left_gray_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_top_corner_right_gray {
	background-image: url(webpics/box_top_corner_right_gray_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_gray_V2.gif) 1x, url(webpics/box_top_corner_right_gray_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_top_middle_gray {
	background-image: url(webpics/box_top_middle_gray_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_gray_V2.gif) 1x, url(webpics/box_top_middle_gray_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}
.box_bottom_corner_left {
	background-image: url(webpics/box_bottom_corner_left_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_left_V2.gif) 1x, url(webpics/box_bottom_corner_left_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_bottom_corner_right {
	background-image: url(webpics/box_bottom_corner_right_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_right_V2.gif) 1x, url(webpics/box_bottom_corner_right_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_bottom_middle {
	background-image: url(webpics/box_bottom_middle_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_middle_V2.gif) 1x, url(webpics/box_bottom_middle_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}
.box_content {
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ab0000;
	border-left-color: #ab0000;
}

.box_content_red {
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f20000;
	border-left-color: #f20000;
}

.standard_schrift_klein {
font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-align: left;
	}
	
.box_top_corner_left_blue {	
	background-image: url(webpics/box_top_corner_left_gray_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_gray_V2.gif) 1x, url(webpics/box_top_corner_left_gray_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_top_corner_right_blue {
	background-image: url(webpics/box_top_corner_right_gray_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_gray_V2.gif) 1x, url(webpics/box_top_corner_right_gray_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_top_middle_blue {
	background-image: url(webpics/box_top_middle_gray_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_gray_V2.gif) 1x, url(webpics/box_top_middle_gray_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}
.content_box_space {
	margin-top: 10px;
}.box_title_center {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 9px;
}
.box_top_corner_left_red {
	background-image: url(webpics/box_top_corner_left_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_red_V2.gif) 1x, url(webpics/box_top_corner_left_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_top_middle_red {
	background-image: url(webpics/box_top_middle_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_red_V2.gif) 1x, url(webpics/box_top_middle_red_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}
.box_top_corner_right_red {
	background-image: url(webpics/box_top_corner_right_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_red_V2.gif) 1x, url(webpics/box_top_corner_right_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}

.box_bottom_red_corner_left {
	background-image: url(webpics/box_bottom_corner_left_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_left_red_V2.gif) 1x, url(webpics/box_bottom_corner_left_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_bottom_red_corner_right {
	background-image: url(webpics/box_bottom_corner_right_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_right_red_V2.gif) 1x, url(webpics/box_bottom_corner_right_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_bottom_red_middle {
	background-image: url(webpics/box_bottom_middle_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_middle_red_V2.gif) 1x, url(webpics/box_bottom_middle_red_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}


/*********************************
START: BOX ROW (Most Wanted, Top Selling...)
*********************************/
/*********************************
START: BOX ROW (Most Wanted, Top Selling...)
*********************************/
.box_title {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 9px;
	padding-left: 9px;
}


.box_row1 {
background-color: #E4E4E4;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
}
.box_row1 a:link {
background-color: #E4E4E4;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	
	text-align: left;
	
}

.box_row1 a:visited {
background-color: #E4E4E4;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	
	text-align: left;

}

.box_row1 a:hover {
	color: #ab0000;

}

.box_row2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
}
.box_row2 a:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	
	text-align: left;
	
}

.box_row2 a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	
	text-align: left;

}

.box_row2 a:hover {
	color: #ab0000;

}



box_row2_tags {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
}
.box_row2_tags a:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #ab0000;
	padding-left: 4px;
	text-align: left;
	
}

.box_row2_tags a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #ab0000;
	padding-left: 4px;
	text-align: left;

}

.box_row2_tags a:hover {
	color: #ab0000;

}
.start_topseller {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
}

.chf {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
	text-align: left;
}

a.start_topseller {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}
a.start_topseller:hover {
	color: #ab0000;
	text-decoration: underline;
}

a.start_topseller:visited {
	color: #000000;
	text-decoration: underline;
}

.standard_link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
}
a.standard_link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #ab0000;
	font-weight: normal;
	text-align: left;
}
a.standard_link:hover {
	color: #ab0000;
}

.standard_link_bold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #5d5d5d;
	

}
a.standard_link_bold {
	text-decoration: underline;
	color: #000000;

}
a.standard_link_bold:hover {
	text-decoration: underline;
	color: #ab0000;
}
a.standard_link_bold:visited {
	text-decoration: underline;
	color: #000000;
}

.box_row3 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #404040;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
.box_row3 a:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #404040;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}

.box_row3 a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #404040;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}

.box_row3 a:hover {
	color: #ab0000;

}



.box_row4 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #ab0000;
	font-weight: normal;
	text-align: left;
	
}
.box_row4 a:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #ab0000;
	font-weight: bold;
	text-align: left;
	
}

.box_row4 a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #ab0000;
	font-weight: bold;
	text-align: left;

}

.box_row4 a:hover {
	color: #ab0000;

}
/*********************************
END: BOX ROW (Most Wanted, Top Selling...)
*********************************/
.three_games_bottom {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.content_box_space2 {
	margin-top: 30px;
}
.box_top_corner_left_login {
	background-image: url(webpics/box_top_corner_left_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_login_V2.gif) 1x, url(webpics/box_top_corner_left_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}

.box_top_corner_left_login_yellow{
	background-image: url(webpics/box_top_corner_left_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_login_V2.gif) 1x, url(webpics/box_top_corner_left_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}

.box_border_v2_list_items {
	background-color: #ffffff;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	padding-top:5px;
	padding-bottom:5px;
}

.box_border_v2_list_items_before_banner {
	background-color: #ffffff;
	border-width: 0px;
	border-color: #d9d9d9;
	padding-top:5px;
	padding-bottom:5px;
}

.box_border_red_v2_main_right {
	background-color: #ffffff;
	border-width: 1px;
	border-right: 0px;
	border-style: solid;
	border-color: #ab0000;
}


.box_border_blue_v2_main_right {
	background-color: #ffffff;
	border-width: 1px;
	border-right: 0px;
	border-style: solid;
	border-color: #ab0000;
}

.box_border_blue_v2_main_left {
	background-color: #ffffff;
	border-width: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #ab0000;
}


.box_border_blue_v2 {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ab0000;
}

.box_left_info_boxes {
	background-color: #ffffff;
	border-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #ab0000;
}



.box_border_blue_v2_right_side {
	background-color: #ffffff;
	border-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #ab0000;
	padding-left:5px;
}


.box_border_red_v2_header {
	background-color: #ab0000;

	font-family: Verdana;
}

.box_border_red_v2 {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ab0000;
}

.box_border_red_v2_header_headline {
	font-family: Verdana;
	/*font-size: 12px;
	font-weight: bold;*/
	font-size: 14px;
	color: #ffffff;
	padding-left:5px;
}

.box_v2_padding_global {
	padding-bottom:10px;
}

.box_border_white_nav_header {
	background-color: #ffffff;

	font-family: Verdana;
}

.box_border_blue_v2_header {
	background-color: #ab0000;

	font-family: Verdana;
}

.box_border_blue_v2_header_headline_small {
	font-family: Verdana;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #ffffff;
	padding-left:5px;

}

.box_border_blue_v2_header_headline_small a:link {
	color: orange;
	
}

.box_border_blue_v2_header_headline_small a:visited {
	color: orange;

}

.box_border_blue_v2_header_headline_small a:hover {
	color: #ab0000;

}


.box_border_blue_v2_header_headline {
	font-family: Verdana;
	/*font-size: 12px;
	font-weight: bold;*/
	font-size: 14px;
	color: #ffffff;
	padding-left:5px;

}

.box_border_blue_v2_header_headline a:link {
	color: #ffffff;
	
}

.box_border_blue_v2_header_headline a:visited {
	color: #ffffff;

}

.box_border_blue_v2_header_headline a:hover {
	color: #000000;

}

.box_border_red_v2_header_headline a:link {
	color: #ab0000;
	
}

.box_border_red_v2_header_headline a:visited {
	color: #ab0000;

}

.box_border_red_v2_header_headline a:hover {
	color: #ffffff;

}

.box_border_grey_v2_header a:hover {
	color: #ffffff;

}



.box_border_grey_v2_header a:link {
	color: #ab0000;
	
}

.box_border_grey_v2_header a:visited {
	color: #ab0000;

}

.box_border_grey_v2_header a:hover {
	color: #ffffff;

}

.form_input_field {
	width: 200px;
    line-height: 20px;
    border-width: 1px;
    border-left-width: 8px;
    border-style: solid;
    border-color: #ab0000;
    background-color: #ffffff;
    padding-left:5px;
  }
 .form_input_field_wrong {
	width: 200px;
    line-height: 20px;
    border-width: 1px;
    border-left-width: 8px;
    border-style: solid;
    border-color: orange;
    background-color: #ffffff;
    padding-left:5px;
  }
  
  .such_form_input_field_v2 {
	width: 178px;
    line-height: 50px;
    border-width: 1px;
    border-left-width: 8px;
    border-style: solid;
    border-color: #ab0000;
    background-color: #ffffff;
    font-size: 25px;
    padding-left:5px;
  }
  
.such_form_input_field{
    width: 178px;
    height: 22px;
    border-width: 1;
    border-left: 0px;
    border-style: solid;
    border-color: #ab0000;
    background-color: #ffffff;
    font-size: 18px;
    padding-left: 5px;
    /* margin-top: 5px; */
    margin-bottom: 10px;
}
 .such_form_input_field_wrong {
	width: 178px;
    line-height: 20px;
    border-width: 1px;
    border-left-width: 8px;
    border-style: solid;
    border-color: red;
    background-color: #ffffff;
    padding-left:5px;
  }
  
  .such_form_button_green {
    color: #ab0000;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #ab0000;
    background-color: 81ffa0;
}
  .such_form_button_green:hover {
    border-color: #fff;
    background-color: #ab0000;
    color: #fff;
  }

  
  .such_form_button {
		color: #ab0000;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #ab0000;
    background-color: #ffffff;
  }
  
    .such_form_button:hover {
	
   	color: #ffffff;
    border-color: #ab0000;
    background-color: #ab0000;
  }
  
  .such_form_button_small {
color: #ab0000;
font-size: 10px;
line-height: 14px;
border-width: 1px;
border-style: solid;
border-color: #ab0000;
background-color: #ffffff;
width: 38px;
height: 18px;    
  }
  
  .shoppingcart_dyn_text1_reg_log {
    font-family: Verdana;
    font-size: 9px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    position: relative;
    padding-top: 5px;
    padding-bottom: 3px;
    left: 5px;
}

.shoppingcart_dyn_text1_reg_log a:link {

	color: #ab0000;


}
.shoppingcart_dyn_text1_reg_log a:visited {
	color: #ab0000;

}

.shoppingcart_dyn_text1_reg_log a:hover {
	color: #ab0000;

}
  
    .such_form_button_small:hover {
	
   	color: #ffffff;
    border-color: #ab0000;
    background-color: #ab0000;
  }
  
  .login_form_input_field {
		width: 72px;
    line-height: 14px;
    font-size: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ab0000;
    background-color: #ffffff;

    
  }
  
    .login_form_input_pass_field {
		width: 48px;
    line-height: 14px;
    font-size: 10px;
    border-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ab0000;
    background-color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
  }

.box_menu_v2 {
	background-color: #ab0000;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	border-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.box_menu_v2 a:link {
	color: #ffffff;
	
	
}

.box_menu_v2 a:visited {
	color: #ffffff;


}

.box_menu_v2 a:hover {
	color: #000000;


}

.box_menu_v3 {
	background-color: #ab0000;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	border-width: 0px;


}

.box_menu_v3 a:link {
	color: #ffffff;
	
	
}

.box_menu_v3 a:visited {
	color: #ffffff;


}

.box_menu_v3 a:hover {
	color: #ab0000;


}

.box_border_grey_v2_header {
	background-color: #d9d9d9;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
}

.box_border_grey_v2 {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
}

.box_login_border {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
}

.box_login_border_blue {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ab0000;
}

.box_login_border_yellow {
	/*background-color: #f9f9f9;*/
	background-color: #ffffa9;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	border-collapse:collapse;
}

.box_login_border_yellow_divider {
	/*background-color: #f9f9f9;*/
	background-color: #ffffa9;
	border-top-width: 1px;
	
	border-top-style: solid;
	border-top-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
}


.box_login {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #303438;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box_top_middle_login_yellow {
	background-image: url(webpics/box_top_middle_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_login_V2.gif) 1x, url(webpics/box_top_middle_login_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}
.box_top_corner_right_login_yellow {
	background-image: url(webpics/box_top_corner_right_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_login_V2.gif) 1x, url(webpics/box_top_corner_right_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}


.box_top_middle_login {
	background-image: url(webpics/box_top_middle_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_login_V2.gif) 1x, url(webpics/box_top_middle_login_V2_2x.gif) 2x);
	background-repeat: repeat-x;

}
.box_top_corner_right_login {
	background-image: url(webpics/box_top_corner_right_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_login_V2.gif) 1x, url(webpics/box_top_corner_right_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.box_bottom_middle_login {
	background-image: url(webpics/box_bottom_middle_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_middle_login_V2.gif) 1x, url(webpics/box_bottom_middle_login_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}

.box_bottom_middle_login_yellow {
	background-image: url(webpics/box_bottom_middle_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_middle_login_V2.gif) 1x, url(webpics/box_bottom_middle_login_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}

.box_bottom_corner_right_login_yellow {
	background-image: url(webpics/box_bottom_corner_right_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_right_login_V2.gif) 1x, url(webpics/box_bottom_corner_right_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}

.box_bottom_corner_right_login {
	background-image: url(webpics/box_bottom_corner_right_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_right_login_V2.gif) 1x, url(webpics/box_bottom_corner_right_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.mein_konto_text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
}
.mein_konto_titel {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #008cff;
	padding-left: 5px;
}
.box_bottom_corner_left_login {
	background-image: url(webpics/box_bottom_corner_left_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_left_login_V2.gif) 1x, url(webpics/box_bottom_corner_left_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}

.box_bottom_corner_left_login_yellow {
	background-image: url(webpics/box_bottom_corner_left_login_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_bottom_corner_left_login_V2.gif) 1x, url(webpics/box_bottom_corner_left_login_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}

.btn_login2 {
	padding-top: 10px;
	padding-left: 2px;
}
.mein_konto_login_style {
	border: 1px solid #000000;
	margin: 2px;
}
.detailbox_space {
	margin-top: 20px;
}.detailbox_top_corner_left {
	background-image: url(webpics/detailbox_top_corner_left.gif);
	background-repeat: no-repeat;
}
.detailbox_top_middle {
	background-image: url(webpics/detailbox_top_middle.gif);
	background-repeat: repeat-x;
}
.detailbox_top_corner_right {
	background-image: url(webpics/detailbox_top_corner_right.gif);
	background-repeat: no-repeat;
}
.detailbox_border {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.detailbox_bottom_corner_left {
	background-image: url(webpics/detailbox_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.detailbox_bottom_middle {
	background-image: url(webpics/detailbox_bottom_middle.gif);
	background-repeat: repeat-x;
}
.descripton {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.descripton_ohne_padding {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}

.link_it_right a {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fe5d02;
	text-decoration: none;
}

.link_it_right a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fe5d02;
	text-decoration: underline;
	
}
.link_it_right a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fe5d02;
	text-decoration: none;
}


.descriptonV2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;

}

.detailbox_bottom_corner_right {
	background-image: url(webpics/detailbox_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.detailbox2_bottom_corner_right {
	background-image: url(webpics/detailbox2_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.detailbox2_bottom_corner_left {
	background-image: url(webpics/detailbox2_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.detailbox_price {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9px;
	padding-left: 20px;
}
.detailbox_price_ohne_border {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9px;
}

.detailbox2_bottom_middle {
	background-image: url(webpics/detailbox2_bottom_middle.gif);
	background-repeat: repeat-x;
}
.btn_komplettliste_padding {
	margin-right: 10px;
}
.list_top_corner_left {
	background-image: url(webpics/list_top_corner_left.gif);
	background-repeat: no-repeat;
}
.list_top_middle {
	background-image: url(webpics/list_top_middle.gif);
	background-repeat: repeat-x;
}
.list_top_corner_right {
	background-image: url(webpics/list_top_corner_right.gif);
	background-repeat: no-repeat;
}
.list_bottom_corner_left {
	background-image: url(webpics/list_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.list_bottom_middle {
	background-image: url(webpics/list_bottom_middle.gif);
	background-repeat: repeat-x;
}
.list_bottom_corner_right {
	background-image: url(webpics/list_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.list_border {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;

}
.list_space {
	margin-top: 1px;
}
.list_titel {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}

.list_titel_tabelle {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-left:5px;
	margin-right:5px;
}
.list_price {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #404040;
}

.preis_listenansicht {
    font-family: Verdana;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    color: #ab0000;
}

.preis_detailansicht_v2 {
    font-family: Verdana;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    color: #ab0000;
    position: absolute;
    top: 309px;
}

.preis_detailansicht {
    font-family: Verdana;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
}

.preis_tabellenansicht {
    font-family: Verdana;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    color: #ab0000;

}

.fsk18-1_top_corner_left {
	background-image: url(webpics/box_top_corner_left_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_red_V2.gif) 1x, url(webpics/box_top_corner_left_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.fsk18-1_top_middle {
	background-image: url(webpics/box_top_middle_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_red_V2.gif) 1x, url(webpics/box_top_middle_red_V2_2x.gif) 2x);
	background-repeat: repeat-x;
}
.fsk18-1_top_corner_right {
	background-image: url(webpics/box_top_corner_right_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_red_V2.gif) 1x, url(webpics/box_top_corner_right_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.fsk18-1_content {

	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f20000;
	border-left-color: #f20000;

}
.fsk18-2_top_corner_left {
	background-image: url(webpics/box_top_corner_left_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_red_V2.gif) 1x, url(webpics/box_top_corner_left_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.fsk18-2_top_middle {
	background-image: url(webpics/box_top_middle_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_red_V2.gif) 1x, url(webpics/box_top_middle_red_V2_2x.gif) 2x);
}
.fsk18-2_top_corner_right {
	background-image: url(webpics/box_top_corner_right_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_red_V2.gif) 1x, url(webpics/box_top_corner_right_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.fsk18-2_content {
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f20000;
	border-left-color: #f20000;
}
.fsk18-2_bottom_corner_left {
	background-image: url(webpics/fsk18-2_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.fsk18-2_bottom_middle {
	background-image: url(webpics/fsk18-2_bottom_middle.gif);
	background-repeat: no-repeat;
}
.fsk18-2_bottom_corner_right {
	background-image: url(webpics/fsk18-2_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.fsk18-3_top_corner_left {
	background-image: url(webpics/box_top_corner_left_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_left_red_V2.gif) 1x, url(webpics/box_top_corner_left_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}
.fsk18-3_top_middle {
	background-image: url(webpics/box_top_middle_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_middle_red_V2.gif) 1x, url(webpics/box_top_middle_red_V2_2x.gif) 2x);
}
.fsk18-3_top_corner_right {
	background-image: url(webpics/box_top_corner_right_red_V2.gif);
	background-image: -webkit-image-set(url(webpics/box_top_corner_right_red_V2.gif) 1x, url(webpics/box_top_corner_right_red_V2_2x.gif) 2x);
	background-repeat: no-repeat;
}

.fsk18-3_content {
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f20000;
	border-left-color: #f20000;
}
.fsk18-3_bottom_corner_right {
	background-image: url(webpics/fsk18-3_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.list_price2 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	
}
.list_titel2 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	display: block;
}
.versandbereit {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.auftragsauskunft_text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
}
.auftragsauskunft_orange {
	color: #FF5D0B;
	font-weight: bold;
}
.warenkorb_productboxheader_text {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 7px;
}

.warenkorb_productboxheader_text_warenkorb {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left:5px;

}

.warenkorb_stdtext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
padding-right:5px;
}

.warenkorb_stdtext_mit_padding_smaller {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
padding-right:5px;
}

.warenkorb_stdtext_mit_padding_smaller a:link {

	color: #ab0000;
	
}

.warenkorb_stdtext_mit_padding_smaller a:visited {

	color: #ab0000;

}

.warenkorb_stdtext_mit_padding_smaller a:hover {
	color: #ab0000;

}

.warenkorb_stdtext a:link {
text-decoration: underline;
	color: #000000;
	
}

.warenkorb_stdtext a:visited {
text-decoration: underline;
	color: #000000;

}

.warenkorb_stdtext a:hover {
	color: #ab0000;
text-decoration: underline;
}

.warenkorb_stdtext_ohne_padding {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.warenkorb_stdtext_ohne_padding a:link {

	color: #000000;
	
}

.warenkorb_stdtext_ohne_padding a:visited {

	color: #000000;

}

.warenkorb_stdtext_ohne_padding a:hover {
	color: #ab0000;

}

.warenkorb_stdtext_ohne_padding_smaller {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.warenkorb_stdtext_ohne_padding_smaller a:link {

	color: #000000;
	
}

.warenkorb_stdtext_ohne_padding_smaller a:visited {

	color: #000000;

}

.warenkorb_stdtext_ohne_padding_smaller a:hover {
	color: #ab0000;

}


.warenkorb_stdtext2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.warenkorb_1 {
	background-image: url(webpics/warenkorb_1.gif);
	background-repeat: no-repeat;
}
.warenkorb_2 {
	background-image: url(webpics/warenkorb_2.gif);
	background-repeat: repeat-x;
}
.warenkorb_3 {
	background-image: url(webpics/warenkorb_3.gif);
	background-repeat: no-repeat;
}
.warenkorb_info {
	padding-top: 9px;
	padding-bottom: 9px;
}
.bestellungen_topcorner_left {
	background-image: url(webpics/bestellungen_topcorner_left.gif);
	background-repeat: no-repeat;
}
.bestellungen_top_middle {
	background-image: url(webpics/bestellungen_top_middle.gif);
	background-repeat: repeat-x;
}
.bestellungen_topcorner_right {
	background-image: url(webpics/bestellungen_topcorner_right.gif);
	background-repeat: no-repeat;
}
.warenkorb_productboxheader_text2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #008cff;
}
.detailbox_info {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-left: 19px;
}

.detailbox_info_left {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-left: 0px;
}

.detailbox_info_leftV2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-left: 0px;
}

.titlepimp {
	background-image: url(../webpics/titlepimp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
.titlepimp_text {
	font-family: Verdana, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.statistik_bg {
	background-image: url(webpics/statistik.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.shopbewertung_bg {
	background-image: url(webpics/shopbewertung.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.schweiz_bg {
	background-image: url(webpics/schweiz.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.cart_showcase_bg {
	background-image: url(webpics/cart_showcase.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.livechat_bg {
	background-image: url(webpics/livechat_bg.gif);
	background-repeat: no-repeat;
	<!--background-position: center top;-->
}


.packshot_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}


/* Dropdown Button */
.dropbtn {
    background-color: #ab0000;
    color: #ffffff;
    padding: 0px;
    font-size: 16px;
    border: none;
    padding-left:5px;
height:20px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
		height:20px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    opacity: 0;
    position: absolute;
    background-color: #ab0000;
    /* min-width: 160px; */
    width: 178px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: -1;
    border-width: 0;
    border-top: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #ffffff;
    left: 179px;
    top: -1px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
    display: block;

    }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #E4E4E4;color: #ab0000;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
   z-index: 1;
   opacity: 1;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ab0000;

}

.padding_header_nav {
    width: 86px;
    /* vertical-align: middle; */
    height: 52px;
    display: table-cell;
    vertical-align: middle;

  }

.padding_header_nav a{
   display: block;
    height: 100%;
  }

  
  
.padding_mein_konto_nav {
    width: 178px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

.padding_mein_konto_nav a{
   display: block;
    height: 100%;

  }


/* Dropdown Button */
.dropbtn_header {
    background-color: #ab0000;
    color: #ffffff;

    font-size: 14px;
    border: none;
    /* padding-left: 5px; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown_header {
    position: relative;
    display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content_header {
    opacity: 0;
    position: absolute;
    background-color: #ab0000;
    width: 150;
    z-index: -1;
    text-align: right;
    border-width: 1px;
    border-right-width:0px;
    border-style: solid;
    border-color: #ffffff;
    border-right-color: #ab0000;
    left: -62px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Links inside the dropdown */
.dropdown-content_header a {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
    display: block;

    
    }

/* Change color of dropdown links on hover */
.dropdown-content_header a:hover {background-color: #E4E4E4;color: #ab0000;}

/* Show the dropdown menu on hover */
.dropdown_header:hover .dropdown-content_header {
    z-index: 1;
    opacity: 1;

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown_header:hover .dropbtn {
    background-color: #ab0000;
	
}