a:link, a:visited, a:active {
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #016cd6;
}
a:hover {
	text-decoration: none;
	color: #E98516;
	text-decoration: underline;
}
/* menue oben */

#menu1 {
	position: relative;
	float: right;
	margin-right: 10px;
}
#menu1 li {
	position: relative;
	float: left;
	border-left: 1px solid #aaa;
	list-style: none;
}
#menu1 li:first-child {
	border-left: none;
}
#menu1 a, #menu1 a:visited, #menu1 a:active {
	display: block;
	color: #afafaf;
	text-decoration: none;
	font-size: 12px;
	padding: 0 6px 0 6px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#menu1 a:hover {
	color: #E98516;
	background-color: #fff;
	border-bottom: solid 0px #4d81b1;
}
.menu2 {
	text-align: left;
	margin: 23px 0 0 25px;
}
.menu2 ul {
	margin-top: 4px;
}
.menu2 ul, .menu2 li {
	list-style-type: none;
	margin-left: -20px;
	width: 100%;
}
.menu2 li a:link, .menu2 li a:visited, .menu2 li a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
.menu2 li a:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
}
.menu {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.menu ul {
	margin: 0;
}
.menu li {
	positin: relative;
	float: left;
	list-style: none;
	width: 16.66%;
	margin-top: 4px;
}
.menu a, .menu a:visited, .menu a:active, .menu a:hover {
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	font-size: 11pt;
}
.menu a:active {
	background-color: #d7d9daf;
}
.menu a:hover {
	color: #000;
}