@charset "UTF-8";
/* CSS Document */

#nav_top {
	margin: 0 auto 0 auto;
	height: 120px;
	width: 1014px;
	background: URL(../cssimg/bg/bg_nav_top.jpg) repeat-x left bottom;
	position: relative;
	padding-top:inherit;
	}
	
	#nav_top_follow {
		position:absolute;
		top: 90px;
		left:880px;
		}
		
	#nav_top_follow img {
		float:left;
		padding-left: 7px;
		}
	
	#nav_top_follow a {
		padding-right:inherit;
	}	

#nav_top ul { 
	font-size: 14px;
	font-weight: bold;
	float:left;
	list-style-type: none;
	position: absolute;
	top: 60px;
	left: 0;
	margin: 0;
	padding: 0;
	height: 30px;
	}
	
	#nav_top ul li {
		float:left;
		position:relative;
		border-right: solid 2px #003979;
		border-left: solid 1px #4c6bb2;
		height: 30px;
		display:inline;
		margin: 0;
		padding: 0;
		}
		
	#nav_top ul li img {
		margin: 0;
		padding: 0;
		border: none;
		}

	#nav_top ul li a {
		background: #003979 URL(../cssimg/bg/bg_nav_top_li.jpg) repeat-x 0 0;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		margin: 0;
		padding: 0 6px;
		line-height: 30px;
		}
		
	#nav_top ul li a, x:-moz-any-link {padding: 7px 6px;}  /* firefox 2 hack */
	#nav_top ul li a, x:-moz-any-link, x:default {padding: 0 6px;} /* firefox default */
	
	#nav_top ul li a:hover, body#start a#hl1, body#med a#hl2, body#sem a#hl3, body#hl a#hl4, body#exp a#hl5, body#vid a#hl6, body#ser a#hl8, body#sym a#hl8, body#dia a#hl8 { /*hiliting hauptnavpunkte*/
		background: #6688ae URL(../cssimg/bg/bg_nav_top_li_over.jpg) repeat-x 0 0;
		text-decoration: none;
		color: #fff;
		}
		
	#nav_top ul li img { margin: 0; padding-top: -15px;}  /* firefox 2 hack */

#nav_top li ul {
	font-size: 12px;
	display: none;
	width: 1000px;
	position: absolute;
	top: 23px;
	left: 0;
	right: -220px; /*74px*/
	padding: 0;
	}
	
	#nav_top li ul, x:-moz-any-link {top: 30px;} /* firefox 2 hack */
	#nav_top li ul, x:-moz-any-link, x:default {top: 23px;} /* firefox default */
	
	#nav_top li ul li {
		margin: 0;
		border: 0px;
		padding: 0;
		display: inline;
		float: left;
		}

	#nav_top li ul li a {
		margin: 0;
		padding: 7px 6px 0 6px; 
		text-decoration: none;
		background: none;
		}
		
	#nav_top li ul li a:hover {
		text-decoration: none;
		color: #003979;
		background: none;
		}
			
	#nav_top li:hover ul, li.over ul, .nav h5:hover ul {
		display: inline;
		}