.mainDiv {
  margin: auto;
}

.layout_header {
	padding-top: 2px; 
}

.pshop_button {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #bbb;
  color: #333;
  background-color: #EEEEEE;
  border-radius: 4px;
  
}
.pshop_button:link {
  color: #333;
}
.pshop_button:hover {
	text-decoration: none;
	background-color: #FFFFCC;
}

.pshop_button_text {
  padding-left: 5px;  
}

.adr_box{
	float: left; 
	margin-top: 10px; 
	width: 225px;
}
#adr_box_top{
	font-size: 100%; 
	padding: 5px;
}
.adr_box_table{
	border: 1px solid #c3c3c3; 
	padding: 10px;
}


.printHeader{
    display : none;
}
.printFooter{
	  display : none;
}

#printHeader {
  display : none;
}

#printContent {
  
}

#printFooter{
	display : none;
}

.div_table {
  display: table;
  margin: 0;
}

.div_row {
  display: table-row;
  margin: 0;
}

.div_cell {
  display: table-cell;
  vertical-align: top;
  padding: 1px;
  margin: 0px;
}

.img_fit2div {
}

.img_fit2div img {
  max-height: 100%;
  max-width: 100%;
}

.txt_wordwrap {
  word-wrap: break-word;
}
.txt_fit2div {  
  text-overflow: ellipsis; 
  overflow: hidden;
}

.copybtn {
	font-size: inherit;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}

.cart_upos {
	width: 100%;
}

.cart_upos TD {
	padding-top: 3px;
	padding-right: 6px; 
	vertical-align: top;
	font-size: 0.9em;
}

.sortimenttree_div {
	padding-left: 8px;
}

.add2cartInput > .form-control {
	max-width: 100px;
}

.btn_hotkey {
	display: none;
}


@media (min-width: 768px) {
  .upos_style_num { text-align: right; width: 75px; padding-right: 20px; }  
  .upos_style_input { text-align: right; width: 75px; padding-left: 10px; }
  .upos_style_opr { text-align: center; width: 30px; } 
  .upos_style_th { border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; }
  .upos_style_td { padding-top: 5px; }
  .upos_style_sum {text-align: right; width: 75px; padding: 5px 20px 0px 0px; font-weight: bold; border-top: 1px solid #999999; }
}
@media (max-width: 767px) {
  .upos_style_num { text-align: right; padding-right: 5px; }  
  .upos_style_input { text-align: right; padding-left: 5px; }
  .upos_style_opr { text-align: center; width: 15px; } 
  .upos_style_th { border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; }
  .upos_style_td { padding-top: 5px; }
  .upos_style_sum {text-align: right; padding: 5px 5px 0px 0px; font-weight: bold; border-top: 1px solid #999999; }
}

.ut_logo {
	padding-right: 20px;
}

.sortdivintern { 
	border-color: #FF0000; 
}

.sortdivintern .panel-heading { 
	background-color: #FF0000; color: #FFFFFF; 
}
.artikel_div_intern { 
	border: 1px solid #FF0000; padding: 3px; 
}

.add2cartInput INPUT {
	border: 1px solid #DDDDDD; border-radius: 0px; height: inherit; margin: 0px 5px 0px 0px; padding: 2px;
}
.add2cartInput SELECT { 
	border: 1px solid #DDDDDD; border-radius: 0px; height: inherit; margin: 0px 5px 0px 0px; padding: 1px;
}

.menuLink   { height: 20; font-weight: bold; text-align: right; padding-right: 15; }
.doNotPrint   { }

.gallery_child { 
	padding: 5px 0px 0px 0px; 
}  
.cartpos { 
	width: 100%; padding-top: 10px; margin: 0px; 
} 
.cartsum { 
	text-align: right; height: 40px; width: 100%;
}
.cartwert { 
	padding-right: 15px; cursor:pointer; text-decoration: none; white-space: nowrap;
}
.cartwert A { 
	text-decoration: none;
}
.carticon A { 
	text-decoration: none;
}
.layouter_kunde { 
	background-color: lightblue;
}