p{
	margin: 0 0 1em 0;
}
#prevPic_main{
	background: url('https://www.konsolenkost.de/images/Benni/ebay_vorlage/pfeil_links.png') no-repeat center center;
	position: relative;
	top: 130px;
	left: -196px;
	width: 60px;
	height: 100px;
	cursor: pointer;
}
#nextPic_main{
	background: url('https://www.konsolenkost.de/images/Benni/ebay_vorlage/pfeil_rechts.png') no-repeat center center;
	position: relative;
	top: -216px;
	right: -136px;
	width: 60px;
	height: 100px;
	cursor: pointer;
}
#prevPic{
	background: url('https://www.konsolenkost.de/images/Benni/ebay_vorlage/pfeil_links.png') no-repeat center center;
	position: relative;
	top: 0px;
	left: 10px;
	width: 60px;
	height: 100px;
	cursor: pointer;
}
#nextPic{
	background: url('https://www.konsolenkost.de/images/Benni/ebay_vorlage/pfeil_rechts.png') no-repeat center center;
	position: relative;
	top: 0px;
	right: 11px;
	width: 60px;
	height: 100px;
	cursor: pointer;
}
#closeButton{
	background: url('https://www.konsolenkost.de/images/Benni/ebay_vorlage/close.png') no-repeat;
	height: 30px;
	width: 30px;
	position: relative;
	left: -36px;
	top: 5px;
}
.closePointer{
	height: 0px;
	width: 0px;
	float: right;
	position: absolute;
}
.closePointer2{
	height: 0px;
	width: 0px;
}
#pic_zoom{
	position: absolute;
	font-size: 0px;
	z-index: 100000 !important;
	width: 100%;
	text-align: center;
	cursor: pointer;
	left: 0px;
	top: 62px;
	height: 100%;
}
#pic_inner{
	margin: 0 auto 0 auto;
	z-index: 100000 !important;
}
#pic_inner td{
	padding: 0px;
}
#zoom_pic{
	width: auto;
	margin: 14px;
}
#zoom_wrap{
	background: #ffffff;
	border: 1px solid #c2c2c2;
}
.pic_thumb{
	max-height: none !important;
	max-width: 120px !important;
	height: 73px !important;
}
.slider4{
	overflow: hidden !important;
	width: 1500px !important;
}
.slide{
	vertical-align: middle !important;
    display: table-cell !important;
    float: none !important;
	text-align: center !important;
	width: 120px !important;
	height: 73px !important;
}
.slider4 > a{
	text-align: center;
}
.slider4 > a > img{
	display: inline-block !important;
	margin: auto !important;
	vertical-align: middle !important;
	max-width: 120px !important;
	max-height: 73px !important;
	height: auto !important;
	width: auto !important;
}
#mainPic{
	display: inline-block !important;
	margin: auto !important;
	vertical-align: middle !important;
	max-width: 362px !important;
	max-height: 360px !important;
	height: auto !important;
	width: auto !important;
}
.sliderTest{
	margin: 0px !important;
	padding: 0px !important;
}
#mainPic_wrap {
	vertical-align: middle !important;
    display: table-cell !important;
    float: none !important;
	text-align: center !important;
	height: 360px !important;
}
.clear{
	display: block;
	clear: both;
}
.shadow{
	text-shadow: 1px 1px 1px white;
}
.gradient_header{
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(80%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 80%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.box_shadow_2{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15); /* WebKit */
	-moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15); /* Firefox */
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15); /* Standard */
}
.box_shadow{
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.border{
	border: 1px solid #c8c8c8;
}
.border_top{
	border-top: 1px solid #c8c8c8;
}
.border_bottom{
	border-bottom: 1px solid #c8c8c8;
}
.border_no_top{
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.line_fade_out{
	background: -moz-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 84%,rgba(216,216,216,0) 84%,rgba(216,216,216,0) 93%,rgba(216,216,216,1) 93%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(216,216,216,0)), color-stop(5%,rgba(216,216,216,1)), color-stop(84%,rgba(216,216,216,1)), color-stop(84%,rgba(216,216,216,0)), color-stop(93%,rgba(216,216,216,0)), color-stop(93%,rgba(216,216,216,1)), color-stop(95%,rgba(216,216,216,1)), color-stop(100%,rgba(216,216,216,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 84%,rgba(216,216,216,0) 84%,rgba(216,216,216,0) 93%,rgba(216,216,216,1) 93%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 84%,rgba(216,216,216,0) 84%,rgba(216,216,216,0) 93%,rgba(216,216,216,1) 93%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 84%,rgba(216,216,216,0) 84%,rgba(216,216,216,0) 93%,rgba(216,216,216,1) 93%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 84%,rgba(216,216,216,0) 84%,rgba(216,216,216,0) 93%,rgba(216,216,216,1) 93%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d8d8', endColorstr='#00d8d8d8',GradientType=1 ); /* IE6-9 */
}
.devide_fade_out{
	background: -moz-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(216,216,216,0)), color-stop(5%,rgba(216,216,216,1)) color-stop(95%,rgba(216,216,216,1)), color-stop(100%,rgba(216,216,216,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(216,216,216,0) 0%,rgba(216,216,216,1) 5%,rgba(216,216,216,1) 95%,rgba(216,216,216,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d8d8', endColorstr='#00d8d8d8',GradientType=1 ); /* IE6-9 */
}
.make_round{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.tab_active{
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	background-color: white;
	height: 36px !important;
}
.tab_passive{
	border: 1px solid #c8c8c8;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(243,243,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.button{
	background-color: white;
	padding: 10px;
	height: 15px;
	font-weight: bold !important;
	font-size: 12px !important;
}
.button span{
	font-weight: bold !important;
	font-size: 12px !important;
}
.headline{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(243,243,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(243,243,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

a{
	text-decoration: none !important;
	color: #666666 !important;
	font-size: 12px !important;
}
table{
	font-size: 12px;
}
.fade_out{
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.fade_in{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#free12 ul{
	padding: 0 0 0 15px;
	position: relative;
	margin: 0px !important;
}
#free12 ul li{
	line-height: 28px !important;
}
#container > td{
	padding: 0;
	position: relative;
	left: -2px;
}
#txt_1, #txt_2, #txt_3, #txt_4{
	line-height: 16px;
}
.koko_verlauf{
	background: rgb(22,143,203); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(22,143,203,1) 40%, rgba(16,47,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(22,143,203,1)), color-stop(100%,rgba(16,47,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(22,143,203,1) 40%,rgba(16,47,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(22,143,203,1) 40%,rgba(16,47,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(22,143,203,1) 40%,rgba(16,47,124,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(22,143,203,1) 40%,rgba(16,47,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168fcb', endColorstr='#102f7c',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
body, .standard, p, td, blockquote, div, span, ul, ol, dl, h1, h2, h3, th, .standardtitle{
	font-size: 12px !important;
}
.musterbild{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform: rotate(45deg);
    white-space:nowrap;
    display:block;
}