
/* ------ Main ------- */
.plentyErrorBox {
					width:98%; 
					background-image:url(/images/admin/error_background.gif); background-repeat:repeat-y;
					margin: 0px 0px 4px 0px;
					padding:8px; text-align:left;
					vertical-align:middle; 
					color: #FFFFFF
}

.plentyErrorBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/warning_onred.gif);background-repeat:no-repeat;
}

.plentyMessageBox {
					width:98%;
					background-image:url(/images/admin/message_background.gif); background-repeat:repeat-y;
					border:0px;
					margin: 0px 0px 4px 0px;
					padding:8px;
					text-align:left;
					vertical-align:middle;
					color: #FFFFFF
}

.plentyMessageBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}

.plentyWarningBox {
					width:98%;
					background-image:url(/images/admin/message_background.gif); background-repeat:repeat-y;
					border:0px;
					margin: 0px 0px 4px 0px;
					padding:8px;
					text-align:left;
					vertical-align:middle;
					color: #FFFFFF
}

.plentyWarningBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}
/* ------ Base ------- */

/* ------ Content ------- */
* {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #414141;
}
.hidden-before-print {
	display:none;
}
#flPageSizeForm {
    display: inline;
}
.findo-bottom .views {
    display: none;
}
.clear {
    clear: both;
}
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #f3f3f3;
    color: #414141;
}
.apple_overlay {
    display: none;
    border: 5px solid #fff;
    padding-top: 30px;
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0 0 100px #000;
}
.apple_overlay .close {
    display: inline-block;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: url(/images/icons/silk/close_tab.png) left center no-repeat;
    cursor: pointer;
}
.single_article .PlentySubmitForm {
    position: relative;
}
.single_article .PlentySubmitForm .spinner {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
    height: 100%}
.single_article .PlentySubmitForm .spinner img {
    position: absolute;
    top: 50%}
.mymessage.bad {
    background-color: #fde4e1;
    border: 1px solid #fbd3c6;
    padding: 10px;
    margin-bottom: 20px;
    color: #b10009;
}
.mymessage.good {
    background-color: #dff2bf;
    padding: 10px;
    margin-bottom: 20px;
    color: green;
    border: 1px solid #adde5c;
}
img {
    border: 0;
}
img a {
    border: 0;
}
.clear {
    clear: both;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
input, select {
    background-color: #fff;
    border: 1px solid #7a7a7a;
    font-size: 12px;
    margin-bottom: 6px;
    padding: 1px 3px;
}
.formtable tr td {
    font-size: 12px;
}
.formtable tr td textarea {
    margin-bottom: 6px;
    padding: 2px 3px;
    background-color: #fff;
    border: 1px solid #7a7a7a;
    font-size: 12px;
}
#main {
    margin: -13px auto 0;
    padding: 0;
    vertical-align: top;
    width: 980px;
}
h1 {
    font-size: 18px;
    margin-bottom: 12px;
}
h1 span {
    font-size: 15px;
    margin-bottom: 12px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 12px;
    padding: 0;
    margin: 0;
}
h4 {
    font-size: 12px;
    color: #414141;
    font-weight: 700;
}
h5 {
    font-size: 14px;
    font-weight: 700;
    color: #0094c8;
    border-bottom: #0094c8 1px solid;
    margin: 5px 0 10px;
}
h6 {
    font-size: 12px;
    color: #0094c8;
    padding: 15px 0 10px;
    margin: 0;
}
select {
    width: 190px;
    border: #eee 1px solid;
    height: 20px;
    background-color: #fff;
    margin: 0 0 3px 3px;
}
select[name="count"] {
    width: auto;
}
*+html select {
    width: 130px;
    border: #eee 1px solid;
    height: 26px;
    background-color: #fff;
}
#content {
    width: 980px;
    overflow: hidden;
    min-height: 70%;
    text-align: left;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 0 30px;
}
#left_column {
    width: 230px;
    float: left;
    margin: 0 8px 0 0;
}
#main_column {
    width: 700px;
    margin: 0 10px;
    float: left;
    padding: 0 10px 10px;
}
#main_column_order {
    width: 720px;
    margin: 0 10px;
    float: left;
    padding: 0 0 10px;
}
.header {
 /*   background: url(/images/gallery/Basis/bg_header.jpg) no-repeat top center; */
    height: auto;
    width: 980px;
}
.meta_navi {
    float: right;
    text-align: right;
    height: 16px;
    width: auto;
    margin-top: 14px;
    padding: 0;
    color: #7a7a7a;
    font-size: 11px;
    padding-top: 35px;
    padding-bottom: 25px;
}
.meta_navi img {
  width: 20px;
  vertical-align: middle;
}
.meta_navi a {
    padding: 0 4px;
    text-decoration: none;
    color: #7a7a7a;
    font-size: 11px;
}
.meta_navi a:hover {
    text-decoration: underline;
}
.language {
    height: 24px;
    padding: 30px 0 0;
    text-align: right;
}
.language img {
    padding-left: 5px;
}
.basket_outside {
    text-align: left;
    padding: 0;
    height: auto;
    width: 272px;
    float: right;
}
.basket {
    text-align: left;
    padding: 10px 0 0 46px;
    height: 71px;
    width: 226px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: url(/images/gallery/Basis/bg_basket.jpg) no-repeat;
}
.basket a {
    text-decoration: none;
}
.basket h2 a {
    text-decoration: none;
}
.basket h2 {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin-bottom: 8px;
}
.basket_quantity {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.basket_quantity a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.basket_kasse {
    text-decoration: underline!important;
    font-size: 12px;
    font-weight: 400;
    color: #8fdffc;
    padding-left: 80px;
}
.basket_kasse_2 {
    text-decoration: underline!important;
    font-size: 12px;
    font-weight: 400;
    color: #8fdffc;
    padding-left: 55px;
}
.logo {
    float: left;
    text-align: left;
    padding: 38px 0 25px 0;
    height: auto;
    width: auto;
}
.slogan {
  display: inline-block;
  width: 415px;
  float: left;
  margin-left: 40px;
  margin-top: 43px;
}
.slogan li{
	display: inline-block;
	font-size: 13px;
	position: relative;
	margin-right: 25px;
  color: #313131;
}
.slogan ul{
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
.slogan li:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #009FE3;
  position: absolute;
  left: -15px;
  top: 3px;
}
.slogan p{
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top:0;
  color: #313131;
}
.trusted {
    float: left;
    padding: 50px 0 0 0px;
}
.trusted img{
	width: 48px;
	height: 48px;
}
.trusted a {
    border: 0;
    text-decoration: none;
}
.ssl {
    float: left;
    padding: 50px 0 0 8px;
}
.ssl img {
	width: 48px;
	height: 48px;
}
.ssl a {
    border: 0;
    text-decoration: none;
}
.input_search {
    background: url(/images/gallery/Basis/bg_search.jpg) no-repeat #fff;
    height: 25px;
    width: 178px;
    padding: 0 0 0 10px;
    margin: 0;
    color: #525252;
    border: #c5c5c5 0 solid;
    font-size: 11px;
}
.input_search_button {
    text-decoration: none;
    height: 25px;
    cursor: pointer;
    border: 0;
    background: url(/images/gallery/Basis/search_button.jpg) no-repeat #fff;
    padding: 0;
    width: 29px;
    margin: 0;
    font-size: 11px;
    vertical-align: middle;
}
.footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a4a4a+0,101010+100 */
	background: #4a4a4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #4a4a4a 0%, #101010 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#101010)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4a4a4a 0%,#101010 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4a4a4a 0%,#101010 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4a4a4a 0%,#101010 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4a4a4a 0%,#101010 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
    width: 940px;
    height: 520px;
    margin: 0 auto;
    color: white;
    margin-bottom: 15px;
    padding: 20px;
    /* /layout/svrshp24/images/footer-trennung.png */
}
.footer .h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:20px
}
.footer_box{
	display: inline-block;
	float: left;
}
.footer ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer a{
	color: white;
	line-height: 23px;
	display: block;
	text-decoration: none;
}
.footer p {
	color: white;
	line-height: 23px;
}
.footer_kontakt p {
	padding-left: 20px;
}
.footer li{
	color: white;
	line-height: 23px;
}
.footer_kontakt img {
	padding-top: 6px;
}
.footer_zahlung a {
    float:right;
    color: #858585;
}
.footer strong {
	color: white;
}
.footer img {
	float: left;
	margin-right: 5px; 
	margin-bottom: 8px
}
.footer a:hover{
	text-decoration: underline;
}
.border_line{
	background-image: url(/layout/svrshp24/images/footer-trennung.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 40px;
}
.footer_inline li{
	display: inline-block;
}
.footer_inline li a{
	color: #858585;
}
.footer_vorteile li{
    background: url(/images/gallery/Basis/footer_harken.png) no-repeat;
    padding-left: 25px;
    background-position-y: 4px;
}
.bottom-footer a, .bottom-footer p{
	color: #0091c8;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	width:980px;
	margin: 0 auto;
}
.footer .footer_informationen {
	width: 175px;
	margin-bottom: 15px;
}
.footer .footer_rechtliches {
	width: 175px;
}
.footer .footer_konto {
	width: 175px;
}
.footer .footer_garantie {
	width: 175px;
}
.footer .footer_vorteile {
	width: 240px;
}
.footer .footer_kontakt {
	width: 210px;
	margin-bottom: 20px;
}
.purpure {
    margin-left: 0;
    color: #414141;
    padding: 5px 20px 0 0;
    font-weight: 400;
    font-size: 12px;
    color: #0094c8;
    float: right;
}
.purpure a {
    color: #414141;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
}
.purpure a:hover {
    text-decoration: underline;
}
.box_head {
    background: url(/images/gallery/Basis/box_header.jpg) no-repeat;
    font-size: 16px;
    font-weight: 700;
    height: 16px;
    padding: 10px 0 10px 14px;
}
.box_content {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    padding: 0 14px 14px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    width: 200px;
}
.box_content_fox {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    padding: 10px 9px 14px 19px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    width: 200px;
}
.box_content_topsell {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    padding: 15px 14px 0;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    width: 200px;
}
.box_content_cat {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    width: 200px;
}
.box_content_newsletter {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    padding: 14px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    width: 200px;
}
.box_content_newsletter input.name {
    width: 190px;
    height: 22px;
    border: 1px solid #cdcdcd;
    margin-bottom: 5px;
    padding-left: 5px;
}
.box_content_newsletter input.email {
    width: 190px;
    height: 22px;
    border: 1px solid #cdcdcd;
    margin-bottom: 5px;
    padding-left: 5px;
}
.newsletter_box {
    width: 196px;
    text-align: right;
    height: 24px;
    padding: 0;
}
.newsletter_button {
    border: 0;
    width: 99px;
}
.menu {
    height: 36px;
    width: 698px;
    margin: 0;
    padding: 7px 0 0 10px;
    float: left;
    background: url(/images/gallery/Basis/bg_menu.jpg) repeat-x;
}
.menu a {
    padding: 0 6px 0 30px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.menu a:hover {
    color: #0094c8;
}
ul.left_menu {
    padding: 0;
    margin: 0;
}
ul.left_menu ul {
    padding: 0;
    margin: 0;
}
ul.left_menu li {
    list-style-type: none;
    text-align: left;
    width: 200px;
    line-height: 220%;
    border-top: #f2f2f2 1px solid;
    padding-top: 0;
}
.left_menu a {
    color: #414141;
    text-decoration: none;
}
.left_menu a:hover {
    color: #0097cc;
}
.left_menu .level1 {
    padding: 3px 0;
    width: auto;
}
.left_menu .level1 a {
    padding: 0 0 0 15px;
}
.left_menu .level1active_link {
    text-decoration: underline;
}
.left_menu .level2 {
    padding-left: 27px;
    width: auto;
}
.left_menu .level2 a {
    padding-left: 5px;
    color: #016394;
}
.left_menu .level2active_link {
    text-decoration: underline;
}
.left_menu .level2 a:hover {
    color: #0097cc;
}
.left_menu .level3 {
    padding-left: 18px;
    width: 152px;
}
.left_menu .level3 a {
    padding-left: 0;
    color: #626262;
}
.left_menu .level3active_link {
    text-decoration: underline;
}
.left_menu .level3 a:hover {
    color: #0097cc;
}
.left_menu .level4 {
    padding-left: 18px;
    border: 0;
    width: 150px;
}
.left_menu .level4 a {
    padding-left: 5px;
    font-weight: 400;
    width: auto;
}
.left_menu .level4active_link {
    text-decoration: underline;
}
.left_menu .level4 a:hover {
    color: #0097cc;
}
.left_menu .level5 {
    padding-left: 0;
    border: 0;
    width: 150px;
}
.left_menu .level5 a {
    padding-left: 5px;
    font-weight: 400;
    color: #016394;
}
.left_menu .level5active_link {
    text-decoration: underline;
}
.left_menu .level5 a:hover {
    color: #0097cc;
}
.icon {
    background: url(/images/gallery/Basis/icon_navi.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
    text-decoration: none;
}
.icon-plus {
    background: url(/images/gallery/Basis/plus.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
.icon-minus {
    background: url(/images/gallery/Basis/minus.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level2 .icon {
    background: url(/images/gallery/Basis/icon_test.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
    text-decoration: none;
}
li.level2 .icon-plus {
    background: url(/images/gallery/Basis/plus_blue.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level2 .icon-minus {
    background: url(/images/gallery/Basis/minus_blue.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level3 .icon {
    background: url(/images/gallery/Basis/icon_test.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
    text-decoration: none;
}
li.level3 .icon-plus {
    background: url(/images/gallery/Basis/plus_only.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level3 .icon-minus {
    background: url(/images/gallery/Basis/minus_only.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level4 .icon {
    background: url(/images/gallery/Basis/icon_test.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
    text-decoration: none;
}
li.level4 .icon-plus {
    background: url(/images/gallery/Basis/plus_only.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level4 .icon-minus {
    background: url(/images/gallery/Basis/minus_only.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level5 .icon {
    background: url(/images/gallery/Basis/icon_test.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
    text-decoration: none;
}
li.level5 .icon-plus {
    background: url(/images/gallery/Basis/test.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
li.level5 .icon-minus {
    background: url(/images/gallery/Basis/test.png) 0 2px no-repeat;
    width: 19px;
    height: 22px;
    float: left;
}
.icon a {
    display: none;
    text-decoration: none;
}
.menu_level2 {
    padding-left: 10px;
    display: none;
}
.menu_level3 {
    padding-left: 10px;
    display: none;
}
.menu_level4 {
    padding-left: 10px;
    display: none;
}
.menu_level5 {
    padding-left: 10px;
    display: none;
}
.tag_6 {
    color: #414141;
    display: inline;
    font-size: 11px;
    text-decoration: none;
}
.tag_5 {
    color: #414141;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.tag_4 {
    color: #414141;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.tag_3 {
    color: #414141;
    display: inline;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.tag_2 {
    color: #414141;
    display: inline;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.tag_1 {
    color: #414141;
    display: inline;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.flag_fr {
    display: none;
}
div.flag_fr a {
    display: none;
}
.flag_en {
    display: none;
}
div.flag_en a {
    display: none;
}
.flag_de {
    display: none;
}
div.flag_de a {
    display: none;
}
.OrderStepText {
    color: #000;
}
#orderstep_panel {
    color: #000;
}
#orderstep_panel_bubbles {
    color: #000;
}
.OrderStepText td {
    color: #000;
}
.single_article h1 {
    font-size: 15px;
    border-bottom: #c9c4a7 0 solid;
    margin: 10px 0;
}
.article_description {
    font-size: 12px;
}
.more_images {
    font-size: 11px;
    margin: 5px 0 0 10px;
    color: #ababab;
    text-align: left;
}
.article_description b {
    font-size: 12px;
}
.article_description p {
    font-size: 12px;
}
ul.prod_info {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    width: 700px;
    border: #f0f0f0 1px solid;
}
.single_article ul.prod_info {
    position: relative;
}
ul.prod_info li {
    list-style: none;
    float: left;
    padding: 15px 15px 15px 0;
}
ul.prod_info li.image {
    width: 405px;
    text-align: center;
    margin-top: 60px;
}
ul.prod_info li.info {
    margin: 0 auto;
    width: 230px;
    margin-left: 15px;
}
ul.prod_info li.bottomCorner {
    width: 530px;
    height: 10px;
    padding: 0;
    background: #fff url(/images/gallery/Basis/bg_prod_info.png) no-repeat center bottom;
}
.image_small {
    display: table;
    height: 52px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    padding: 4px;
    float: left;
    margin: 0 4px 0 0;
}
.image_small_inner {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    background-color: #fff;
    border: 0 solid #cbcbcb;
    padding: 3px;
}
.image_small_box {
    width: 405px;
    margin-left: 10px;
    background-color: #fff;
}
.image_small img {
    width: 52px;
    height: 52px;
}
.price {
    color: #414141;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 4px;
}
.price span {
    color: #414141;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 4px;
}
.Price {
    color: #414141;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 4px;
}
.price_small {
    color: #ce5d0f;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    margin-top: 2px;
    text-align: right;
}
.price_small img {
    margin-top: 4px;
}
.price_specialoffer {
    color: #ce5d0f;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    margin-top: 2px;
    text-align: center;
}
.oldprice {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 4px;
}
.oldprice_linethrough {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 4px;
    text-decoration: line-through;
}
.small_text {
    padding: 3px 0;
}
.small_text a {
    text-decoration: underline;
}
.attribute {
    float: left;
    margin-top: 6px;
    text-align: left;
    width: 186px;
}
.trading_stock {
    padding: 3px 0 14px;
}
.lieferbar {
    color: #0092c5;
}
input.basket_input {
    border: 0 solid #7D7D7D;
    margin-bottom: 6px;
    padding: 0;
}
.question_product {
    border: 0;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #f2f2f2 0, #e3e3e3 100%);
    cursor: pointer;
    height: 27px;
    color: #414141;
    width: 187px;
}
.breadcrumbs {
    padding-bottom: 10px;
}
.breadcrumbs span {
    color: #ababab!important;
}
.breadcrumb_text {
    color: #ababab!important;
}
.breadcrumbs a:link {
    color: #ababab;
    text-decoration: none;
}
.breadcrumbs a:visited {
    color: #ababab;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #ababab;
    text-decoration: underline;
}
.category h1 {
    font-size: 16px;
    border-bottom: #c9c4a7 1px solid;
    margin: 10px 0;
}
.category h2 {
    font-size: 12px;
    border-bottom: #c9c4a7 0 solid;
    margin: 0 0 6px;
}
.category h3 {
    font-size: 12px;
    border-bottom: #c9c4a7 0 solid;
    margin: 0 0 6px;
    padding-top: 10px;
}
.description_short {
    font-size: 11px;
    margin: 4px 0;
}
.scrollable {
    position: relative;
    overflow: hidden;
    width: 649px;
    height: 298px;
    border: 1px solid #f0f0f0;
}
.scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
}
.items div.arround {
    float: left;
    width: 710px;
}
.items div.sliderproduct {
    float: left;
    width: 162px;
    border-right: 1px dotted #dcdcdc;
    margin: 10px 0;
    font-size: 12px;
    overflow: hidden;
}
.scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
}
.scrollable {
    float: left;
}
a.browse {
    background: url(/images/gallery/Basis/slider_button.jpg) no-repeat;
    display: block;
    width: 24px;
    height: 300px;
    float: left;
    cursor: pointer;
}
a.right {
    background-position: top right;
}
a.right:hover {
    background-position: bottom right;
}
a.left {
    margin-left: 0;
}
a.left:hover {
    background-position: bottom left;
}
.navi a:hover {
    background-position: 0 -8px;
}
.navi a.active {
    background-position: 0 -16px;
}
.sliderproduct {
    height: 278px;
    width: 162px;
    margin-left: -1px;
}
.slider-product-text {
    padding: 0;
    width: 165px;
}
.slider-product-text a.slidelink:link {
    color: #5E5E5E;
    text-decoration: none;
}
.slider-product-text a.slidelink:visited {
    color: #5E5E5E;
    text-decoration: none;
}
.slider-product-text a.slidelink:hover {
    color: #5E5E5E;
    text-decoration: none;
}
.slider_box {
    margin: 0 0 10px;
}
.slider_image {
    text-align: center;
    width: 150px;
    overflow: hidden;
    height: 130px;
}
.slider_name {
    height: 58px;
    margin-top: 5px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 11px;
}
.slider_name2 {
    height: 47px;
    margin-top: 5px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 11px;
}
.slider_name_link {
    color: #353535;
}
.slider_price {
    margin: 10px 0;
    color: #353535;
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px;
}
.slider_price2 {
    margin: 10px 0 0;
    color: #353535;
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px;
}
.inkl_mwst_price {
    padding: 0 10px;
    font-size: 9px;
}
.inkl_mwst_price a {
    font-size: 9px;
}
.slider_details_button {
    border: 0;
    text-align: center;
    margin-top: 25px;
    margin-left: -1px;
}
.slider_details_button2 {
    border: 0;
    text-align: center;
    margin-top: 25px;
    margin-left: -1px;
}
.topsell_box {
    height: 130px;
    text-align: left;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
}
.topsell_box_name {
    overflow: hidden;
    height: 40px;
}
.topsell_box_name a {
    font-size: 11px;
    text-decoration: none;
    font-weight: 400;
}
.topsell_box_price {
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    margin-top: 10px;
    width: 100px;
}
.topsell_box_image {
    margin-top: 10px;
    height: 70px;
    overflow: hidden;
}
.topsell_box_details {
    margin-top: 10px;
}
.topsell_box_details a {
    font-size: 14px;
    text-decoration: none;
    color: #007bad;
    font-weight: 400;
}
.box_article_cat {
    float: left;
    margin: 0 6px 12px;
    min-height: 160px;
    width: 202px;
    padding: 8px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 22;
    border: 1px solid #f0f0f0;
}
.actionicon {
    border: 0;
    height: 100px;
    left: 138px;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 0!important;
}
.actionicon img {
    z-index: 0!important;
    position: absolute;
    top: -4px;
}
.article_cat_text {
    padding: 0;
    width: 196px;
}
.article_cat_image {
    text-align: center;
    width: 196px;
    overflow: hidden;
    height: 130px;
}
.article_cat_image img {
    z-index: 100!important;
}
.article_cat_name {
    height: 42px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
    color: #353535;
}
.article_cat_name a {
    color: #353535;
    text-decoration: none;
}
.article_cat_price {
    margin: 10px 0;
    color: #353535;
    font-weight: 700;
    font-size: 16px;
}
.article_cat_details_button {
    border: 0;
    text-align: center;
    margin-top: 15px;
    margin-left: -1px;
}
.brows {
    width: 690px;
    height: 30px;
    margin-left: 0;
    text-align: right;
}
.brows2 {
    width: 690px;
    height: 10px;
    margin-left: 0;
    text-align: right;
}
.buttonx {
    float: right;
    padding: 5px;
    padding-top: 6px;
}
.list {
    float: right;
    padding: 7px 5px 5px;
}
.articlePages a {
    font-size: 12px;
    text-decoration: none;
}
.articlePages_activeLink {
    color: #0088ba;
    font-weight: 700;
    text-decoration: underline;
    font-size: 12px;
}
.container {
    width: 700px;
    height: 370px;
    margin: 0 auto 20px;
}
#slider {
    width: 700px;
    height: 370px;
    background: #000 url(/images/gallery/slider/loading.gif) no-repeat center center;
    overflow: hidden;
}
#slider>img, #slider>div, #slider>a {
    display: none;
}
div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
}
div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
}
div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
}
.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
div.slider-nav {
    display: block;
}
div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}
div.slider-nav span.right {
    background: url(/images/gallery/slider/right-arrow.png);
    right: 0;
}
div.slider-nav span.left {
    background: url(/images/gallery/slider/left-arrow.png);
    left: 0;
}
.slider_box_article {
    position: absolute;
    top: 230px;
    left: 50px;
    width: 280px;
}
.slider_box_article_name {
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    text-decoration: none;
}
.slider_box_article_name a {
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    text-decoration: none;
}
.slider_box_article_description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #353535;
    text-decoration: none;
}
.slider_box_article_description a {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
    text-decoration: none;
}
.slider_box_article_price {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    text-decoration: none;
}
.slider_box_article_price a {
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    text-decoration: none;
}
.slider_box_article_float_left {
    float: left;
    margin-right: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    text-decoration: none;
}
.slider_box_article_float_right {
    float: left;
}
.slider_box_article_float_right a {
    color: #007bad;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}
.slider_box_button {
    position: absolute;
    top: 40px;
    left: 140px;
}
.tabs {
    margin-top: 20px;
}
ul.tabNavigation {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.tabNavigation li {
    display: inline;
    margin-right: -5px;
}
ul.tabNavigation li a {
    padding: 6px 20px;
    border: 1px solid #f0f0f0;
    color: #626262;
    text-decoration: none;
    font-size: 14px;
    background: url(/images/gallery/Basis/tab_nav_2.jpg) repeat-x;
}
ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
    background: url(/images/gallery/Basis/tab_nav.jpg) repeat-x;
    color: #414141;
    border: 1px solid #f0f0f0;
}
ul.tabNavigation li a:focus {
    outline: 0;
}
div.tabs>div {
    padding: 20px;
    border: 1px solid #f0f0f0;
    margin-top: 5px;
}
.tab_h2 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}
#first {
    background-color: #fff;
}
#second {
    background-color: #fff;
}
.versandtabelle_h1 {
    height: 17px;
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    margin-bottom: 10px;
}
#select_shipping_form {
    padding: 8px 14px 10px;
    background: url(/images/gallery/Basis/versandtabelle.jpg) repeat-x;
    height: 19px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: -10px;
}
#select_shipping_form2 {
    padding: 8px 14px 10px;
    background: url(/images/gallery/Basis/versandtabelle.jpg) repeat-x;
    height: 19px;
    font-size: 15px;
    color: #fff;
}
.versandtabelle_div {
    padding: 10px 14px;
    font-size: 12px;
    border: 1px solid #f0f0f0;
    border-top: 0;
}
.versandtabelle_div2 {
    padding: 10px 14px;
    font-size: 12px;
}
.versandtabelle_div b {
    font-size: 13px;
    color: #016394;
}
.versandtabelle_div2 b {
    font-size: 13px;
    color: #016394;
}
.versandtabelle_small {
    font-size: 11px;
    margin: 10px 0 20px;
}
.versand_ausland {
    color: #fff;
    font-size: 16px;
    display: inline;
    margin-top: 1px;
}
.versand_ausland2 {
    margin-top: 2px;
    display: inline;
}
.selectbox_versand {
    background: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    height: 20px;
    padding-left: 2px;
    padding-top: 2px;
    width: 185px;
}
.selectbox_versand option {
    padding: 0 5px;
    margin: 2px 0;
}
.versand_eingang {
    color: #016394;
    margin-bottom: 10px;
}
table.versand_table {
    text-align: left;
    margin: 14px 0 27px;
    width: 60%;
    border-collapse: collapse;
}
table.versand_table tr td {
    padding-right: 0px;
    border-bottom: 1px solid #C8C8C8;
    border-collapse: collapse;
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
}
table.versand_table th{
	padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
	border-collapse: collapse;
	background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
    color: #ffffff;
}
table.versand_table th b{
	color: #ffffff;
}
table.versand_table tr td b {
    color: #414141;
}
table.versand_table2 {
    text-align: left;
    margin: 14px 0 27px;
    width: 60%;
    border-collapse: collapse;
}
table.versand_table2 tr td {
    padding-right: 0px;
    border-bottom: 1px solid #C8C8C8;
    border-collapse: collapse;
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
}
table.versand_table2 th{
	padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
	border-collapse: collapse;
	background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
    color: #ffffff;
}
table.versand_table2 th b{
	color: #ffffff;
}
table.versand_table2 tr td b {
    color: #414141;
}
table.versand_table3 {
    text-align: left;
    margin: 14px 0 27px;
    width: 60%;
    border-collapse: collapse;
}
table.versand_table3 tr td {
    padding-right: 0px;
    border-bottom: 1px solid #C8C8C8;
    border-collapse: collapse;
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
    line-height: 20px;
}
table.versand_table3 th{
	padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
	border-collapse: collapse;
	background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
    color: #ffffff;
}
table.versand_table3 th b{
	color: #ffffff;
}
table.versand_table3 tr td b {
    color: #414141;
}
table.versand_table4 {
    text-align: left;
    margin: 14px 0 27px;
    width: 100%;
    border-collapse: collapse;
}
table.versand_table4 tr td {
    padding-right: 0px;
    border-bottom: 1px solid #C8C8C8;
    border-collapse: collapse;
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
    line-height: 18px;
}
table.versand_table4 th{
	padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
	border-collapse: collapse;
	background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
    color: #ffffff;
}
table.versand_table4 th b{
	color: #ffffff;
}
table.versand_table4 tr td b {
    color: #414141;
}
#flOuterContainer {
    background: #FFF;
    color: #353535;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
}
#flOuterContainer table {
    border: none;
}
td.flMain {
    padding: 0;
    text-align: center;
}
.flBorder {
    border: 0 solid #DDD;
}
.flSubTable {
    width: 100%}
#flRemoveAllFilters {
    margin-left: 2px;
}
.flFilterRedundant {
    margin-left: 5px;
}
.flCloudHeader {
    color: #000;
    padding: 4px;
    text-align: left;
    font-weight: 700;
}
strong .flEmphasis {
    text-decoration: underline;
}
.flEmphasis {
    font-weight: 700;
}
.flFrequency {
    color: #016394!important;
    margin-left: 5px;
}
.flOuterBorder {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%}
a.flResultTitle {
    font-family: arial;
    font-weight: 700;
}
a.flResultTitle .flEmphasis {
    text-decoration: underline;
}
.flShortDescription {
    font-size: 10px;
    background-color: #fff;
}
span.flPrice {
    font-weight: 700;
}
span.flOverriddenPrice {
    font-weight: 400;
    text-decoration: line-through;
}
span.flOverridingPrice {
    font-weight: 700;
    color: red;
}
.flFilterCloud a {
    color: #000;
    font-family: arial;
    text-decoration: none;
}
.flFilterCloud a:hover {
    text-decoration: underline;
    color: #000;
}
.flCloudHeader a:visited {
    color: #000;
}
.flCloudSizeClass0 a {
    font-size: 9px;
}
.flCloudSizeClass1 a {
    font-size: 10px;
}
.flCloudSizeClass2 a {
    font-size: 11px;
}
.flCloudSizeClass3 a {
    font-size: 12px;
}
.flCloudSizeClass4 a {
    font-size: 13px;
}
.flCloudSizeClass5 a {
    font-size: 14px;
}
#flRemoveAllFilters {
    color: #FF8C00;
}
#flRemoveAllFilters:hover {
    text-decoration: underline;
}
#flCloudAreasTable {
    margin-top: 1px;
}
#flCloudArea {
    background-color: #E8E8FF;
}
#flContentContainer {
    margin-right: 5px;
    border: 1px solid #A9A9A9;
}
#flSearchHeader {
    width: 100%;
    cellspacing: 0;
}
#flSearchInfo {
    font-size: 16px!important;
    font-weight: 700!important;
}
#flSearchInfo strong {
    color: #0097cc!important;
    font-size: 16px!important;
}
#flSearchInfo a {
    display: none!important;
}
#flPoweredBy {
    width: 90px;
}
#flRestrictHeader {
    border-spacing: 0;
    font-size: 12px;
    height: 17px;
}
.flContFilterRedundant {
    margin-left: 2px;
    margin-bottom: 5px;
}
ul.flFilters {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
ul.flFilters li {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.flChosenFilters {
    padding: 4px;
}
.flFilterCloud {
    padding: 4px;
}
.flFilterCloud span {
    padding-right: 4px;
}
.flFilterRedundant span {
    padding-right: 3px;
}
.flPageCurrent {
    color: #0088BA!important;
    text-decoration: none;
    font-weight: 700;
}
#flPaginator a {
    text-decoration: none;
}
.flClear {
    height: 20px;
    clear: both;
}
.ac_results {
    padding: 0;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    min-width: 250px;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: serif;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
}
.ac_loading {
    background: #fff url(indicator.gif) right center no-repeat;
}
.ac_over {
    background-color: #F0F0F0;
}
.autocompletecount {
    color: gray;
    float: right;
    font-size: 10px;
    font-weight: 700;
}
.flHighlight {
    color: #016394;
    font-weight: 400;
}
.flFilterBox {
    margin-right: 15px!important;
    margin-bottom: 20px!important;
}
.flFilterBoxFilters, .flFilterBoxAttributes {
    background-color: #f0f0f0!important;
    border: 0!important;
    border-radius: 0 0 0 0!important;
    height: 120px;
    overflow: auto;
    padding: 5px!important;
    width: 210px;
    margin: 0!important;
}
.flFilter a:hover, .flChosenFilter a:hover {
    background: none!important;
    color: #0097cc!important;
}
#flFilterContainer {
    padding: 0!important;
    float: left;
}
.flFilterBoxFilters {
    margin-top: 5px!important;
}
#sb-wrapper {
    position: absolute!important;
}
.sort_sort {
    float: left;
    padding: 7px 10px 0 0;
}
.sort_order {
    float: left;
    padding: 4px 10px 0 0;
}
.sort_order form {
    padding: 0 height:30px;
}
.stock_art_list {
    margin-bottom: -10px;
    margin-top: -7px;
    height: 15px;
}
td.ArticleAttrTd_0 {
    padding-top: 3px;
}
.clear {
    clear: both;
}
.plentyAttributeSelectWrapper {
    margin-bottom: 5px;
}
.plentyAttributeSelectWrapperContent {
    display: inline-block;
}
.plentyAttributeSelectWrapperContent ul {
    padding-left: 0;
}
.plentyAttributeSelectWrapperContent ul>li {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}
li.plentyAttributeSelectDisabled {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    cursor: default!important;
}
li.plentyAttributeSelectDisabled a {
    cursor: default!important;
}
.plentyAttributeSelectHasDropdown {
    position: relative;
}
.plentyAttributeSelectHasDropdown, .plentyAttributeSelectHasDropdown>div, .plentyAttributeSelectHasDropdown>.plentyAttributeSelectWrapperInnerClosed:hover {
    height: 18px;
}
.plentyAttributeSelectHasDropdown>div {
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.plentyAttributeSelectHasDropdown:hover>div {
    height: auto;
    z-index: 10000;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.plentyAttributeSelectedValue, .plentyAttributeSelectValue>a {
    padding: 0 0 0 7px;
    white-space: nowrap;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
    position: relative;
    padding-right: 20px;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue>.plentyAttributeSelectedArrow {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue>.plentyAttributeSelectedArrow>span {
    display: inline-block;
    border-style: solid;
    border-width: 5px;
    border-color: #999 transparent transparent;
}
.plentyAttributeSelectHasDropdown>div:hover .plentyAttributeSelectedValue>.plentyAttributeSelectedArrow>span {
    border-color: #777 transparent transparent;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
    max-height: 108px;
    overflow-y: auto;
    overflow-x: hidden;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper>ul>li {
    height: 18px;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper>ul>li a {
    display: block;
    padding-right: 20px;
    white-space: nowrap;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper>ul>li:hover a, .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper>ul>li a:focus {
    background: #eee;
    color: #000;
    cursor: pointer;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper>ul>li.plentyAttributeSelectDisabled:hover a, .plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper>ul>li.plentyAttributeSelectDisabled a:focus {
    background: transparent;
    color: #000;
}
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper>ul>li.plentyAttributeSelectSelected a {
    background: #eee;
}
.plentyAttributeSelectValueMarkup {
    padding-left: 5px;
}
.plentyAttributeSelectHasImageGallery ul, .plentyAttributeSelectHasTextList ul {
    margin: 0 -5px -5px 0;
    line-height: 0;
}
.plentyAttributeSelectHasTextList ul>li {
    line-height: 1.5em;
}
.plentyAttributeSelectHasImageGallery ul>li, .plentyAttributeSelectHasImageGallery ul>li>a {
    width: 60px;
    height: 60px;
}
.plentyAttributeSelectHasImageGallery ul>li, .plentyAttributeSelectHasTextList ul>li, .plentyAttributeSelectHasImageGallery ul>li.plentyAttributeSelectDisabled:hover, .plentyAttributeSelectHasTextList ul>li.plentyAttributeSelectDisabled:hover {
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 3px;
}
.plentyAttributeSelectHasImageGallery ul>li:hover, .plentyAttributeSelectHasTextList ul>li:hover, .plentyAttributeSelectHasImageGallery ul>li.plentyAttributeSelectSelected, .plentyAttributeSelectHasTextList ul>li.plentyAttributeSelectSelected {
    border-color: #999;
    cursor: pointer;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.plentyAttributeSelectHasImageGallery ul>li.plentyAttributeSelectSelected {
    background: #DDD;
}
.plentyAttributeSelectHasTextList ul>li.plentyAttributeSelectSelected {
    background: #eee;
}
.plentyAttributeSelectHasImageGallery ul>li.plentyAttributeSelectDisabled:hover, .plentyAttributeSelectHasTextList ul>li.plentyAttributeSelectDisabled:hover {
    border-color: #DDD;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.plentyAttributeSelectHasImageGallery ul>li>a {
    display: block;
    overflow: hidden;
}
.plentyAttributeSelectHasImageGallery ul>li>a>img {
    border: none;
}
.plentyAttributeSelectHasTextList ul>li a:hover, .plentyAttributeSelectHasTextList ul>li a:focus {
    color: #000;
}
.plentyAttributeSelectHasTextList .plentyAttributeSelectValue {
    padding-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.balken {
    background: url(/images/gallery/Basis/faq_bg.jpg) repeat-x scroll 0 0 transparent;
    height: 16px;
    padding: 10px 0 10px 20px;
    margin: 10px 0;
    cursor: pointer;
}
.balken a {
    text-decoration: none;
    font-size: 16px;
    color: #414141;
}
.text {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    margin: 10px 0;
}
.single_upgrade {
    position: absolute;
    top: 238px;
    left: 50%;
    text-align: left;
    margin-left: 389px;
    z-index: 1;
}
.image_single {
    margin-top: -55px;
    margin-left: 10px;
}
.tabs2 {
    margin-top: 40px;
}
ul.tabNavigation2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.tabNavigation2 li {
    display: inline;
    margin-right: -5px;
}
ul.tabNavigation2 li a {
    padding: 6px 20px;
    border: 1px solid #f0f0f0;
    color: #626262;
    text-decoration: none;
    font-size: 14px;
    background: url(/images/gallery/Basis/tab_nav_2.jpg) repeat-x;
}
ul.tabNavigation2 li a.selected2, ul.tabNavigation2 li a:hover {
    background: url(/images/gallery/Basis/tab_nav.jpg) repeat-x;
    color: #414141;
    border: 1px solid #f0f0f0;
}
ul.tabNavigation2 li a:focus {
    outline: 0;
}
div.tabs2>div {
    padding: 10px 0;
    border: 0 solid #f0f0f0;
    margin-top: 0;
}
.tab2_h2 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}
#first2 {
    background-color: #fff;
}
#second2 {
    background-color: #fff;
}
.tabs3 {
    margin-top: 20px;
}
ul.tabNavigation3 {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.tabNavigation3 li {
    display: inline;
    margin-right: -5px;
}
ul.tabNavigation3 li a {
    padding: 6px 20px;
    border: 1px solid #f0f0f0;
    color: #626262;
    text-decoration: none;
    font-size: 14px;
    background: url(/images/gallery/Basis/tab_nav_2.jpg) repeat-x;
}
ul.tabNavigation3 li a.selected3, ul.tabNavigation3 li a:hover {
    background: url(/images/gallery/Basis/tab_nav.jpg) repeat-x;
    color: #414141;
    border: 1px solid #f0f0f0;
}
ul.tabNavigation3 li a:focus {
    outline: 0;
}
div.tabs3>div {
    padding: 10px 0;
    border: 0 solid #f0f0f0;
    margin-top: 0;
}
.tab3_h2 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}
#first3 {
    background-color: #fff;
}
#second3 {
    background-color: #fff;
}
.message {
    position: absolute;
    border: 3px solid #fff;
    background: #f3f3f3;
    width: 500px;
    margin: 0 0 0 50px;
    top: 180px;
    left: 50%;
    padding: 40px;
    z-index: 2500;
}
.message, .zoomoptions {
    -moz-box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.15);
    -webkit-box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.15);
    box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.15);
}
.message:hover {
    -moz-box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.25);
    -webkit-box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.25);
    box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.25);
}
.message h1 {
    line-height: 1.2;
    margin-bottom: 10px;
}
.message .close {
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.message a {
    background: none repeat scroll 0 0 #0088bc;
    border: 1px solid #0088bc;
    color: #FFF;
    line-height: 2;
    margin: 0;
    padding: 3px 5px;
}
.message2 {
    border: 0 solid #fff;
    margin: 0;
    padding: 0;
    z-index: 2501;
    width: 600px;
}
.message2 h1 {
    line-height: 1.2;
    margin-bottom: 10px;
    color: #007bae;
    font-weight: 400;
}
.message2 .close {
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.message2 a {
    background: none repeat scroll 0 0 #0088bc;
    border: 1px solid #0088bc;
    color: #FFF;
    line-height: 2;
    margin: 0;
    padding: 3px 5px;
}
.backlink a {
    background: none repeat scroll 0 0 #434343!important;
    border: 1px solid #434343;
}
.fragen_order {
    font-size: 14px;
    padding: 10px 0 0;
}
.fragen_order b {
    font-size: 14px;
}
.fragen_order a {
    font-size: 14px;
}
#flSortForm {
    float: left!important;
    padding-top: 4px;
}
#flFilterContainer #normal, #flFilterContainer #grid, #flFilterContainer #list {
    margin-top: -1px;
    margin-left: 2px;
}
#flOuterContainer #sort_ansicht {
    margin-top: -4px;
    margin-right: -5px;
}
#sort_ansicht {
    margin-right: -12px;
}
#normal {
    background-image: url(/layout/js/2.png);
    width: 21px;
    height: 21px;
    opacity: .5;
}
#normal, #grid, #list {
    float: left;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}
#list {
    background-image: url(/layout/js/1.png);
    width: 21px;
    height: 21px;
    opacity: .5;
}
.list .article_cat_image {
    float: left;
    text-align: center;
    width: 210px;
    overflow: hidden;
}
.list .article_cat_image>a>img {
    height: 100%}
.list .article_cat_details_button>a>img {
    content: url("/images/gallery/Basis/details_button_small.jpg");
}
.list .box_article_cat>.article_cat_text>.article_cat_details_button>a>img {
    margin-left: 0!important;
    margin-top: -35px;
}
.list .box_article_cat>.actionicon img {
    position: absolute;
    top: -4px;
    z-index: 0!important;
    width: 60px;
    left: 501px;
}
.list .box_article_cat {
    float: left;
    margin: 0 0 10px;
    width: 675px;
    min-height: 0;
    padding: 10px;
    padding-bottom: 15px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 22;
    border: 1px solid #f0f0f0;
}
.list .article_cat_name {
    height: auto;
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
    color: #353535;
    width: 405px;
}
.list .article_cat_details_button {
    margin-top: 15px!important;
    padding-left: 360px!important;
    float: left;
}
#grid {
    background-image: url(/layout/js/3.png);
    width: 21px;
    height: 21px;
    opacity: .5;
}
.grid .box_article_cat>.article_cat_text {
    width: 500px;
}
.grid .box_article_cat>.article_cat_text>.article_cat_price {
    margin-left: 495px;
    margin-top: -16px;
    font-size: 14px;
}
.grid .box_article_cat>.article_cat_text>.article_cat_details_button {
    margin-top: -22px;
}
.grid .box_article_cat>.actionicon {
    display: none;
}
.grid .article_cat_image {
    display: none;
}
.grid .box_article_cat {
    float: left;
    margin: 0 0 10px;
    width: 675px;
    padding: 10px;
    padding-bottom: 15px;
    position: relative;
    top: 0;
    min-height: 0;
    left: 0;
    z-index: 22;
    border: 1px solid #f0f0f0;
}
.grid .box_article_cat>.article_cat_text {
    width: 675px;
}
.grid .article_cat_details_button a img {
    height: auto;
    margin-left: 212px;
    padding-bottom: 0;
    width: 77px!important;
    src: url(/images/gallery/Basis/button_details_cat.jpg);
    width: auto;
}
.grid .article_cat_name {
    width: 495px!important;
    margin-left: 0!important;
    height: auto;
    margin-top: auto;
    font-size: 11px;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: underline;
}
.grid .article_cat_name a {
    width: 500px;
}
.grid .article_cat_details_button {
    float: right;
    margin: 0 auto;
}
.beta {
    color: #ec624f;
    padding-top: 5px;
    float: left;
}
.active {
    opacity: 1!important;
}
.item_container {
    margin-top: 20px;
}
.item_container.list .article_cat_text {
    float: right;
    width: 445px;
}
#list:hover, #normal:hover, #grid:hover {
    opacity: 1;
}
plenty_total_results {
    font-size: 16px;
    color: #0097cc;
}
#flResults {
    float: left!important;
    margin-bottom: 10px;
}
div.paymentimg {
    float: left;
    width: 150px;
    height: 90px;
    padding: 5px;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
}
div.paymenttext {
    float: left;
    width: 510px;
    margin-bottom: 30px;
    margin-left: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}
div.t3nimg {
    float: left;
    padding: 1px;
    border: 1px solid #f2f2f2;
    margin-top: 20px;
}
.versandtabelle_h12 {
    height: 17px;
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    margin-bottom: 10px;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}
.merkzettel {
    border: none;
    padding: 0;
    margin: 5px 0 0;
}
.seotext {
    height: 200px;
    overflow: auto;
    padding: 10px;
    text-align: justify;
    width: 700px;
}
.seotext p {
    margin: 10px 0;
}
.basket .h2 {
    height: 17px;
    margin-bottom: 10px;
}
.basket .h2 a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
    text-decoration: none;
}
#PlentyWebMyAccountDisplayOrdersSearch input, #PlentyWebMyAccountDisplayOrdersSearch select {
    margin-bottom: 0;
}
.PlenyWebAddressSelectContainer {
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.PlenyWebAddressSelectList {
    margin: 0;
    padding: 0;
}
#PlentyWebAddressSelectMainContainer>.PlenyWebAddressSelectContainer>ul.PlenyWebAddressSelectList>li.PlenyWebAddressSelectRow {
    margin: 0;
    padding: 0 5px;
    list-style-type: none;
    cursor: pointer;
    border-top: 1px solid #f0f0f0;
}
.PlenyWebAddressSelectList>li:first-child {
    border-top: none;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.PlenyWebAddressSelectList>li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.PlenyWebAddressSelectList>li:hover {
    background-color: #eee;
}
.PlenyWebAddressSelectHouseNo {
    padding-left: 5px;
}
.PlenyWebAddressSelectHouseNo:after {
    content: ", "}
.PlenyWebAddressSelectZip {
    padding-left: 5px;
}
.PlenyWebAddressSelectCity {
    padding-left: 5px;
}
.PlentyWebshopOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
}
.PlentyWebshopPopup {
    display: none;
    position: absolute;
    top: 25px;
    z-index: 400010!important;
    width: 345px;
    margin-left: -172px;
    left: 50%;
    background: #fff;
    border: 4px solid #EEE;
    padding: 0 10px;
    text-align: left;
    -moz-box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.3);
    -webkit-box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.3);
    box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.3);
}
.PlentyWebshopPopup:hover {
    -moz-box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.45);
    -webkit-box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.45);
    box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.45);
}
.PlentyWebshopPopupTitleContainer {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    border-bottom: 1px solid #000;
    padding: 7px 1px 3px;
}
.PlentyWebshopMainContainer {
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}
.PlentyWebshopTitle {
    float: left;
    display: inline-block;
    font-size: 14px;
}
.PlentyWebshopPopupCloseButton {
    float: right;
    display: inline-block;
}
.PlentyWebshopOverlayClose {
    display: inline-block;
    height: 19px;
    width: 19px;
    position: relative;
    top: 1px;
    background: url(/images/icons/silk/close_tab.png) left center no-repeat;
    cursor: pointer;
}
.PlentyWebshopOverlayClose:hover, .PlentyWebshopOverlayClose:focus {
    background-position: right center;
}
.PlentyWebshopPopup .plentyMessageBox, .PlentyWebshopPopup .plentyErrorBox {
    width: auto;
    margin-bottom: 0;
}
.PlentyWebshopClear {
    clear: both;
}
.crosssellingsMini .crossselling {
    width: 344px;
    clear: both;
    float: left;
    margin-top: 20px;
}
.crosssellingsMini .uvpimage {
    margin: -10px 0 0 134px;
}
.crosssellingsMini .produkt {
    height: 150px;
    width: 162px;
    margin: 10px 10px 20px 0;
    border-top: solid 1px #c2c2c2;
    float: left;
}
.crosssellingsMini .produkt_picture {
    width: 163px;
    height: 60px;
    text-align: center;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
}
.crosssellingsMini .produkt_picture a {
    position: absolute;
    bottom: 0;
    display: block;
    width: 151px;
    text-align: center;
    background: #fff;
    color: #333;
}
.crosssellingsMini .produkt_picture a img {
    max-height: 50px;
}
.crosssellingsMini .produkt a {
    border: 0;
    padding: 0;
    positipon: absolute;
    background: #fff;
    color: #333;
}
.crosssellingsMini .produkt_info {
    width: 163px;
    height: 80px;
    overflow: hidden;
    font-size: 11px;
}
.crosssellingsMini .produkt_info .produkt_price {
    font-size: 120%;
    padding-top: 0;
}
.crosssellingsMini .zoomoptions {
    display: none;
    margin: -64px 0 0 -40px;
}
.add_basket_ajax {
    display: inline-block;
    width: 130px;
    height: 32px;
    background: none;
    border: 0;
    line-height: 32px;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.PlentyWebshopButton.add_basket_ajax:hover, .PlentyWebshopButton.add_basket_ajax:focus {
    color: #FFF;
}
#basket_amount_comma {
    color: #fff;
}
#button_add_basket_ajax {
    background: url(/layout/svrshp24/images/single-basket-button.png) top left no-repeat;
    height: 27px;
    width: 187px;
}
#button_add_basket_ajax:hover {
    background-position: bottom left;
}
#overlay_cross #button_add_basket_ajax {
    background-image: url(/images/gallery/Basis/wk_manual.jpg);
    height: 27px;
    width: 33px;
    background-repeat: no-repeat;
}
.wkvorschau {
    background: none repeat scroll 0 0 #005a89;
    display: none;
    margin: 8px 0 0 -46px;
    padding: 0 5px;
    position: absolute;
    width: 262px;
    z-index: 10000;
}
.wkvorschauartikel {
    width: 250px;
    margin: 0 0 5px;
    min-height: 60px;
    padding: 5px;
    border: 1px solid #fff;
    background: #fff;
}
.wkvorschauartikel:first-child {
    border-top-style: solid;
}
.wkimage {
    max-height: 55px;
    max-width:  55px;
}
.wklink {
    display: block;
    margin: 6px 0 0 5px;
    font-size: 11px;
    line-height: 2.2;
    color: #fff!important;
}
.wklink span {
    display: block;
    margin: -2px 3px 0 0;
    float: right;
    color: #fff;
    background: none repeat scroll 0 0 #341b05;
    border: 1px solid #b8aca2;
    padding: 0 5px;
    margin-right: 2px;
}
.wklink span:hover, .wklink span:focus {
    color: #fff;
}
.wkanzahl {
    font-size: 12px;
    font-weight: 700;
}
.konttext a {
    font-size: 12px;
    line-height: 15px;
}
.konttext {
    float: right;
    width: 160px;
}
.kontlogos {
    float: left;
    width: 70px;
}
.wkimage {
    vertical-align: center;
}
.tabmsbox {
    width: 248px;
    height: 70px;
    float: right;
    padding: 5px 10px 5px 5px;
    font-size: 13px;
    background: #b5a79b;
    margin-top: 39px;
}
.tabmsbox ul {
    padding: 0;
    margin: 0;
}
.tabmsbtns {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #b5a79b;
}
.tabmsbtns li {
    float: left;
    padding: 0 10px;
    margin: 2px 0 0;
    height: 25px;
    list-style-type: none;
    color: #fff;
}
.tabmsbtns li a {
    color: #fff;
}
.tabmsbtns li a:hover {
    color: #341b05;
}
.tabmsbtns li.active {
    background: #b5a79b;
}
.tabmsbtns li.active a:link, .tabmsbtns li.active a:hover {
    color: #341b05;
    cursor: default!important;
}
.tabms_cart {
    position: relative;
    margin: 0;
    padding: 0 5px 6px 0;
    height: 35px;
    width: 230px;
    display: none;
}
.tabms_cart.active {
    display: block;
}
.produkt_price .plenty-base-price {
    display: block;
    clear: both;
    font-size: 60%;
    line-height: 80%;
    color: #999;
}
.wkvorschauartikel .plenty-base-price {
    display: block;
    font-size: 80%}
#flFilterContainer {
    margin: 15px 0!important;
    width: 100%!important;
}
#flMainFilters .flFilterBox {
    float: left!important;
    width: 165px!important;
}
.flFilterBox {
    float: left!important;
    margin: 5px 10px 0 0 !important;
    width: 165px!important;
}
.flFilterBoxFilters, .flFilterBoxAttributes {
    background-color: transparent!important;
    border: 1px solid #f0f0f0!important;
    margin: 5px 0 15px!important;
    width: 155px!important;
}
.flFilterBoxFilters ul li .flRemoveAllFilters {
    color: #0097cc!important;
}
.flFrequency {
    color: #0097cc!important;
}
.single_upgrade {
    top: auto;
    margin-top: -3px;
}
.box_content_countdown {
    background: url(/images/gallery/Basis/timer_bg.jpg) no-repeat scroll center center transparent;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    font-size: 12px;
    height: 90px;
    margin: 0;
    padding: 13px;
    text-align: center;
    width: 202px;
    line-height: 30px;
}
.countdown {
    font-weight: 700;
}
.countdown div {
    color: #007bad;
    text-align: center;
    font-size: 28px;
}
.single_content_countdown {
    text-align: center;
    width: 250px;
    text-align: left;
    margin: 0;
    display: inline-block;
}
.single_content_countdown .countdown div {
    color: #414141;
    font-size: 12px;
    text-align: left;
    margin: 0;
}
.single_content_countdown .countdown {
    text-align: left;
    margin: 0;
    display: inline-block;
}
.widerruf {
    line-height: 20px;
}
.widerruf h1 {
    padding: 8px 0;
    font-size: 18px;
    font-weight: 700;
    list-style-type: none;
    margin: 0;
}
.widerruf h2 {
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.widerruf p {
    padding: 0;
    margin: 0;
}
.widerruf b {
    font-size: 12px;
    padding-top: 8px 0;
}
.box_content_countdown_enno {
    background: url(/images/gallery/Basis/timer_bg.jpg) no-repeat scroll center center transparent;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    width: 159px;
    height: 95px;
    font-size: 12px;
    margin: 0;
    padding: 14px 14px 14px 55px;
    text-align: left;
    line-height: 30px;
}
.box_content_countdown_enno span {
    display: inline-block;
    width: 130px;
}
div.ampel_enno {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 25px;
    margin: 3px 20px 0 0;
    vertical-align: middle;
}
.formtable {
    width: 100%}
.formtable input[type="text"] {
    box-shadow: inset 1px 1px 5px #cbcbcb;
    border: 1px solid #cbcbcb;
    width: 96%!important;
    padding: 2%}
.formtable textarea {
    box-shadow: inset 1px 1px 5px #cbcbcb;
    width: 96%!important;
    padding: 2%!important;
    border: 1px solid #cbcbcb!important;
}
.formtable input[type="submit"], .filter .headline {
    background: #4695d0;
    background: -moz-linear-gradient(top, rgba(70, 149, 208, 1) 0%, rgba(65, 138, 196, 1) 23%, rgba(46, 97, 151, 1) 77%, rgba(40, 84, 138, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(70, 149, 208, 1)), color-stop(23%, rgba(65, 138, 196, 1)), color-stop(77%, rgba(46, 97, 151, 1)), color-stop(100%, rgba(40, 84, 138, 1)));
    background: -webkit-linear-gradient(top, rgba(70, 149, 208, 1) 0%, rgba(65, 138, 196, 1) 23%, rgba(46, 97, 151, 1) 77%, rgba(40, 84, 138, 1) 100%);
    background: -o-linear-gradient(top, rgba(70, 149, 208, 1) 0%, rgba(65, 138, 196, 1) 23%, rgba(46, 97, 151, 1) 77%, rgba(40, 84, 138, 1) 100%);
    background: -ms-linear-gradient(top, rgba(70, 149, 208, 1) 0%, rgba(65, 138, 196, 1) 23%, rgba(46, 97, 151, 1) 77%, rgba(40, 84, 138, 1) 100%);
    background: linear-gradient(to bottom, rgba(70, 149, 208, 1) 0%, rgba(65, 138, 196, 1) 23%, rgba(46, 97, 151, 1) 77%, rgba(40, 84, 138, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4695d0', endColorstr='#28548a', GradientType=0);
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 10px 30px;
    text-shadow: 0 0 1px #002C5C;
    cursor: pointer;
}
.filter span {
    color: #fff!important;
}
.filter .price p {
    margin: 5px 0;
}
.filter .price span {
    color: #000!important;
    font-size: 12px!important;
}
.filter #flOuterContainer span {
    color: #000!important;
}
.box_article_cat {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.box_article_cat:hover {
    box-shadow: 0 0 2px #6B6B6B;
}
.tooltip {
    max-width: 260px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    z-index: 22;
}
.filter {
    margin-bottom: 15px;
}
.filter .headline * {
    color: #fff;
}
.filter .headline {
    padding: 10px;
    margin-bottom: 5px;
}
.filter .headline .float_right {
    position: relative;
    padding-right: 35px;
}
.filter .headline .float_right .mobil-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}
.filter .headline .float_right .mobil-icon span {
    background-color: #fff;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    width: 20px;
}
.filter #flOuterContainer {
    display: none;
}
.plentyMessageBox {
    margin-bottom: 60px;
    margin-top: 5px;
    padding: 10px;
    position: relative;
    width: auto!important;
    background: #0099ce;
    text-align: center;
    font-size: 18px;
}
span.plentyMessageBoxTitle {
    display: none;
}
div.plentyMessageBoxTitle {
    display: none;
}
span.PlentyAdviceMsg {
    font-size: 18px;
    color: #fff;
}
span.PlentyAdviceMsg a {
    color: #fff;
    font-size: 12px;
}
.plentyErrorBox {
    background: none #9e2e2e;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
}
.plentyErrorBoxTitle {
    display: none;
}
.plentyErrorBox strong {
    display: none;
}
.PlentyErrorPane {
    border: 0!important;
}
.PlentyErrorMessageBox {
    background: url(/images/gallery/Basis/bg_error.jpg) repeat-x #6f0404;
    color: #FFF;
    border: 0 solid!important;
    padding: 10px;
}
.plentyErrorBoxContent {
    color: #FFF;
}
.toplinks a {
    text-decoration: none;
}
.sternchen {
    font-size: 16px;
    color: #0091c8;
}
.sternchen-link {
    cursor: pointer;
    text-decoration: underline;
    color: #0091c8;
}
.sternchen-text {
    display: none;
    padding-top: 15px;
}
.sternchen-text.aktiv {
    display: block;
    width: 980px;
    margin: 0 auto;
}
.single-image-hint {
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    left: 14px;
}
.single-image-hint-div {
    text-align: left;
    cursor: pointer;
    margin: 10px;
}

.fl-autocomplete.fl-has-two-columns .fl-item-product, .fl-autocomplete.fl-has-two-columns .fl-block-product {
    margin-left: 25% !important;
    width: 500px !important;
    
}
.fl-autocomplete .ui-menu-item .col.price {
    float: right;
    text-align: right;
    width: 20% !important;
}
.fl-autocomplete .ui-menu-item .col.label {
    width: 70% !important;
}
.fl-autocomplete.fl-has-two-columns li.fl-item-cat, .fl-autocomplete.fl-has-two-columns li.ui-autocomplete-category.fl-block-cat, .fl-autocomplete.fl-has-two-columns li.fl-item-vendor, .fl-autocomplete.fl-has-two-columns li.ui-autocomplete-category.fl-block-vendor, .fl-autocomplete.fl-has-two-columns li.fl-item-landingpage, .fl-autocomplete.fl-has-two-columns li.ui-autocomplete-category.fl-block-landingpage {
    clear: left;
    float: left;
    width: 25% !important;
}
.fl-autocomplete.fl-has-two-columns .fl-item-product, .fl-autocomplete.fl-has-two-columns .fl-block-product {
    margin-left: 25% !important;
    width: 530px !important;
}
.fl-autocomplete .ui-autocomplete-allResults {
    background: none repeat scroll 0 0 #88b914 !important;
    text-decoration: none !important;
}
.fl-autocomplete .ui-autocomplete-allResults h3 {
    font-size: 12pt !important;
color:#ffffff !important;
}
.fl-autocomplete .ui-autocomplete-category h3 b {
    font-size: 12pt !important;
color:#ffffff !important;
}
.fl-autocomplete.fl-use-two-columns-layout .ui-autocomplete-category h3 {
    border-bottom: 0px solid #ccc !important;
}
.fl-autocomplete.fl-has-two-columns .ui-autocomplete-allResults {
    border-top: 0px solid #ccc !important;
}
.fl-autocomplete li.ui-menu-item a {
    padding: 8px 8px 8px 16px !important;
}
.fl-autocomplete .ui-menu-item .fl-ac-highlight {
    color: #0189bb !important;
}
.price-label {
        color: #414141;
        font-size: 14px !important;
        font-weight: normal !important;
        padding: 0px;
        margin: 0px;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {margin:0px !important;}

/*TechnicalData Labels*/
.technical {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #f0f0f0; 
	text-align: justify;
}
span.technical.tab-technical{
	padding: 0;
	margin-top: 0;
	border: 0px solid #f0f0f0; 
}
.technical ul {
	padding: 0;
	margin: 0;
}
.technical ul li {
	display: inline-block;
	background-color: rgb(0, 162, 222);
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 2px;
}
.technical ul li a{
	color: #fff;
}
.technical ul li a:hover{
	color: #eee;
}
.technical ul li.success {
	background-color: #56a510;
}
.technical ul li.warning {
	background-color: #575757;
}
.technical ul li.alert {
	background-color: #ca0200;
}

div.header div.language a {
	text-decoration: none;	
}

#versandkosten .ml70 {
	margin-left:70px;
}
.head-zone {
	font-size: 12px;
	color: #016394;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}
#versandkosten .all-versandk {
	font-weight: bold;
	text-decoration: none;
	margin-top: 50px;
	display: block;
}
.bereiche {
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}
.versand-headline {
	background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
}
.chooseversand img {
	cursor:pointer;
}
ul.laender {
	list-style: none;
	padding: 0px;
	text-align: center;
}
ul.laender li {
	display: inline-block;
	padding-right: 10px;
}
ul.versand-dienst {
	padding: 0px;
	list-style: none;
}
ul.versand-dienst li {
	display: inline-block;
	padding-left: 20px;
	padding-bottom:10px;
}
.versand-headline.first {
	margin-bottom: 20px;
	margin-top: 0px;
}
.versand-headline {
	margin-bottom: 20px;
	margin-top: 20px;
}
.versand-inhalte .current {
	display:block;
}
.de-dhl,
.de-dhl-express,
.de-dpd,
.de-dpd-express,
.de-ups,
.de-ups-express,
.de-spedition,
.de-sameday,

.oe-dhl,
.oe-dhl-express,
.oe-dpd,
.oe-ups,
.oe-ups-express,
.oe-FedEx,
.oe-sameday,
.oe-spedition,

.ch-dhl,
.ch-dhl-express,
.ch-ups,
.ch-ups-express,
.ch-FedEx,
.ch-spedition,

.eu-dhl,
.eu-dhl-express,
.eu-ups,
.eu-ups-express,
.eu-FedEx,
.eu-spedition,

.welt-dhl,
.welt-dhl-express,
.welt-ups-express,
.welt-FedEx,
.welt-spedition

{
	display:none;	
}
.icon-inhalt {
	float: left;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 5px;
}
.inhalt-head {
	font-size: 13px;
	color: #016394;
	font-weight: bold;
	margin-bottom: 5px;
}

.text-inhalt {
	padding: 5px 10px;
}
.clearfix {
	clear: both;
}
.tobasket-message h4 {
	color:  #0091c8;
	font-size: 16.001px;
	font-weight: 700;
	margin-top: 2px;
}
.PlentyWebshopPopupCloseButton {
	position: absolute;
	right: 0;
}
.message-tobasket {
	padding: 15px;
	background: #fff;
	
}
ul.tobasket-inline img {
	max-width: 100%;
}
ul.tobasket-inline {
	padding: 0px;
	list-style: none;
}
ul.tobasket-inline li {
	display: inline-block;
	max-width: 47%;
	padding-right:2%;
	text-align: center;
}
.PlentyWebshopPopup {
	display: none;
	position: absolute;
	top: 25px;
	z-index: 400010!important;
	width: 480px;
	margin-left: -240px;
	left: 50%;
	background: #fff;
	border: 0px solid #EEE;
	padding: 0px;
	text-align: left;
	-moz-box-shadow: 1px 2px 6px 1px rgba(38,43,55,0.3);
	-webkit-box-shadow: 1px 2px 6px 1px rgba(38,43,55,0.3);
	box-shadow: 1px 2px 6px 1px rgba(38,43,55,0.3);
}
.article-image-overlay {
	border: 1px solid #ccc;
	padding: 15px;
	top: -40px;
	position: relative;
}
a.PlentyWebshopOverlayClose {
	right: 15px;
}
.tobasket-message h5 {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 0px;
	margin-bottom: 30px;
}
a.weitereinkaufen {
	background: -webkit-linear-gradient(90deg, #cecece 0%, #ffffff 100%);
	background: -moz-linear-gradient(90deg, #cecece 0%, #ffffff 100%);
	background: -o-linear-gradient(90deg, #cecece 0%, #ffffff 100%);
	background: -ms-linear-gradient(90deg, #cecece 0%, #ffffff 100%);
	background: linear-gradient(0deg, #cecece 0%, #ffffff 100%);
	display: inline-block;
	width: 192px;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
}
a.zumwarenkorb {
	background: -webkit-linear-gradient(90deg, #025688 0%, #0399cd 100%);
	background: -moz-linear-gradient(90deg, #025688 0%, #0399cd 100%);
	background: -o-linear-gradient(90deg, #025688 0%, #0399cd 100%);
	background: -ms-linear-gradient(90deg, #025688 0%, #0399cd 100%);
	background: linear-gradient(0deg, #025688 0%, #0399cd 100%);
	color: #fff;
	display: inline-block;
	width: 192px;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
}
.PlentyWebshopOverlayClose {
	display: inline-block;
	height: 19px;
	width: 19px;
	position: relative;
	top: 0px;
	background: url(https://www.servershop24.de/layout/svrshp24/images/close-tobasket.png) no-repeat;
	cursor: pointer;
}
.PlentyWebshopOverlayClose:hover, .PlentyWebshopOverlayClose:focus {
	background-position: inherit;
}
a.weitereinkaufen:hover,a.zumwarenkorb:hover {
	opacity:0.7;
}
.mymessage.bad {
	background-color: rgba(148, 66, 66, 1);
	border: 0px solid #fbd3c6;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
}
.message-tobasket a {
	cursor: pointer;
}

body > img,
body > iframe {
	visibility: hidden;
}

h1.category { 
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #e8e8e8 0%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8e8e8 0%,#b3b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8e8e8 0%,#b3b3b3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e8e8e8 0%,#b3b3b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
	font-size: 16px;
	font-weight: 700;
	height: 16px;
	padding: 10px 0 10px 14px;
  	margin: 0 0 10px 0;
}

/*Category Banner*/

.category-banner {
	margin-left: -7.5px;
  	margin-right: -7.5px;
  	height: 220px;
  	margin-top: 10px;
}
.category-banner .col {
	float: left;
	padding: 15px;
	text-align: center;
	position: relative;
	height: 180px;
	background-image: -moz-linear-gradient( 90deg, rgb(42,89,143) 0%, rgb(68,144,203) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(42,89,143) 0%, rgb(68,144,203) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(42,89,143) 0%, rgb(68,144,203) 100%);
	margin-left: 7.5px;
	margin-right: 7.5px;
  	margin-bottom: 20px;
}
.category-banner .col-4 {
	width: 193px;
}
.category-banner .col-6 {
	width: 312px;
}
.category-banner .col-12 {
	width: 669px;
}
.category-banner .col:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(68,144,203) 0%, rgb(42,89,143) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(68,144,203) 0%, rgb(42,89,143) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(68,144,203) 0%, rgb(42,89,143) 100%);
}
.category-banner .col img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 25px auto;
}
.category-banner .col .img {
	min-height: 100px;
}
.category-banner .col h3 {
	color: #fff;
	margin-top: 20px;
}
.category-banner .col a {
	text-decoration: none;
}
/*************************
* Retouren - Seite - Styling 
**************************/

.retoure-page h2 {
    margin-top: 55px;
    margin-bottom: 25px;
}
.tab-inhalt .konto-image {
    padding: 15px;
    border: 1px solid #eee;
}
ul.menu-retoure {
    list-style: none;
    padding: 0px;
}
.tab-inhalt {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.tab-inhalt img {
    max-width: 100%;
}
.menu-retoure  {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
}
.menu-retoure  li {
    float: left;
    width: 32.8%;
    padding-right: 0.5%;
}
.menu-retoure  input[type=radio] {
  position: absolute;
  visibility: hidden;
}
[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}

.menu-retoure  label {
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 14px 10px; 
    height: 45px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: -webkit-linear-gradient(90deg, #ededed 0%, #fbfbfb 100%);
    background: -moz-linear-gradient(90deg, #ededed 0%, #fbfbfb 100%);
    background: -o-linear-gradient(90deg, #ededed 0%, #fbfbfb 100%);
    background: -ms-linear-gradient(90deg, #ededed 0%, #fbfbfb 100%);
    background: linear-gradient(0deg, #ededed 0%, #fbfbfb 100%);
}

[id^=tab]:checked + label {
    background: -webkit-linear-gradient(90deg, #00588b 0%, #008dc2 100%);
    background: -moz-linear-gradient(90deg, #00588b 0%, #008dc2 100%);
    background: -o-linear-gradient(90deg, #00588b 0%, #008dc2 100%);
    background: -ms-linear-gradient(90deg, #00588b 0%, #008dc2 100%);
    background: linear-gradient(0deg, #00588b 0%, #008dc2 100%);
    
}
[id^=tab]:checked + label span {
    color: #fff;
}
.menu-retoure li span:before {
    position: relative;
    right: 15px;
    bottom: -15px;
}
.field1 label span:before{
    content:url('https://www.servershop24.de/layout/svrshp24/images/retoure/user-blau.png');
}
.field2 label span:before{
    content:url('https://www.servershop24.de/layout/svrshp24/images/retoure/form-blau.png');
}
.field3 label span:before{
    content:url('https://www.servershop24.de/layout/svrshp24/images/retoure/tel-blau.png');
}

.field1 [id^=tab]:checked + label span:before{
    content:url('https://www.servershop24.de/layout/svrshp24/images/retoure/user-weiss.png');
}
.field2 [id^=tab]:checked + label span:before{
    content:url('https://www.servershop24.de/layout/svrshp24/images/retoure/form-weiss.png');
}
.field3 [id^=tab]:checked + label span:before{
    content:url('https://www.servershop24.de/layout/svrshp24/images/retoure/tel-weiss.png');
}

.menu-retoure  label span {
    position: relative;
    bottom: 15px;
}
.tab-content {
    z-index: 2;
    display: none;
    text-align: left;
    width: 300%;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: transparent;
    left: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-bottom: 3px solid #eeeeee;
}
#tab-content2 {
    margin-left: -100%;
}
#tab-content3 {
    margin-left: -200%;

}
.manuell-box-wrapper {
    margin-top: 20px;
    text-align: center;
}
.manuell-box-wrapper .box {
    display: inline-block;
    width: 230px;
    height: 47px;
    text-align: left;
    padding: 15px;
    border: 1px solid #eeeeee;
}
.box span {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    top: 3px;
}
.tab-inhalt img {
    max-width: 100%;
    padding-right: 10px;
}
.hinweis-retoure {
    clear: both;
    display: block;
}

/*Feedaback Blog*/

.feedback-sidebar h3 {
	margin: 15px 0 5px;
	font-size: 14px;
	text-align: left;
}
.feedback-sidebar h4 {
	text-align: left;
}
.feedback-sidebar p {
	text-align: left;
}
.feedback-sidebar a {
	text-decoration: none;
}
.feedback-sidebar img {
    border: 1px solid #eee;
    width: 100%;
}
.feedback-sidebar > .box_content_cat {
	text-align: center;
	padding-bottom: 15px;
}
a.btn-readmore {
    background: -webkit-linear-gradient(90deg, #28548a 0%, #4594cf 100%);
    background: -moz-linear-gradient(90deg, #28548a 0%, #4594cf 100%);
    background: -o-linear-gradient(90deg, #28548a 0%, #4594cf 100%);
    background: -ms-linear-gradient(90deg, #28548a 0%, #4594cf 100%);
    background: linear-gradient(0deg, #28548a 0%, #4594cf 100%);
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}
/*server-kaufen*/

.server-kaufen h1 {
	color: #2c6fae;
	font-size: 20px;
	font-weight: bold;
}
.server-kaufen h2 {
	color: #2c6fae;
	font-size: 18px;
	font-weight: bold;
}
.server-kaufen h3 {
	color: #2c6fae;
	font-size: 18px;
	font-weight: bold;
	margin-top:10px;
}
.server-kaufen h4 {
	margin-bottom: 5px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.server-kaufen p {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
}
.server-kaufen img {
	padding-bottom: 15px;
	
}
.server-kaufen ul {
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 10px;

}
.server-kaufen li {
    background: url(/images/gallery/Basis/footer_harken.png) no-repeat;
    padding-left: 21px;
    color: #414141;
    margin-bottom: 8px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
}
.server-kaufen li a {
	text-decoration: none;

}
.server-kaufen .smallquote p {
	color: #a0a0a0;
	font-style: italic;
	font-size: 12px;  
}
.server-kaufen .col-3 {
    float: left;
    width: 200px;
    padding: 15px;
}
.server-kaufen .col-6 {
    float: left;
    width: 320px;
    padding: 15px;
}
.server-kaufen .button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0098ce+0,005487+100 */
	background: #0098ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #0098ce 0%, #005487 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0098ce), color-stop(100%,#005487)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0098ce 0%,#005487 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0098ce 0%,#005487 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0098ce 0%,#005487 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0098ce 0%,#005487 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098ce', endColorstr='#005487',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom:15px;
	height: 45px;
	line-height: 45px;
	min-width:100px;
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	position: relative;
	top: 1px;
	cursor: pointer;
}
.server-kaufen .button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007299+0,003351+100 */
	background: #007299; /* Old browsers */
	background: -moz-linear-gradient(top,  #007299 0%, #003351 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007299), color-stop(100%,#003351)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007299 0%,#003351 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007299 0%,#003351 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007299 0%,#003351 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007299 0%,#003351 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007299', endColorstr='#003351',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom:15px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	position: relative;
	top: 1px;
	cursor: pointer;
}
.server-kaufen hr {
	color: #f5f5f5;
	margin-top: 30px;
	margin-bottom: 30px;
}
.server-kaufen iframe {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Crossselling NEU*/

.cross-box a{
	text-decoration: none;
}
.cross-box .more{
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    top: 0;
    left: 0;
    right: 0;
}
.cross-box .filter{
	margin-bottom: 0;
}
.cross-box .less{
	color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    top: 0;
    left: 0;
    right: 0;
}
.cross-box .size{
   display: inline-block;
   background-color: #575757 ;
   color: #fff;
   padding: 7px 5px;
   min-width: 45px;
   text-align: center;
}
.cross-box .fa{
	color: #fff;
}
.cross-box .showmore_trigger.gradient{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 8px;
}
.cross-box .showmore_trigger {
background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
    height: 30px;
    position: relative;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px -20px 48px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px -20px 48px 0px rgba(255,255,255,1);
    box-shadow: 0px -20px 48px 0px rgba(255,255,255,1);
    text-align: center;
    cursor: pointer;
}
.cross-box .item-name {
    display: inline-block;
    width: 150px;
    white-space: normal;
    vertical-align: middle;
    padding-left: 6px;
    line-height: 14px;
}
.upgrade img{
	height: 33px;
}
.cross-box:nth-child(even) {
    clear: both;
}

.cross-box {
    width: 345px;
    margin-top: 20px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.cross-box .item {
    margin-bottom: 5px;
    background-color: #eee;
    width: 100%;
    clear: both;
}
.cross-box .article_order_form{
	display: inline-block;
	float: right;
}
.cross-box .upgrade{
	display: inline-block;
    float: right;
}
.cross-box .slider_price2{
   font-size: 12px;
   line-height: 10px;
   padding-right: 5px;
   float: right;
}
.cross-box.box-right{
	float: right;
}
.cross-box.box-left{
	float: left;
}
.cross-box .button {
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:5px;
    height: 25px;
    line-height: 25px;
    min-width:100px;
    text-align: center;
    text-decoration:none;
    position: relative;
    top: 1px;
    float: right;
    cursor: pointer;
}
.cross-box .btn-blue { 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0098ce+0,005487+100 */
    background: #0098ce; /* Old browsers */
    background: -moz-linear-gradient(top,  #0098ce 0%, #005487 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0098ce), color-stop(100%,#005487)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0098ce 0%,#005487 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0098ce 0%,#005487 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0098ce 0%,#005487 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0098ce 0%,#005487 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098ce', endColorstr='#005487',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
}
.cross-box .btn-gray { 
  background-image: -moz-linear-gradient( 90deg, rgb(179,179,179) 0%, rgb(233,233,233) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(179,179,179) 0%, rgb(233,233,233) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(179,179,179) 0%, rgb(233,233,233) 100%);
    color: #333;
}
.tabs table {
    line-height: 30px;
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 1px solid #f1f1f1 !important;
}
.eu-FedEx .text-inhalt{
	padding-left: 79px;
}
.eu-dhl-express .text-inhalt{
	padding-left: 79px;
}
.welt-dhl .text-inhalt{
	padding-left: 79px;
}
.eu-ups-express .text-inhalt{
	padding-left: 79px;
}
#main_column p{
	line-height: 16px;
}
.showmore { line-height:18px; }
.showmore_content { position:relative; overflow:hidden; }           
.showmore_trigger { 
	
}
.flag-icon{
	padding-right: 5px;
}
.about-us-banner{
	background-image: url(https://www.servershop24.de/layout/svrshp24/images/banner-about-us.jpg);
	height: 290px;

}
.about-us h1{
	text-align: right;
    padding-right: 235px;
    padding-top: 60px;
    font-size: 20px;
    font-weight: bold;
}
.about-us h3{
	text-align: right;
    padding-right: 70px;
}
.img-text{
	float: left;
    margin-right: 15px;
    margin-top: 7px;
}
a.img-link {
    text-decoration: none;
}
.laender .active img{
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,117,167,1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,117,167,1);
	box-shadow: 0px 0px 10px 2px rgba(0,117,167,1);
}

/*tab-menü*/

.tabbed {
	border-bottom: 1px solid #000;
	overflow: hidden;
	transition: border 250ms ease;
}
.tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: visible;
    float: left;
    padding-left: 18px;
    list-style-type: none;
}
.tabbed ul * {
	margin: 0px;
	padding: 0px;
}
.tabbed ul li {
    display: inline-block;
    padding: 4px 4px 4px;
    margin-right: 3px;
    position: relative;
    min-height: 10px;
    cursor: pointer;
    transition: all 250ms ease;
    min-width: 60px;
    text-align: center;
    vertical-align: bottom;
}
.tabbed ul li:before,
.tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    background-color: #FFF;
    transition: all 250ms ease;
}
.tabbed ul li:before {
	right: -7px;
	transform: skew(30deg, 0deg);
	box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}
.tabbed ul li:after {
	left: -7px;
	transform: skew(-30deg, 0deg);
	box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
	background-color: #F4F7F9;
	color: #444;
}
.tabbed ul li.active {
	z-index: 3;
}
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
	background-color: #000;
	color: #fff;
}

/* Round Tabs */
.tabbed.round ul li {
	border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
	border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
	border-radius: 8px 0 0 0;
}
.tabbed.skin-silver {
	border-bottom-color: #D7DDE1;
}
.tabbed.skin-silver ul li,
.tabbed.skin-silver ul li:before,
.tabbed.skin-silver ul li:after {
	background-color: #D7DDE1;
	color: #666;
}
.tabbed.skin-silver ul li:hover,
.tabbed.skin-silver ul li:hover:before,
.tabbed.skin-silver ul li:hover:after {
	background-color: #E3E9ED;
}
.tabbed.skin-silver ul li.active,
.tabbed.skin-silver ul li.active:before,
.tabbed.skin-silver ul li.active:after {
	background-color: #BDC3C7;
	color: #FFF;
}
.versand-inhalte{
	border: 1px solid #D7DDE1;
	border-top: none;
	padding: 15px;
}
.contact_num{
	list-style: none;
	line-height: 20px;
	padding-left: 0;
}
.flag_footer{
    color: #0482B1;
    border: 1px solid #0482B1;
    padding: 0 3px;
    margin-right: 3px;
    font-size: 10px;
}
.footer ul .flag_list{
	margin-top: -14px;
	padding-left: 18px;
}
table.versand_table4.spedition th {
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
    border-collapse: collapse;
    color: #414141;
    border: 1px solid #F0F0F0;
    background: none;
}
table.versand_table4.spedition tr td {
    padding-right: 0px;
    border-collapse: collapse;
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 10px;
    background: #F0F0F0;
    line-height: 18px;
    border: 1px solid #F0F0F0;
}
.versand_table4_1 tr td{
    min-width: 183px;
    border-bottom: 1px solid #C8C8C8;
    border-collapse: collapse;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    line-height: 18px;
}
.retoure-language {
	float: right;
}
.retoure-language a{
	color: #848484;
}
.bg-retoure{
	padding-bottom: 20px;
	margin-left: -14px;
	border-bottom: 2px solid #0097cb;
	margin-top: 30px;
}
.retoure-content {
    padding-top: 25px;
}
.retoure-content h6{
     font-weight: 400;
}
.retoure-content strong{
     color: #0094c8;
}
.retoure-content a {
    font-weight: bold;
    text-decoration: none;
    color: #0097CB;
}
.retoure-content h2 {
    margin-bottom: 0;
}
.retoure-content a:hover{
    text-decoration: underline;
}
.retoure-list ul {
    list-style: none;
    display: inline-block;
    margin-right: 90px;
    line-height: 22px;
    padding-left: 30px;
}
.retoure-list a{
	color: #414141;
	font-weight: 400;
	text-decoration: underline;
}
.retoure-list a:hover{
     color: #0094c8;
}
.retoure-list .flag-icon{
    padding-right: 10px;
    display: inline-block;
}
.retoure-list {
    padding-bottom: 20px;
}
/***** STYLING CONTACT PAGE ******/
.contact-left {
    float: left;
    width: 300px;
    overflow: hidden;
    margin-right: 15px;
}
.contact-right {
    float: left;
    width: 50%;
}
#icon_message {
	min-height:460px;
}
#contact_material input.PlentySubmitFormInput.PlentySubmitButton {
    background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
    background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
    color: #fff !important;
    width: 100%;
    font-size: 14px;
    padding: 10px;
}
form#contact_material label {
    font-size: 14px !important;
}
textarea#icon_message {
    border-color: #9e9e9e;
}
.captcha-left {
    float: left;
    width: 70%;
}
.captcha-right {
    float: left;
    width: 30%;
    text-align: right;

}
.contact-right label.active {
    top: 0rem !important;
}
textarea#icon_message.valid {
	border-color: #4caf50;
    box-shadow: 0px 1px 1px 1px #4caf50;
}
.mt30 {
	margin-top:30px;
	display:block;
}
.mt40 {
	margin-top:40px;
	display:block;
}
.mt50 {
	margin-top:50px;
	display:block;
}

.PlentyFormBox .article-image-overlay {
	border: 1px solid #ccc;
	padding: 15px;
	top: 0px;
	position: relative;
}
.border-gray{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
}
#PlentyWebshopPopup_AfterItem2Basket .tobasket-inline{
	margin-top: 20px;
}


.crossselling_showmore{
	position: relative;
}
.crossselling_showmorecontent{
	height: 400px;
	overflow: hidden;
}
.crossselling_showmorecontent.showfull{
	height: auto;
}


.crossselling_showmore_trigger .more{
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	line-height: 40px;
	top: 0;
	left: 0;
	right: 0;
}
.crossselling_showmore_trigger .fa{
	color: #fff;
}
.crossselling_showmore_trigger .less{
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	line-height: 40px;
	top: 0;
	left: 0;
	right: 0;
}

.crossselling_showmore_trigger {
	background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
	background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
	height: 30px;
	position: relative;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px -20px 48px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px -20px 48px 0px rgba(255,255,255,1);
	box-shadow: 0px -20px 48px 0px rgba(255,255,255,1);
	text-align: center;
	cursor: pointer;
    z-index: 100;
}

.crossselling_showmore_trigger.gradient{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.showmore_trigger.disabled {
    opacity: 0.4;
    cursor: no-drop;
    top: -2px;
}


ul.garantie-inline {
	padding: 0px;
	list-style: none;
}
ul.garantie-inline li {
    display: inline-block;
    padding-right: 2%;
    text-align: center;
    vertical-align: top;
}
ul.garantie-inline li:first-child {
	width: 40%;
}
ul.garantie-inline li:nth-child(2) {
	width: 55%;
}
ul.garantie-inline .text-right {
	text-align: right;
}
ul.garantie-inline .img-link {
	float:right;
}
.garantie-name {
	text-align:left;
}
.garantie-price {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.garantie-all {
	background: -webkit-linear-gradient(90deg, #025688 0%, #0399cd 100%);
    background: -moz-linear-gradient(90deg, #025688 0%, #0399cd 100%);
    background: -o-linear-gradient(90deg, #025688 0%, #0399cd 100%);
    background: -ms-linear-gradient(90deg, #025688 0%, #0399cd 100%);
    background: linear-gradient(0deg, #025688 0%, #0399cd 100%);
    color: #fff;
    display: block;
    width: 430px;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
a.btn-link {
    display: block;
    text-align: right;
    margin-top: 5px;
}	

/* Upgrade Button ItemtoBasket */
a.img-link.upgrades-scroll-popup{
	background: -webkit-linear-gradient(90deg, #005586 0%, #0195c9 100%);
  background: -moz-linear-gradient(90deg, #005586 0%, #0195c9 100%);
  background: -o-linear-gradient(90deg, #005586 0%, #0195c9 100%);
  background: -ms-linear-gradient(90deg, #005586 0%, #0195c9 100%);
  background: linear-gradient(0deg, #005586 0%, #0195c9 100%);
  height: 30px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  width: 97%;
  line-height: 40px;
  color: #fff;
  display: block;
}
{#
a#userlikeCustomTab.topRight {
  top: 0;
  right:10px;
  width: 104px;
  height: 36px;
  margin-top: -6px!important;
  margin-left: auto!important;
}
#}
