/* www.radicaleurope.com - ein Projekt von www.websteiner.com */


/* ------------------------------------------------------ */
/* spezifisch - produkte                                  */
/* ------------------------------------------------------ */

#links_produkte {
	width: 585px;
	float: left;
	/*background-color: #99FF66;*/
}

#links_produkte h1, h2, p {
	padding: 0 5px 0 30px;
}

#links_produkte h1 {
	font: bold 24px Arial, Helvetica;
	color: #821122;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-style: italic;
}

#links_produkte h2 {
	font: bold 14px Arial, Helvetica;
	color: #821122;
}

#links_produkte img {
	padding: 0
}


#rechts_produkte {

	width: 180px;
	float: right;
	/*background-color:#FFFF99;*/
}

#rechts_produkte p, h1, img {
	padding: 0 20px 10px 40px;
}


.productimg {
	width: 120px;
	height: 160px;
	padding: 10px;
	background-color:#FFFFFF;
	border: 1px solid #c0c0c0;
	float:left;
	text-align:center;
	margin-left: 40px;
}

.productdsc {
	width: 300px;
	height: 160px;
	padding: 10px;
	background-color:#F2F2E8;
	border: 1px solid #c0c0c0;
	float:left;
	margin: 0 0 7px 7px;
}




/* Navigation RECHTS */

ul#navr {
	list-style: none;
	text-align: center;	
}
 
ul#navr li {
	float: left;	
	margin-left: -10px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #F2F2E8;
}

ul#navr a {
	font: bold italic 12px Arial;
	color: #821122;
	text-transform: lowercase;
	text-decoration: none;
}

ul#navr a:hover {
	color: #c59a6f;
	text-transform: lowercase;
	text-decoration: none;
}


ul#navr a.navractiv {
	color: #c59a6f;
	text-transform: lowercase;
	text-decoration: none;
}

#navrechts {
		width: 570px;				
		float: left;
		margin-bottom: 20px;
}
