* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: tahoma, arial, helvetica;
	font-size: 9pt;
}

body {
	height: 100%;
	/* background: url(#imgpath/images/bg.png) repeat-x fixed; */
}

.invisible {
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

td.right {
	float: none;
	text-align: right;
}

select, input[type=text], input[type=password], textarea {
	margin: 0 5px;
	padding: 3px 5px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}

input {  /* Für IE <= 9 */
	margin-left: 5px;
}

input[type=checkbox], input[type=radio] {
	padding: 5px 5px 5px 0;
}

input[type=button], input[type=submit],td.ubutton a {
	/* margin-left: 15px; */
	/* padding: 3px 15px; */
	/* border: 1px outset #dddddd; */
	/* border-radius: 4px; */
	/* background: url(#imgpath/images/ui-bg_glass_75_e6e6e6_1x400.png) center repeat-x; */
	/* color: #444444; */
	display: inline-block;
padding: 3px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #333;
background-color: #fff;
border-color: #ccc;
text-decoration: none;
}

input[type=button]:hover, input[type=submit]:hover ,td.ubutton a:hover{
	background-image: url(#imgpath/images/ui-bg_glass_75_dadada_1x400.png);
}

input[type=button]:active, input[type=submit]:active {
	padding: 4px 14px 2px 16px;
	border-style: inset;
	color: #222222;
}

input[type=image] {
	margin-left: 5px;
}

.ui-spinner input {
	margin: 0.2em 22px 0.2em 0.4em;
	padding: 1px 0;
	border: 0;
}

textarea {
	resize: none;
}

div.topproductlist {
	padding: 2px 4px;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#00ff00', endcolorstr='#008800');
	background: linear-gradient(to right bottom, #00ff00, #008800);
	font-family: arial, helvetica !important;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	box-shadow: 2px 2px 4px #888888;
	cursor: pointer;
}

a.topproductlist2 {
	text-decoration: none;
}

a.pdf {
	float: right;
	background-image: url(#imgpath/images/pdf.png);
}

a.pdf2 {
	float: right;
	background-image: url(#imgpath/images/pdf_2.png);
}

a.imgkachel {
	display: block;
	width: 110px; height: 110px;
	background: #ffffff;
	text-align: center;
	box-shadow: 2px 2px 4px #888888;
}

.icon-arrow {
	display: block;
	width: 11px;
	height: 8px;
	margin: 0 3px;
	background: url(#imgpath/images/ui-icons_222222_256x240.png) no-repeat;
	overflow: hidden;
}

.icon-arrow-u {
	margin-top: 1px;
	background-position: -2px -20px;
}

.icon-arrow-d {
	background-position: -67px -20px;
}


/* Überschreiben von layout.css */

nobr div {
	display: inline;
}

div.hint {
	display: none;
	z-index: 1;
	position: absolute;
	margin-top: -4px;
	padding: 10px;
	border: 1px outset #dddddd;
	border-radius: 4px;
	background: #f8f8ff;
	box-shadow: 2px 2px 4px #888888;
}

div.suggestbox {
	display: none;
	z-index: 998;
	position: absolute;
	width: 680px !important;
	margin-top: 0;
	padding: 0;
	border: 1px outset #dddddd;
	border-top: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #f8f8ff;
	box-shadow: 2px 2px 4px #888888;
}

p.ueber {
	font-family: "trebuchet ms" !important;
	color: #883536;
    font-size: 15pt;
    font-weight: normal;
    margin: 15px 0 0 0;
    margin-bottom: 4px;
    display: block;
}

li {
	font-size: 9pt;
}

th, td {
	font-size: 9pt !important;
}

td.artltab1 {
	padding: 4px 8px;
	font-weight: bold;
}

th.artltab {
	padding: 5px;
}

td.artltab {
	vertical-align: middle;
}

a.artltab {
	font-size: 9pt !important;
}

a.artltab:hover {
	color: #000088;
}

div.iks-filters-table td {
	padding: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#ffffff', endcolorstr='#f0f0f0');
	background: linear-gradient(to bottom, #ffffff 25%, #f0f0f0);
	vertical-align: inherit;
}

td.merkmaltitle {
	border: 1px outset #eeeeff;
	border-right: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

td.merkmalvalue {
	border: 1px outset #eeeeff;
	border-left: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

td.merkmalvalue + td {
	border: 1px outset #dddddd;
	border-radius: 4px;
	background: url(#imgpath/images/ui-bg_glass_75_e6e6e6_1x400.png) center repeat-x;
}

.iks-artd-table-header {
	padding: 10px;
}

.artdtab {
	padding: 5px;
	line-height: 1.2em !important;
	
}
select{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:url(#imgpath/images/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right:20px;
  font-size:9pt;
}

select:hover {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
 input, textarea {
	vertical-align: middle;
	font-size: 9pt !important;
}

input.pagebutton, input.pagebutton:hover, input.pagebutton:active {
	height: auto;
	padding: 5px 9px;
	border: 1px outset #eeeeff;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#ffffff', endcolorstr='#e0e0e8');
	background: linear-gradient(to right bottom, #ffffff, #e0e0e8);
}

input.pagebuttonsel, input.pagebuttonsel:hover, input.pagebuttonsel:active {
	height: auto;
	padding: 5px 9px;
	border: 1px inset #ffffff;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#eeeeee', endcolorstr='#ccccdd');
	background: linear-gradient(to right bottom, #eeeeee, #ccccdd);
	color: #000000;
}


/* Header */

body.header {
	background: no-repeat;
}

div.logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 98px;
	background: right center no-repeat;
}

.textbg {
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#ffffff', endcolorstr='#f0f0f0');
	/* background: white; */
}

select.header {
	width: 180px; height: 24px;
	margin: 3px 1px 0 30px;
}

input.header {
	width: 250px; height: 24px;
	margin: 3px 1px 0 30px;
}


/* User-Info */

div.top1 {
	position: absolute; top: 0;
	width: 100%;
	text-align: center;
}

div.top2 {
	position: relative;
	width: 254px; height: 36px;
	margin: 0 auto;
	padding: 3px 14px 0 14px;
	border: 1px outset #000000;
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#dcdcfa', endcolorstr='#646482');
	background: white;
}

div.userinfo {
	float: left;
	width: 160px; height: 31px;
	margin: -1px 4px 0 3px;
	color: #000000;
	line-height: 14px;
	overflow: hidden;
	cursor: default;
}

a.login {
	display: block;
	float: left;
	width: 191px; height: 31px;
	margin: 8px 0 0 4px;
	color: #ffffff;
}

a.switchuser {
	display: block;
	position: absolute; left: 185px; top: 18px;
	width: 19px; height: 13px;
	background: url(#imgpath/images/arrows.png) no-repeat;
	overflow: hidden;
}

a.switchuser:hover {
	background-position: 0px -13px;
}

a.user {
	float: left;
	background-image: url(#imgpath/images/user.png);
	background-size:22px;
}
a.user:hover {
	float: left;
	background-image: url(#imgpath/images/user.png);
	background-size:22px;
	text-decoration: none;
     box-shadow: 0 0 8px 0 #333!important;
    
}

a.key {
	float: left;
	background-image: url(#imgpath/images/key.png);
		background-size:22px;
}

a.logoff {
	float: right;
	background-image: url(#imgpath/images/logoff.png);
		background-size:22px;
		
}
a.logoff:hover {
	float: right;
	background-image: url(#imgpath/images/logoff.png);
		background-size:22px;
		text-decoration: none;
     box-shadow: 0 0 8px 0 #333!important;
    
}


/* Icon-Leiste */

div.menubg {
	position: absolute; top: 100px;
	width: 100%; height: 30px;
	padding: 0 1px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#528cd6', endcolorstr='#e0e8ff');
	background:linear-gradient(to bottom, #518bd3, #064f8c);
}

a.icon {
	display: block;
	width: 22px;
	height: 23px;
	margin: 4px 1px 0 1px;
	background-repeat: no-repeat;
	text-decoration: none;
	border-radius:5px;
}

a.icon:hover {
	text-decoration: none;
     box-shadow: 0 0 8px 0 #ebebeb;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

a.icon:active {
	text-decoration: none;
	 box-shadow: 0 0 8px 0 #333;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

a.home {
	float: left;
	background-image: url(#imgpath/images/home.png);
		background-size:22px;
}

a.catalog {
	position: relative;
	float: left;
	background-image: url(#imgpath/images/catalog.png);
		background-size:22px;
}

a.info {
	float: left;
	background-image: url(#imgpath/images/info.png);
		background-size:22px;
}

a.search {
	float: left;
	background-image: url(#imgpath/images/search.png);
		background-size:22px;
}

a.help {
	float: right;
	margin-right: 27px;
	background-image: url(#imgpath/images/help.png);
		background-size:22px;
}

a.messages {
	position: relative;
	float: right;
	background-image: url(#imgpath/images/messages.png);
		background-size:22px;
}

a.favs {
	float: right;
	background-image: url(#imgpath/images/favs.png);
		background-size:22px;
}

a.cart {
	position: relative;
	float: right;
	background-image: url(#imgpath/images/cart.png);
		background-size:22px;
}

div.iconval {
	position: absolute;
	left: -4px;
	top: -7px;
	padding: 0 2px;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#ffdddd', endcolorstr='#bb0000');
	background: linear-gradient(to right bottom, #ffdddd, #bb0000);
	font-family: arial, helvetica !important;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	box-shadow: 1px 1px 2px #888888;
	cursor: pointer;
}

div.iconvalcolor2 {
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#ffff00', endcolorstr='#bbbb00');
	background: linear-gradient(to right bottom, #ffff00, #bbbb00);
	color: #000000;
}

div.iconvalcolor3 {
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#00ff00', endcolorstr='#008800');
	background: linear-gradient(to right bottom, #00ff00, #008800);
}


/* Menü */

div.mainmenu {
	height: 30px;
	margin: 0 1px;
	padding: 8px 11px 0 10px;
	border-right: 1px solid #528cd6;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#90b0e0', endcolorstr='#e0e0f0');
	background:linear-gradient(to bottom, #fff, #a1bbd6);
	color: #000000;
	white-space: nowrap;
}

div.mainmenuhover {
	height: 30px;
	margin: 1px 1px 0 1px;
	padding: 8px 11px 0 10px;
	border-right: 1px solid #528cd6;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#90b0e0', endcolorstr='#f8f8ff');
	background: linear-gradient(to bottom, #fff, #73a4d7);
	color: #000000;
	white-space: nowrap;
}

div.submenu {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #edfaff;
	filter: Alpha(opacity=98);
	opacity: .98;
	box-shadow: 4px 4px 4px #888888;
}

div.submenu div.column {
	float: left;
	padding: 0 30px 20px 30px;
	border-right: 1px solid #dddddd;
	border-bottom-right-radius: 20px;
}

div.submenu li {
	line-height: 1.6em;
}

div.submenu li.header {
	margin-top: 20px;
	font-weight: bold;
}

div.submenu li.item {
	margin-left: 10px;
}

div.submenu a {
	text-decoration: none;
	color: #222222;
}

div.submenu a:hover {
	text-decoration: underline;
	color: #888888;
}


/* Hoverfunktion zur Vergrößerung der Artikelbilder in der Artikelliste */

div.imgbox {
	display: table;
	visibility: hidden;
	position: absolute;
	width: 300px; height: 300px;
	padding: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 4px #888888;
}

div.imgvcenter {
	display: table-cell;
	vertical-align: middle;
}

img.imghcenter {
	display: block;
	margin: 0 auto;
}

/* Excelfunktion Bestellen */
.handsontable th {
    background-color: steelblue;
    font-weight: bold;
    color: white;
}
        
.handsontable td.htInvalid {
    color: white;
    background-color: crimson !important;
}
        
.handsontable thead th .relative {
    padding: 6px 0;
}
        
#ErrorMessage {
    color: white;
    background: crimson;
    font-size: 10pt;
    padding: 7pt;
}
        
.disabled {
    display: none;
}
        
.enabled {
    display: block;
}
		
.error{
	color: crimson !important;
}






/* Fußzeile (alt) */

body.button_leiste2 {
	display: inline-block;      /* Für Firefox */
	width: 100%; height: 32px;  /*             */
	padding-left: 26px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#e0e8ff', endcolorstr='#528cd6');
	background: linear-gradient(to bottom, #518bd3, #064f8c);
}

body.button_leiste2 form {
	float: left;  /* Für Firefox */
}

table.bot {
	height: 32px;
	border-collapse: collapse;
}

td.uleft, td.trenner {
	display: none;
}

/* td.ubutton a { */
	/* /* display: inline-block; */ */
	/* /* margin-right: 5px; */ */
	/* /* padding: 3px 15px; */ */
	/* /* border: 1px outset #ccccff; */ */
	/* /* border-radius: 4px; */ */
	/* /* background: url(#imgpath/images/ui-bg_glass_75_e6e6e6_1x400.png) center repeat-x; */ */
	/* /* text-decoration: none; */ */
	/* /* color: #444444; */ */
	/* display: inline-block; */
/* padding: 3px 12px; */
/* margin-bottom: 0; */
/* font-size: 12px; */
/* font-weight: 400; */
/* line-height: 1.42857143; */
/* text-align: center; */
/* white-space: nowrap; */
/* vertical-align: middle; */
/* touch-action: manipulation; */
/* cursor: pointer; */
/* -moz-user-select: none; */
	/* background-image: none; */
/* border: 1px solid transparent; */
/* border-radius: 4px; */
/* color: #333; */
/* background-color: #fff; */
/* border-color: #ccc; */
/* text-decoration:none; */
/* } */

/* td.ubutton a:hover { */
	/* color: #333; */
/* background-color: #e6e6e6; */
/* border-color: #adadad; */
/* } */

/* td.ubutton a:active { */
	/* padding: 4px 14px 2px 16px; */
	/* border-style: inset; */
	/* color: #222222; */
/* } */

/* td.ubutton a.back { */
	/* background: linear-gradient(to bottom, #bbffbb, #99dd99); */
/* } */

/* td.ubutton a.back:hover { */
	/* background: linear-gradient(to bottom, #aaeeaa, #88cc88); */
/* } */

body.button_leiste2 a.text {
	float: right;
	margin: 8px 20px 0 0;
	color: white;
}

body.button_leiste2 a.text:hover {
	color: #888888;
}


/* Fußzeile (neu) */

/* body.footer {
	height: 100%;
	margin: 4px 20px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr='#e0e8ff', endcolorstr='#528cd6');
	background: linear-gradient(to bottom, #e0e8ff, #528cd6);
}

body.footer a.button {
	float: left;
	margin-right: 15px;
}

body.footer a.text {
	float: right;
	margin: 5px 0 0 20px;
	color: #444466;
}

body.footer a.text:hover {
	color: #888888;
} */
