/* (C) dfacts Network 

Description: feature icon leiste für Home + Features
Version: 1.0
Author: Gerhard Koch
Stand:	10. April 2008

*/

a.feature_bestellen {
	float:right;
	display: block;
	width: 214px;
	height: 45px;
	background: url(../images/content/css-abschliessen-button.png) 0px 0px no-repeat;
	margin-right: 15px;
	margin-top: 10px;
}

a.feature_bestellen:hover {
	background: url(../images/content/css-abschliessen-button.png) 0px -50px no-repeat;
}

a.feature_bestellen span{
	display: none
}
ul.features { list-style: none inside; height:100px; padding:0; margin:0;}
ul.features :focus, ul.features :active  { outline: none}
	#content #main ul.features li {background: none; padding:0; margin:0; }
	ul.features li { float: left; }
	ul.features li a,
	ul.features li.active a { 
			height: 100px;
			width: 75px;
			display: block;
			margin-right:10px;
			background-image: url(../images/content/css-feature-menu-bgs.gif);
			background-repeat: no-repeat;
	}
	ul.features li.start a{ height:77px}
	
	ul.features li a.info {
			background-position: 0px -200px;
	}

	ul.features li a.info:hover {
			background-position: 0px -100px;
	}
	ul.features li.active a.info,ul.features li a.info:active, ul.features li.start a.info:active {
			background-position: 0px -300px;
	}

	ul.features li a.feuer, ul.features li.start a.feuer:hover {
			background-position: -82px -200px;
	}
	
	ul.features li a.feuer:hover {
			background-position: -82px -100px;
	}
	ul.features li.active a.feuer,ul.features li a.feuer:active, ul.features li.start a.feuer   {
			background-position: -82px -300px;
	}
	ul.features li.start a.feuer:hover, ul.features li.start a.feuer:active {
			background-position: -82px -400px;
	}

	

	ul.features li a.wasser, ul.features li.start a.wasser:hover {
			background-position: -164px -200px;
	}
	ul.features li a.wasser:hover, ul.features li.start a.wasser:active {
			background-position: -164px -100px;
	}
	ul.features li.active a.wasser,ul.features li a.wasser:active, ul.features li.start a.wasser   {
			background-position: -164px -300px;
	}
	ul.features li.start a.wasser:hover, ul.features li.start a.wasser:active {
			background-position: -164px -400px;
	}
	
	ul.features li a.dieb, ul.features li.start a.dieb:hover  {
			background-position: -249px -200px;
	}
	ul.features li a.dieb:hover, ul.features li.start a.dieb:active {
			background-position: -249px -100px;
	}
	ul.features li.active a.dieb,ul.features li a.dieb:active, ul.features li.start a.dieb   {
			background-position: -249px -300px;
	}
	ul.features li.start a.dieb:hover, ul.features li.start a.dieb:active {
			background-position: -249px -400px;
	}


	ul.features li a.sturm, ul.features li.start a.sturm:hover  {
			background-position: -335px -200px;
	}
	ul.features li a.sturm:hover, ul.features li.start a.sturm:active {
			background-position: -335px -100px;
	}

	ul.features li.active a.sturm,ul.features li a.sturm:active, ul.features li.start a.sturm   {
			background-position: -335px -300px;
	}
	ul.features li.start a.sturm:hover, ul.features li.start a.sturm:active {
			background-position: -335px -400px;
	}

	
	ul.features li a.blitz, ul.features li.start a.blitz:hover  {
			background-position: -421px -200px;
	}
	ul.features li a.blitz:hover, ul.features li.start a.blitz:active {
			background-position: -421px -100px;
	}

	ul.features li.active a.blitz,ul.features li a.blitz:active, ul.features li.start a.blitz   {
			background-position: -421px -300px;
	}
	ul.features li.start a.blitz:hover, ul.features li.start a.blitz:active {
			background-position: -421px -400px;
	}


	ul.features li a.rad, ul.features li.start a.rad:hover  {
			background-position: -503px -200px;
	}
	ul.features li a.rad:hover, ul.features li.start a.rad:active {
			background-position: -503px -100px;
	}

	ul.features li.active a.rad,ul.features li a.rad:active, ul.features li.start a.rad  {
			background-position: -503px -300px;
	}
	ul.features li.start a.rad:hover, ul.features li.start a.rad:active {
			background-position: -503px -400px;
	}


	ul.features li a span {
			display: none;
	}	


