/* Kreidezeit CSS */



/* Einkaufsgrund Starteite */
.containerquarterrow{
	float: left;
	width:25%;
}
.grundrow_fullborder_quarter {
	vertical-align: top;
	border: 1px solid #78B875;
	padding: 5px;
	margin: 4px;
	padding-bottom:2px;
	font-size: 11px;

	-moz-box-sizing: border-box;

	min-height: 287px;
	height: 287px;
	margin-bottom:20px;}
.grund_title{
	font-weight: bold;
	font-size: 10px;
	color:#1f521c;
	height: 20px;
}
.detail_grund{
	font-weight: normal;
	font-size: 10px;
	color:#1f521c;
	/*height: 20px;*/
}

.grundrow_fullborder_quarter:after {
	content: "";
	display: block;
	height: 0;
	clear: both;

}
#delivery_link {
    color:#fff;
}
/* Produktdarstellung */
#naturfarbenvorteile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C4322;
	background-color: #E2EEE2;
	border: 1px solid #78b875;
	padding: 5px;
	padding-top: 10px;
	position:relative;
	height:auto !important;
	margin-bottom:20px;
	width:536px;
}

.eigenschaft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2C4322;
	padding: 10px;
	position:relative;
	height:auto !important;
	margin-bottom:20px;
}
.woody {
	float: left;
	width: 135px;
	font-weight: bold;
}
.produkttext {
	float: left;
	width: 365px;
	margin: 0px;
	padding: 0px;
}
.produkttext h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C4322;
}
.produkttext ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: 15px;
}

#naturfarbeninfo a,
#naturfarbeninfo a:visited {
	color: #993401;
	font-size: 10px;
	text-decoration: none;
	}
#naturfarbeninfo a:hover {
	text-decoration: underline;
	}

