/* CSS Document */
/*body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#8ccc2f;
}*/
#webshop {
	/*width:490px;
	background:#d1ebac;
	margin:0 auto;
	padding:25px 0;
	padding-left:150px;
	*/
	position:relative;
	left:-58px;
	width:420px;
}
#pageframe #webshop td, #pageframe #webshop {
	font-size:11px;
}
#pageframe #webshop .products h1, #pageframe #webshop .products p {
	margin:0;
	margin-bottom:7px;
	font-size:11px;
}
#pageframe #webshop .products h1 {
	font-size:14px;
	padding:0;
}
#webshop .products {
	padding-bottom:5px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
#webshop .products table {
	margin:0;
}
#webshop .products .cellSize {
	width:140px;
}
#webshop .products label {
	font-weight:bold;
}
.products .sizeTXT, .amountAllTXT {
	padding-right:10px;
	font-weight:bold;
}
.products .pic {
	padding-right:20px;
	width:150px;
}
.amount, .price, .total {
	width:60px;
	text-align:center;
	font-size:11px;
	border:1px solid #CCC;
	padding:4px 2px;
	margin-top:3px;
}
.amount {
	width:40px;
}
.price {
	border:none;
	background:none;
}
.total {
	border:none;
	background:#EEE;
}

.amountAll {
	text-align:right;
	margin-bottom:15px;
}
.amountAll input {
	font-weight:bold;
	text-align:center;
	background:none;
	border:none;
	border-bottom:2px solid #000;
}
#deliveryCosts {
	text-align:right;
	padding:5px 0;
}
#deliveryCosts select {
	font-size:11px;
}
#pageframe #webshop .contactform h1 {
	font-size:15px;
	color:#000;
	padding:0;
}
.agb {
	margin:15px 0;
}
.submit input {
	margin-left:50px;
}
.error {
	border:1px solid #F00;
}
