* {
    padding: 0;
    margin: 0;
} 

body {
	margin: 0;
	padding:0;
	background-color: #fff;
}
body,th,td,input,textarea {
	font: 13px "Soho Gothic W01 Light", Verdana, Arial, sans-serif;
	line-height: 1.4em; 	
}
p {
	margin-bottom:10px;
}
a {
	color: #e01928;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
li {
	margin:0 0 5px 30px;
}
pre{
	width:750px;
	height:500px;
	overflow:auto;
}
h1 { padding-bottom: 10px; padding-top: 10px; font-size: 22px; color: #3f4c59; }
h2 { padding-bottom: 10px; padding-top: 10px; font-size: 20px; color: #404753; }
h3 { padding-bottom: 10px; padding-top: 10px; font-size: 18px; color: #cc0000; }
h4 { padding-bottom: 10px; padding-top: 10px; font-size: 16px; color: #cc0000; }
h5 { padding-bottom: 10px; padding-top: 10px; font-size: 14px; color: #cc0000; }
h6 { padding-bottom: 10px; padding-top: 10px; font-size: 14px; color: #cc0000; }

hidden {
	display:none;
}
.icon-green {
	width:10px;
	height:10px;
	border-radius:4px;
	-moz-border-radius:4px;
	border:4px solid #669966;
}
.icon-red {
	width:10px;
	height:10px;
	border-radius:4px;
	-moz-border-radius:4px;
	border:4px solid #ff0000;
}
.info2 {
	 color:#666;
	 font-style:italic;
	 padding:0;
}
.amicarot {
	color: #e01928;
}
.amicagrau{
	color: #404753;
}

.tabelle td, .tabelle th {
	padding:3px 5px;
}
.alert-warning {
	background:#FFF7BF;
}
.btn-items-close {
	display:none;
}

#wrap_header {
	position:fixed;
	z-index:100;
	width:100%;
	background:#666;
	top:0;
	margin-bottom:10px;
	/*
	-webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
	*/
	clear:both;
}
#topmenu {
    height: 33px;
    padding-top:10px;
	border-bottom:2px solid #000;	
	background:#666;
}
a.topmenuactive {
	color:#000;
	background:#999;
}
#top {
	display:block;	
	border-bottom:2px solid #000;
	background:#74BACC;	
	width:100%;
	height:45px;
}
#company {
	float:left;
}
#company h1 { color: #fff;margin:13px 20px;padding:0; }
#userinfo {
	float:right;
    margin: 10px 10px 0 50px;
    padding: 2px 16px;
	background:#eee;
	border:1px solid #777;
	border-radius:3px;
	-moz-border-radius:3px;
	font-size:11px;
	
}
#wrap_main {
	margin:95px 0 0 0;
	text-align:left;
	
}
#is_customer #wrap_main {
	/*
	min-width:900px;	
	background: #eee ;
	width:auto;
	margin:120px 20px 50px 20px;
	text-align:left;
	-webkit-box-shadow: 0px 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    box-shadow: 0px 0px 5px #333;
	border:1px solid white;
	z-index:10;
	position;inherit;
	*/
}
#is_customer  #main {	
	
	min-height:400px;
	/*border:3px solid #ccc;*/
	background:#fff;

}

#main h2{
	font-size:18px;
	padding:10px;
}
#main_title ,
.main_title 
{
	display:block;
	background:#fff;
}
#main_content ,
.main_content 
{
	background: #ECEDEF;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

#main2 {
	float:left;
	width:48%;
	min-height:150px;
}
#main3 {
	float:right;
	width:48%;
	min-height:150px;
}
.content {	
	
}

#wrap_footer {
	position:fixed;
	bottom:0;
	background: #74BACC;
	padding: 10px 0 10px 25px;
	color:#fff;
	text-align:left;
	
	margin-top:50px;
	z-index:100;
	width:100%;
	border-top:2px solid #000;
	/*
	-webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
	*/
}

#bottom {
	background: #E01928;
	height: 50px;
}

.adm-link-header {
	margin:0px ;
	font-size:1em;
}

.warengruppe-header {
	background:#ddd;
	color:#cc3333;
	font-weight:bold;
	font-size:15px;
	padding:10px 0 10px 10px;
	text-align:left;
}

.table-all {
	border:1px solid #000;
	border-collapse:collapse;
	background:#fff;
	margin:10px 0;
}
.table-all td {
	padding:4px;
	vertical-align:top;
	min-width:16px;
}
.table-all th {
	padding:4px;
	background:#333;
	color:#fff;
	text-align:left;
}

.table-lf tr.odd td{
	background:#efefef;
}

.table-kunden th {
	text-align:center;
}
.table-vorschau  td {
	max-width:180px;
}

.table-customers td {
	border-bottom:1px solid #444;
}
.status-all {
	width:14px;
	height:14px;
	border:1px solid #000;
	background-color:#ccc;
	margin: auto;
}
.status-default {
	background-color:#ccc;
}
.status-numeric {
	font-weight:bold;
	text-align:center;
}

.status-green {
	background-color:green;
}
.status-red {
	background-color:red;
}
.status-yellow {
	background-color:yellow;
}
.status-white {
	background-color:white;
}
.wg-count {
	font-size:12px;
	color:#ccc;
	background:#777;
	padding:3px 5px;
	border-radius:2px;
}
.order-all {
	
}
.order-qty-input {
	width:50px;
	text-align:center;
	background:#fff;
	border:1px solid#ccc;
	font-size:12px;
}

.msg-error {
	padding:20px;
	font-weight:bold;
	color:#cc0033;
}
.login-msg-error {
	padding:20px;
	font-weight:bold;
	color:#cc0033;
}
.login-input {
	padding:2px;
	font-size:14px;
}
#legende {
/*
	position:fixed;
	width:220px;
	padding:0;
	right:-180px;
	top:120px;
	z-index:200;
	*/
}
.leg1 {
	display:table-cell;
	background:#4C4FAD;
	width:30px;
	color:#fff;
	font-size:40px;
	padding:20px 2px;
	line-height: 1em;
	cursor:pointer;
	text-align:center;
}
.leg2 {
display:table-cell;padding:10px;
vertical-align:top;
}
.wg-menu  {
	margin:5px 20px 10px 10px;
}
.wg-menu a {
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	display:block;
	padding:1px 1px 1px 10px;
}

.wg-menu a.db {
	display:none;
}
.wg-menu a:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}
#wk-container  {
	display:none;
}
#wk-items  {
	margin:2px ;
/*	max-height:220px;
	overflow:auto;*/
	background:#fff;
	padding:3px;
	border:1px solid #ccc;
}
#wk-submit  {
	margin:2px 0 10px 10px;	
}
#wk-submit a {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	background:#cc0000;
	border-radius:2px;
	-moz-border-radius:2px;
	width:220px;
	padding:2px 11px;
	text-align:center;
	color:#fff;
}
#wk-submit a:hover {
	background:#000;
}
.wk-clear  {
	margin:2px 0 10px 10px;	
}
.wk-clear  a {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	background:orange;
	border-radius:2px;
	-moz-border-radius:2px;
	width:220px;
	padding:2px 11px;
	text-align:center;
	color:#fff;
}
.wk-clear  a:hover {
	background:#000;
}

.wg-header-all {
	font-weight:bold;
	font-size:18px;
	padding:10px;
	background:#555;
	color:#fff;
	cursor:pointer;
}
.wg_select {
	max-width:150px;
}

.order_checkout h3 {
	padding:8px 2px 12px 12px;
	background:#bbb;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
}


.search_container {
    position: absolute;
    right: 20px;
    top: 13px;
}


.container-bestand  {
	margin:10px 0; 
	border-top:4px solid 444;
	border-left:4px solid 444;
}


.table-bestand  {
	margin:0;
}

.table-bestand .td-name {
	min-width:200px;
}
.table-bestand .td-status {
	text-align:center;
}
.o-col-pn {
	padding-right:10px;
	width:100px;
	background:#efefef;
	padding:2px;
	border-bottom:1px solid #fff;
}
.o-col-qty {
	text-align:right;
	width:50px;
	background:#efefef;
	padding:2px;
	border-bottom:1px solid #fff;
}
.o-col-qty  input{
	width:45px;
	font-size:11px;
	color:#000;
	border:1px solid #ccc;
	background:#fff;
	text-align:center;
}
#oi_items .table-order-items {
	background:#fafafa;
	margin-left:10px;
	margin-right:20px;
}
#oi_items .table-order-items  td{
	border-bottom:1px solid #000;
	padding:2px 4px;
	font-size:14px;
}
#oi_items .table-order-items  tr.last td{
	border-bottom:0;
	padding:2px 4px;
	background:#ccc;
}

.order-select-status {
    min-width: 150px;
    width: 100%;
    text-shadow: 2px 2px 4px #444;
	color: #fff;
	padding:1px;
}
.order-select-status option {
    text-shadow: 2px 2px 4px #444;
	color: #fff;
	padding:10px;
}

.order_container {
	height:330px;
	overflow:auto;
	/*border:2px solid #333;
	border-radius:4px;
	-moz-border-radius:4px;	
	*/
	padding:10px;
	background:#ddd;

}

#oi_orderdata{
	background:#ddd;
	padding:5px 10px;
	border-radius:4px;
	-moz-border-radius:4px;
}
.table-order-data td{
	padding:2px 4px;
	background:#efefef;
	border-bottom:1px solid #999;
}
.order-input {
	width:100%;
	padding:2px 4px;
}
textarea.order-input {
	
}
.order_custumer_lieferadressen  {
	border-collapse:collapse;	
	margin:0;
	border-color: #999;
}
.order_custumer_lieferadressen td {
	padding:4px 8px;
	vertical-align:top;
	background:#fff;
	
}
.lf-td-main {
	width:180px;
}
.k-td-main {
	width:160px;
}
.k-td-lbl {
	color:#888;
}
#oi_ordersubmit {
	background:#efefef;
	padding:5px 10px;
}

.table-order-info{
	background:#efefef;
}
.table-order-info td{
	padding:2px;
	font-size:11px;
	color:#666;
	border-bottom:1px solid #666;
}

.table-order-details{
	background:#efefef;

}
.div-order-details{
	background:#efefef;
	padding:10px;
}
.table-order-details td{
	vertical-align:top;
	padding:4px 8px;
	border-bottom:1px solid #fff;
}
.od-col-0 {
	color:#777;
}

.b-lf-div{
    font-size: 11px;
    line-height: 11px;
    max-height: 43px;
    overflow: hidden;
}


.ajx-msg {
	padding:10px;
	margin:4px 20px;
	font-weight:bold;
	font-size:12px;
}

.ajx-msg-success {
	color:green;
}
.ajx-msg-error {
	color:red;
}
.ajx-msg-nochange {
	color:orange;
}

#ek_inputs div {
	margin-bottom:5px;
	font-size:12px;
}

div.order-infotext {
	max-height:40px;
	overflow:hidden;
}
div.order-infotext div {
	font-size:10px;
	line-height:11px;
	margin-bottom:2px;
	border-bottom:1px solid #666;
	color:#555;
}

div.double-items-link {
	float:left;
	padding:2px 6px;
	margin:2px 3px 0 0;
	border:1px solid #444;
	
	
}
div.double-items-link a {
	background:#fafafa;
	text-decoration:none;
	font-size:12px;
}
div.double-items-link a:hover {
	background:#ccc;
	text-decoration:none;
	font-size:12px;
}
.ui-widget-overlay {
    opacity: 0.8;
}

.table-vorschau tr.odd td {
	background:#efefef;
}


.prod-info-3 {
	color:#009933;
}
.prod-info-4 {
	color:#6699aa;
}
.prod-info-5 {
	
}
.prod-info-follower-date {
	font-size:9px;color:#669933;
	line-height: 10px;
}
/* bg color menu  */
.wg-menu a.wg999 {
	font-weight:bold;
	color:#cc0033;
}
.wg-header-999{
	background:#cc0033;
}
#container-wg-999 {
	/*border-top:4px solid #cc0033;*/
	border-left:4px solid #cc0033;
}
.wg-menu a.wg999 {
	border-left:4px solid #cc0033;
}
.table-vorschau tr.wg-row-999 .td-pos {
	background:#cc0033;
	color:#fff;
}

.xtable-kunden td.text {
    max-width: 150px;
    word-wrap: break-word;
}
.xtable-kunden td.cb {
	max-width:10px;
	text-align:center;
}
.xtable-kunden td.login {
	max-width:100px;
}
.xtable-kunden td.kennung {
	max-width:80px;
}


.colset {
	display:table;
}
.colset .col{
	display:table-cell;
	padding:0 20px 2px 0;
}

a .ui-icon {
 cursor:pointer;
}


/* table bestellungen */
.rows-items{
	display:none;
	
}
.rows-items > td{
	background:#ccc;
	
}
.odd  {
	background:#efefef;
}
.rows-active td {
	background:#555;
	color:#fff;
}
.table-orderitems {
	margin:8px;
}

.table-bestellungen-pager .ui-btn{
	margin-bottom:3px;
}

.ai-icon-plus {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-image: url("../jquery-ui/css/blitzer/images/ui-icons_ffffff_256x240.png");
	/*http://localhost/_Amica_Handel/jquery-ui/css/blitzer/jquery-ui-1.8.21.custom.css*/
    height: 16px;
    width: 16px;
	background-position: 0 -192px;
	float:left;
	margin:2px 10px 0 5px;
}

.ui-corner-all {
	border-radius: 2px;
}
.ui-button-text-only .ui-button-text {
	padding:0 10px;
}
.ui-dialog-buttonpane {
	background:#f2f2f2;
}

.ui-state-highlight  {
	margin:20px 0;
	padding:20px;
	font-weight:bold;
	font-size:1.2em;;
}

.ui-datepicker .ui-state-highlight  {
	margin:0;
}

/*
#container-wg-36  {
	border-top:4px solid orange;
	border-left:4px solid orange;
}
.wg-menu a.wg36 {
	border-left:4px solid orange;
}
.table-vorschau tr.wg-row-36 .td-pos {
	background:orange;
	color:#fff;
}

#container-wg-40 {
	border-top:4px solid #467eb2;
	border-left:4px solid #467eb2;
}
.wg-menu a.wg40 {
	border-left:4px solid #467eb2;
}
.table-vorschau tr.wg-row-40 .td-pos {
	background:#467eb2;
	color:#fff;
}
*/