.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left: 0px;
	top: 163px;
	font-weight: bold;
	position: absolute;
}
.menuselected {
/*aktives Menüelement*/
	color: #205d78;
	background-color: #c9d9dc;
	width: 100px;
	height: 15px;
	left: -5px;
	top: -4px;
}

/*Positionen der einzelnen Menüelemente*/
.uebersichtsel {
	background-color: #c9d9dc;
	left: 55px;
	width: 100px;
	height: 27px;
	top: -4px;
	position: absolute;
}
.uebersicht {
	left: 70px;
	position: absolute;
}
.funktionensel {
	background-color: #c9d9dc;
	left: 155px;
	width: 150px;
	height: 27px;
	top: -4px;
	position: absolute;
}
.funktionen {
	left: 170px;
	position: absolute;
}
.servicesel {
	background-color: #c9d9dc;
	left: 305px;
	width: 95px;
	height: 27px;
	top: -4px;
	position: absolute;
}
.service {
	left: 320px;
	position: absolute;
}
.demosel {
	background-color: #c9d9dc;
	left: 400px;
	width: 132px;
	height: 27px;
	top: -4px;
	position: absolute;
}
.demo {
	left: 415px;
	width: 100px;
	position: absolute;
}
.kundensel {
	background-color: #c9d9dc;
	left: 532px;
	width: 120px;
	height: 27px;
	top: -4px;
	position: absolute;
}
.kunden {
	left: 547px;
	position: absolute;
}
.kontaktsel {
	background-color: #c9d9dc;
	left: 652px;
	width: 93px;
	height: 27px;
	top: -4px;
	position: absolute;
}
.kontakt {
	left: 667px;
	position: absolute;
}

/*Linkverhalten im Hauptmenü*/
a.men:link {
	color: #ffffff;
	text-decoration: none;
}
a.men:visited {
	color: #ffffff;
	text-decoration: none;
}
a.men:hover {
	color: #205d78;
	text-decoration: none;
	cursor: pointer;
}
a.men:active {
	color: #205d78;
	text-decoration: none;
}