/* ------------------------------------------------------------*/
/* Nach common.css 2.Stylesheet fuer die Seiten aus            */
/* vl.com und GP, d.h.                                         */
/* wiesses Logo und Seiten mit "Orangen" Inhaltselementen      */
/* ------------------------------------------------------------*/

body {
	background-color: #FFF;  /* Farbe linker/rechter apricot Streifen */
}

/* ------------------------------------------------------------*/
/* Contentwrapper                                              */
/* ------------------------------------------------------------*/

/* Contentwrapper1: Normale "Hervorhebung" */
div.tx-contentwrapper_style1 h4 {
	color:#000000;
}

/* Contentwrapper2: Produktbox links */
div.tx-contentwrapper_style2 {
	float: left;
	position: relative;
	width:19em;
	height: 10em;
	border: 1px solid #F08A00;
	background-color: white;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.tx-contentwrapper_style2 h1 {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0.5em;
	background-image: none;
	background-color: #F08A00;
	margin-bottom: 0px;
	width: 100%;
	color: white;
	height: 1em;
	font-size: 1em;
}

div.tx-contentwrapper_style2 .csc-textpic-imagewrap {
	float: right;
	border-left: 1px solid #F08A00;
	height: 8em;
	width: 9.5em;
	overflow: hidden;
}

div.tx-contentwrapper_style2 p.bodytext {
	float:left;
	width: 8em;
	line-height: 110%;
	margin: 0.2em;
	margin-right:0px;
}

div.tx-contentwrapper_style2 a {
	color: white;
	}

/* Contentwrapper3: Produktbox links */
div.tx-contentwrapper_style3 {
	float: right;
	position: relative;
	width:19em;
	height: 10em;
	border: 1px solid #F08A00;
	background-color: white;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.tx-contentwrapper_style3 h1 {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0.5em;
	background-image: none;
	background-color: #F08A00;
	margin-bottom: 0px;
	width: 100%;
	color: white;
	height: 1em;
	font-size: 1em;
}

div.tx-contentwrapper_style3 .csc-textpic-imagewrap {
	float: left;
	border-right: 1px solid #F08A00;
	height: 8em;
	width: 9.5em;
	overflow: hidden;
}

div.tx-contentwrapper_style3 p.bodytext {
	float:right;
	width: 8em;
	line-height: 110%;
	margin: 0.2em;
	margin-left:0px;
}

div.tx-contentwrapper_style3 a {
	color: white;
}

/* ShopItem */
div.tx-contentwrapper_style4 {
	clear: both;
	border: none;
	border-bottom: 1px solid #F08A00;
	background-color: white;
	margin-bottom: 1em;
}

div.tx-contentwrapper_style4 h1 {
	padding-left: 0px;
	background-image: none;
	color:#F08A00;
}

span.shop_artikelno {
	display: block;
	float: left;
}

span.shop_price {
	display: block;
	float: right;
	color: #F08A00;
	font-weight: bold;
}
