/* GENERAL STYLES */
* {
	padding: 0;
	margin: 0;	
}
html {
   /* width: 100%;*/
   /* height: 100%;*/
}
body {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    font-family: "Arial", sans-serif;
    background: #fff;
	overflow-y: hidden;
}
body > table {
	margin: 0 !important;
}
#ds_div {
    font-size: 13px;
	
}
ul {
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
}
ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 15px;
    list-style-image: url('https://www.geboote24.de/images/gallery/eBay/icon_liste_blau.png');
	text-align: left; 
}
ul ul li {
    list-style-image: url('https://www.geboote24.de/images/gallery/eBay/icon_liste_grau.png');   
}
ol {
    padding: 0 0 0 22px;
    margin: 0 0 0 0;
}
ol li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
p {
    margin: 0 0 0.6em 0;
}
pre {
    background: #eee;
    border: solid 1px #ccc;
    padding: 10px 10px 10px 10px;
    font-size: 120%;
    color: #444;
}
a img {
    border: 0;
}
.clearer {
    clear: both;
}
.wrapper {
    width: 1060px;
    margin: 0 auto;
    text-align: left;
}
.wrapper-inner {	
	padding-bottom: 20px;
}
table {
    border-collapse: collapse;
    margin: 20px 0;
}
table td {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0;
    vertical-align: middle;
}
 button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 padding: 0;
 border: 0
}

.zoom {
    margin: 0 auto;
    display: block;
}
select {
    width: 125px;
    border: 1px solid #bbb;
}
.contact-form table td {
    border: 0;
    padding: 4px 0;
}
/* TYPO */
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #999;
}
h1 {
    font-size: 140%;
    padding: 0;
    margin:  0;
    color: #0088d0;
}
h2 {
    font-size: 130%;
    padding: 0;
    margin: 0;
    color: #0088d0;
}
h2.extra {
    margin: 0;
}
h1.extra {
    margin: 0;
}
h3 {
    font-size: 100%;
    padding: 0;
    margin: 0;
    color: #0088d0;
    font-weight: normal;
}
h4 {
    font-size: 115%;
    padding: 0;
    margin: 0;
}
h5 {
    font-size: 110%;
    padding: 0;
    margin: 0;
}
h6 {
    font-size: 105%;
    padding: 0;
    margin: 0;
}
/* FORMS */
.btn {
    border: solid 1px #949494;
    height: 34px;
    padding: 3px 5px 3px 5px;
    background-image: url("/layout/machart-studios/images/btn_shadow.png") repeat-x bottom;
    background: #434343;
    color: #fff;
    line-height: 30px;
}
.btn:hover {
    color: #cacaca;
}
.btn_small {
    border: solid 1px #cacaca;
    padding: 3px 5px 3px 5px;
    background-image: url("/layout/machart-studios/images/btn_shadow.png") repeat-x bottom;
    background: #434343;
    color: #fff;
    line-height: 1.5;
}
.btn_small:hover {
    color: #cacaca;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    background: #f6f6f6;
    color: #666666;
    padding: 3px 6px;
    border: 1px solid #cccccc;
    border-bottom-color: #d6d6d6;
    border-right-color: #d6d6d6;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    -moz-box-shadow: inset 1px 1px 0 rgba(100, 100, 100, 0.15), 1px 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 1px 1px 0 rgba(100, 100, 100, 0.15), 1px 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: inset 1px 1px 0 rgba(100, 100, 100, 0.15), 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.search form {
    position: relative;
    left: 260px;
}
.search input[type="text"] {
    background: #fff;
    color: #0088d0;
    padding: 5px 6px;
    border: 1px solid #cccccc;
    height: 35px;
    line-height: 26px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    box-shadow: none;
    width: 560px;
}
.search input[type="submit"] {
    background: url('https://www.geboote24.de/images/gallery/eBay/icon_lupe.jpg') no-repeat right center;
    border: medium none;
    cursor: pointer;
    text-indent: -999em;
    width: 40px;
    height: 30px;
    margin-left: -46px;
}
textarea {
    resize: none;
    line-height: 18px;
}
input:hover, textarea:hover {
    background: #f2f2f2;
    border: 1px solid #aaaaaa;
    color: #888888;
}
input:focus, textarea:focus {
    background: #f2f2f2;
    border: 1px solid #aaaaaa;
    color: #888888;
}
select {
    cursor: pointer;
    background: #f2f2f2;
    color: #666666;
    padding: 3px 6px;
    border: 1px solid #aaaaaa;
    border-bottom-color: #d6d6d6;
    border-right-color: #d6d6d6;
    -moz-box-shadow: inset 1px 1px 0 rgba(100, 100, 100, 0.15), 1px 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 1px 1px 0 rgba(100, 100, 100, 0.15), 1px 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: inset 1px 1px 0 rgba(100, 100, 100, 0.15), 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.inputsearch {
    float: left;
    border: solid 1px #ccc;
    height: 32px;
    padding: 0 6px 0 6px;
    color: #cacaca;
    line-height: 30px;
    width: 195px;
    margin: 0 0 0 0;
}
.inputloginemail {
    border: solid 1px #ccc;
    height: 32px;
    padding: 0 6px 0 6px;
    color: #404040;
    line-height: 30px;
    width: 215px;
    margin: 0 0px 0 0;
}
.inputloginpass {
    border: solid 1px #ccc;
    height: 32px;
    padding: 0 6px 0 6px;
    color: #404040;
    line-height: 30px;
    width: 215px;
    margin: 0 0 0 0;
}
.nl_nachname {
    height: 32px;
    width: 90px;
    border: solid 1px #ccc;
    line-height: 30px;
    margin-right: -1px;
    padding: 0 6px 0 6px;
    color: #404040;
    float: left;
}
.nl_vorname {
    height: 32px;
    width: 90px;
    border: solid 1px #ccc;
    line-height: 30px;
    margin-right: -1px;
    padding: 0 6px 0 6px;
    color: #404040;
    float: left;
}
.nl_nachname:hover, .nl_nachname:focus {
    position: relative;
    z-index: 25;
}
.nl_vorname:hover, .nl_vorname:focus {
    position: relative;
    z-index: 25;
}
.nl_email {
    height: 32px;
    width: 90px;
    border: solid 1px #ccc;
    line-height: 30px;
    padding: 0 6px 0 6px;
    color: #404040;
    float: left;
}
.PlentySubmitButton {
    background: none repeat scroll 0 0 #434343;
    border: 1px solid #949494;
    color: #ffffff;
    height: 34px;
    line-height: 30px;
    padding: 0 6px;
    width: 108px;
    float: left;
    cursor: pointer;
}
.PlentySubmitButton:hover {
    color: #333333;
}
.nl_submit {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #949494;
    color: #fff;
    height: 34px;
    line-height: 30px;
    padding: 0 6px;
    width: 108px;
    float: left;
    cursor: pointer;
    z-index: 10;
}
.nl_submitback {
    background: #434343;
    height: 34px;
    margin-left: 310px;
    width: 108px;
}
.nl_submit:hover {
    color: #cacaca;
}
.streifen {
    background: url('https://www.geboote24.de/images/gallery/eBay/header_top_streifen_lang.jpg') no-repeat center;  
    height: 72px;
    min-width: 1024px;
}
.fon {margin-bottom: 10px;}
/* HEADER */
.header {
    background: url(/layout/background-header-bottom.png) repeat-x center bottom;
    padding: 0 0 26px 0;
	width: 1060px;
	margin: 0 auto;
}
.header-top {
	padding: 10px;
    height: 120px;   
}

.header-bottom {
	padding: 0 10px;
    background: #0088d0;
    color: #fff;
}
.header .hotline {
    color: #0088d0;
    float: right;
	width: 145px;
}
.header .hotline a{
    color: #0088d0;
    vertical-align: top;
}
.logo {
    width: 329px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 10px;
    top: 0px;
 *display: inline;
 *zoom: 1;
}
.logo h1 {
    text-indent: -99999px;
    display: block;
    position: absolute;
}
.top-navigation-container {
	background-color: #0088d0;
    display: block;
    vertical-align: top;
    text-align: right;
}

.top-navigation {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    position: relative;
    left: 37px;
    z-index: 2;
}
.top-navigation li {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    min-width: 88px;
    border-right: 1px solid #fff;
    -moz-transition: opacity 0.1s ease-in;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
 *display: inline;
 *zoom: 1;
}
.top-navigation li:hover {
    opacity: 0.8;
}
.top-navigation li.active:hover {
    opacity: 1;
}
.top-navigation li.first-child {
    border-left: 0;
}
.top-navigation li.last-child {
    border-right: 0;
    margin-right: 0;
}
.top-navigation li.active span, .top-navigation li:hover span {
    opacity: 1;
    background: url(/layout/background-navigation-active.png) no-repeat center bottom;
}
.top-navigation li a {
    display: block;
    padding: 5px 18px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.top-navigation li a:hover {
    color: #fff;
    text-decoration: underline;
    
}
.column-info {
    float: right;
    margin-top: 100px;
}
.column-info .bezahlarten {
    margin: 30px 0;  
}
.column-info .bezahlarten img, .column-info .versandarten img {
    margin-left: -7px;   
}
.column-left, .column-right {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.column-left {
    width: 210px;
    min-height: 650px;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 12;
}
.column-left.no-min-height {
    min-height: 0;
}
.column-left .left_menu {
	background: #0071c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#0071c2), to(#0088d0)); /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #0071c2, #0088d0); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #0071c2, #0088d0); /* FF3.6+ */
    background: -ms-linear-gradient(top, #0071c2, #0088d0); /* IE10 */
    background: -o-linear-gradient(top, #0071c2, #0088d0); /* Opera 11.10+ */
    background: linear-gradient(top bottom, #0071c2, #0088d0); /* W3C */
    border-radius: 10px;
    padding: 0 20px 0 10px;
    font-family: Arial, sans-serif;    
    margin-top: 30px;
}
.column-left .left_menu li { list-style: none; position: relative;  padding-left: 10px; margin: 0; font-size: 12px; }
.column-left .left_menu li a {
    display: block;
    padding: 6px 0;
    
}
.column-left .left_menu li.level1 {
    border-bottom: 1px solid #fff;
}
.column-left .left_menu li.level1 > a {
    font-weight: normal;
    line-height: 22px;
}
.column-left .left_menu li.level1active > a, .column-left .left_menu li.level1 > a:hover {
    color: #eee;
}
.column-left .left_menu li.level1:first-child {
    border-top: 0;
}
.column-left .left_menu li.level1:last-child {
    border-bottom: none;   
}
.column-left .left_menu { 
    margin: 10px 0 0 0; 
    padding: 0 20px 0 10px; 
    font-family: Arial, sans-serif;
}
.column-left .left_menu li a { display: block; padding: 7px 0; color: #fff; }
.column-left .left_menu li:hover { background-position: -186px -401px; }
.column-left .left_menu li > a { font-weight: normal; line-height: 22px; }
.column-left .left_menu li:first-child { border-top: 0; }
.column-left .menu_level2 .level2active > a {
    color: #999999;
}
.column-left .left_menu li ul {
    background: #979797;   
    margin: 0 0 0 -20px;
    padding: 0;
    width: 210px;
    display: none;
}
.column-left .left_menu li:hover {
   border-bottom: none;
}
.column-left .left_menu li:hover > a {
   text-decoration: underline;
}
.column-left .left_menu li:hover ul {
   display: block;
}
.column-left .left_menu li ul li:hover {
   background: #c1c1c1;
}
.column-left .left_menu li li:hover ul {
	display: block !important;
}
.column-left .left_menu li li ul {
    padding-left: 14px;
    width: 196px;
    margin-left: -10px;
}
.column-left .left_menu li li ul li:hover {
	background: transparent;
	text-decoration: underline;
}

.column-left .left_menu li ul a {
    padding-left: 25px; 
    background: url('https://www.geboote24.de/images/gallery/eBay/icon_liste.png') no-repeat 12px 12px; 
    list-style: none;
}
.column-right {
    width: 555px;
    min-height: 600px;
    margin-top: 18px;
    padding: 6px 50px;
    position: relative;
    z-index: 8;
}
.column-right.alone-column {
    width: 920px;
    display: block;
    margin-top: -20px;
}
.service-boxes {
    margin-top: 30px;
    width: 210px;
}
.service-boxes a, .column-left h2 {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    color: #0088d0;
    font-size: 20px;
	font-weight: normal;
 *display: inline;
 *zoom: 1;
}
.service-boxes .box > a:hover {
    opacity: 0.8;
}
.kontakt-box {
	background: #0071c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#0071c2), to(#0088d0)); /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #0071c2, #0088d0); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #0071c2, #0088d0); /* FF3.6+ */
    background: -ms-linear-gradient(top, #0071c2, #0088d0); /* IE10 */
    background: -o-linear-gradient(top, #0071c2, #0088d0); /* Opera 11.10+ */
    background: linear-gradient(top bottom, #0071c2, #0088d0); /* W3C */
    width: 170px;
    padding: 15px 20px;
    z-index: 12;
    margin-top: 30px;
    border-radius: 10px;
}
.kontakt-box p {
    color: #fff;
    font-size: 12px;
}
.producer-logo {
    max-width: 220px;
    max-height: 100px;
}
.product-single-overview, .product-single-information {
    display: inline-block;
    vertical-align: top;
 *display: inline;
 *zoom: 1;
}
.product-single-overview {
    width: 555px;
}
.product-single-picture-big, .product-single-picture-big img {
    max-width: 555px;
    max-height: 555px;
}
.product-single-pictures-wrapper {
    margin: 10px 0 14px 0;
    position: relative;
    z-index: 10;
}
.product-single-pictures-wrapper img {
    border: 1px solid #ccc;
    border-radius: 1px;
	cursor: pointer;
    margin: 0 14px 8px 0;
    max-width: 65px;
    max-height: 65px;
    padding: 5px;
	overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: top;
 *display: inline;
 *zoom: 1;
}
.product-single-pictures-wrapper img:nth-child(6n) {
	margin-right: 0;
}
.product-single-pictures-wrapper img:hover {
    border-color: #999999;
}
.product-single-overview .zoom {
    margin: 0;
    display: inline;
}
.product-single-information {
    width: 208px;
    color: #515556;
}
.product-single-description .tabber {
	margin-top: 20px;
    margin-bottom: 32px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-single-description .tab-headings {
    position: relative;
    z-index: 10;
}
.product-single-description .tab-contents {
    background: #ffffff;
    width: 545px;
    height: auto !important;
    min-height: 220px;
}
.product-single-description .tab-contents a[href$=".pdf"] {
    padding: 1px 0 1px 25px;
    display: block;
    text-decoration: none;
}
.product-single-header .product-back-to-parent {
    text-align: right;
    height: 0;
    overflow: visible;
    position: relative;
    top: 2px;
    z-index: 1;
}
.product-single-header h1 {
    font-size: 18px;
    line-height: 22px;
    max-width: 460px;
    margin: 4px 0 32px 0;
}
.tabber {
    padding: 0;
    margin: 0 0 16px 0;
}
.tabber table {
	float: none;	
}
.tabber .tab-headings {
    padding: 0;
    margin: 0;
}
.tabber .tab-headings li {
    background: url(/layout/background-tabs.png) no-repeat 0 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 8px 0 7px 0;
    margin: 0 -2px 0 0;
    width: 154px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-align: center;
    cursor: pointer;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
 *display: inline;
 *zoom: 1;
}
.tabber .tab-headings li:hover, .tabber .tab-headings li.active {
    background-position: 0 -46px;
    color: #ffffff;
}
.tabber .tab-headings li.last-child {
    margin-right: 0;
}
.tabber .tab-contents {
    padding: 0;
    height: 360px;
	text-align: left !important;
}
.tabber .tab-contents ul li, .tabber .tab-contents p {
	font-size: 12px;
	line-height: 18px;
    margin-left: 0;  
	text-align: left !important;
}
.tabber .tab-contents ul, .tabber .tab-contents p {
	margin-bottom: 10px; 
	text-align: left !important;
}
.tabber .tab-contents h2:first-child {
	display: none;
}
/* CONTENT */
.main a {
    text-decoration: underline;
}
.headline {
    font-weight: bold;
}
.highlight2 {
    color: #0088d0;
    vertical-align: top;
    margin-left: 3px;
}
.hotline .fon img {
    margin-left: 1px;   
}
.jqzoom {
    margin: 0 auto;
    display: block;
}

.clear {
	clear: both;	
}
.images-3d { display: none; }

/* Wichtiger Hinweis */
table.language td {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c8c8ca;
	padding: 5px;
	min-width: 100px;
	font-size: 12px;	
}
table.language td:last-child {
width: 200px;

}
table.language td.grey {
	background: #eeeeee;
	text-align: center;
	vertical-align: middle;
}
table.language td.grey img {
	width: 80px;	
}
.popup-view3d {
position: absolute;
left: 28%;
top: 275px;
margin: 0 !important;
padding: 20px !important;
z-index: 9999;
background: rgba(92,92,92,0.95); 
width: 443px;
-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.popup-view3d h1 {
	color: #fff;
}
#colorbox {
top: 50px !important;
}

.product-single-picture-big .magnifier {
    bottom: 40px;
    display: block;
    height: 0;
    overflow: visible;
    position: absolute;
    right: 10px;
    text-align: right;
    z-index: 2;
}
.product-single-picture-big .view3d {
    bottom: 76px;
    right: 14px;
  display: block;
    height: 0;
    overflow: visible;
    position: absolute;
 text-align: right;
    z-index: 2;
}