/*
 * STYLE SHEET FOR FENDT
 */

p.news_title {
	color: #007f43;
	margin: 0;
	padding: 0;
}

/*
 * PRODUCT ATMOSPHERE
 */
div#product_atmosphere {
	width: 610px;
	min-height: 225px;
	background: url('../images/product_info_devor.jpg') repeat-x;
	padding: 10px 21px 10px 21px;
}
div#product_atmosphere h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14pt;
	color: #007f43;
}
div#product_content_whole h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10pt;
	color: #007f43;
}

/*
 * PRESTATIES
 */
div.prestaties_head {
	width: 286px;
	height: 32px;
	background: #007f43;
	float: left;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
div.prestaties_content {
	width: 296px;
	float: left;
}
div.prestaties_content ul {
	margin: 0;
	padding: 0;
	width: 296px;
}
div.prestaties_content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 290px;
	float: left;
	border-bottom: 1px solid #007f43;
	padding: 3px;
	color: #007f43;
}

/*
 * FENDT PRODUCT
 */
div.type_head {
	width: 204px;
	height: 32px;
	background: #007f43;
	float: left;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
div.type_content {
	width: 194px;
	background: #c5cfe3;
	float: left;
	padding: 10px;
}
div.type_content ul {
	margin: 0;
	padding: 0;
	width: 194px;
}
div.type_content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 188px;
	float: left;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
	color: #00661e;
}
div.type_content ul li ul {
	margin: 3px 0 0 0;
	padding: 0;
	width: 194px;
}
div.type_content ul li ul li {
	margin: 0;
	padding: 3px 3px 3px 15px;
	list-style: none;
	width: 173px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 0px;
	color: #00661e;
}
div.further_topics {
	width: 192px;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 2px solid #e4e8f2;
	margin: 20px 0 0 0;
}
div.further_topics h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #00661e;
	font-size: 10pt;
}
div.further_topics p {
	line-height: 20px;
}
