a:visited,
a:active,
a:link {
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	border-color: #fff;
	outline: none;
	border-color: transparent;
	border: hidden;
}

#menue
{
	position: absolute;
	width:350px;
	left:340px;
	top:107px;
	line-height: 10px;
}

#menue a
{
	color:#000000;
	border-color: transparent;
	border: hidden;
}

#menue ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}

#menue li ul
{
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

#menue ul li a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	border-bottom: 0;
	border-color: #fff;
}

#menue ul li:last-child
{
	/* border-bottom: 1px solid #000; */ /*nur zur Markierung; wgn MouseOver letzte Menüpkt */
	height: 95px;
}


#menue li:hover ul
{
	display: block;
	z-index: 1000;
	width: 130px;
	height: 125px;
	background:url(../_images/header.jpg) -490px -100px no-repeat;
}

#menue .showSubmenue
{
	display: block;
	width: 130px;
	z-index: 1;
	background:url(../_images/header.jpg) -490px -100px no-repeat;
}

#menue a:hover
{
	color:#aa2323;
}


/* *** aktive/deaktive Menüelemente *** */
#menue .activ
{
	color:#aa2323;
	text-decoration: underline;
	border: hidden;
}


#menue ul li a:hover .showSubmenue
{
	display: none;
}

#menue .marker_red
{
	color:#aa2323;
}

/* die Klasse passivSub wird per JavaScript ins MEenü eingespielt */
.passivSub
{
	display: none;
}

/* *** zeigt Submenü, wenn dies aktiv ist *** */
#subteamActiv
{
	height:100px !important;
}

/* *** ******************************** *** */

#footer a
{
	text-decoration: none;
	color:#ffffff;
}

#footer a:hover
{
	color:#aa2323;
}
