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

#top ul#menu li.start 		a { width: 38px; background-position: 0px 		0px; }
#top ul#menu li.produkte 	a { width: 51px; background-position: -57px 	0px; }
#top ul#menu li.tonwerk 	a { width: 55px; background-position: -127px 	0px; }
#top ul#menu li.heizen		a { width: 73px; background-position: -200px 	0px; }
#top ul#menu li.download 	a { width: 63px; background-position: -293px 	0px; }
#top ul#menu li.kontakt 	a { width: 49px; background-position: -927px 	0px; }
#top ul#menu li.mediathek 	a { width: 64px; background-position: -997px 	0px; }

#top ul#menu li.start a.active, #top ul#menu li.start a:hover 		{ width: 38px; background-position: 0px 	-39px; }
#top ul#menu li.produkte a.active, #top ul#menu li.produkte a:hover { width: 51px; background-position: -57px 	-39px; }
#top ul#menu li.tonwerk a.active, #top ul#menu li.tonwerk a:hover 	{ width: 55px; background-position: -127px 	-39px; }
#top ul#menu li.heizen a.active, #top ul#menu li.heizen a:hover 	{ width: 73px; background-position: -200px -39px; }
#top ul#menu li.download a.active, #top ul#menu li.download a:hover { width: 63px; background-position: -293px 	-39px; }
#top ul#menu li.kontakt a.active, #top ul#menu li.kontakt a:hover	{ width: 49px; background-position: -927px 	-39px; }
#top ul#menu li.mediathek a.active, #top ul#menu li.mediathek a:hover	{ width: 64px; background-position: -997px 	-39px; }

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

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

/*ital sonderzeugs*/
#top ul#menu li ul.submenu {
			position: absolute;
			background: url(img/submenu-bg.gif) no-repeat #a3a5a6;
			width: 195px;
			list-style: none;
			padding-bottom: 11px;
			line-height: 12px;
			z-index:1000;
		}
 
			#top ul#menu li ul.submenu li {
				background-image: none;
				width: auto;
				width: 195px;
			}
			
				#top ul#menu li ul.submenu li a {
					background-image: none;
					color: #fff;
					margin: 6px 11px 0 11px;
					padding-bottom: 5px;
					border-bottom: 1px solid #8e8f8f;
					text-decoration: none;
					width: 175px;
					display: block;
				}
				
				#top ul#menu li ul.submenu li a.last {
					border-bottom: none;
				}
				
				#top ul#menu li ul.submenu li a.active, #top ul#menu li ul.submenu li a:hover {
					color: #4d4d4d;
					width: 175px;
				}
				
				ul.static-sub-menu {
					list-style: none;
					width: 200px;
				}
				
				
				
				
				/*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: 155px;
							height: 199px;
							display: block;
							background-repeat: no-repeat;
						}


						ul.products-as-images li a .product-image-small {
							width: 155px;
							height: 166px;
							display: block;
							background-repeat: no-repeat;
						}


						ul.products-as-images li a .product-title {
							width: 155px;
							height: 22px;
							display: block;
							background-position: 0 -199px;
							background-repeat: no-repeat;
						}

						ul.products-as-images li a:hover .product-title {
							width: 155px;
							height: 22px;
							display: block;
							background-position: 0 -221px;
						}

						ul.products-as-images li a .product-title-small {
							width: 155px;
							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: 155px;
							height: 16px;
							display: block;
							background-position: 0 -188px;
							margin-bottom: 6px;
						}
