
#navigation {
	width:900px;
	height:16px;
	background-color:#f2f2f2;
}

#navigation ul{
	list-style-type: none;
	display:block;
	height:20px;	
}

#navigation ul.left{
	float:left;
	margin:0 0 0 -1px;
	padding:0px;
}

#navigation ul.right{
	margin-right:-1px;
	padding:0px;
	float:right;
	clear:right
}

#navigation ul li{
 	list-style-type: none;
	list-style:none;
	margin-top:1px;
	height:14px;
	float: left;
	display:block;																																																																																																																																																																																																																																																																													
}

/*NAVIGATION  */
/*
 a{
	text-decoration:none;	
	padding:0px; 
 	
	display:block;
	border:none;
}
*/

a:link    { color:#444; text-decoration:none; /*font-weight: bold; border-bottom:1px dotted #444;*/ }
a:visited { color:#444; text-decoration:none; /*font-weight: bold;*/ }
a:active  { color:#444; text-decoration:none; /*font-weight: bold;*/ }
a:hover   { color:#222; text-decoration:none; /*font-weight: bold; border-bottom:1px solid #222;*/ }





p.lightbox a:link    { color:#444; text-decoration:none; /*font-weight: bold;*/ border-bottom:0px dotted #444; }
p.lightbox a:visited { color:#444; text-decoration:none; /*font-weight: bold;*/ }
p.lightbox a:active  { color:#444; text-decoration:none; /*font-weight: bold;*/ }
p.lightbox a:hover   { color:#222; text-decoration:none; /*font-weight: bold;*/ }

a:link ticketSeller{width:80px;}

a.news:link,a.news:visited {

	border:none;
	background-image:url(../teile/typo/news_1.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height:14px;
	width:46px;

}

a.news:hover {
	background-image:url(../teile/typo/news_2.gif);
	background-position: top left; 
	background-repeat:no-repeat;
	border:none;
}

a.news a.selected{
	border:none; 
	background-image:url(../teile/typo/news_3.gif);
	background-position: top left;
	background-repeat:no-repeat;
}


a.events:link,a.events:visited {
	border:none;
	background-image:url(../teile/typo/events_1.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:58px;
	height:14px; 

}

a.events:hover {
	background-image:url(../teile/typo/events_2.gif);
	background-position: top left; 
	background-repeat:no-repeat;
	border:none;
}

a.events .selected{
	border:none;
	background-image:url(../teile/typo/events_3.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

a.buero:link,a.buero:visited {
	border:none;
	background-image:url(../teile/typo/buero_1.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:58px;
	height:14px; 

}

a.buero:hover {
	background-image:url(../teile/typo/buero_2.gif);
	background-position: top left; 
	background-repeat:no-repeat;
	border:none;
}

a.buero .selected{
	border:none;
	background-image:url(../teile/typo/buero_3.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

a.archiv:link,a.archiv:visited {
	border:none;
	background-image:url(../teile/typo/archiv_1.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:55px;
	height:14px; 

}

a.archiv:hover {
	background-image:url(../teile/typo/archiv_2.gif);
	background-position: top left; 
	background-repeat:no-repeat;
	border:none;
}

a.archiv selected{
	border:none;
	background-image:url(../teile/typo/archiv_3.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

a.kontakt:link,a.kontakt:visited {
	border:none;
	background-image:url(../teile/typo/kontakt_1.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width:164px;
	height:14px; 

}

a.kontakt:hover {
	background-image:url(../teile/typo/kontakt_2.gif);
	background-position: top left; 
	background-repeat:no-repeat;
	border:none;
}

a.kontakt selected{
	border:none;
	background-image:url(../teile/typo/kontakt_3.gif);
	background-position: top left;
	background-repeat:no-repeat;
}


  /*************************************/
 /*** Fontdefinition der Navigation ***/
/*************************************/
div#navigation ul li{
	font-size:20px;
	color:#bebebe;
	font-family:Arial, Helvetica, sans-serif;
	color:#bebebe;
}

div#navigation ul li a{
	font-size:20px;
	color:#bebebe;
	float: left;
	border-bottom:0px dotted #444;
}

div#navigation ul li a:link{
	color:#bebebe;
	text-decoration:none;																																																																																																																																																																																																																																																																													
	border-bottom:0px dotted #444;
}

div#navigation ul li a:visited{
	text-decoration:none;																																																																																																																																																																																																																																																																													
	border-bottom:0px dotted #444;
}

div#navigation ul li a:hover{
	text-decoration:none;																																																																																																																																																																																																																																																																													
	color:#585858;
	border-bottom:0px dotted #444;
}


/*
a.link:link    { color:#444; text-decoration:none; border-bottom:1px dotted #444; }
a.link:visited { color:#444; text-decoration:none; }
a.link:active  { color:#444; text-decoration:none; }
a.link:hover   { color:#222; text-decoration:none;  border-bottom:1px solid #222; }
*/


