/* Listenformatierung Hauptmenue */

#hauptmenue ul	{
	float:left;
	list-style-type:none;
	width:80px;
}
#hauptmenue li	{
	clear:left;
	float:left;
	display:block;
	margin:0 0 10px 0;
	width:78px;
	height:78px;
	border:1px solid #0a4ea2;
	background-color:#fff;
	text-transform:uppercase;
	text-align:left;
}
#hauptmenue a	{
	display:block;
	padding:62px 0 0 4px;
	width:74px;
	height:16px;
	color:#000;
	font-weight:bold;
}
#hauptmenue a:hover	{
	color:#fff;
	background-color:#0a4ea2;
}
.hm_aktiv	{
	color:#fff! important;
	background-color:#0a4ea2;
}
.home	{
	background-image:url(/images/layout/logo_img.gif);
	margin:0;
}
.home a:hover	{
	background-color:transparent! important;
}

/* Listenformatierung Untermenue */

#untermenue ul	{
	float:left;
	list-style-type:none;
	width:488px;
}
#untermenue li	{
	float:left;
	display:inline;
	margin-right:30px;
}
#untermenue a	{
	display:block;
	margin:6px 0 0 0;
}
#untermenue a:hover, .um_aktiv	{
	color:#666;
	border-bottom:2px solid #0a4ea2;
}
/* Listenformatierung Textbereich */

#textbereich ul	{
	list-style-type:square;
	margin:10px 0 10px 34px;
}
#textbereich li	{
	font-size:11px;
}