/* Menuestyles for LC-Menu */
.menulc {
  width: 208px;
}
.menulc ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.menulc li {
  display: block;
  width: 208px;
}
#menulc1st a, #menulc1st li a:link, #menulc1st li a:visited{
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #828282;
  display: block;
  height: 17px;
  background-image:url(images/layout/menu_1st-lc.png);
}
#menulc1st a:hover {
  color: #807E5D;
  background-image:url(images/layout/menu_1st-lc-activ.gif);
  background-repeat: no-repeat;
}
#menulclast a, #menulclast li a:link, #menulclast li a:visited{
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #828282;
  display: block;
  height: 19px;
  background-image:url(images/layout/menu_last-lc.png);
}
#menulclast a:hover {
  color: #807E5D;
  background-image:url(images/layout/menu_last-lc-activ.gif);
  background-repeat: no-repeat;
}
.menulc li a, .menulc li a:link, .menulc li a:visited{
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #828282;
  display: block;
  height: 17px;
  background-image:url(images/layout/menu_all-lc.png);
}
.menulc li a:hover {
  color: #807E5D;
  background-image:url(images/layout/menu_all-lc-activ.gif);
  background-repeat: no-repeat;
}



/* Menuestyles for TCE-Menu */
.menutce {
  width: 208px;
}
.menutce ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.menutce li {
  display: block;
}
#menutce1st a, #menutce1st li a:link, #menutce1st li a:visited{
  padding-top: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color:#494949;
  display: block;
  width: 208px;
  height: 16px;
  background-image:url(images/layout/menu_1st-tce.png);
}
#menutce1st a:hover {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #6C6B55;
  background-image:url(images/layout/menu_1st-tce-activ.gif);
  background-repeat: no-repeat;
}
#menutcelast a, #menutcelast li a:link, #menutcelast li a:visited{
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color:#494949;
  display: block;
  width: 208px;
  height: 24px;
  background-image:url(images/layout/menu_last-tce.png);
}
#menutcelast a:hover {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #6C6B55;
  background-image:url(images/layout/menu_last-tce-activ.gif);
  background-repeat: no-repeat;
}
.menutce li a, .menutce li a:link, .menutce li a:visited{
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #494949;
  display: block;
  width: 208px;
  height: 17px;
  background-image:url(images/layout/menu_all-tce.png);
}
.menutce li a:hover {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #6C6B55;
  background-image:url(images/layout/menu_all-tce-activ.gif);
  background-repeat: no-repeat;
}




/* Menuestyles for TopNavi */
#menutopnavi {
  text-align: center;
  width: 758px;
  margin: 0 auto;
  padding-top: 3px;
}
#menutopnavi ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#menutopnavi li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#menutopnavi li a, #menutopnavi li a:link, #menutopnavi li a:visited {
  font-size: 11px;
  font-weight: bold;
  color: #494949;
  text-decoration: none;
  padding: 0 5px;
}
#menutopnavi li a:hover, #menutopnavi li a:focus, #menutopnavi li a:active {
  color: #595F72;
}

