
TD#menu_1 {
	color:          teal;
	padding-bottom: 10px;
	padding-left:    5px;
	width:          160px;
	vertical-align: top;
}

TD#menu_1 A {
	color:           teal;
	font-weight:     bold;
	text-decoration: none;
	border: none;

	display: block;
	padding-top:       2px;
	padding-bottom:    2px;
}

TD#menu_1 A.menu1-level1-no {
	font-size: 12pt;
}

TD#menu_1 A.menu1-level1-no:hover {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 0;
	padding: 1px 0 1px 0px;
}

TD#menu_1 A.menu1-level1-act {
	font-size: 12pt;
	background-color:  #dbdb94;
}

TD#menu_1 A.menu1-level2-no    {
	font-size:    10pt;
	font-style:   italic;
	line-height:  18px;
	padding-left: 20px;
}
TD#menu_1 A.menu1-level2-no:hover {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 0;
	padding: 1px 0 1px 20px;
}

TD#menu_1 A.menu1-level2-act {
	font-size:         10pt;
	font-style:        italic;
	font-weight:       bold;
	background-color:  #dbdb94;
	padding-left: 20px;
}
/* Das Menuitem mit dem Id 56 bekommt ein Sternchen vorangestellt.
   Kennzeichnet das besondere Angebot. */
#mi56 {
	background-image:url(../images/icons_besonderes_angebot/star_yellow.gif);
	background-position : left center;
	background-repeat: no-repeat;
}

