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

	#produktbeschreibung,
	#anwendung
	 {color:#3A5D40;}

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