#hauptnavigation
{
	position: absolute;
	top: -5px;
	left: 5px;
	margin: 0;
	padding: 0px 15px  10px 15px;
}

#hauptnavigation li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#hauptnavigation a
{

	padding: 0px 15px 10px 15px;
	text-decoration: none;
	color: #FFF;
}


#hauptnavigation a:hover
{
	color: #808080;
/*	background: url(menu-hover2.jpg) no-repeat bottom center; */
}



#hauptnavigation2
{
	position: absolute;
	top: 0px;
	left: 5px;
	margin: 0;
	padding: 0px 10px 0px 10px;
}

#hauptnavigation2 li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#hauptnavigation2 a
{
	float: left;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
}


#hauptnavigation2 a:hover
{
	color: #808080;
/*	background: url(menu-hover2.jpg) no-repeat bottom center; */
}



#fussnavigation
{
	position: absolute;
	top: 0px;
	left: 830px;
	margin: 0;
	padding: 0px 10px 0px 10px;
}

#fussnavigation li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#fussnavigation a
{
	float: right;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
}

#fussnavigation a:hover
{
	color: #808080;
/*	background: url(menu-hover2.jpg) no-repeat bottom center;  */
}