/**
 * Style sheet menu
 */
.naviheader a
{
	display:block;
}

.naviheader li
{
	float:left;
	margin:0px 1px 1px 0px;
}

.naviheader ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.naviheader .start
{
	width:70px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/start_n.jpg");
	background-repeat:no-repeat;
}

.naviheader .act_start
{
	width:70px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/start_o.jpg");
	background-repeat:no-repeat;
}

.naviheader .buchhandlung
{
	width:124px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/bookstore_n.jpg");
	background-repeat:no-repeat;
}

.naviheader .act_buchhandlung
{
	width:124px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/bookstore_o.jpg");
	background-repeat:no-repeat;
}

.naviheader .antiquariat
{
	width:114px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/antiquarian_n.jpg");
	background-repeat:no-repeat;
}

.naviheader .act_antiquariat, .antiquariat .trail
{
	width:114px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/antiquarian_o.jpg");
	background-repeat:no-repeat;
}

.naviheader .lueders-beste-buecher
{
	width:101px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/menu_newsletter.jpg");
	background-repeat:no-repeat;
}

.naviheader .act_lueders-beste-buecher, .lueders-beste-buecher .trail, .lueders-beste-buecher .active
{
	width:101px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/menu_newsletter_a.jpg");
	background-repeat:no-repeat;
}

.naviheader .suchen-bestellen
{
	width:150px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/buy_n.jpg");
	background-repeat:no-repeat;
}

.naviheader .act_suchen-bestellen
{
	width:150px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/buy_o.jpg");
	background-repeat:no-repeat;
}

.naviheader .team
{
	width:74px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/menu_team.jpg");
	background-repeat:no-repeat;
}

.naviheader .act_team
{
	width:74px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/menu_team_a.jpg");
	background-repeat:no-repeat;
}

.naviheader .events
{
	width:77px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/menu_events.jpg");
	background-repeat:no-repeat;
}

.naviheader .act_events
{
	width:77px;
	height:32px;
	background-image:url("/tl_files/lueders_layout/images/menu_events_a.jpg");
	background-repeat:no-repeat;
}

