/* CSS Document : Navigation */

/* GENERAL STYLE FOR ALL NAV*/
ul.nav 
{
	margin: 0;
	list-style: none;
}
ul.nav li
{
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
	line-height: inherit;
	line-height: auto;
}

/* ============[ leftCol - SIDE NAVIGATION ]============ */

#nav { position:relative; height:160px; }

#navHome { position:absolute; top:0; left:-30px; height:30px; width:170px; text-indent:-9009px;}
#navHome a { height:30px; display:block; background:transparent url(../img/nav-home.gif) no-repeat 0 0; }
#navHome a:hover { background-position: 0 -30px; }
#home #navHome a { background-position: 0 -30px;  }

#navPresse { position:absolute; top:40px; left:-30px; height:30px; width:170px; text-indent:-9009px; }
#navPresse a { height:30px; display:block; background:transparent url(../img/nav-presse.gif) no-repeat 0 0; }
#navPresse a:hover { background-position: 0 -30px; }
#presse #navPresse a { background-position: 0 -30px;  }

#navKontakt { position:absolute; top:80px; left:-30px; height:30px; width:170px; text-indent:-9009px; }
#navKontakt a { height:30px; display:block; background:transparent url(../img/nav-kontakt.gif) no-repeat 0 0; }
#navKontakt a:hover { background-position: 0 -30px; }
#kontakt #navKontakt a { background-position: 0 -30px;  }

#navTeam { position:absolute; top:120px; left:-30px; height:30px; width:170px; text-indent:-9009px; }
#navTeam a { height:30px; display:block; background:transparent url(../img/nav-besetzung.gif) no-repeat 0 0; }
#navTeam a:hover { background-position: 0 -30px; }
#team #navTeam a { background-position: 0 -30px;  }

#navGalerie { position:absolute; top:160px; left:-30px; height:30px; width:170px; text-indent:-9009px; }
#navGalerie a { height:30px; display:block; background:transparent url(../img/nav-galerie.gif) no-repeat 0 0; }
#navGalerie a:hover { background-position: 0 -30px; }
#galerie #navGalerie a { background-position: 0 -30px;  }

#navTechnik { position:absolute; top:200px; left:-30px; height:30px; width:170px; text-indent:-9009px; }
#navTechnik a { height:30px; display:block; background:transparent url(../img/nav-technik.gif) no-repeat 0 0; }
#navTechnik a:hover { background-position: 0 -30px; }
#technik #navTechnik a { background-position: 0 -30px;  }


/* ============[ FOOTER NAVIGATION ]============ */
#footer ul.nav
{
	
}
#footer ul.nav li
{
	display: inline;
	line-height: inherit;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}
#footer ul.nav li a
{
	display: block;
	padding: 0px 5px 0 5px;
	color: #000;
	text-decoration: none;
	font-size: 85%;
}
#footer ul.nav li a:hover, 
#footer ul.nav li a.selected
{
	color:#000;
}
