#top ul#menu li a {
	background-image: url(img/menu_fr.png);
	height: 15px;
	margin-bottom: 8px;
}

#top ul#menu li.start 		a { width: 48px; background-position: 0px 0px; 	  }
#top ul#menu li.produkte 	a { width: 55px; background-position: -67px 0px;  }
#top ul#menu li.tonwerk 	a { width: 55px; background-position: -138px 0px; }
#top ul#menu li.heizen		a { width: 75px; background-position: -211px 0px;}
#top ul#menu li.download 	a { width: 102px; background-position: -303px 0px;}
#top ul#menu li.kontakt a { background-position: -425px 0; width: 61px;}
#top ul#menu li.mediathek a { background-position: -493px 0; width: 91px;}

#top ul#menu li.start a.active, #top ul#menu li.start a:hover 		{ width: 48px; background-position: 0px		-39px;}
#top ul#menu li.produkte a.active, #top ul#menu li.produkte a:hover { width: 55px; background-position: -67px 	-39px;}
#top ul#menu li.tonwerk a.active, #top ul#menu li.tonwerk a:hover 	{ width: 55px; background-position: -138px 	-39px;}
#top ul#menu li.heizen a.active, #top ul#menu li.heizen a:hover 	{ width: 75px; background-position: -211px -39px;}
#top ul#menu li.download a.active, #top ul#menu li.download a:hover { width: 102px; background-position: -303px -39px;}
#top ul#menu li.kontakt a.active, #top ul#menu li.kontakt a:hover	{ width: 61px; background-position: -425px 	-39px;}
#top ul#menu li.mediathek a.active, #top ul#menu li.mediathek a:hover	{ width: 91px; background-position: -493px 	-39px;}

#footer h4#heizen-mit-holz {
	background-image: url(img/heizen_mit_holz_fr.gif);
}

#footer h4#tonwerk-aktuell {
	background-image: url(img/tonwerk_news.gif);
}


ul.products-as-images li a .product-title-small{
	width: 180px;
}



/* produkte */
ul.products-as-images {
	list-style: none;
}

	ul.products-as-images li.no-borders {
		border-bottom: none;
	}
	
	ul.products-as-images li {
		float: left;
		border-bottom: 1px solid #e8e8e8;
		margin-bottom: 20px;
	}
	
	ul.products-as-images li.last-row {
		border-bottom: none;
	}
	
		ul.products-as-images li a .product-image {
			width: 180px;
			height: 199px;
			display: block;
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
		
		ul.products-as-images li a .product-image-small {
			width: 180px;
			height: 166px;
			display: block;
			background-repeat: no-repeat;
		}
		
		
		ul.products-as-images li a .product-title {
			width: 180px;
			height: 22px;
			display: block;
			background-position: 0 -199px;
			background-repeat: no-repeat;
			cursor: pointer;
		}
		
		ul.products-as-images li a:hover .product-title {
			width: 180px;
			height: 22px;
			display: block;
			background-position: 0 -221px;
			
		}
		
		ul.products-as-images li a .product-title-small {
			width: 180px;
			height: 16px;
			display: block;
			background-position: 0 -166px;
			background-repeat: no-repeat;
			margin-bottom: 6px;
		}
		
		ul.products-as-images li a:hover .product-title-small {
			width: 180px;
			height: 16px;
			display: block;
			background-position: 0 -188px;
			margin-bottom: 6px;
		}
