/* CSS Document */
#contentWrapper {
	padding: 0 15px 0 15px ;
}

/* Produkt-Vorschaltseite */

.productRow {
	border-bottom: 1px solid #b1d232;
	height: 100%;
	margin-right: 3px;
}

.productRow li {
	float: left;
	width: 211px;
	height: 221px;
	padding: 10px;
	padding-top: 20px;
	border-right: 1px solid #b1d232;
	position: relative;
	background:	#FFFFFF url(/media/images/bg_product_box.png) repeat-x scroll left top
}

.productRow .last {
	border-right: none;
}

.productRow hr {
	background-color: #F4BF3D;
	border: medium none;
	color: #F4BF3D;
	height: 1px;
	margin: 5px 0;
}

.productRow h3 {
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.4em;
	color:#8DAE00;
}

.productRow p {
	color: #0262AB;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.productRow img {
	margin: 0 auto 1em auto;
	display: block;
}

.productRow .layer {
	display: block;
	width: 231px;
	height: 251px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.productRow .layer:hover {
	background-color: #b1d232;
	opacity: 0.20;
}

/* Produkt Auswahlseite */

#products {
	padding: 0 0 0 0 ;
}
#products h2 {
	padding: 10px 8px;
	/*background-color:#F7FAEA;
	color: #B1D232;*/
	font-weight: bold;
	font-size: 1.4em;
	color: #007AD7;
	/*border-bottom: 1px solid #fff;*/
}

#products h3,
#products h4 {
	border-bottom: 1px solid #fff;
}

#products span.anzahl {
	padding: 4px 25px 2px 16px;
	/*text-align: center;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 5px;
}

#products h3.open span.anzahl {
	text-indent: -9999px;
}



#products h3 span.anzahl {
	background: transparent url(/media/images/icons/folder_closed.gif) 9px center no-repeat;
}

#products h4 span.anzahl {
	background: transparent url(/media/images/icons/folder_closed_hell.gif) 9px center no-repeat;
}

#products h3.open span.anzahl {
	background: transparent url(/media/images/icons/folder_opened.gif) 9px center no-repeat;
}

#products h4.open span.anzahl {
	background: transparent url(/media/images/icons/folder_opened_hell.gif) 9px center no-repeat;
}

#products h3.open span.anzahl span,
#products h4.open span.anzahl span {
	display: none;
}

#products h3 {
	padding: 8px 10px 8px 25px;
	background: #b1d232 url(/media/images/icons/icon_open.gif) 10px center no-repeat;
}

.catWrapper .innerCatWrapper {
	/*display: none;*/
}

.catWrapper .open {
	display: block;
}

.catWrapper div.close {
	display: none;
}

#products h3.open {
	padding: 8px 10px 8px 25px;
	background: #b1d232 url(/media/images/icons/icon_close.gif) 10px center no-repeat;
}

#products h4 {
	padding: 8px 10px 8px 35px;
	background: #cce27a url(/media/images/icons/icon_open.gif) 20px center no-repeat;
}

#products h4.open{
	background: #cce27a url(/media/images/icons/icon_close.gif) 20px center no-repeat;
}

#products h3 a ,
#products h4 a {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;

}

#products .productWrapper {
	padding: 10px;
	/*background-color: #f7faea;*/
	background-color: #FFFFFF;
	clear: both;
	height: 100%;
}

.productWrapper .productImage {
	margin-left: 10px;
	float: left;
	width: 150px;
}

.productWrapper .productText {
	margin-left: 10px;
	float: left;
	width: 730px;
}

.productWrapper .productText h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.productWrapper .productText p {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.productWrapper .productText .details a {
	color: #0262ab;
	background: transparent url(/media/images/icons/pfeil_blau.gif) left center no-repeat;
	padding: 0px 0px 0px 7px;
}


/* Produkt Detailseite */

#productContact {
	background: #fff url(/media/images/bg_produktkontakt.png) top left repeat-x;
	height: 70px;
	width: 218px;
	padding: 30px 0px 50px 15px;
	position: absolute;
	right: 15px;
	bottom: -30px;
}

#productContact img {
	float: right;
}

#productContact a {
	color: #0081d2;
}

#productContact p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-top: 13px;
}


#contentLeft {
	float: left;
	width: 215px;
	margin: 0 18px 0 0;
}

#contentLeft img {
	margin-bottom: 1em;
}

#contentLeft p {
	font-size: 1.1em;
	color: #0081d2;
	font-weight: bold;
}

#content ul,
#content ol {
	font-size: 1.2em;
	margin-bottom: 1em;
	border-top: 1px solid #b1d232;
	border-bottom: 1px solid #b1d232;
	padding: 10px 0px;
}

#marginal {
	margin-right: 0px;
}