/* css copyright by info-art */
			
/*****************************/
/*    Schriftdarstellung     */
/*      produkt, anwendung   */
/*****************************/	

	#produktbeschreibung,
	#anwendung
	 {color:#35454D;}

    #produktbeschreibung h2 {
		font: 16px/1.0 Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		padding-top: 10px;}
	
	
	#produktbeschreibung h3 {
		font: 13px/1.0 Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0px;
		padding-bottom: 10px;
		}
		
/*    Schriftdarstellung Links */
	#produktbeschreibung a:link,
	#produktbeschreibung a:visited {
					color:#35454D;
					text-decoration: underline;
					}	
	#produktbeschreibung a:hover {
					color:#660000;
					text-decoration: none;
					}	
					
				