#top {

	/*position: absolute;

	top: 138px;
*/
	left: 0;

	/*width: 100%;*/

	height: 50px;
	padding:0 26px 0 29px;
	background: transparent url(../img/elem/bg_topmenu_1050x50.png) no-repeat;

}



#top-menu {

	position: relative;

	height: 33px;

	/*background: #f1f1f1;*/

	/*margin: 6px;*/

}



#top-menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



#top-menu ul a, #top-menu ul .cur {

	float: left;

	display: block;

	line-height: 33px;

	text-decoration: none;

	padding: 0 32px;
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
	color: #88818E;
	background:#DBDBDB url(../img/elem/bg_navi.gif) repeat-x;
	border-top:1px solid #A8A8A8;
	border-bottom:1px solid #A8A8A8;
	border-right:1px solid #929392;
	border-left:1px solid #FEFEFE;
	/*padding:6px 0 6px 20px;*/

}
#top-menu ul .menuparent_ag a{
	/*seitenid der 313jwp ag seite*/
	background:#96be0a url(../img/elem/greenbtn_bg.png) repeat-x;
}
#top-menu ul a:hover, 
#top-menu ul .menuparent_act a,
#top-menu ul .act a {
	color:#7fa109;
	background:#CACACA url(../img/elem/bg_navi_act.gif) repeat-x;

}
#top-menu ul .ag a:hover,
#top-menu ul .menuparent_ag a:hover{
	/*color:#000;*/
	background:#96be0a url(../img/elem/greenbtn_bg.png) repeat-x;

}



#top-menu li {

	float: left;

	margin: 0;

	padding: 0;

}
#top-menu li.dummyend,
#top-menu li.last {
	float: right;
	margin: 0;
	padding: 0;
}
#top-menu li.dummystart a,
#top-menu li.dummyend a{
	background:none;
	border:none;
	border-right:1px solid #929392;
	width:1px;
	overflow:hidden;
	padding:0;
	line-height: 35px;
}
