body
{
	font-family: arial, sans-serif;
	font-size: 100%;
	margin: 0px;
}
a
{
	color: #153B63;
}
div.outer
{
	width: 610px;
/*	border: 1px solid blue;*/
	margin: auto;
	font-size: 11px;
}
div.header
{
	background: url("headbosch.gif") no-repeat;
	height: 40px;
}
div.header h1
{
	color: #153B63;
	margin: 0px 12px;
	font-size: 14px;
	line-height: 40px;
}
img.header2
{
	border-top: 0px solid #EF2614;
	margin: 0px;
}
div.intro
{
	color: #fff;
	background: #829DBA;
	padding: 12px;
	margin: 0px;
}
table.shoppingcart,
table.shoppingcartuser
{
	margin: 0px 0 19px;
	font-size: 11px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.shoppingcartuser
{
	margin-top: 24px;
}
table.shoppingcart th,
table.shoppingcart td,
table.shoppingcartuser td
{
	padding: 4px 6px;
	color: #153B63;
}
table.shoppingcart td
{
	border-bottom: 1px solid #DFE9F3;
	padding: 3px 6px;

}
table.shoppingcart td.ordernr
{
}
table.shoppingcart th.price,
table.shoppingcart td.price
{
	text-align: right;
}
table.shoppingcart th.amount,
table.shoppingcart td.amount,
table.shoppingcart th.trash,
table.shoppingcart td.trash
{
	text-align: center;
}
table.shoppingcart tr.last td
{
	border: 0;
	font-weight: bold;
}
table.shoppingcart th
{
	background: #DFE9F3;
	text-align: left;
}
table.shoppingcart td.warning,
table.shoppingcartuser td.warning
{
	color: red;
}
input.amount
{
	font-size: 11px;
}
div.orderbuttons input.button
{
	height: 19px;
	font-size: 11px;
	color: #153B63;
	background-color : #E0E7F1;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
div.orderbuttons
{
	width: 100%;
	text-align: right;
	margin-bottom: 24px;
}
div.orderbuttons input
{
	margin: 12px;
}
textarea.orderInput,
input.orderInput
{
	width: 340px;
	color: #000;
	border-top: 1px solid #153B63;
	border-left: 1px solid #153B63;
	border-bottom: 1px solid #829DBA;
	border-right: 1px solid #829DBA;
	font-size:11px;
	font-family: arial;
}
