.red { 
	color: #FF0000;
}

/*###########################################################
		Webshop
###########################################################*/

.webshop_produkt {
		width: 380px;
		border: 1px solid #1e88bc;
		padding: 0px;
		background: #DFE9F3;
		margin: 0px 0px 10px 0px;
	}
	
	.webshop_produkt h1 {
		background: #1e88bc;
		color: #fff;
		padding: 2px 5px 2px 5px;
		margin: 0px;
		font-size: 14px;
	}
	
	.webshop_produkt .bild {
		width: 160px;
		margin: 10px 0px 0px 10px; 
		float: left;
	}
	
	.webshop_produkt .bild img{ 
		border: none;
	}
	
	.webshop_produkt .text {
		width: 200px;
		padding: 10px 5px 10px 5px;
		float: left;
		font-size: 11px;
	}
	
	.webshop_produkt .text .preis{
		margin: 10px 0px 0px 0px;
		font-weight: bold;
	}

	.webshop_produkt .text .preis img{
		margin: 0px 0px 0px 10px;
		top: 3px;
		position: relative;
	}

.custom_webshop_headline
{
	
	background-color: #EEA44A;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	padding-left: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
/* Produkt-Suchformular */
/*
.product_search
{
	padding: 3px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: -25px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 156px;
	z-index: 10;
}
.product_search input
{
	padding: 0px;
	font-size: 1em;
	border: 1px solid #680A1A;
}
.product_search form
{
	color: #680A1A;
}
.product
	background: #F8F1E5;
	border: 1px solid #680A1A;
	width: 550px;
}

.product_head_left
{
	background: #680A1A;
	color: white;
{
	width: 307px;
	float: left;
	font-size: 1.2em;
	padding: 3px 0px 3px 10px;
}

.product_head_right
{
	width: 223px;
	text-align: right;
	background: #680A1A;
	color: white;
	float: left;
	padding: 4px 5px 5px 5px;

}
.product_body_left
{
	width: 390px;
	float: left;
	padding: 8px 0px 3px 10px;
}

.product_body_left input
{
	width: 30px;
	padding: 1px;
	color: black;
	font-weight: normal;
	border: 1px solid #666;
}

.product_body_left a:link
{
	margin-left: 20px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


.product_body_right
{
	width: 150px;
	float: left;
	padding: 0px;
}

.addCart
{
	margin-bottom: 30px;
	width: 200px;
}
.addCart_link
{
	color: white;
	text-decoration: none;
	background-color: #680A1A;
	display: block;
	width: 104px;
	font-size: 0.95em;
}

*/
.custom_webshop
{
  margin: 7px 0px 25px 0px;
  padding-right: 7px;
  padding-left: 40px;
  line-height: 135%;
 }


 .custom_webshop_h2
 {
    padding-left: 40px;
    background-image: url('../../assets/common/custom_weinshop_link.gif');
    background-position: left center;
    background-repeat: no-repeat;
 }

.warenkorb_table
{
	width: 100%;
	margin-bottom: 3px;
}

.warenkorb_table td
{
	padding: 2px 5px 2px 5px;
}
.warenkorb_summe
{
	padding: 6px 5px 6px 5px;	
	border-top: 1px dashed #0085CF;
	background-color: white;
}

a.warenkorb_zur_kasse:link,
a.warenkorb_zur_kasse:visited,
a.warenkorb_zur_kasse:hover,
a.warenkorb_zur_kasse:active
{
	color: #000;
  background: url('../../assets/common/cashier.gif') left center no-repeat;
}

.orderTable
{
	width: 390px;
	background: white;
	border: 1px dashed #0085CF;
	margin-top: 20px;
	margin-bottom: 5px;
	
}

.orderTable,
.orderTable th,
.orderTable td,
.orderTable tr {
font-size: 10px;
}




.orderTable th
{
	background: #0085CF;
	color: white;
	font-weight: bold;
	padding: 5px;
}
.orderTable td
{
	padding: 5px;
}
.hier_login {
	background-image: url('../../assets/common/arrow_green.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	padding-top: 5px;
	height: 45px;
}

.wg_float_left
{
	width: 292px;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
}
.wg_float_right
{
	width: 240px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.webshop_contact {
}

.webshop_contact .error {
	margin: 10px 0px;
	color: #FE0000;
	font-weight: bold;
}

.webshop_contact .service {
	margin: 5px 0px;
}

.webshop_contact .service input {
	border: none;
	width: 13px;
	margin: 3px 3px 0px 2px;
}

.webshop_contact label {
	margin: 0px 5px 0px 0px;
	width: 100px;
	float: left;
}

.webshop_contact label.red {
	color: #FE0000;
}

.webshop_contact input,
.webshop_contact textarea {
	border: 1px solid #828282;
	padding: 2px;
	margin: 2px 0px;
	width: 270px;
}

.webshop_contact input.plz {
	width: 44px;
	margin: 2px 2px 2px 0px;
}

.webshop_contact input.ort {
	width: 218px;
}

.webshop_contact .pflicht {
	margin: 0px 5px 5px 107px;
/*	font-size: 0.85em;*/
}

.webshop_contact .submitbutton {
	margin: 5px 5px 0px 107px;
}

.webshop_contact label{
	float: left;
	display: block;
	width: 90px;
}

/*
.webshop_contact input{
	float: left;
	border: 1px solid #ddd;
	width: 270px;
}
*/

.hinweis_info {
	font-size: 11px;
}