@charset "UTF-8";
/**
 * Calling Card by Bytestoppers.de 2010
 *
 *
 * @copyright       Copyright 2009, Bytestoppers 
 * @link            http://www.bytestoppers.de
 * @version         CC 1.2
 *
 *
 */

#navi a { text-decoration:none;}

#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navi ul li {
	float:left;
	width:120px;
	text-align:center;
	line-height:50px;
}

#navi ul li a img {
	border:0;
}
#navi ul li #a_label, #navi ul li #a_events, #a_production, #a_compilation, #a_studiogallery, #a_photogallery, #a_management,
#navi ul li #a_home, #a_booking, #a_team, #a_news {
	display:block;
	width:120px;
	height:50px;
	color:#FFF;
	background: url(/images/button/but.png) no-repeat;
}
#navi ul li #a_label:hover, #navi ul li #a_events:hover, #a_production:hover, #a_compilation:hover, #a_studiogallery:hover, #a_photogallery:hover,
#navi ul li #a_home:hover, #a_management:hover, #a_booking:hover, #a_team:hover, #a_news:hover {
	background: url(/images/button/but.png) 0px -30px no-repeat;
}
#navi ul li #a_label.active, #navi ul li #a_events.active, #a_production.active, #a_compilation.active, #a_studiogallery.active, #a_photogallery.active,
#navi ul li #a_home.active, #a_management.active, #a_booking.active, #a_team.active, #a_news.active {
	background: url(/images/button/but.png) 0px -100px no-repeat;
	color:#000;
}

/** Footer */
#footer a { text-decoration:none;}

#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	float:left;
	width:120px;
	text-align:center;
	line-height:40px;
}

#footer ul li a img {
	border:0;
}
#footer ul li #a_impressum, #a_contact, #a_team_bottom, #a_links, #a_news_bottom, #a_production_bottom, #a_booking_bottom, 
#a_management_bottom, #a_label_bottom, #a_photogallery_bottom, #a_sudio_bottom{
	display:block;
	width:120px;
	height:40px;
	color:#FFF;
	background: url(/images/button/but_footer.png) no-repeat;
}
#footer ul li #a_impressum:hover, #a_contact:hover, #a_team_bottom:hover, #a_links:hover, #a_news_bottom:hover, #a_production_bottom:hover, 
#a_booking_bottom:hover, #a_management_bottom:hover, #a_label_bottom:hover, #a_photogallery_bottom:hover, #a_sudio_bottom:hover {
	background: url(/images/button/but_footer.png) 0px -40px no-repeat;
}
#footer ul li #a_impressum.active, #a_contact.active, #a_team_bottom.active, #a_links.active, #a_news_bottom.active, #a_production_bottom.active, 
#a_booking_bottom.active, #a_management_bottom.active, #a_label_bottom.active, a_photogallery_bottom.active, #a_sudio_bottom.active {
	background: url(/images/button/but_footer.png) 0px -80px no-repeat;
	color:#000;
}

