/*horizontale Menueliste - in TYPO3 dynamisch ersetzt. */

/* Container fuer die horizontale Navigationsliste > navi_top.css */
div#nav_top {
	/*background-image: url(../pix/bildungNavTopGreen.gif);	*/
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	top: 80px;
	right: 0px;
	width: 800px;
	height: 30px;
	padding:0;	
	overflow: hidden;
}

div#nav_top2 {
	background-image: url(../pix/bildungNavTopGreen.gif);	
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	top: 100px;
	right: 0px;
	width: 800px;
	height: 30px;
	padding:0;	
	overflow: hidden;
}

div#nav_top ul{
	width: 100%;
	margin-left: -20px;
	margin-top: 1px;	
	text-align: right; 
	/*margin-right: 55px;*/
	list-style-type: none;
	padding: 5px 5px 5px 5px;
	
}

div#nav_top ul li {
	display: inline;
	color: #295E2F;
	font-size: 11px;
}

div#nav_top a, a.navi_top {
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #295E2F;
	padding: 2px 15px 2px 15px;
	text-align: right;
	text-transform: lowercase;
}

/*Active usw. text-decoration: underline;*/
div#nav_top a:hover, div#nav_top ul a:active, div#nav_top a.navi_top_hover, div#nav_top a.navi_top_active
{	background-color: white;	
	color: black;	
}


