/* Liste Hauptmenue */

#hauptmenue ul	{
	float:left;
	list-style-type:none;
	width:720px;
	height:75px;
	overflow:hidden;
	padding:0 0 0 90px;
}
#hauptmenue li, #untermenue li	{
	float:left;
	display:block;
	text-align:center;
	width:90px;
	height:75px;
	background-color:#tansparent;
}
#hauptmenue a, #untermenue a	{
	display:block;
	width:90px;
	height:59px;
	padding:16px 0 0 0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
}
#hauptmenue a:hover, #untermenue a:hover	{
	color:#600;
	background-color:#dfdfdf;
}
.hm_aktiv	{
	color:#600! important;
	background-color:#fff;
}
	

/* Liste Untermenue */

#untermenue ul	{
	float:left;
	list-style-type:none;
	display:block;
	width:90px;
	height:300px;
	padding:75px 0 0 0;
}
#untermenue li	{
	clear:left;
	text-align:left;
}
#untermenue a	{
	width:80px;
	padding:16px 0 0 10px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	font-style:normal;
	text-transform:none;
}
#untermenue a:hover	{
	font-size:11px;
	color:#600;
	font-weight:bold;
}
.um_aktiv	{
	color:#600! important;
	font-weight:normal! important;
	background-color:#fff;
}

/* Liste footer */

#footer ul	{
	float:left;
	list-style-type:none;
	display:block;
	width:90px;
	height:75px;
	overflow:hidden;
	background-color:tansparent;
}
#footer li	{
	clear:left;
	float:left;
}
#footer a	{
	color:#fff;
	display:block;
	width:80px;
	height:59px;
	padding:16px 0 0 10px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
}
#footer a:hover	{
	font-weight:bold;
	color:#600;
	background-color:#dfdfdf;
}
.fo_aktiv	{
	color:#600! important;
	font-weight:normal! important;
	background-color:#fff;
}
