@charset "utf-8";

/* color: #0060AE */			/* blau aus dem logo */
/* CSS Document */
/* color: #D64A4C; */				/* rot (hover) */
/* color: #888; */					/* grau */
/* color: #FF5400; */				/* orange dunkler */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	color: #666;
}

#page { 	
	display: table;
	width:100%;
}

a {
	text-decoration: none;	
	color: #666;					/* grau */	
}

a:hover {
	cursor: pointer;
}

li {
	list-style: none;
}

abbr {
	border: none;
}

img { 
	border: 0; 
}

iframe { 
	border: 0;
}

input, select {
	padding: 2px 4px;
	border: 1px solid silver;
}

select { 
	padding: 2px 4px;
}

option {
	padding: 2px 4px;
	font-size: 11px;
}

legend, .legend {
	font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
}

input:not(.form-button) , select, textarea {
	padding: 3px 7px;
	border: 1px solid silver;
	color: #858585;
}

input[type=checkbox]  {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

input[type=number] {
	padding-right: 1px;
	text-align: left;
}

input[type=radio]  {
	cursor: pointer;
}

/* input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 2px; 
} */


textarea {
	padding: 4px;
}

table {
	border-spacing: 0;
}

hr{
	height: 1px;
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid rgba(192, 192, 192, 0.4);
	background-color:#FFFFFF;
}

a.top-link {
	clear: both;
	float: right;
	margin-top: 80px;
	margin-bottom: 40px;
	margin-right: 80px;
	padding: 4px 8px;
	border: 2px solid silver;
	color: #858585;
}

a.top-link:hover {
	text-decoration: underline;
	/* color: #D64A4C;	 */
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

a.top-link img{
	margin-left: 5px;
}

input.form-button:hover, a.form-button:hover {	
}

#button-proceed {
	/* background-color: #DD3538; */	/* dunkelrot */
	/* background-color: #FF6A00; */	/* orange */
	background-color: #FF5400;	/* orange dunkler */
}

#page-aftwarenkorb  .button-proceed, 
#page-aftwarenkorbindiv .button-proceed, 
#page-aftlieferdaten .button-proceed,
#page-aftabschlusspflicht .button-proceed,
#page-aftabschluss .button-proceed{
	/* background-color: #DD3538; */	/* dunkelrot */
	background-color: #FF5400;	/* orange dunkler */
}

img.ui-datepicker-trigger {
	width: 16px;
	margin-bottom: -6px;
	padding: 2px;
	border: 2px solid silver;
}

img.ui-datepicker-trigger:hover {
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------------allg. Klassen------------------------------------------ */

.hidden {
	display: none;
}

.link {
	/* color: #216cb0;	 */
}

.link:hover {
	cursor: pointer;
}

.clear {
	clear: both;
}

.numeric, .value {
    text-align: right;
    white-space: nowrap;
}

.date {
	text-align: center;
}

.status {		/* lieferungen offen */
	text-align: center;
}

.left {
	text-align: left;
} 

.text-normal {
}

.textblock fieldset {
    padding: 20px;
	border: none;
}

.textblock .legende {
    display: none;
}

#page { 	
	width:100%
}

/* --------------------------------------------------------------------------------------------- */	
/* ------------------------------itemlist/ orderdata-------------------------------------------- */	

table.orderdata {
	margin-top: 0;
	margin-bottom: 10px;
}

.itemlist th , .orderdata th{ 
	padding: 10px;
	color: white;
	/* background-color: #0161AE; */ 	/* hellgrün */
	background-color: #0161AE;			/* mittleres grün 70a725*/
}

table.itemlist td { 
	padding: 6px 8px;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.itemlist td, .orderdata td{ 
	padding: 6px 10px;
}

table.orderdata tr:hover td{ 
	cursor: pointer;
	background-color:#F6F6F6; 
}

table.orderdata tr.table-row1 td, table.orderdata tr.table-row2 td {
	border-bottom: 1px dotted silver;
}

.itemlist tbody td, .orderdata tbody td{ 
	border-right: 1px dotted silver;
}

.itemlist tbody td:last-child, .orderdata tbody td:last-child{ 
	border-right: none;
}

tr.table-footer {
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- */	
/* -----------------------------------------Buttons--------------------------------------------- */

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 40px;
	padding: 12px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;	
	color: white;
	background-color: #666;
	opacity: 0.8;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/* .top-button {
	width: 160px;
	margin: 5px 0 0 30px;
    padding: 0 4px;    
    font-size: 11px;
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
    background-color: #eeeeee;
    background-image: url("../images/rechteck2.gif");
    background-repeat: repeat-x;   
} */

input.form-button, a.form-button {	
	padding: 7px 12px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #BABABA;
}

.forminput {
    padding: 2px 4px;
}

.form-button, .top-button:not(#search input.top-button){
	border: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 7px 12px;
    text-decoration: none;
}

.form-button:hover, .top-button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.button-proceed {			/* auch form-button */
	width: 200px;
    font-weight: bold;
    padding: 3px 20px;
	border: medium none;
	color: #ffffff;
	background-color: #E91E24;
}

#search input {
}

#search #searchinput {
	width: 140px;
	padding: 2px 2px 2px 4px;
}

#search img {
	display: none;
}

#search input.top-button {
	border: none;
	text-indent: -10000px;
	width: 21px;
	height: 16px;
	margin-left: 0px;
	background-image: url('../images/lupe2.gif'); 
	background-size: 25px 17px;
	background-color: white;
	opacity: 0.5;
}

#search #searchbutton:hover {
	cursor: pointer;
}

#search input { 
	border: 2px solid silver;
	border-bottom-color: silver; 
	transition: border-bottom-color 1s;
}

#search input:fokus { 
	border-bottom-color: blue; 
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------------------top----------------------------------------------- */	

#top {
	position: relative;
	position: fixed;
	top: 0px; 
	left: 0px;
	height: 90px; 
	width: 100%;
	/* border-bottom:4px solid rgba(149, 204, 84, 0.4); */	
	border-bottom:4px solid #0060AE;
	background-color: #fff;
	z-index: 99;	
}

#top #logo {
	position: fixed;
	top: 20px; left: 20px;
}

#topslogan {
	position: absolute;
	left: 340px;    
    top: 23px;
    font-size: 16px;
    font-weight: bold;
}

#language {
	position: fixed;
	top: 5px; 
	right: 10px;
	z-index: 2;	
}

/* --------------------------------------------------------------------------------------------- */	
/* -----------------------------------------top-Menü-------------------------------------------- */

#menu {
	position: absolute;
	top: 57px; 
	right: 100px;
	height: 33px;
	font-size: 14px;
}


#menu .nav-item {
	color: #82a1c1;
	text-decoration: none;
	white-space: pre;
}

#menu .nav-item:hover  a{
	text-decoration: underline;
	/* color: #CE4A4C; */
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

ul.nav {
	position: relative;
	height: 20px;
}

ul.nav li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 17px 8px 7px;
	/* min-width: 100px; */
	/* text-align: center; */
}

ul.nav li:last-child {
    /* background-image: none; */
}

ul.topmenu a {
	position: relative;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
	margin-right:2px;
	margin-left:1px;
}

/* Nav-Dropdowns */
ul.nav li ul.nav-dropdown {
	display: none;
	position: absolute;
	left: -10px;
	width: 210px;
	margin-top: 5px;
	padding: 10px;
	text-decoration: none;
	/* background-color: #F8F8F8; */
	background-color:#F4F4F4;
	z-index: 999;
}

ul.nav li:hover ul.nav-dropdown {
	display: block;
}

ul.nav-dropdown li {
	position: relative;
	width: 180px;
	padding: 5px 0;	
}

ul.nav-dropdown li a {
	display: block;
	padding: 3px 6px;
	margin-right: 2px;
	margin-left: 1px;
	vertical-align: middle;
	/* text-align: center; */
} 

ul.nav-dropdown li img {
	display: none;
} 

/* --------------------------------------------------------------------------------------------- */	 
/* --------------------------------------main / content----------------------------------------- */

#main { 
	position: relative;
	float: left;
	display: table-cell;
	margin-top: 94px;
	width: calc(100% - 263px);
	min-height: 780px;
	/* padding-top: 25px; */
	border-left: 1px solid rgba(192, 192, 192, 0.4);
}

#content {	
	/*position: absolute;
    top: 165px;*/
	position: absolute;
    top: 60px;
	width: calc(100% - 44px);
	padding: 0px 20px 40px 24px;
}

#contentheader {
	position: relative;
	height: 58px;   
    width: 100%;
}

.backlink {
	position: absolute;
	top: 22px;
    left: 20px;	
    text-align: left;
	z-index: 3;
}

#contenttitle {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-right: 100px;  
	font-weight: bold;  
	font-size: 14px;	
	font-style: italic;
    text-align: right; 
	color: #888;
}

#contentheader, #optionsheader {
}

#contentbanner {
    clear: both;
    width: 100%;
}

/* #breadcrumb {
    height: 20px;
	max-width: 850px;
	margin-top: 1px;
	margin-left: 260px;
    padding: 18px 0 0 45px;
} */

#breadcrumb {
    /* height: 20px;
	max-width: 1100px;
	margin-top: -38px;
	margin-bottom: 5px;
	margin-left: 50px; */
	max-width: 1100px;
    padding-left: 50px;
    padding-top: 22px;
    position: absolute;
    top: 0;
}

table.breadcrumb {
	/* margin-left: 12px;
    margin-top: 5px; */
}

#content #carticon {
	position: absolute;
    right: 50px;
    top: -40px;
	height: 20px;
	/* margin-top: -12px; */
	opacity: 0.7;
}

#content #printicon {
	position: absolute;
    right: 20px;
    top: -40px;
	height: 20px;
	/* margin-top: -12px; */
	opacity: 0.7;
}

#content #favoriten {
	position: absolute;
    right: 20px;
    top: 136px;
	opacity: 0.7;
	cursor: pointer;
}

#customerline {
	margin-top: 40px;
	margin-left: -10px;   
	display: none;
}

#carticon  img{
}

#printicon img{
}

#contentcontainer {
    clear: both;
    height: auto;
    width: auto;
	/* margin-top: 29px; */
	padding-top: 40px;
	padding-left: 20px;
	border-top: 1px solid rgba(192, 192, 192, 0.4);
}

/* --------------------------------------------------------------------------------------------- */	
/* ----------------------------------------breadcrumb------------------------------------------- */

#breadcrumb img.img-dreieck {
    display: none;
    width: 0;
}

#breadcrumb img.img-auto {
	margin-bottom: -2px;
    opacity: 0.5;
}

#breadcrumb  .suche{ 
	font-weight: bold;
}

#breadcrumb a {
	color: #858585;
}

#breadcrumb a:hover {
	text-decoration: underline;
	/* color: #D64A4C; */	
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

#breadcrumb  .marker, #breadcrumb  .note{ 
	padding: 0 4px;
}

#breadcrumb  .current-cat{ 
	font-weight: bold;
	/* color: #D64A4C; */	/* dunkelrot */
	/* color: #FF5400; */			/* orange dunkler */
	color: #0161AE;			/* dunkelgrün */
}

#breadcrumb table td {
	/* padding: 6px 2px 2px!important; */
}

#breadcrumb table td.current-cat::before { 
	content:"\00bb\2002\2002"; 
	color: #858585; 
	vertical-align: bottom;
}

#breadcrumb .tabdata {
	/*width: 100%;*/
}

#breadcrumb .tabdata img {
	max-height: 10px;
}

.FzKatalog img {
	height: 10px;
	margin: 3px 5px 0 4px;
}

/* --------------------------------------------------------------------------------------------- */	
/* ----------------------------------options  (cat-Menu, search...)----------------------------- */	
	
#options { 	
	float: left;
	display: table-cell;
	/* clear: both; */						/* clear fuer menu */
	position: relative; 					/* position für options und main abgleichen */
	width: 245px; 
	margin-top: 94px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#options select {
    max-width: 200px;
}

#cat {
	/* position: absolute;
    top: 160px;
	left: 15px; */
}

#cat {			/* 6 */						/* Menü */
	width: 220px;
	/*margin-top: 256px;*/
	margin-top: 196px;
	margin-bottom: 20px;
	border-top: 1px solid rgba(192, 192, 192, 0.4);
}

#cathead {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #666;
}

#cathead a{
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

#cathead a img {
    margin-bottom: -1px;
    margin-right: 7px;
    opacity: 0.5;
	display: none;
}

ul.cat {
	width: 220px; 
	font-size: 11px;
	font-weight: bold; 
}

ul.cat li {
	line-height:28px;
}
	
ul.cat li a {
	display:block; 
	padding:0 10px; 
	border-bottom: 1px solid rgba(192, 192, 192, 0.4);
	color:#666; 	
}

ul.cat li a:hover {
	text-decoration: underline;
	/* color: #CE4A4C; */
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

ul.cat li a.root {
	padding:0 10px; 
	border-bottom: 1px solid rgba(192, 192, 192, 0.4);
	color: #0161AE; 
}
	
ul.cat li a.serie {
	margin-left: 20px;
	border-bottom: 1px solid rgba(192, 192, 192, 0.4);  
}

ul.cat li a.serie,
ul.cat li a.serie-aktiv,
ul.cat li a.serie-typ,
ul.cat li a.serie-typ2,
ul.cat li a.serie-typ3,
ul.cat li a.serie-typ4,
ul.cat li a.serie-typ5 {
	margin-left: 35px;
	font-weight: normal; 
	border-bottom: 1px solid rgba(192, 192, 192, 0.4); 
}

ul.cat li a.serie-aktiv{
	color: #0161AE;
}

ul.cat li a.serie-aktiv:hover {
	/* color: #D64A4C; */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

ul.cat li a.aktiv:hover {
	text-decoration: none;
}

ul.cat li a.serie-typ {
	margin-left: 50px;
}

ul.cat li a.serie-typ2 {
	margin-left: 70px;
}

ul.cat li a.serie-typ3 {
	margin-left: 90px;
}

ul.cat li a.serie-typ4 {
	margin-left: 95px;
}

ul.cat li a.serie-typ5 {
	margin-left: 100px;
}

#user {										/* ---login--- */
	/* position: absolute;
    top: 10px;
	left: 15px;
	width: 180px;
	padding: 12px 10px; */
}

#user {			/* 1 */						/* login */
	position: absolute;
    /* top: 10px; */
	top: 2px;
	left: 15px;
	width: 180px;
	padding: 12px 10px;
}

#search {									/* ---Suche--- */
	/* position: absolute;
    top: 59px;
	left: 15px;
	width: 200px;
	padding: 10px 10px 14px;
	border-top: 1px dotted silver; 
	border-bottom: 1px dotted silver;  */
}

#search {		/* 2 */						/* Suche */
	position: absolute;
    top: 59px;
	left: 15px;
	width: 200px;
	padding: 10px 10px 10px;
	border-top: 1px solid rgba(192, 192, 192, 0.4); 
	border-bottom: 1px solid rgba(192, 192, 192, 0.4); 
}

#customswitch {
	position: absolute;
	top: 3px;
	max-width: 218px;
	height: auto;
	background-color: white;
	padding: 3px;
	overflow: hidden;
}

#customswitch span{
	padding: 5px 20px 5px 0px;
	padding-right: 20px;
	vertical-align: bottom;
	white-space: nowrap;
	color: #CE4A4C;
}

#customswitch  input#customsw {
	width: 150px;
	margin-top: 4px;
	margin-left: 7px;
	padding: 2px 4px;
	border: 2px solid silver;
	color: white;
	background-color: silver;	
}

#cart {										/* ---Warenkorb--- */
	/* position: absolute;
	top: 114px;
	left: 15px;
	width: 210px;
	padding: 10px 0px 14px 10px;
	border-bottom: 1px dotted silver; */ 
}

#cart {			/* 3 */						/* Warenkorb */
	position: absolute;
	top: 110px;
	left: 15px;
	/* width: 210px; */
	padding: 10px 0px 14px 10px;
	border-bottom: 1px solid rgba(192, 192, 192, 0.4); 
}

#cart a {
	font-weight: bold;
}

#cart a img {
    margin-bottom: -1px;
    margin-right: 10px;
    opacity: 0.5;
}

#poweredlogo {
	display: none;
}

#poweredby {
	display: none;
}

#bizinfo {
	display: none;
}

#request {
	/* width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: bold; */
}

#request {		/* 4 */						/* formlose Anfrage */
	position: absolute;
	top: 154px;
	left: 15px;
	width: auto;
	height: auto;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
}

#autocat {
	/* width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: bold; */
}

#autocat {		/* 5 */						/* Fahrzeugkatalog */
	position: absolute;
	/*top: 190px;*/
	top: 160px;
	left: 15px;
	width: auto;
	height: auto;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
}

#autocat img {
	/* display: none; */
	display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
}

#carcat {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
}

#carcat a img{
	margin-bottom: -2px;
    margin-left: 5px;

}

#request a:hover, #cart a:hover, #autocat a:hover {
	/* color: #CE4A4C; */
	text-decoration: underline;
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

#loadinglist {
	display: none;
	position: absolute;
    top: 224px;
	left: 15px;
    padding: 10px 0 10px 10px;
	font-weight: bold;
}

#loadinglist a img {
    margin-bottom: -1px;
    margin-right: 10px;
    /* opacity: 0.5; */
}

/* --------------------------------------------------------------------------------------------- */ 
/* --------------------------------Slider/ Topseller Startseite--------------------------------- */

.listenpunkt img{
	width: 100%;
	min-width: 100%;
}

a.sliderlink {
	/* margin-top: 50px; */ 
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif; 
	color: red;
}
	
a.sliderlink img {
	/* padding-top: -50px; */
	z-index: 2;
}
	
.listenpunkt {
	position: relative;
}
	
.linktext {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 20px;
	color: white;
	z-index: 1;
}

.linktext:hover {
	opacity: 0.5;
}

#page-arttopseller #content {
	/* background-color: #F2F2F2; */
}

#page-arttopseller #contenttitle {
	/* position: absolute;
	left: 150px;
	right: auto; */
}

#page-arttopseller #contentcontainer {
	padding-left: 0;
}

ul#topgroups, ul#toparticle {
	clear: both;
	width: 70%;
	height: auto;
	margin: 40px auto;
}

/* ul#toparticle {
	padding-top: 50px;
} */

ul#topgroups {
	height: 230px;
}

ul#topgroups li, ul#toparticle li {
	float: left;
	height: auto;
	margin-left: 40px;
	margin-bottom: 30px;
	box-shadow:         inset -50px -50px 0px -100px #802323,0px 0px 38px -33px #242424;
	-webkit-box-shadow: inset -50px -50px 0px -100px #802323,0px 0px 38px -33px #242424;
	-moz-box-shadow:    inset -50px -50px 0px -100px #802323,0px 0px 38px -33px #242424;
	-o-box-shadow:      inset -50px -50px 0px -100px #802323,0px 0px 38px -33px #242424;
}

ul#toparticle li {
	padding: 20px;
	/* background-color: #f9f9f9; */
}

ul#topgroups li {
	height: 200px;
	min-width: 200px;
	padding: 10px;
	/* border: 1px solid silver; */
	background-color: white;
}

ul#topgroups li:hover, ul#toparticle li:hover {
	cursor: pointer;
	/* opacity: 0.9; */
	/* color: #CE4A4C; */
	text-decoration: underline;
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}
}

ul#topgroups li img, ul#toparticle li img{
	/* height: 300px; */
}

ul#topgroups li span, ul#toparticle li span {
	display: block;
	/* text-align: center; */
}

ul#topgroups li span {
	font-weight: bold;
}

ul#toparticle li span {
	/* position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	max-width: 200px;
	height: 60px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2; */
	text-align: left;
}

ul#topgroups li span:hover, ul#toparticle li span:hover {
	/* color: #D64A4C;	
	text-decoration: underline; */
}

/* --------------------------------------------------------------------------------------------- */	
/* ---------------------------------Kategorie/ Artsuche----------------------------------------- */

#page-kategorie #content, #page-artsuche #content {
	padding-bottom: 110px;
}

#page-artsuche #carcatline {
	top: 0;
}

#page-artsuche #carcatline td {
    /* max-width: 70px; */
    /* padding-top: 0; */
}

#page-artsuche #contentcontainer, #page-kategorie #contentcontainer {
	padding-left: 0px;
	/* padding-top: 0; */
	padding-top: 50px;
}

#page-kategorie #textmessage, #page-artsuche #textmessage {
	width: 400px;
	margin: 40px auto;	
	border: 1px solid silver;
}

#page-kategorie .textblock {
	width: 100%;
}

#page-kategorie fieldset, #page-artsuche fieldset {
	padding: 30px;
	text-align: center;
}

#page-kategorie #content #searchmask, #page-artsuche #content #searchmask {
	display: none;
}

.itemlist-col-BILD img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------itemlist (liststyle), orderdata------------------------------------ */	

ul#itemlist {
	/* width: calc(95%-240px); */
	width: auto;
	margin-right: 20px;
}

ul#itemlist > li {
	position: relative;
	display: block;
	border: 1px solid white;
	min-height: 200px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(192, 192, 192, 0.4);
}

ul#itemlist > li:hover {
	background-color: #FCFCFC;
}

ul#itemlist > li > div {
	width: 150px;
}

ul#itemlist > li > div:hover {
}

/* ------------------------------------------- */
ul#itemlist .itemlist-col-BILD {			/* Bild */
/* 	float: left; */
	width: 160px;
	height: 190px;
	margin-left: 10px;
	padding: 5px 0 5px 0;
	background-color: #F9F9F9;
}

ul#itemlist .itemlist-col-BILD a {
	margin: 0px auto;
	display: block;
	width: 100%;
}

ul#itemlist .itemlist-col-BILD img {
	max-width: 150px;
	height: auto;
	max-height: 170px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ------------------------------------------- */

ul#itemlist  .itemlist-col-ATNR {			/* Artikelnummer */
	/* float: left; */
	position: absolute;
	top: 17px;
	left: 200px;
	width: 200px;
	height: 20px;
	/* margin-left: 40px; */
	font-size:14px; 
	color: #0161AE;
	/* background-color: yellow; */
}

ul#itemlist  .itemlist-col-ATNR:hover {
	text-decoration: underline;
	/* color: #FF7200;	  */
	/* color: #CE4A4C; */
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
	cursor: pointer;
}

/* ------------------------------------------- */
ul#itemlist .itemlist-col-BEZ {		/* Bezeichnung */
	position: absolute;
	top: 46px;
	left: 200px;
	width: 550px;
	/* margin-left: 200px; */
    margin-top: 30px;
	height: 35px;
	/* background-color: red; */
	cursor: pointer;
}

ul#itemlist .itemlist-col-BEZ .promotion-progress,
ul#itemlist .itemlist-col-BEZ .textblock-promotion,
ul#itemlist .itemlist-col-BEZ .textblock-bonuspoints {
	display: none;
}


/* ------------------------------------------- */
ul#itemlist .itemlist-col-HERSTELLBEZ {	/* Herstellerbez. */
	/* height: 35px; */
	position: absolute;
    top: 40px;
	left: 200px;
	width: 550px;
	/* margin-left: 200px;
    margin-top: 20px; */
	/* background-color: blue; */
	cursor: pointer;
}

/* -------------------------------------------- */
ul#itemlist .itemlist-col-VKEINZ {			/* Preis */
	position: absolute;
	top: 60px;
	left: 766px;
	width: 120px;						
	height: 20px;
	/* background-color: #F9F9F9; */
}

/* -------------------------------------------- */
ul#itemlist .itemlist-col-BESTANDVGST {	/* Bestand */
	/* float: left; */
	position: absolute;
	top: 17px;
	left: 400px;
	width: 200px;						
	height: 20px;
	/* background-color: #F9F9F9; */
}

ul#itemlist .itemlist-col-BESTANDVGST img{
	padding-bottom: 2px;
}

/* -------------------------------------------- */
ul#itemlist .itemlist-col-WKORB {			/* Warenkorb */
	position: absolute;					/* über margin-top Höhe des gesamten rechten Blockes verstellen */
	top: 19px;
	left: 830px;
	width: 150px;
	height: 20px;
	/* background-color: #F9F9F9; */
}

ul#itemlist .itemlist-col-WKORB img {
	position: relative;
	bottom: 26px; 
    margin-left: 100px; 	
}

/* -------------------------------------------- */
#itemlist .itemlist-col-WKORB img {		/* Warenkorbbutton für Liste + Table */
    padding: 8px 10px;
	background-color: #FF5400;	/* orange dunkler */	
}

#itemlist .itemlist-col-WKORB img:hover {
	cursor: pointer;
}

/* -------------------------------------------- */
.listfooter {
	margin-top: 20px;
	margin-bottom: 40px;
} 

/* --------------------------------------------------------------------------------------------- */	
/* ----------------------------------itemlist (Artikeltabelle)---------------------------------- */	

#itemlist_wrapper {
	width: auto;
	height: auto;
	margin-top: 20px;
}

.dataTables_scroll {
	width: auto;
	height: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(192, 192, 192, 0.4);
}

div.dt-buttons {
   /*  display: none; */
}

table#itemlist { 
	width: 99%;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;  
	padding-top: 10px;
	border-collapse: collapse;
}

table#itemlist td { 
	padding: 8px 12px;
}

table#itemlist tr:hover td { 
	background-color:#f6f6f6; 
	cursor: pointer;
}

.dataTables_scroll {
	padding-top: 10px;
	border-top: 1px solid rgba(192, 192, 192, 0.4);
}

.dataTables_scroll td {
	padding: 4px;
}

.dataTables_scrollHead th {
	color: white;
	background-color: rgba(21, 97, 175, 0.5);
}

.dataTables_scrollHeadInner .itemlist {
	border: none;
}

table#itemlist th.itemlist-col-LANGBEZ  input {
	/* max-width: 200px; */
}

table#itemlist th.itemlist-col-MESCH select {
	max-width: 70px;
}

table#itemlist .itemlist-col-ATNR:hover, table#itemlist .itemlist-col-LANGBEZ:hover  {
}

table#itemlist td.itemlist-col-cart { 
	white-space: nowrap;
}

table#itemlist td.itemlist-col-cart input {
    height: 13px;
}

table#itemlist td.itemlist-col-cart img {
    /* padding: 0 0 5px 7px; */
    vertical-align: middle;
	/* opacity: 0.7; */
}

table#itemlist .itemlist-col-WKORB img {		/* Warenkorbbutton für Table */
    margin-left: 15px;
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------------------login-------------------------------------------- */	

#page-utillogin #contenttitle {
	display: none;
}

#login {
	position: absolute;
    top: 50px;
    left: 15px;
	/* height: 20px; */
	max-width: 206px;
}

#login td { 
	height: 40px;
}

#login td .form-button{ 
	display: block; 
	text-align: center;
	margin-top: 15px;
}

#login td input.form-button{ 
	width: 100%; 
	height: 28px;
}

#login input.form-input {
    width: 113px;
	margin-left: 10px;
}

#login  br{
	display: none;
}

.textblock-error {
	color: #D64A4C;
}

#content .textblock-error {
	display: none;
}

/* --------------------------------------------------------------------------------------------- */	
/* ----------------------------------------Warenkorb-------------------------------------------- */	

#page-aftwarenkorb #content {
}

#page-aftwarenkorb .backlink, #page-aftwarenkorb #breadcrumb {
	color: white;
}

#page-aftwarenkorb .backlink img, #page-aftwarenkorb #breadcrumb img{
	display: none;
}

#page-aftwarenkorb #content #contentcontainer {
	padding-top: 0px;
}

#page-aftwarenkorb #content #printicon, #page-aftwarenkorbindiv #content #printicon {
	margin-right: 0px;
}

#page-aftwarenkorb .FzKatalog {
	margin-bottom: 20px;
}

#page-aftwarenkorb #cartform, #page-aftwarenkorbindiv #cartform {	
	clear: both;
	width: auto;
}

#page-aftwarenkorb #cartform #cartdata, #page-aftwarenkorbindiv #cartform #cartdata,
#page-aftwarenkorb #cartform #itemfast, #page-aftwarenkorbindiv #cartform #itemfast {	
	min-width: 900px;
}

#page-aftwarenkorb #cartform legend, #page-aftwarenkorbindiv #cartform legend {
	display: none;
}	

#page-aftwarenkorb fieldset, #page-aftwarenkorbindiv fieldset {
	border: none;
}

#page-aftwarenkorbindiv fieldset {
	width: 810px;
}

#page-aftwarenkorb #cartdata fieldset, #page-aftwarenkorbindiv #cartdata fieldset,
#page-aftwarenkorb #itemfast fieldset, #page-aftwarenkorbindiv #itemfast fieldset {
    padding: 20px 20px 18px;
	border: 1px solid silver;
}

#page-aftwarenkorb #itemfast fieldset, #page-aftwarenkorbindiv #itemfast fieldset {
	margin-bottom: 50px;
}

#page-aftwarenkorb #itemfast .itemsfast .table-header, 
#page-aftwarenkorbindiv #itemfast fieldset .itemsfast .table-header{
	background-color: white;
}

#page-aftwarenkorb fieldset > table, #page-aftwarenkorbindiv fieldset > table {
	width: 850px;
}	

#page-aftwarenkorb table#itemfast table .itemsfast, #page-aftwarenkorbindiv table#itemfast table .itemsfast {
    /* width: 810px; */
	border-top: 1px dotted silver;
}

#page-aftwarenkorb table#itemfast table .itemsfast td, #page-aftwarenkorbindiv table#itemfast table .itemsfast td{ 
	padding: 5px;
}

#page-aftwarenkorb table#itemfast .tableItemfast, #page-aftwarenkorbindiv table#itemfast .tableItemfast {
    width: 100%;
}

#page-aftwarenkorb #itemfast fieldset .text-notice, 
#page-aftwarenkorbindiv #itemfast fieldset .text-notice{
	padding-left: 35px;
}

#page-aftwarenkorb #cartdata fieldset table.baskettable, 
#page-aftwarenkorbindiv #cartdata fieldset table.baskettable {
	position: relative;
	border-spacing: 0px
}

#page-aftwarenkorb #cartdata fieldset table.baskettable tr.table-footer, 
#page-aftwarenkorbindiv #cartdata fieldset table.baskettable tr.table-footer {
	height: 30px;
}

.baskettable tr.basketrow-even td, .baskettable tr.basketrow-odd td {
	border-bottom: 1px dotted silver;
	border-right: 1px dotted silver;
}

.baskettable tr.basketrow-even td:last-child, .baskettable tr.basketrow-odd td:last-child {
	border-right: none;
}

.baskettable .table-header, .itemsfast .table-header {
	background-color: #F7F7F7;
}

.baskettable tr th, .itemsfast tr th{
	padding: 10px;
}
	
.baskettable tr td, .itemsfast tr td{
	padding: 6px 10px;
}	
 
.baskettable tr td.basket-col-quantity input {
	width: 50px;
}
 
.baskettable tr td.basketrow-totalsum  {
	text-align: right;
	padding-right: calc(37% + 5px);
	font-size: 13px;
    font-weight: bold;
}

.baskettable tr td.basket-col-functions img {
	width: 13px;
	height: 13px;
}

.baskettable tr td.basket-col-functions, 
.baskettable tr td.basket-col-quantity  {
	text-align: center;
}
	
.baskettable tr.table-footer td {
	text-align: left;
}

.textblock-bonuspoints {
	margin-top: 30px;
	margin-bottom: 10px;
}

.baskettable td.vatremark {
	text-align: left;
	padding: 0 0 10px 10px;
}

#page-aftwarenkorb  #cartdata tr td div#textmessage, #page-aftwarenkorbindiv  #cartdata tr td div#textmessage {
	margin-top: 20px;
	margin-bottom: 50px;
}

#page-aftwarenkorb #cartdata tr td div#textmessage, #page-aftwarenkorbindiv #cartdata tr td div#textmessage, #page-aftwarenkorb #cartdata tr td div#buttons-WK, #page-aftwarenkorbindiv #cartdata tr td div#buttons-WK {
    margin-bottom: 50px;
    margin-top: 20px;
}

#page-aftwarenkorb #buttons-WK br {
	display: none;
}

#page-aftwarenkorb #cartform a.form-button, #page-aftwarenkorbindiv #cartform a.form-button {
	display: inline-block;
	width: 182px;
    margin-left: 400px;
    padding: 9px;
    text-align: center;   
}

#page-aftwarenkorb  #cartdata  input.button-proceed, 
#page-aftwarenkorbindiv  #cartdata  input.button-proceed {
    margin-right: 26px;
}

#page-aftwarenkorb  #cartdata div#textmessage input.button-proceed, 
#page-aftwarenkorbindiv  #cartdata div#textmessage input.button-proceed {
	float: right;
	width: 200px;
    margin-right: 20px;
    margin-top: -32px;
}

#page-aftwarenkorbindiv  #cartdata div#textmessage input.button-proceed {
    margin-right: 21px;
}
	
#page-aftwarenkorb table.itemsfast  th, #page-aftwarenkorbindiv table.itemsfast  th {
	text-align: left;
	margin-right: 50px;
}	
	
#page-aftwarenkorb input.form-button:not(#customsw), #page-aftwarenkorbindiv input.form-button:not(#customsw) {
	float: right;
	min-width: 200px;
	padding: 9px 12px;
	/* margin-right: -5px; */
}

#wk_hinzufuegen  input.form-button:not(#customsw)  {
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-left: 610px;
	padding: 7px 12px;
}

#page-aftwarenkorbindiv input.form-button:not(#customsw) {
	/* float: right; */
	/* margin-right: 2px; */
	/* margin-left: 0px; */
}

#page-aftwarenkorb input.basket-button, #page-aftwarenkorbindiv input.basket-button {
	position: absolute;
	bottom: 5px;
	right: -2px;
}

#page-aftwarenkorbindiv #showOrderlist {
	width: 810px;
	padding: 0px 20px 20px;
    border: 1px solid silver;
}

#page-aftwarenkorbindiv #select-project {
    width: 810px;
}

#page-aftwarenkorbindiv table.orderdata {
    width: 810px;
}

#page-aftwarenkorbindiv table.orderdata th {
	color: #666;
    background-color: #F7F7F7;
}

/* ----------------- */	

ul#checkoutnavigation {
	width:810px;
	height: 110px;
	margin-left: 40px;
	margin-bottom: 20px;
	/* background-color: #FF9999; */
}

ul#checkoutnavigation  li#checkoutstep1, ul#checkoutnavigation  li#checkoutstep2, 
ul#checkoutnavigation  li#checkoutstep3, ul#checkoutnavigation  li#checkoutstep4{
	float: left;
	width: 150px;
	height: 70px;
    padding: 20px 10px 15px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(67, 85, 60, 0.75);
	-moz-box-shadow:    0px 0px 4px 0px rgba(67, 85, 60, 0.75);
	box-shadow:         0px 0px 4px 0px rgba(67, 85, 60, 0.75);
}

ul#checkoutnavigation  li#checkoutstep1, ul#checkoutnavigation  li#checkoutstep2, 
ul#checkoutnavigation  li#checkoutstep3 {
	margin-right: 30px;
}

ul#checkoutnavigation  .title {
	display: block;
	font-weight: bold;
}

ul#checkoutnavigation  li.active {
	border: 1px solid #C6D2C6;
	/* color: #D13636; */
	color: #FF5400;			/* orange dunkler */
	/* color: #0161AE;	 */		/* dunkelgrün */
	background-color: #F2F2F2;
}

ul#checkoutnavigation  li.inactive {
	background-color: #0161AE;
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------------leerer Warenkorb--------------------------------------- */

#page-aftwarenkorb #empty-cart, #page-aftwarenkorbindiv #empty-cart{
	width: 850px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid rgba(192, 192, 192, 0.4);
}

#page-aftwarenkorb #empty-cart table, #page-aftwarenkorbindiv #empty-cart table { 
	width: 100%;
}

#page-aftwarenkorb #empty-cart table td.text-normal, #page-aftwarenkorbindiv #empty-cart table td.text-normal { 
	text-align: center;
}

#page-aftwarenkorb #empty-cart input.form-button, #page-aftwarenkorbindiv #empty-cart input.form-button {
	float: right;
	margin: 0;
}

#page-aftwarenkorb #empty-cart a.form-button, #page-aftwarenkorbindiv #empty-cart a.form-button {
	margin: 0;
}

/* --------------------------------------------------------------------------------------------- */	
/* ----------------------------------------Ordersatz-------------------------------------------- */	

#select-project {
	padding: 20px 0 30px;
	border-bottom: 1px solid rgba(192, 192, 192, 0.4);
}

#select-project label {
	font-weight: bold;
}

#select-project select{
	width: 200px;
}

/* --------------------------------------------------------------------------------------------- */	
/* ------------------------------- Warenkorb absenden ------------------------------------------ */

#page-aftabschluss #cartform {	
	clear: both;
	width: auto;
	padding: 10px;
}
	
#page-aftabschluss #contentheader #contenttitle {  }	

#page-aftabschluss #contentbanner {   }

#page-aftabschluss form:not(#customswitch) {
	/* width: 100%; */
}

#page-aftabschluss form#search {
	/* width: 200px; */
}

#page-aftabschluss .datamask { 

}

.datamask input:not(.form-button), .datamask select {
/* .datamask input, .datamask select{  */
	padding: 3px;
	margin-bottom: 5px;
}

.datamask input[type="text"], .datamask input[type="tel"], .datamask input[type="email"], .datamask select{ 
	width: 245px;
}

.datamask .button-proceed {
	padding: 7px 14px;
}
	
#page-aftabschluss .datamask select { 
	padding: 3px;
	margin-bottom: 5px;
}
	
#page-aftabschluss .datamask input#ZB, #page-aftabschluss .datamask input#LB { 
	width: 70%; 
	border: none;
	background-color: white;
}	
	
#page-aftabschluss .datamask textarea#KOMMENT { 
	width: 70%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page-aftabschluss table.datamask input.button-proceed {
	/* margin-left: 0px;
	margin-right: 60px; */
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------- Lieferdaten / formlose Anfrage ---------------------------- */

#page-aftlieferdaten table.datamask, #page-aftabschluss table.datamask,
#page-aftanfrage table.datamask {
	width: 850px;
}

#page-aftanfrage table.datamask {
	margin-top: 10px;
}

#page-aftlieferdaten table.datamask br, #page-aftanfrage table.datamask br  {
	display: none;
}

#page-aftlieferdaten table.datamask th, #page-aftlieferdaten table.datamask td,
#page-aftabschluss table.datamask th, #page-aftabschluss table.datamask td,
#page-aftanfrage table.datamask th, #page-aftanfrage table.datamask td {
}

#page-aftlieferdaten table.datamask td.text-instruction,
#page-aftabschluss table.datamask td.text-instruction,
#page-aftanfrage table.datamask td.text-instruction {
	padding-left: 10px;
	padding-bottom: 2px;
}

#page-aftlieferdaten table.datamask td.textnormal, #page-aftlieferdaten table.datamask td.textklein,
#page-aftabschluss table.datamask td.textnormal, #page-aftabschluss table.datamask td.textklein,
#page-aftanfrage table.datamask td.textnormal, #page-aftanfrage table.datamask td.textklein  {
	padding: 5px 0;
}

#page-aftlieferdaten table.datamask label,
#page-aftabschluss table.datamask label,
#page-aftanfrage table.datamask label  {
	width: 400px;
}

#page-aftlieferdaten table.datamask input[type=text],
#page-aftabschluss table.datamask input[type=text],
#page-aftanfrage table.datamask input[type=text] {
	width: 250px;
}

#page-aftlieferdaten table.datamask select,
#page-aftabschluss table.datamask select,
#page-aftanfrage table.datamask select  {
	width: 254px;
}

#page-aftlieferdaten table.datamask label, #page-aftlieferdaten table.datamask input,
#page-aftlieferdaten table.datamask select, #page-aftlieferdaten table.datamask textarea,
#page-aftabschluss table.datamask label, #page-aftabschluss table.datamask input,
#page-aftabschluss table.datamask select, #page-aftabschluss table.datamask textarea,
#page-aftanfrage table.datamask label, #page-aftanfrage table.datamask input,
#page-aftanfrage table.datamask select, #page-aftanfrage table.datamask textarea {
	margin-bottom: 10px;
}

#page-aftlieferdaten table.datamask input#ZB, #page-aftlieferdaten table.datamask input#LB,
#page-aftabschluss table.datamask input#ZB, #page-aftabschluss table.datamask input#LB,
#page-aftanfrage table.datamask input#ZB, #page-aftanfrage table.datamask input#LB {
	margin-bottom: 0px;
}

#page-aftlieferdaten table.datamask td.text-notice,
#page-aftabschluss table.datamask td.text-notice,
#page-aftanfrage table.datamask td.text-notice {
	/* padding-left: 10px; */
}

#page-aftlieferdaten table#Zahlungsart, #page-aftlieferdaten table.datamask input,
#page-aftlieferdaten table.datamask select, #page-aftlieferdaten table.datamask textarea,
#page-aftlieferdaten img.ui-datepicker-trigger,
#page-aftabschluss table#Zahlungsart, #page-aftabschluss table.datamask input,
#page-aftabschluss table.datamask select, #page-aftabschluss table.datamask textarea,
#page-aftabschluss img.ui-datepicker-trigger,
#page-aftanfrage table#Zahlungsart, #page-aftanfrage table.datamask input,
#page-aftanfrage table.datamask select, #page-aftanfrage img.ui-datepicker-trigger  {
	margin-left: 10px;
}

#page-aftlieferdaten table#Zahlungsart img.amazon,
#page-aftabschluss table#Zahlungsart img.amazon,
#page-aftanfrage table#Zahlungsart img.amazon {
	width: 75px;
	margin-left: -6px;
}

#page-aftlieferdaten table#Zahlungsart img.paypal, #page-aftlieferdaten table#Zahlungsart img.payment,
#page-aftabschluss table#Zahlungsart img.paypal, #page-aftabschluss table#Zahlungsart img.payment,
#page-aftanfrage table#Zahlungsart img.paypal, #page-aftanfrage table#Zahlungsart img.payment {
}

/* #page-aftlieferdaten table.datamask input#AGB,
#page-aftlieferdaten table.datamask input#NEWLADR {
	width: auto;
} */

#page-aftlieferdaten table.datamask input#ANGEBOT0, #page-aftlieferdaten table.datamask input#ANGEBOT1,
#page-aftlieferdaten table.datamask input#radioPayPal, #page-aftlieferdaten table.datamask input#radioAmazon,
#page-aftlieferdaten table.datamask input#radioZB,
#page-aftabschluss table.datamask input#ANGEBOT0, #page-aftabschluss table.datamask input#ANGEBOT1,
#page-aftabschluss table.datamask input#radioPayPal, #page-aftabschluss table.datamask input#radioAmazon,
#page-aftabschluss table.datamask input#radioZB,
#page-aftanfrage table.datamask input#ANGEBOT0, #page-aftanfrage table.datamask input#ANGEBOT1,
#page-aftanfrage table.datamask input#radioPayPal, #page-aftanfrage table.datamask input#radioAmazon,
#page-aftanfrage table.datamask input#radioZB {
	width: auto;
}

#page-aftlieferdaten table.datamask input#radioPayPal,#page-aftlieferdaten table.datamask input#radioZB,
#page-aftabschluss table.datamask input#radioPayPal,#page-aftabschluss table.datamask input#radioZB,
#page-aftanfrage table.datamask input#radioPayPal,#page-aftanfrage table.datamask input#radioZB {
	margin-right: 12px;
}

#page-aftlieferdaten table.datamask img, 
#page-aftabschluss table.datamask img,
#page-aftanfrage table.datamask img {
	/* width: 50px;
	margin-left: -2px; */
}

#page-aftlieferdaten table.datamask .text-notice img,
#page-aftabschluss table.datamask .text-notice img,
#page-aftanfrage table.datamask .text-notice img {
	width: auto;
	margin-left: 5px;
}

#page-aftlieferdaten table.datamask .text-notice #submitButtonAmazon,
#page-aftabschluss table.datamask .text-notice #submitButtonAmazon,
#page-aftanfrage table.datamask .text-notice #submitButtonAmazon  {
	float: right;
}

#page-aftlieferdaten table.datamask #NEWLADR,
#page-aftabschluss table.datamask #NEWLADR,
#page-aftanfrage table.datamask #NEWLADR {
	/* margin-left: 5px; */
}

#page-aftlieferdaten table.datamask textarea,
#page-aftabschluss table.datamask textarea {
	width: 470px;
}

#page-aftanfrage table.datamask textarea {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 750px;
}

#page-aftlieferdaten table.datamask .button-proceed,
#page-aftabschluss table.datamask .button-proceed,
#page-aftanfrage #submitButton {
	float: right;
}

#page-aftanfrage #submitButton {
	/* margin-right: -45px; */
}

#page-aftlieferdaten table.datamask fieldset,
#page-aftabschluss table.datamask fieldset,
#page-aftanfrage table.datamask fieldset {
	width: 76%;
	border: 1px dotted silver;
	margin-bottom: 10px;
}

#page-aftlieferdaten table.datamask fieldset legend,
#page-aftabschluss table.datamask fieldset legend,
#page-aftanfrage table.datamask fieldset legend {
	display: none;
}

#page-aftlieferdaten table.datamask fieldset table.datamask,
#page-aftabschluss table.datamask fieldset table.datamask,
#page-aftanfrage table.datamask fieldset table.datamask {
	border: none;
	margin-bottom: 0px;
}

#page-aftanfrage table.datamask table {
	/* width: 100%; */
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------- berechnete Lieferungen ------------------------------------- */

#page-aftlistelieferungenberech #contentcontainer {
}

#berech-lieferungen {
	/* width: 850px; */
	padding: 0 20px 20px 0px;
}

#datepick, #select-project {
	border-bottom: 1px dotted silver;
}

#datpicker_top, #select-project label {
	font-weight: bold;
}

#datepick #datepicker_von, #datepick #datepicker_bis {
	float: left;
	width: 290px;
}

#datepick #date-button {
	float: left;
}

#datepick #datepicker_von img, #datepick #datepicker_bis img {
	margin-left: 5px;
}

#datepick #date-button input.form-button {
	margin-left: 50px;
	margin-top: -3px;
}

#datepick form {
	margin-top: 20px;
	margin-bottom: 30px;
}

#datepick label, #select-project label {
	display: block;
	float: left;
	width: 80px;
	margin-bottom: -10px;
}

#datepick #selection-date {
	clear: both;
	margin-bottom: 20px;
	padding-top: 30px;
}

#datepick #selection-date span {
	display: block;
	float: left;
}

#datepick #selection-date .label {
	width: 80px;
}

#ui-datepicker-div {
	border: 1px solid silver;
	-moz-box-shadow: 0px 0px 9px #777;
	-webkit-box-shadow: 0px 0px 9px #777;
	box-shadow: 0px 0px 9px #777;
}

#select-project {
	/* width: 850px; */
	/* margin: 20px; */
	padding: 20px 0 30px;
	border-bottom: 1px dotted silver;
}

#select-project select{
	width: 300px;
}

#lieferungen {
	/* margin: 20px; */
	/* padding: 20px; */
}

#berech-lieferungen #deliveries_filter label input {
	margin-left: 47px;
	font-weight: bold;
}

.dataTables_scrollHead .orderdata {
	border: 1px dotted silver;
	border-bottom: none;
}

.dataTables_scrollHead .orderdata th{
	padding-bottom: 10px;
}

.dataTables_scrollBody .orderdata{
	border: 1px dotted silver;
	border-top: none;
}

.dataTables_scrollBody .orderdata td{
	padding: 5px;
	width: 33%;
}

.dataTables_scrollBody .orderdata th{
	padding-bottom: 10px;
}

.dataTables_scrollBody .orderdata td div{
	text-align: right;
}

#page-aftlistelieferungenberech table.orderdata {
	/* width: 850px; */
	margin-top: 20px;
}

#page-aftlistelieferungenberech table.orderdata td{
	border-bottom: 1px dotted silver;
}

#page-aftlistelieferungenberech table.orderdata td:first-child {
	color: #216cb0;
}

.fg-toolbar {
	height: 30px;
	margin-top: 20px;
}

/* ----------- Footer ----------- */

/* #itemlist_info, #projectlist_info {
	display: inline;
	float: left;
}

#itemlist_length, #projectlist_length  {	
	display: inline;
	float: left;
	margin-left: 300px;
}

#itemlist_paginate {
	display: inline;
	float: left;
	margin-left: 300px;
} */

/* ----------- Footer ----------- */

.sortiertabelle-footer {
	width: 99%;
	height: 30px;
}

.dataTables_length {
	float: left;
	display: inline;
	padding-left: 35%;
}

.dataTables_length select {
	padding: 0 4px;
}

.dataTables_info {
	float: left;
	display: inline;
	padding-left: 5px;
	padding-top: 5px;
}
/* .dataTables_paginate {
	float: right;
	display: inline;
	padding-right: 3px;
}

.dataTables_paginate .first, .dataTables_paginate .previous,.dataTables_paginate .next,.dataTables_paginate .last {
	padding: 2px 1px 0 0;
	background: transparent;
	border: 0;
} */


.dataTables_paginate {
	float: right;
	text-align: right;
	display: inline;
  padding-right: 8px;   /* ck, 25.05.2016 */
  line-height: 30px;   /* ck, 25.05.2016 */
}

.dataTables_paginate a {
  height: 16px;
  width: 16px;
  margin: 0 2px;
}

.dataTables_paginate .first, .dataTables_paginate .previous,.dataTables_paginate .next,.dataTables_paginate .last {
  padding: 2px 1px 0 0;
  background: transparent;
  border: 0;
	height: 19px;
	width: 19px;
	margin-left: 3px;
}
.paging_full_numbers a.paginate_button {
	border: 1px solid #AAAAAA;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
}
.paging_full_numbers a.paginate_button {
	/* color: $Zebra1Font;	 */
	/* background-color: $Zebra1Back; */
}
.paging_full_numbers a.paginate_button:not(.current):hover,
.paging_full_numbers a.paginate_button:not(.current):active,
.paging_full_numbers a.paginate_button:not(.current):focus {
	/* color: $Zebra2Font; */	
	/* background-color: $Zebra2Back; */
}
.paging_full_numbers a.paginate_button.current {
	/* color: $Zebra2Font; */	
	/* background-color: $Zebra2Back */;
	font-weight: normal;
}
/* ende new ck 25.05.2016 */
.paging_full_numbers a.ui-state-disabled {
	cursor: default !important;
	/* color: $color15; */
	font-weight: lighter;
}
.paging_full_numbers a.ui-state-disabled:hover {
	text-decoration: none;
}

.ui-buttonset .ui-button {
  /* Überschreiben des Defaults für die Paginierung im Fuß */
	margin-right: 1px;
}

/* --------------------------------------------------------------------------------------------- */	
/* ------------------------------ Aufragsauskunft (aftinfo) ------------------------------------ */

#page-aftinfo .orderdata {
	max-width: 850px;
}

#page-aftinfo .orderdata tr:hover td { 
	cursor: default;
	background-color:white; 
}

#databack .textklein {
	margin-left: 10px;			/* wenn img gegen Pfeil ausgetauscht wird */
	padding-bottom: 7px;		/* ------------------- */
	vertical-align: middle;
}

#databack .textklein:hover {
	cursor: pointer;
	text-decoration: underline;
	/* color: #D64A4C; */
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------- Lieferungen offen ------------------------------------------ */

#detailswitch {
	height: 40px;
	width: 190px;
}

#detailswitch #detailswitchicon{
	padding: 4px;
	border: 2px solid silver;
}

#detailswitch #detailswitchicon img{
	display: none;
}

#detailswitch:hover {
	cursor: pointer;
}

#page-aftlistelieferungenoffen .orderdata tr.positioninfo {
	background-color: #E6F1F5;
}

#page-aftlistelieferungenoffen .fieldset {
	padding: 10px;
	border: none;
}

#page-aftlistelieferungenoffen .fieldset legend {
    padding-top: 0px;
}

#page-aftlistelieferungenoffen .orderdata tr:hover td { 
	cursor: default;
	/* color: #858585; */ 
}

#page-aftlistelieferungenoffen .orderdata a:hover {
	/* color: #D64A4C; */
	text-decoration: underline;
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
}

#page-aftlistelieferungenoffen table.orderdata {
	width: 850px;
    margin-top: 0px;
}

#page-aftlistelieferungenoffen table.orderdata tr.table-row1 {
	height: 36px;
}

#page-aftlistelieferungenoffen table.orderdata td{
}

#page-aftlistelieferungenoffen table.orderdata tr.positioninfo td{
	border-top: none;
}

#page-aftlistelieferungenoffen table.orderdata tr.positioninfo td table{
	width: 818px;
}

/* --------------------------------------------------------------------------------------------- */	
/* ----------------------------------- Rechnungen ---------------------------------------------- */

#page-aftlisterechnungen #contentcontainer {
  /*  padding-left: 20px; */
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------- offene Posten ---------------------------------------------- */

#customerdata {
	margin-bottom: 20px;
}

#customerdata th{
	font-size: 14px;
	text-align: left;
}

#customerdata td, #customerdata th {
	padding: 3px 10px;
}

#page-kdlisteop table.orderdata {
	border-bottom: 1px dotted silver;
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------- RMA-Statistik ---------------------------------------------- */

#page-statretouren table.orderdata {
	border-bottom: 1px dotted silver;
}

/* --------------------------------------------------------------------------------------------- */	
/* ------------------------------Anforderung Zugangsdaten--------------------------------------- */	

#KdDaten {
	padding: 20px;
}

#KdDaten .KdDaten {
	width: 850px;
	/* margin: 10px auto; */
	border: 1px solid silver;
}

#KdDaten fieldset {
	padding: 10px 20px 0px 20px;
	border: none;
}

#KdDaten fieldset legend {
	padding-top: 15px;
}

#KdDaten .datamask {
	border: none;
}

#KdDaten table.datamask td:first-child {
    width: 250px;
}

#KdDaten table.datamask input {
    width: 240px;
}

#KdDaten table.datamask select {
    width: 250px;
}

#KdDaten table.datamask input.radio{
    margin-left: -380px;
	margin-bottom: 15px;
}

#KdDaten table.datamask input.form-button {
	width: 150px;
	padding: 7px 12px;
	margin-right: -50px;
}

#page-kdneu #KdDaten table.datamask input.form-button {
    margin-right: -10px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------------------------------- */	
/* -----------------------------------------Kundendaten ---------------------------------------- */

#page-kddaten #content {
	/* padding-top: 60px; */
	/* border-top: 1px dotted silver; */
}

table.datamask {
	width: 862px;
	/* margin: 0px auto; */
	/* padding: 20px; */
	padding: 20px 20px 10px 20px;
	border: 1px solid silver;
}

table.datamask:not(.itemPW) input.form-button {
    float: right;
}

#page-kddaten table.datamask tr th {
    text-align: left;
}
table.datamask tr th {
    padding: 6px;
}

#page-kddaten table.datamask td:first-child{
	width: 230px;
}

#page-kddaten table.datamask input.form-input { 
    width: 240px;
}
#page-kddaten table.datamask select { 
    width: 248px;
}

#page-kddaten div.datablock input.form-input:not([type=checkbox]) {
	width: 100px;
}

#page-kddaten div.datablock input.form-input[type=checkbox] {
	width: 20px;
}

#page-kddaten div.datablock select{
	width: 108px;
}

#page-kddaten  fieldset{
	margin-top: 20px;
	border: none;
}

#page-kddaten legend {
    padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 45px;
}

#page-kddaten .form-button {
	min-width: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#page-kddaten #customswitch {
    top: -43px;
}

table.itemfirst td:first-child{
}

table.itemAD  td:nth-child(2){
	width: 310px;
}

table.itemAZ td:last-child{
	width: 38%;
}

table.itemfirst table {
	width: 100%;
}

table.itemPW {
	padding-bottom: 0px;
}

table.itemPW  table{
	width: 100%;
	margin-bottom: 40px;
}

table.itemPW table td:first-child {
}

table.itemPW .buttonlist {
    float: right;
    min-height: 70px;
}

#page-kddaten table.itemPW input.form-button {
	/* margin-bottom: -10px; */
}

table.itemPW input.pwdrand {
	/* margin-left: 376px; */
}

table.itemPW input.pwdsave {
	margin-left: 22px;
    /* margin-right: -210px; */
}

table#pricedisp {
	border: none;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------- Projekte -------------------------------------------------- */

#newproject {
	width: 440px;
	margin-bottom: 40px;
}

#newproject div{
	margin-bottom: 15px;
}

#projectname {

}

#projectref {
	/* float: left; */
}

#projectname , #projectref {
	display: block;
	float: left;
	width: 185px;
	/* margin-top: 10px; */
}

#newproject input#BEZ, #newproject input#REF {
	width: 210px;
}

.project-button {
	float: right;
	margin-right: 28px;
	margin-bottom: 15px;
}

#newproject .text-notice {
	clear: both;
}

#page-kdprojekt  #projectlist_filter, #page-kdprojekt  #projectlist_length { 
	/* display: none; */
}

#projectlist_paginate {
    margin-left: 810px;
}

#page-kdprojekt .itemlist {
	max-width: 850px;
	min-width: 850px;		/* überschreibt element-style width */
	margin-left: 0;
}

#projectlist_wrapper .fg-toolbar {
	height: auto;
	max-width: 850px;
	padding-top: 20px;
	/* border-top: 1px dotted silver; */
}

#projectlist_wrapper .ui-corner-tl {
	border-top: 1px dotted silver;
}

#page-kdprojekt .dataTables_scroll {
	border: none;
}

#page-kdprojekt .itemlist tr th input {
	max-width: 200px;
} 

table#projectlist th{ 
	padding: 10px;
}

table#projectlist td { 
	/* padding: 10px; */
	/* border: 1px solid #E8E8E8; */
}

#page-kdprojekt table.itemlist tr:hover td { 
	/* color:#216cb0;  */
	background-color: white; 
	cursor: default;
}

#page-kdprojekt .dataTables_info {
	/* color: white; */
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------- Artikel --------------------------------------------------- */

#page-artikel table.cell0 {		/* Fz-Katalog breadcrumb */
	position: absolute;
	/* top: 104px;
	left: 314px; */
	top: -20px;
	left: 20px;
}

#page-artikel #carcatline {
    position: absolute;
    top: 5px;
	left: 0;
}

#page-artikel #contentcontainer {
	/* margin: 50px auto; */
	/* border: 1px dotted silver; */
	padding-top: 80px;
}

#block1, #block2, #block3, #block4{
	float: left;
	width: 600px;
	height: auto;
	margin: 0px 20px 0;
	/* padding: 30px 20px 0; */
}

/* #itemdata1, #itemdata2 {
} */

#images img {
	max-width: 300px;
}

.fotoline {			/* kein Bild verfügbar */
    width: auto;
    margin: 20px 0;
    padding: 20px 40px;
    text-align: center;
    font-weight: bold;
	background: #efefef;
}

#packagingunits, #priceinfo, #itemdata1, #itemdata2, #pricechart, 
#productfeatures, #documents, #promotions, #deliveries, #downloads {
	width: 500px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #F8F8F8;
}

#page-artikel #priceinfo  .fieldset {
	margin-top: 0px;
}

table.priceblocktab {
	width: 100%;
    padding: 10px;
	background-color: white;
}

table.priceblocktab th{
	/* border-bottom: 1px dotted silver; */
	font-size: 12px;
    padding: 4px;
    text-align: center;
	color: white;
	/* background-color: #0161AE;	 */		/* helles grün */
	background-color: #0161AE;				/* mittleres grün */
}

table.priceblocktab th:last-child{
	width: 140px;
}

.blockpriceinfo table td {
    padding: 6px 4px;
    text-align: center;
}

table.priceblocktab tr td input {
	/* float: right; */
}

.blockpackagingunits, 
.blockitemdata, 
.blockimages,
.blockpriceinfo  {
	margin-bottom: 30px;
}	

.blockpackagingunits table, 
.blockitemdata table, 
.blockimages table,
.blockpriceinfo, 
.tabdata{
	/* width: 50%; */
	width: auto;
}	

.tabdata{
	/*width: 80%;*/
}	

/* #promotions, #deliveries .tabdata */
.blockdocuments th, #page-artikel .blockdocuments td ,
.blockproductfeatures th, #page-artikel .blockproductfeatures td ,
.blockpricechart th, #page-artikel .blockpricechart td ,
.blockitemdata th, #page-artikel .blockitemdata td ,
.blockpackagingunits th, #page-artikel .blockpackagingunits td,
.tabdata th, #page-artikel .tabdata td,
.blockpromotions th, #page-artikel .blockpromotions td,
.documentlist th, .documentlist td {
	padding: 3px 15px;
}	

.blockdocuments th, .blockproductfeatures th, .blockpricechart th {
	 text-align: left;
}

#page-artikel .fieldset {
	width: auto;
    padding: 15px;
    border: medium none;
}

#page-artikel legend {
    font-weight: bold;
    padding-top: 10px;
}

#page-artikel #priceinfo input {
	margin-top:10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#priceinfo table.priceblocktab td{
	padding: 2px;
}

#priceinfo #cartbutton {
	width: auto;
	min-height: 50px;
	/* background-color: yellow; */
	/* border: 1px dotted silver; */
}

#priceinfo #cartbutton .form-button {
	float: right;
	/* position: absolute;
	bottom: 12px;
	right: 0px; */
	margin-bottom: 0;
	margin-top: 20px;
}

#links a {
/* 	float: left; */
	/* line-height: 0;
    padding-bottom: 5px; */
}

#links .img {
	/* display: block;
	width: 30px; */
}

#links .textklein {
	/* padding-left: 10px; */
}

#page-artikel #links table td.noprint {
    position: relative;
	padding: 4px;
}

#page-artikel #links span.textklein {
	position: absolute;
    bottom: 8px;
    left: 50px;
}

/* ----------Promo (Progrssbar)------------ */

.ui-widget {
	/* max-height: 10px; */
}

/* ---------------Gallery------------------ */

.blockimages:after {
	clear: both;
}

.picgallery-content:before {
	clear: both;
}

.picgallery-content {
	width: 540px;
	margin: 30px 2px 0px;
	border-top: 1px dotted silver;
	z-index: 99;
}

.picgallery {
	width: 600px;
	height:auto;;
}

.slider-header {
	margin-left: 5px;
	margin: 40px 0 10px;
	font-weight:bold;
}

.gallery {
	margin-bottom: 50px;
}

ul.gallery {
}

ul.gallery li.gallery-item {
	float: left;
	max-width: 110px;
	margin-right: 5px;
	word-wrap:break-word;
}

ul.gallery li.gallery-item p:empty {		/* Leerfelder in der Galerie (Höhe Bild - 20px) */
	height: 110px;
	height: 140px;
	width: 110px;
}

ul.gallery li.gallery-item .no-pic {
	margin-bottom: 5px;
	margin-bottom: 9px;
	width: 110px;
	height: 110px;
	height: 105px;
}

ul.gallery li.gallery-item .pic-small {
	width: 110px;
	color: #666666;
}

ul.gallery li.gallery-item .img-slider {
	width: 110px;
	height: 140px;
}

ul.gallery li.gallery-item  img{
	transition: opacity 1s;	
	height: 110px;
	/* height: 140px; */
	width: 110px;
}

ul.gallery li.gallery-item  a{
	/* color: #666666; */
	width: 110px;
	height: 140px;
}

ul.gallery li.gallery-item  a .title:hover {
/* ul.gallery li.gallery-item  a:hover { */
	text-decoration: underline;
	/* color: #D64A4C; */
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 	
	/* transition: opacity 1s; */
	/* opacity: 0.8; */
}

ul.gallery li.gallery-item  a img:hover {
	transition: opacity 1s;
	opacity: 0.7;
}


ul.gallery li.gallery-item .title {
	display: block;
	min-height: 35px;
	padding: 8px 5px 5px 0px;
	font-weight:bold;
	color: #666666;
}

ul.gallery li.gallery-item .keyfact {
	/* padding-right: 5px; */
	padding-right: 8px;
	font-size: 10px;
}

.buttonnext, .buttonback {
	margin: 45px 0;
	margin: 60px 0;
	border: none;
	background-color: none;
}

.buttonnextcurrent:hover, .buttonbackcurrent:hover {
	cursor: pointer;
	opacity: 0.7;
}

.buttonnext {
	width: 20px;
	height: 30px;
	margin-left: 15px;
	background-image: url('../images/button-right.png'); 
	background-size: 20px 30px;
    background-repeat: no-repeat;	
}

.buttonback {
	width: 20px;
	height: 30px;
	margin-right: 15px;
	background-image: url('../images/button-left.png'); 
	background-size: 20px 30px;
    background-repeat: no-repeat;	
}

.notcurrent {
	opacity: 0.3;
}

/*----------------------------akkordeon--------------------------------*/

.akkordeon {
	width: 540px;
	overflow: hidden; 
	margin-bottom: 50px;
	margin-top: 50px;
}

.akkordeon .acc-item {
	/* width: calc('100%-10px'); */
	width: 100%;
	border-top: 1px dotted silver;
	padding-right: 10px;
}
	
.akkordeon .acc-header {
	margin-right: 5px;
	background: url('../images/button-right-small.png') no-repeat right; 
  }
  
.akkordeon .acc-header:hover {
	opacity: 0.5;
}
  
.acc-thema {
	margin-bottom: 5px;
	padding: 15px 0 10px;
	transition: all .2s ease-in-out; 
	font-weight: bold;
	cursor: pointer;
}

.akkordeon .acc-content {
	display: none;
	width: 100%;
	background-color: #ffffff;
	padding: 15px 0;
	margin-bottom: 5px;
	overflow: hidden;
	}

/* Feld oben, wenn ausgeklappt */
.akkordeon .open { 
}

.akkordeon .open .acc-header {
	background: url('../images/button-bottom-small.png') no-repeat right; 
}

.akkordeon .acc-content ul{
	display: table;
	margin-left: 13px;
	width: 390px;
	min-height: 100px;
}
	
.akkordeon .acc-content li{
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 220px;
}

.akkordeon .acc-content li img{
	width: 110px;
	height: auto;
	min-height: 154px;
}

.akkordeon .acc-content li span{
	font-size: 11px;
	height: 50px;
}

/* ---------------Video------------------ */

video {
	background-color: white;
}

.blockvideo {
	width: 100%;
	background-color: white;
}

.blockvideo poster {
	display: none;
}

.blockvideo video, .blockvideo video source {
	width: 100%;
	border: none;
	background-color: white;
}

.video-header  {
	font-weight:bold;
	margin-bottom: 10px;
	color: #216cb0;
	display: none;
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------- Orderliste ------------------------------------------------- */

#page-aftordersatz #orderlist .orderdata {
	width: 810px;
	margin-bottom: 15px;
    margin-top: 20px;
}

#page-aftordersatz #select-project {
	width: 810px;
}

#orderlist table.orderdata tr:hover td  {
	cursor: default;
	background-color: white;
}

.orderdata tr:hover td { 
	cursor: pointer;
	background-color:#F6F6F6; 
}

.input-menge {
	display: block;
	width: 50px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------Kundenanwahl------------------------------------------------- */

#page-kdwahl fieldset {
	border: none;
}

#page-kdwahl legend {
    /* margin-top: 20px; */
    /* margin-left: 45px; */
    padding-top: 0;
	word-spacing: -0.45ex;
}

#page-kdwahl form#kdsuche {
	width: 850px;
	/* margin: 20px auto; */
	margin-top: 20px;
	padding: 30px;
	border: 1px solid silver;
}

#page-kdwahl form#kdsuche input, #page-kdwahl form#kdsuche select {
	margin-bottom: 10px;
}

#page-kdwahl form#kdsuche input:not(.input-plz) {
	width: 220px;
}

#page-kdwahl form#kdsuche input.input-ort {
	width: 150px;
}

#page-kdwahl form#kdsuche select {
	width: 236px;
}

/* #page-kdwahl hr{
	height: 1px;
	margin-bottom: 10px;
	border: none;
	border-top: 1px dotted silver;
	background-color:#FFFFFF;
} */

#page-kdwahl table.tabdata td:first-child {
	width: 200px;
}

#page-kdwahl table.tabdata input.form-button {
	margin-left: 500px;
}

#page-kdwahl form {
	/* max-width: 100%; */
}

#page-kdwahl table.orderdata {
	width: 90%;
}

#page-kdwahl #textmessage {
	width: 90%;
	margin: 20px auto;
}

#page-kdwahl table.orderdata td {
	padding: 7px 7px;
}

#page-kdwahl table.orderdata .form-button {
	/* float: right;
	margin-right: 20px; */
}

table.orderdata tr.kd-row td{
	border-bottom: 1px dotted silver;
}

#page-kdwahl table.orderdata tr th a{
	color: white;
}

#page-kdwahl table.orderdata tr:hover td{ 
	cursor: default;
	background-color: white; 
}

#page-kdwahl table.orderdata tr.kd-row:hover td{ 
	cursor: pointer;
	background-color:#F6F6F6; 
}

#page-kdwahl table.orderdata td.backlink-kdSuche span {
	margin-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------------------- */	
/* ---------------------------- Artikel-Schnellerfassung ---------------------------------------- */

#page-afterfdirekt .itemsfast {
	width: 500px;
    margin-top: 30px;
	padding: 20px;
	border: 1px dotted silver;
}

#page-afterfdirekt .itemsfast input[type=text] {
	width: 300px;
	margin-right: 40px;
	margin-left: 20px;
}

#page-afterfdirekt .itemsfast input[type=number] {
	width: 100px;
}

#page-afterfdirekt .redemption-items {
	text-align: left;
	padding-left: 200px;
}

#page-afterfdirekt .form-button {
	min-width: 220px;
	margin-top: 20px;
}

#page-afterfdirekt input.button-reset {
	margin-left: 65px;
}

#page-afterfdirekt input.button-sent {
	float: right;
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------- Fahrzeugkatalog -------------------------------------------- */

#page-fzwahl .fieldset {
	min-height: 500px;
    margin-right: 30px;
    padding: 50px;
	border: none;
	background-color: #F7F7F7;
	margin-top: -40px;
}

#page-fzwahl legend {
	padding-top: 60px;
}

#page-fzwahl input.form-button {
	min-width: 200px;
	margin-top: 20px;
}

#page-fzwahl .carcatlist {
	padding: 6px 10px;

}

#page-fzwahl .carcatlist th {
	background-color: #0161ae;
    color: white;
    padding: 10px;
}

#page-fzwahl .carcatlist td {
    padding: 6px 10px;
	border-right: 1px dotted silver;
	border-bottom: 1px dotted silver;
}

#page-fzwahl .carcatlist td:last-child {
    border-right: none;
}

/* -------------------------------- Fahrzeugkatalog neu----------------------------------------- */

#page-fzkatalog #content {
	/* padding-top: 180px;
	padding-left: 42px; */
}

#page-fzkatalog #contentcontainer {
	/* margin-top: -26px; */
	padding-top: 120px;
	padding-left: 42px;
}

table.FzKatalog {
	/* position: absolute; */
	/* left: 304px; */
    /* top: 65px; */
}

#carcatline {
	position: absolute;
	/* left: 300px; */
    /*top: 130px;*/
	top: 65px;
	left: 20px;
	z-index: 1;
}

#carcatline > table {
	border-spacing: 10px;
}

#carcatline td {
	max-width: 80px;
    padding: 3px 10px;
	/* word-wrap: break-word; */
	overflow-wrap: break-word;
	font-size: 9px;
	/* background-color: #f6f6f6; */	/* nur, wenn keine Bilder vorhanden sind, Hintergrundfarbe einblenden */
}

#page-fzkatalog .tabdata {
	/* margin-top: 20px;
	margin-left: 305px; */	
	position: absolute;
	left: 40px;
    top: 160px;	
    z-index: 1;
}

#page-fzkatalog .tabdata  td{
	padding: 6px 0;
}

#page-fzkatalog .tabdata img {
	margin-right: 10px;
	margin-bottom: -4px;
    margin-left: 10px;
}

.img-back {
	margin-bottom: -4px;
}

.fzKatAktiv {
	/*border: 2px solid #015FA9;*/
}


/* teccat ausblenden */

#teccat, #searchteccat {
	display: none;
}

/* --------------------------------------------------------------------------------------------- */	
/* -------------------------------- Startseite ------------------------------------------------- */

#startup-image, #loginimage {
	margin: 50px 50px 20px;
}

#startup-image img, #loginimage img {
	width: 600px;
	/* padding: 2px;
	-moz-box-shadow: 0px 0px 9px #777;
	-webkit-box-shadow: 0px 0px 9px #777;
	box-shadow: 0px 0px 9px #777; */
}

#startup-firm {
	margin-top: 40px;
	margin-left: 50px;
	width: 400px;
}

.text-title {
	font-size: 26px;
	/* line-height:80px; */
	color: #0161AE;
}

/* --------------------------------------------------------------------------------------------- */	
/* --------------------------------img-Slider/ Produktvarianten--------------------------------- */	

.sliderPV-content {
	width: 540px;
}

.sliderPV-content::before { 
	content:"\00a0"; 
}

.sliderPV-content .slider-header {
	/* margin-top: -35px; */
}

.picgalleryPV, .picgallerySIMG {
	height: 100%;
	width: auto;
}

.picgalleryPV ul.slider, .picgallerySIMG ul.slider {
	display: table;
	width: 540px;
	height: 31px;
	margin-top: 0px;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;		
}

.picgalleryPV ul.slider li.gallery-item-PV,.picgallerySIMG ul.slider li.gallery-item-PV {
	float: left;
	/* display: block; */
	display: table-cell;
	width: 100px;
	margin: 2px 5px 2px 0;
	text-align: center;
	color: #858585;
	background-color: #EFEFEF;
}

.picgalleryPV ul.slider li:last-child, .picgallerySIMG ul.slider li:last-child {
	margin-right: 1px;
}

.picgalleryPV ul.slider li a, .picgallerySIMG ul.slider li a {
	display: block;
	padding: 5px 2px;
	color: #858585;		/* grau */
}

.picgalleryPV ul.slider li a.pv-notcurrent:hover, .picgallerySIMG ul.slider li a.pv-notcurrent:hover {
	/* color: #FF5400; */	/* orange dunkler */
	color: #15708C; 	/* türkis */
	color: #999; 
}

.picgalleryPV ul.slider li  .pv-current, .picgallerySIMG ul.slider li  .pv-current{
	font-weight: bold;
    border: 1px solid #ededed;
	color: #ff7200;
	background-color: white;
}

.picgalleryPV ul.slider li  .pv-notcurrent, .picgallerySIMG ul.slider li  .pv-notcurrent{
	border: 1px solid white;
}

.imggallery {
	float: right;
	height: 500px;
	margin-top: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.imggallery img {
	width: 150px;
}


/* --------------------------------------------------------------------------------------------- */	
/* ---------------------------------------lightSlider------------------------------------------- */	

ul{
	list-style: none outside none;
	padding-left: 0;
    margin: 0;
}
.demo .item{
	margin-bottom: 60px;
}
.content-slider li{
	background-color: #ed3020;
	text-align: center;
	color: #FFF;
}
.demo{
	width: 520px;
}

ul#image-gallery {
	margin-top: 40px;
	margin-bottom: 20px;
}

ul#image-gallery li {
	height: 400px;
}

ul#image-gallery li img.picturebig {
	height: 100%;
}

ul#image-gallery li img.picturebig:hover {
	cursor: default;
}

/* --------------------------------------------------------------------------------------------- */
/* ------------------------------------- lightslider.css  -------------------------------------- */
/* --------------------------------------------------------------------------------------------- */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    /* height: auto; */
    max-width: 100%;
	max-height: 70px;
	margin-left: auto;
    margin-right: auto;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% { left: 0; }

    50% { left: -15px; }

    100% { left: 0; }
}
@keyframes rightEnd {
    0% { left: 0; }

    50% { left: -15px; }

    100% { left: 0; }
}
@-webkit-keyframes topEnd {
    0% { top: 0; }

    50% { top: -15px; }

    100% { top: 0; }
}
@keyframes topEnd {
    0% { top: 0; }

    50% { top: -15px; }

    100% { top: 0; }
}
@-webkit-keyframes leftEnd {
    0% { left: 0; }

    50% { left: 15px; }

    100% { left: 0; }
}
@keyframes leftEnd {
    0% { left: 0; }

    50% { left: 15px; }

    100% { left: 0; }
}
@-webkit-keyframes bottomEnd {
    0% { bottom: 0; }

    50% { bottom: -15px; }

    100% { bottom: 0; }
}
@keyframes bottomEnd {
    0% { bottom: 0; }

    50% { bottom: -15px; }

    100% { bottom: 0; }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

ul#image-gallery li img.picturebig {
	display: block;
	max-width: 474px;
    margin-left: auto;
    margin-right: auto 
}

/* --------------------------------------------------------------------------------------------- */
/* ---------------------------------- Browserweiche Mozilla ------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
 
 @-moz-document url-prefix() {	
    #page-aftwarenkorb #cartdata fieldset, #page-aftwarenkorbindiv #cartdata fieldset,
	#page-aftwarenkorb #itemfast fieldset, #page-aftwarenkorbindiv #itemfast fieldset {
		padding: 20px 20px 15px;
    }
	
	#page-aftwarenkorb  #cartdata div#textmessage input.button-proceed, 
	#page-aftwarenkorbindiv  #cartdata div#textmessage input.button-proceed {
		margin-top: -33px;
	}
	#page-aftwarenkorb input.form-button:not(#customsw), #page-aftwarenkorbindiv input.form-button:not(#customsw) {
		padding: 8px 12px;
	}
	
	table.itemPW input.pwdrand {
		margin-left: 363px;
	}
	
	/* detailswitch #detailswitchicon {
		border: 2px solid silver;
		padding: 4px;
	} */
}




