@charset "utf-8";
/* CSS Document */
ul.topnav {
	list-style: none;
	padding: 0px 15px;
	margin:0px;
	float: left;
	width: 100%;
	font-size: 16px;
	color:#696969;
}
ul.topnav li {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index:995;
}

/* FACEBOOK LINK */
ul.topnav li.faceBook {
	float:right;
	margin-right:10px;
}
ul.topnav li.faceBook a.fb_btn {
	background:url(../picts/FB_button.png) no-repeat left 8px; width:22px; height:31px;
	display:inline-block;
	text-indent:-1600px;
}
ul.topnav li.faceBook a.fb_btn:hover {
	background:url(../picts/FB_button_o.png) no-repeat left 7px; width:22px; height:31px;
	display:inline-block;
	text-indent:-1600px;
} 
/* FB end */

/* QYPE-RADAR LINK */
ul.topnav li.qype {
	float:right;
	margin-right:0px;
	padding: 0px 0px 0px 0px;
}
ul.topnav li.qype a.qype_btn {
	background:url(../picts/qype-radar-icon.png) no-repeat left 8px; width:22px; height:31px;
	display:inline-block;
	text-indent:-300px;
	overflow:hidden;
}
ul.topnav li.qype a.qype_btn:hover {
	background:url(../picts/qype-radar-icon_o.png) no-repeat left 8px; width:22px; height:31px;
	display:inline-block;
	text-indent:-300px;
	overflow:hidden;
} 
/* QYPE end */

ul.topnav li a {
	margin: 0px;
	height:33px;
	padding: 5px 5px;
	color: #696969;
	display: block;
	text-decoration: none;
	float: left;
}
/*
ul.topnav li a.active {
	color:#006c32;
	background:url(../picts/topnav_active.gif) left bottom no-repeat;
}
ul.topnav li.single a.active {
	background:url(../picts/topnav_active.gif) left bottom no-repeat;
}
ul.topnav li.single a.active:hover {
	background:url(../picts/topnav_active.gif) left bottom no-repeat;
}
ul.topnav li.single a:hover {
	background:url(../picts/subnav_single.gif) left bottom no-repeat;
}
*/
ul.topnav li a.active span {
	float:left;
	position:relative;
	width:100%;
	left:50%;
	top:-5px;
}
ul.topnav li a.active span span {
	position:absolute;
	width:108px;
	height:11px;
	left: -41px;
	background:url(../picts/topnav_active.gif) no-repeat;
}

ul.topnav li span.bg {
	z-index:994;
	clear:left; /* ohne clearen weitet sich der span für den rechten schatten nicht nach dem inhalt und bleibt somit unsichtbar!! */
	display:block;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -14px; top: 28px;
	background:#ffffff; /* weisser, transparenter bg und die untere rand-grafik */
	opacity:0.96;
}

ul.topnav li span.bg ul.subnav span {
	position:relative;
	background:transparent url(../picts/subnav_bottom.png) repeat-x; /* weisser, transparenter bg und die untere rand-grafik */
	height:2px;
	width:99.5%;
	float:left;
	top:2px;
}

ul.topnav li span.bg ul.subnav {
	list-style: none;
	background:url(../picts/subnav_shadow.png) right 26px no-repeat; /* rechter schatten in der subnavi */
	opacity:1;
	margin: 0px;
	padding: 0px;
	display: none;
	float: left;
	width: auto;
	min-width:120px;
	font-size:12px;
}
ul.topnav li span.bg ul.subnav li {
	clear:both;
	width:auto;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
/** html ul.topnav li span.bg ul.subnav li {
	margin-top: -3px;
}*/
ul.topnav li span.bg ul.subnav li a {
	height:20px;
	float:left;
	width:auto;
	padding: 0px 0px 0px 20px;
	margin-top: 8px;
	white-space:nowrap;
}
ul.topnav li span.bg ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color:#006c32;
}
ul.topnav li span.bg ul.subnav li a.active { /*--Hover effect for subnav links--*/
	background:none;
	color:#006c32;
	font-weight:bold;
}
ul.topnav li span.bg ul.subnav li.last {
	height:40px; /* 50px */
}