/* Link allgemein */
a.mainmenu:link, a.mainmenu:visited, a.mainlevel:link, a.mainlevel:visited {
	color: #000099; font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	}

a.mainmenu:hover, a.mainlevel:hover {
	color: #FF9900; text-decoration: underline;
	}


a.sublevel:hover {
	color: #FF0000; text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	color: #000099; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* Ende allgemein */

/* Link Block für die suffix -extern  linke Seite*/

.mainlevel-extern {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	white-space: nowrap;
	margin-left: 10px;
	}
	


.mainlevel-extern li {

	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	}

.mainlevel-extern a:link, .mainlevel-extern a:visited{
	color: #0077AA;
	}


.mainlevel-extern a:hover {
	color: #FF6600;
	}

.mainlevel-extern#active_menu-extern {
	color: #FF6600; text-decoration: none;
}
.mainlevel-extern#active_parent-extern {

color: #FF6600; text-decoration: none;
font-weight: bold;
	background-image: none;
}


.sublevel-extern {
	display: block;
	minwidth: 95%;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	float: left;
	clear: left;
	}

.sublevel-extern li {

	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	}
	
.sublevel-extern: a:link, .sublevel-extern: a:visited {
	color: #0077AA; 

}

.sublevel-extern a:hover {
color: #FF6600;
	}


.sublevel-extern#active_menu-extern {
	color: #FF6600; text-decoration: none;
}
.sublevel-extern#active_parent-extern {

	color: #FF6600; text-decoration: none;
font-weight: bold;
	background-image: none;
}




/* Ende -extern */

/* Link für die suffix -nav horizontal */

ul#mainlevel-nav {
list-style: none;
padding: 0;
margin: 0;

text-align: center;

}

ul#mainlevel-nav li {
	padding: 0px;
	
	white-space: nowrap;
	float: right;
}

ul#mainlevel-nav li a {
	display: block;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	color: #0077AA;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	}

#buttons>ul#mainlevel-nav li a { 
width: auto; 
}


ul#mainlevel-nav li a:hover {
	color: #FF6600;

	font-weight: bold;

}

/*
.mainlevel-nav#active_menu-nav {

	font-weight: bold;
	color: #FF6600;
		background-image: none;
}

.mainlevel-nav#active_parent-nav {

color: #D3F8EA; text-decoration: none;
font-weight: bold;
	background-image: none;
}
.mainlevel-nav#active_parent-nav: hover{
color: #000099; text-decoration: none;
font-weight: bold;
}
*/

/* Ende -nav  */

