@CHARSET "UTF-8";

input, select {
	border: 1px solid #000;
	padding: 1px 2px;
}

.checkbox {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
}

.anzahl_feld {
	width: 25px;
	
}

.anzahl_feld:FOCUS {
	background-color: #6CB5EF;
	
}

.right_feld {
	width: 50px;
	text-align: right;
}

.shop_wichtig {
	font-weight: bold;
}

.shop_middle {
	vertical-align: middle;
}

.adress_feld {
	width: 130px;
	border: 1px solid #000;
	margin-left: 3px;
}

small {
	font-size: 10px;
}

.shop_mainleft {
	border-right: 1px solid #6CB5EF;
	padding-right: 5px;
}

.shop_mainright {
	padding-left: 5px;
	vertical-align: top;
}

.require_label {
	font-weight: bold;
}

input[type='button'], input[type='submit'] {
	cursor: pointer;
}

input[type='submit']:disabled {
	color: #aeaeae;
	cursor: default;
}

.msgBox, .rolMsgBox {
	font-weight: bold;
	color: #dd3870;
	font-style: italic;
	text-align: right;
	padding-bottom: 5px;
}

.adress_value {
	padding-left: 5px;
	width: 130px;
	
}

.pricetable {
	margin-top: 10px;
}

.pricetable strong {
	display: block;
	text-align: center;
	color: #3b3b3b;
}

.price {
	text-align: center;
	line-height: 32px;
	width: 76px;
	height: 32px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	background: transparent url('../images/pricetag.jpg') no-repeat;
}