/* menu */
#menu {
	position: absolute;
	width: 100%;
	min-width: 1004px;
}

#black-bar {
	background: url(../images/bg-kehle.png) left top;
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}

#navigation-bar {
	display: block;
	width: 1004px;
	height: 85px;
	margin:	0px auto;
	background: url(../images/bg-navigation.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#navigation { 
	display:			block;
	height:				39px;
	margin:				0 auto;
	padding:	 		8px 0 0 0;
	width:				830px;
}

#navigation ul {
	list-style:			none;
	height:				28px;
	margin:				0 auto;
	padding:	 		0;
}

#navigation li {
	color:				#ccc;
	display:			block;
	float:				left;
	height:				28px;
	text-align:			center;
	text-transform:		uppercase;
	padding: 			0;
}

#navigation a:link, #navigation a:active, #navigation a:visited, #navigation a:hover {
	border:				0;
	color:				#ccc;
	display:			block;
	height:				28px;
	font-size:			16px;
	height:				28px;
	margin: 			0 10px 0 10px;
	overflow:			hidden;
	padding:			0;
	text-decoration: 	none;
	text-indent: 		-9999px; 
}

#menue-active {
		background: 		url(../images/nav-active-triangle.png) no-repeat center;
		height:				22px;
		width:				42px;
}

a.menue-active-subnav-club {
	display: none;	
}

/*theme - position aktiver menuebereich  */
#news-detail #menue-active { display: block; margin: 3px 0 0 190px; }
#cafe #menue-active { display: block; margin: 3px 0 0 395px; }
#programm #menue-active { display: block; margin: 3px 0 0 320px; }
#impressionen #menue-active { display: block; margin: 3px 0 0 515px; }
#impressum #menue-active { display: block; margin: 3px 0 0 650px; }
#kontakt #menue-active { display: block; display: none; }

a.nav-01:link, a.nav-01:active, a.nav-01:visited {
	background: 		url(../images/nav-01-news-reg.png);
	background-position: 0px 0px;
	background-repeat:	no-repeat;
	width:				58px;
}

a.nav-01:hover {
	background-position: -58px 0px;
	color:				#fff;
}

a.nav-02:link, a.nav-02:active, a.nav-02:visited {
	background: 		url(../images/nav-02-club-reg.png);
	background-position: 0px 0px;
	background-repeat:	no-repeat;
	width:				58px;
}
a.nav-02:hover {
	background-position: -58px 0px;
	color:				#fff;
}

a.nav-03:link, a.nav-03:active, a.nav-03:visited {
	background: 		url(../images/nav-03-cafe-reg.png);
	background-position: 0px 0px;
	background-repeat:	no-repeat;
	width:				58px;
}
a.nav-03:hover {
	background-position: -58px 0px;
	color:				#fff;	
}

a.nav-04:link, a.nav-04:active, a.nav-04:visited {
	background: 		transparent url(../images/nav-04-impressionen-reg.png) no-repeat;
	background-position: 0px 0px;
	background-repeat:	no-repeat;
	width:				138px;
}
a.nav-04:hover {
	background-position: -138px 0px;
	color:				#fff;
}

a.nav-05:link, a.nav-05:active, a.nav-05:visited {
	background: 		url(../images/nav-05-impressum-reg.png);
	background-position: 0px 0px;
	background-repeat:	no-repeat;
	width:				109px;
}
a.nav-05:hover {
	background-position: -109px 0px;
	color:				#fff;
}

a.nav-06:link, a.nav-06:active, a.nav-06:visited {
	background: 		url(../images/nav-tool-home.png);
	background-position: 0px 0px;
	background-repeat:	no-repeat;
	width:				28px;
}
a.nav-06:hover {
	background-position: -28px 0px;
	color:				#fff;
}
a.nav-07:link, a.nav-07:active, a.nav-07:visited {
	background: 		url(../images/nav-tool-back.png);
	background-position: 0px 0px;
	background-repeat:	no-repeat;
	width:				28px;
}
a.nav-07:hover {
	background-position: -28px 0px;
	color:				#fff;
}

a.menue-active-subnav-club, a.menue-active-subnav-club:link, a.menue-active-subnav-club:active, a.menue-active-subnav-club:visited, a.menue-active-subnav-club:hover {
	color:					#ccc;
	font-size:				12px;
	height:					35px;
	overflow:				hidden;
	padding:				0;
	text-decoration: 		none;
	text-indent: 			-9999px;
	width:					198px;
}

a.menue-active-subnav-club:link, a.menue-active-subnav-club:active, a.menue-active-subnav-club:visited {
	background-image: 		url(../images/subnav-club.png);
	background-position:	0px 0px;
	background-repeat:		no-repeat;
	margin:					3px 0 0 275px;
}

a.menue-active-subnav-club:hover {
	background-position: 	-198px 0px;
	color:					#fff;
}

