/* Aktiven Link hervorheben */

.price {
color: #f38d00;
}

.ab {
color: #bbb;
}



.aktiv {
	color: #f38d00;
	font-weight:bold;
	}
	
.inaktiv {
	color: #4779C4;
	font-weight:bold;
	}	
	
a:hover .inaktiv {
	color: #ff0000;
	font-weight:bold;
	}

	

	
#topnav .aktiv {
	color: #f38d00;
	font-weight:bold;
	}

#topnav .inaktiv  {
	color: #4779C4;
	font-weight:bold;
	}
	
#topnav a:hover .inaktiv {
	color: #ff0000;
	font-weight:bold;
	}
	


#updater1 .aktiv {
	padding-top:8px;
	display:block;
	color: #fff;
	background-image:url(/web20/images/bg_images/top_offer_on.gif); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	}

#updater1 .inaktiv  {
	padding-top:8px;
	display:block;
	color: #fff;
	background-image:url(/web20/images/bg_images/top_offer_off.gif) ; 
	background-repeat:no-repeat; 
	background-position:bottom right;
	}
	
#updater1 a:hover .inaktiv {
	padding-top:8px;
	display:block;
	color: #fff;
	background-image:url(/web20/images/bg_images/top_offer_over.gif); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	}
	