form, textarea, input, button {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
	
}

input.submit, button {
	cursor: pointer;
	
}

input.filter_button{
	color: #fff;
	background-color: #F04D23;
	margin: 0;
	padding: 0;
	border: 0;
	width: 10px;
}


button.login_button{
	color: #fff;
	background-color: #F04D23;
	margin: 0;
	padding: 0;
	border: 0;
	width: 80px;
	font-weight: bold;
	height: 20px;
}
form fieldset{
	border: 0;
	margin: 0;
	padding: 0;	
}
input {
	margin: 0;
	padding: 0;
}
button {
	margin: 0;
	padding: 0;
}
textarea {
	margin: 0;
	padding: 0;
}
label{
	margin: 0;
	padding: 0;
}
legend{
	margin: 0;
	padding: 0;
	display: none;
}
button{
	border: 1px solid #000;
}
/* Formulare links */
.box-left-body input {
	background-color: #FFFFFF;
	border: 1px solid #717171;
	font-size: 10px;
	color: #454343;
	display: block;
	width: 162px;
	margin-bottom: 6px;
}
.box-left-body label {
	padding-bottom: 6px;
	display: block;
}

div.button-strich{
	border-top: 1px solid #BDC5C2;
}
div.buttons{
	margin-top: -1px;
}
.box-left-body .buttons {
	height: 21px;
	overflow: hidden;
	background-image: url(/templates/pics/left-box-buttons-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 9px; 

}
.box-right-body .buttons {
	height: 21px;
	overflow: hidden;
	background-image: url(/templates/pics/left-box-buttons-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 9px; 
}

.box-left-body .buttons input, .box-left-body .buttons button, .submit-button, .ToBasketButton {
	border: 0;
	background-color: #F04D23;
	color: #FFFFFF;
	display: block;
	overflow: visible;
	height: 21px;
	/*font-weight: bold;*/
	padding: 0 3px;
	line-height: 21px;	
}
#form_submit #upload_button{
	background-color: #F04D23;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
}
input.button-reset{
	background-color: #fff;
	color: #000;
	height: 21px;
	border: 1px solid #000;

}
.box-left-body .buttons input, .box-left-body .buttons button, .submit-button-2, .ToBasketButton {
	border: 0;
	background-color: #F04D23;
	color: #FFFFFF;

	overflow: visible;
	height: 21px;
	/*font-weight: bold;*/
	padding: 0 3px;
	line-height: 21px;
	
	margin: 4px;
}
.text-right-pl .buttons {
	height: 21px;
	overflow: hidden;
	background-image: url(/templates/pics/left-box-buttons-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 9px; 
}
.text-right-pl .buttons input, .text-right-pl .buttons button, .submit-button, .ToBasketButton {
	border: 0;
	background-color: #F04D23;
	color: #FFFFFF;
	display: block;
	overflow: visible;
	height: 21px;
	/*font-weight: bold;*/
	padding: 0 3px;
	line-height: 21px;
	
}
.text-right-pl .buttons input, .text-right-pl .buttons button, .submit-button-2, .ToBasketButton {
	border: 0;
	background-color: #F04D23;
	color: #FFFFFF;

	overflow: visible;
	height: 21px;
	/*font-weight: bold;*/
	padding: 0 3px;
	line-height: 21px;
	
	margin: 4px;
}

.submit-button-klein {
	border: 0;
	background-color: #F04D23;
	/*color: #000;*/
	color: #FFF;
	/*font-weight: bold;*/
	overflow: visible;
	height: 20px;
	line-height: 15px;
	width: 50px;
	padding: 1px 5px 2px 5px;
	border: 1px solid #000000;
	margin: 0;
	margin-left: 5px;
}

.submit-button-klein-2 {
	border: 0;
	background-color: #F04D23;
	color: #fff;
	overflow: visible;
	height: 16px;
	width: 90px;
	padding: 0 3px;
	line-height: 16px;
	border: 1px solid #000;
	margin-left: 5px;
}
label{
	height: 20px;
}
.ToBasketButton { 
	display: inline; 
	border: 1px solid #000;
	height: 18px;
	font-weight: normal;
	width: 50px;
	line-height: 18px;
	}
/* Formulare Mitte */
.select-normal  {
	border: 1px solid #717171;
	color: #333333;
	width: 328px;
	font-size: 11px;
	padding: 2px;
	margin: 0;
	margin-bottom: 5px;
}

/* Formulare Mitte */
.input-text, .input-select, .input-product-count, .slect-userdata select  {
	border: 1px solid #717171;
	color: #333333;
	width: 328px;
	font-size: 11px;
	padding: 2px;
	margin: 0;
	margin-bottom: 5px;
}
.slect-userdata select  {
	margin-bottom: 0;
}
/* Formulare Mitte */
.input-text-klein  {
	border: 1px solid #717171;
	color: #333333;
	width: 122px;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	margin-bottom: 5px;
}
.captcha img { margin: 5px 0; }
/*
div.forminputs input {
	border: 1px solid #717171;
	color: #333333;
	width: 328px;
	font-size: 11px;
	padding: 3px;
}
label {
	width: 328px;
}*/
label.block-label {
	display: block;
	padding-bottom: 3px;

}
textarea.input-text{
	height: 200px;
	margin-bottom: 10px;
}


.input-product-count  {
	width: 38px;
	height: 14px;
	padding: 2px 0;
	text-align: right;
	margin-right:2px;
}
.input-select {
	width: 328px;
	height: 19px;
}
.input-select-klein {
	width: 122px;
	font-size: 10px;
	border: 1px solid #717171;	
	/*background-color: #F04D23;*/
	/*background-color: #f9b8a7;*/
}
.input-halfsize  {
	width: 160px;
	margin-right: 6px;
}
.input-small  {
	width: 60px;
	margin-right: 6px;
}
.form-table {
	font-size: 11px;
}
.form-table td {
	padding-bottom: 10px;
}
.td-label { 
width: 120px; padding-right: 10px; 
vertical-align:top;
}

.errorMsg {
	color: #CC0000;
	font-weight: bold;
}
.errorfield label {
	color: #CC0000;
	font-weight: bold;
}
/* Neu */ 
.order-workflow-bg {
	background-image: url(/templates/pics/verlauf-bestellung.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
	overflow: visible;
}
html>body .order-workflow-bg {
	height: auto;
	min-height: 150px;
}
.valas-form {
	padding: 8px 0 0 8px;
	margin: 0 0 45px 0;
}
.valas-form .submit-button-valas-forms {
	display: block;
	background-color: #F04D23;
	color: #FFFFFF;
	overflow: visible;
	height: 20px;
	padding: 1px 5px 2px 5px;
	border: 1px solid #000000;
	margin: 0;
	margin-left: 5px;
	cursor: pointer;
}
.shop-pager {
	border-top: 2px solid #7F7F7F;
	background-color: #EDEFEE;
	padding: 0 7px;
	line-height: 28px;
	height: 28px;
	margin-bottom: 30px;
}
.shop-actualize {
	border-top: 1px solid #7F7F7F;
	background-color: #EDEFEE;
	height: 25px;
	padding: 3px 7px 0 3px;
	margin-bottom: 30px;
}
.order-info-table th, .order-info-table td {
	text-align: left;
	padding-right: 10px;
}
.order-info-table {
	margin: 0;
	padding: 0;
	color: #000000;
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
	width: 100%;
}
.order-info-table th, .order-info-table td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
}
.order-info-table th {
	width: 210px;
}
.article-list-table .pl-8 { padding-left: 8px; }

/* Warenkorb */
.basket-form form {
	border: 0;
	margin: 0;
	padding: 0;
}
.basket-form fieldset {
	border: 0;
	margin: 0;
	color: #666666;
}
.basket-form legend {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #666666;
}
.basket-form label, .basket-form input, .basket-form select {
	display: block;
}
.basket-form label {
	margin: 0 0 3px 0;
	padding: 0;
	height: auto;
}
.basket-form .input-text {
	margin-bottom: 0;
	width: 331px;
}
.basket-form .input-text-short {
	width: 64px;
}
.basket-form .input-text-long {
	width: 256px;
}
.basket-form .input-halfsize  {
	width: 160px;
	margin-right: 0;
}
.basket-form .inputrows {
	height: 10px;
	overflow: visible;
	font-weight: normal;
	margin-bottom: 10px;
}
html>body .basket-form .inputrows {
	height: auto;
	min-height: 10px;
}
.basket-form .forminputs {
	float: left;
	padding-right: 5px;
	width: 166px;
}
.basket-form .shortforminputs {
	float: left;
	padding-right: 5px;
	width: 70px;
}
.basket-form .longforminputs {
	float: left;
	padding-right: 5px;
	width: 262px;
}
.basket-form .inputrows select {
	width: 160px;
	font-size: 11px;
}
.order-workflow4 .basketsum .sumfirst {
	border-top: 2px solid #000000;
	text-align: right;
	font-weight: bold;
}
.order-workflow4 .article-list-table .price-sum {
	text-align: right;
} 

.order-workflow4 .article-list-table .last-item-right {
	padding-right: 8px;
}
.order-workflow4 .article-list-table .flipflop0 td {
	border-bottom: 1px solid #CCCCCC;
}
.label-check {
	width: 20px;
	margin-right: 5px;
	float: left;
}
.order-workflow-buttons button {
	background-color: #F04D23;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
}
.order-workflow4 form { font-size: 12px; color: #000000; }
.queue button {background-color: #E8EBEA; border: 1px solid #717171; color: #000000; }