/*SteuerMenüs:*/
.menu{
  	background:url(../images/item_bg.jpg) top no-repeat;
	padding:0px;
	width:798px;
    height:40px;
	z-index:2;
	margin:0 auto;
    float:left;
}

.menu_text{
    height: 38px;
	padding:0px 10px;
	color:#FFFFFF;
    margin-top:0px;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	color:#FFFFFF;
	letter-spacing:1px;
}

a.menulink{
    text-decoration:none;
    color:#FFFFFF;
}
a.menulink:visited{
    text-decoration:none;
    color:#FFFFFF;
}


#menu_1
{
  margin-top:0px;
  height: 38px;
  float:left;
  text-align:center;
  margin-left: 10px;
  min-width: 150px;
padding: 7px;
}
#menu_1:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}


#menu_2
{
  margin-top:0px;
  height: 38px;
  float:left;
  text-align:center;
  margin-left: 10px;
  min-width: 150px;
padding: 7px;
}
#menu_2:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}

#menu_3
{
  margin-top:0px;
  height: 38px;
  float:left;
  text-align:center;
  margin-left: 10px;
  min-width: 150px;
padding: 7px;
}
#menu_3:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}

#menu_4
{
  margin-top:0px;
  height: 38px;
  float:left;
  text-align:center;
  margin-left: 10px;
  min-width: 150px;
padding: 7px;
}
#menu_4:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}