.menug {
	display:table;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	border:0px solid #06a;
	font-size:8pt;
	font-weight:normal;
	margin-top:3px;

  }
* html .menug {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menug li {
  display:table-cell;    /* ignored by IE */

  }
* html .menug li {
  display:inline;        /* for IE only */
  }
.menug a, .menug a:visited {
	display:block;
	padding:2px 8px 3px;
	color:#000;
	text-decoration:none;
  }
* html .menug a, * html .menug a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menug a:hover {
	color:#EAEAEA;
	background:#AC6D04;
	background-color: #45437A;

  }

.centered {margin:0;}


.menu_zas {
	display:table;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	border:0px solid #06a;
	font-size:8pt;
	font-weight:normal;
	margin-top:0px;

  }
* html .menu_zas {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu_zas li {
  display:table-cell;    /* ignored by IE */

  }
* html .menu_zas li {
  display:inline;        /* for IE only */
  }
.menu_zas a, .menu_zas a:visited {
	display:block;
	padding:2px 5px 2px;
	color:#000;
	text-decoration:underline;
  }
* html .menu_zas a, * html .menu_zas a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu_zas a:hover {
	color:#EAEAEA;
	background:#AC6D04;
	background-color: #000099;
	border-left:5px solid #CC0000;
	border-right:5px solid #CC0000;
	text-decoration:none;
  }

#menu1{
	width:480px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	color:#333333;
	font-family:Verdana;
	font-size:8pt;
	text-align:left;
	background-color: #E1E1E1;
}

#menu1 p {
	display:block;
	padding-left:5px;
	margin-top:7px;
	margin-bottom:7px;
}	
#menu1 p.akt {
	color: #D7D7D7;
	display:block;
	padding-left:5px;
	text-decoration:none;
	margin-top:2px;
	border-left:11px solid #999999;
	margin-bottom:2px;
} 

#menu1 a:link {
	color: #666666;
	display:block;
	padding-left:5px;
	text-decoration:none;
	margin-top:2px;
	border-left:6px solid #FFFFFF;
	margin-bottom:2px;
}
#menu1 a:visited {
	color: #666666;
	padding-left:5px;
	display: block;
	border-left:6px solid #CCCCCC;
	text-decoration:none;
}
#menu1 a:hover
{
display:block;
color: #666666;
text-decoration:underline;
border-left:6px solid #009900;
}

