/*  Stylesheet für Menüleiste www.wrfc.de  */
html,body{
	margin:0;
  padding:0;
  border:0;
	background-color:#eed4b7;   /* neu: eed4b7; beige dunkler als Kopfleiste (früher: #e7cfad) */
  vertical-align:top;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:101%;
	color:#000000;
  text-align:center;
}
ul{
	margin:0 auto 18px;
  padding:16px 0 18px 0;
  width:144px;
  list-style-type:none;
	font-size:0.7em;
  line-height:1em;
  font-weight:normal;
  text-align:left; /* 			  border: solid 1px #cc0000;*/
}
li{
	margin:0;padding:0;
  border-bottom: 1px solid #d09f5e;
}
a:link, a:visited, a:focus, a:hover, a:active{
		display:block;
    padding:1px 0;
    font-family:verdana, helvetica, arial, sans-serif;
    font-weight:bold;
    text-decoration:none;
    line-height:2em;
}
a:link{
		color:#000000;
}
a:visited{
		color:#444444;
}
a:focus, li:focus{
    color:#333333;	/*  dkl. Grau  */
		background-color:#efdfc6;   /*  wie hover  */
}
a:hover, li:hover{
		color:#333333;
		background-color:#efdfc6; /* = bg Kopfleiste */
}
a:active, li:active{
	color:#114488;    /*  1d6538  = sehr dkl. grün */
}
img{
	border:0;
  font-size:11px;
  color:#afafaf;
}
.suchbegriff{
  background-color:#ffff99;     /*  = kräftiges Hellgelb  */
	color:#000000;
}