
#header {
		font-size: 1em;
	top:0px;
	left:0px;
	position: fixed;
	width: 100%;
	padding-left: 80px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: transparent;
}

#menu {	
    padding-bottom: 1em;	
    height: 3em;	
    margin-top: 0em;
	/* ! dis isses ! */
	/* ist fast alles gefloatet, damit man ggf. hintergründe &
	 * border um die divs zeigen kann
	 */
	clear:both;
}
/*
div {
	border:1px solid red;
}
*/
#nav{
	/* für IE gibts kein min-width */
	/*min-width: 777px;*/
	                                  
	                     
	font-size: .9em;
	                                  
	                     
	                                  
	                     
	border-style: none;
	                                  
	                     
	                                  
	                     
	width:950px;
	/* diese Breiten-Angabe ist auch von Belang für den TAN -Hack (siehe tsc_main.css ) !!! 
	 * da gibts ne Angabe für alle Browser, ausser IE
	 * margins1 = width 740 --> hab ich jetzt alles auf 777 gesetzt
	 * und dann * html margins1  
	 * vor allem dieses w\idth ist strange.
	 * hier gaukelt dem IE eine größere Breite vor, da er die margins & paddings
	 * sukzessive für innenliegenden divs addiert. 
	 * dh. auf w\idth wird alles an paddings und margins draufgeschlagen, 
	 * damits so aussieht wie überall 
	 */
	padding-bottom: 1em;
	padding-top: 1em;
	position:absolute;
    border-left: none;
    border-right: none;	
}
/* IE HACK */

* html #nav ul#lev1 li{
	position:relative;
}

* html #nav ul#lev1 li ul#lev2{
	position:absolute;
	left:0;
	top:1.15em;
}
/* end IE HACK */


#nav ul#lev1{
	/* font-style: italic; */
	list-style-type:none;
	margin:0;
	padding:0;
	

}

#nav ul#lev1 li{
	padding-right: 1em;
	margin-left: -1em;
	/* margin-left: -0.65em; */
	float:left;
	height: 2.35em;
}

#nav ul#lev1 li li{
	font-style: normal;
	font-weight: normal;
	margin-left:0;
	border:none;
	height:auto;
}
#nav ul#lev1 li ul#lev2{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1em;
	padding-top: 1em;
	display:none;
	list-style-type:none;
	margin:0;
	position:absolute;
}

#nav ul#lev1 li.on ul#lev2{
	display:block;
}

/* IE7 Hack */

*:first-child+html #nav ul#lev1 li ul#lev2{ 
	margin-left:-6.5em;
	margin-top: 1.5em;
		
}

/* END IE7 Hack */


#nav li.on a {
    background-position: 0 .8em;
    background-repeat: no-repeat;
    /* background-image: url(../css/indicator_grey.gif); */
    list-style-type: disc;
    color: black;
}
#nav li.on ul li.off a {
	background: none;
	color: #7f7f7f;
	}


#nav a:hover {
    color: black;
    
}

#nav li a,#nav li ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:0;
    padding-left: 1em;
    padding-right: 15px;
    padding-top: 5px;
    color: #333333;
}




/* Remove comment for viewing the sub categories when hovering */

/*
#nav ul#lev1 li.over ul#lev2,
#nav ul#lev1 li.off:hover ul#lev2
{
	background:#fff;
	display:block;
	z-index:5001;

}


#nav ul#lev1 li.off.over,
#nav ul#lev1 li.off:hover{
	z-index:5000;
	
}

#nav ul#lev1 li.off.over ul#lev2 li.off ,
#nav ul#lev1 li.off:hover{
	z-index:5000;
}
*/



