/* navi ansicht 
a:link, a:visited {
	color: #96E100; 
	text-decoration: none;
	font-weight: normal;
	background: transparent;
}

a:hover {
	color: #96E100; 
	text-decoration: none;
	font-weight: normal;
	background: transparent;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #4b4b4b;
  text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

a.titlelink:hover {
  color: #4b4b4b;
  text-decoration: underline;
	font-weight: normal;
	background: transparent;
}*/

ul#mainlevel-nav li a:hover {
	background: url(../images/site/user3_button_hover_green.png) repeat-x;
	display: block;
	text-align:center;
	text-transform: uppercase;
	width: 120px;
	padding: 0px;
	height: 24px;
	margin: 0px;
	padding: 11px 0 0 0;
	margin: 0px;
	font-size: 10pt;
	border-left: 1px solid #fff;
}

ul#mainlevel-nav li a#active_menu-nav {
	background: url(../images/site/user3_button_active_green.png) repeat-x;
	display: block;
	text-align:center;
	text-transform: uppercase;
	width: 120px;
	padding: 0px;
	color: #fff !important;
	height: 24px;
	margin: 0px;
	padding: 11px 0 0 0;
	margin: 0px;
	font-size: 10pt;
	border-left: 1px solid #fff;
}
ul#mainlevel-nav li a#active_menu-nav:hover {
	background: transparent;
	display: block;
	text-align:center;
	text-transform: uppercase;
	width: 120px;
	padding: 0px;
	color: #96E100 !important;
	height: 24px;
	margin: 0px;
	padding: 11px 0 0 0;
	margin: 0px;
	font-size: 10pt;
	border-left: 1px solid #fff;
}
ul.menu li a:hover{
	display: block;
	text-align: left;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	margin: 0px;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
}
ul.menu li li a:hover span {
	display: block;
	text-align: left;
	color: #96E100;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin: 0px;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
	background: #fff !important;
	font-style: italic;
}
ul.menu li li.active a:link span, ul.menu li li.active a:visited span {
	display: block;
	text-align: left;
	color: #96E100;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin: 0px;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
	background: #fff !important;
	font-style: italic;
	font-weight: bold;
}
ul.menu li li.active a:hover span {
	display: block;
	text-align: left;
	color: #bcbcbc;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin: 0px;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
	background: #fff !important;
	font-weight: bold;
}
ul#mainlevel li a:hover {
	display: block;
	text-align: left;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 0;
	margin: 0px;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
}

table.moduletable_right th, div.moduletable_right h3 {
	color: #4b4b4b;
	text-align: center;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;	
	width: 100%;
	background: url(../images/site/user3_button_active_green.png) repeat-x;
	border-bottom: 1px solid #fff;
}
.tooltip {
  position: absolute;
  display: none;
  background-color: #4b4b4b;
  color: #fff;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #84a903;
  padding: 4px 10px;
  z-index: 100;
}