@media only screen and (min-width: 0) and (max-width: 480px) {
	.table td, .table2 td {
		display: block !important;
		width:100% !important;
		text-align:left !important;
	}
	.input {
		width:98% !important;
		font-size:16px !important;
		border-radius:6px !important; -moz-border-radius:6px !important; -webkit-border-radius:6px !important;
		/*border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;*/
		padding: 2px !important;
	}
	.table td .textarea, .table2 td .textarea {
		width:98% !important;
		font-size:16px !important;
		border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
		padding: 2px !important;
	}
	.table td .select, .table2 td .select{
		width:98% !important;
		font-size:16px !important;
		border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
		padding: 2px !important;
	}
	.fieldset {
		width:90% !important;
	}
	.table {
		width:95% !important;
	}
	.table td .button,  .table td .button_send {
		font-size:16px !important;
		width:98% !important;
		text-align:center !important;
	}
	.foot {
		height:auto !important;
		line-height:5px !important;
	}
	#landInput.input,#land2Input.input,#landInput_2.input,#land2Input_2.input {
		width:46% !important;
	}
	#countrySelect_2.select, #postalInput_2.input, #placeInput_2.input, #countrySelect.select, #postalInput.input, #placeInput.input, #telInput.input, #telInput2.input, #telInput3.input, #faxInput.input, #faxInput2.input, #faxInput3.input, #telInput_2.input, #telInput2_2.input, #telInput3_2.input, #faxInput_2.input, #faxInput2_2.input, #faxInput3_2.input {
		width:29% !important;
	}
   /* Darstellung Warenkorb */
	.basket_head {
		white-space: nowrap;
		max-height:22px;
	}
	#dw_basket td {
		border:1px solid #F7F7F7;
		border-radius:4px !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important;
	}
	#dw_basket img {
		max-width:30px !important;
	}
	#dw_basket table table td {
		display: table-row !important;
		width:auto !important;
		text-align:center !important;
	}
	#dw_basket td {
		display: table-cell !important;
		width:auto !important;
		text-align:left !important;
		font-size:9px !important;
	}
	#dw_basket table td .input{
		width:20px !important;
		font-size:11px !important;
		border-radius:1px !important; -moz-border-radius:1px !important; -webkit-border-radius:1px !important;
	}
	#s_cart table{
		background-color:#F7F7F7;
		border-radius:4px !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important;
	}
	#s_cart td {
		display: table-cell !important;
		width:auto !important;
		text-align:left !important;
		font-size:11px !important;
	}
	#s_cart th {
		white-space: nowrap;
	}
}
.basket_head {
	white-space: nowrap;
	max-height:22px;
}
#s_cart table{
	background-color:#F7F7F7;
	border-radius:4px !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important;
}
#s_cart th {
	white-space: nowrap;
}

@media screen and (max-device-width: 568px) {
	.mediumScreenDisabled { 
		display:block !important;
	}
}
