/* 

	Navigationsgestaltung für das Portal Wissenschaftskultur

*/

#navwrapper {
	position: relative;
	background: url('../../images/schrankzwei/schrankzwei_navbg.gif') repeat-x;
	height: 6em;
	z-Index:2;

}

#nav {
	position: relative;
	width: 90em;
	height: 6em;
	margin: 0 auto;
	text-align: left;
	background: url('../../images/schrankzwei/schrankzwei_navspan.gif') repeat-x;
}

#nav ul li {
	position: relative;
	float: left;
}

.navelement,
.navelement_act {
	position: relative;
	color: #333;
	display: block;
	height: 5em;
	text-indent: -900em;
	overflow: hidden;}


/* Standard-Definition der Buttons:  */
#nav a { background-image: url('../../images/schrankzwei/schrankzwei_nav.gif'); background-repeat: no-repeat; }

#nav a#b_start { width: 10.9em; background-position: 0 0; }
#nav a#b_start:hover  { width: 10.9em; background-position: 0 -6em; }
#nav a#b_start.navelement_act { width: 10.9em; background-position: 0 -12em; }

#nav a#b_projekt { width:9.6em; background-position: -10.9em 0; }
#nav a#b_projekt:hover  { width:9.6em; background-position: -10.9em -6em; }
#nav a#b_projekt.navelement_act { width:9.6em; background-position: -10.9em -12em; }

#nav a#b_recherche { width:11.5em; background-position: -20.5em 0; }
#nav a#b_recherche:hover  { width:11.5em; background-position: -20.5em -6em; }
#nav a#b_recherche.navelement_act { width:11.5em; background-position: -20.5em -12em; }

#nav a#b_netzwerk { width:9em; background-position: -31.8em 0; }
#nav a#b_netzwerk:hover  { width:9em; background-position: -31.8em -6em; }
#nav a#b_netzwerk.navelement_act { width:9em; background-position: -31.8em -12em; }

#nav a#b_kontakt { width:9.7em; background-position: -41em 0; }
#nav a#b_kontakt:hover  { width:9.7em; background-position: -41em -6em; }
#nav a#b_kontakt.navelement_act { width:9.7em; background-position: -41em -12em; }

#nav a#b_bibliographie { width:11.8em; background-position: -50.7em 0; }
#nav a#b_bibliographie:hover  { width:11.8em; background-position: -50.7em -6em; }
#nav a#b_bibliographie.navelement_act { width:11.8em; background-position: -50.7em -12em; }


#nav .sub {
	position:absolute;
	top:2em;
	left:-500em;
	width:20em;
	min-height:3em;
	display:block;
	clear:left;
	padding:2em 0 2em 0;
	z-index: 90000;
}

#nav .sub a.subnavelement { background: none; }

#nav ul li:hover .sub,
#nav ul li.sfhover .sub {
	left:2.6em;
}

.sub .subtop,
.sub .subbottom {
	position:absolute;
	left:0;
	width:20em;
	display:block;
}

.sub .subtop { top:0; height:2em; background:url(../../images/schrankzwei/schrankzwei_subnavtop.png) no-repeat 0 0; }
.sub .subbottom { bottom:0;	height:2em; background:url(../../images/schrankzwei/schrankzwei_subnavend.png) no-repeat 0 0; }

.sub li,
.sub li a {
	position:relative;
	top:0;
	left:0;
	display:block;
	text-align:left;
}

.sub ul {
	position:relative;
	top:0;
	left:0;
	width:20em;
	display:block;
}

.sub li {
	width:20em;
	padding:0;
	clear:left;
	background:url(../../images/schrankzwei/schrankzwei_subnavbg.png) repeat-y 0 0;
}

.sub li a {
	width:17.5em;
	height:1.2em;
	padding: 0.5em 0.5em 0.5em 1.5em;
	color:#963;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted #888;
}

#nav .sub li a:hover { background:#963; color:#fff; border-bottom: 1px dotted #876; }
