/*  Stylesheet für Menü- und Logoleiste 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;
}
#wappen{
	float:left;
  width:180px;
  height:80px;
  background-color:#deb27b;
  text-align:center;
}
#wappen a{
  background-color:#deb27b;
}
#kopf{
	height:80px;
  padding-top:7px;
  text-align:center;
  color:#114d8a; /* grünl. Blau, dunkler als Wappen */
}
#kopf a{
  text-align:center;
  font-size:2em;
  font-weight:normal;
  letter-spacing:1px;
  color:#114d8a; /* grünl. Blau, dunkler als Wappen */
}
#kopf a:hover{
  background-color:#eed4b7;   /*  = beige bg menü  */
}
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;
}
.rahmenbeige{
	border:3px solid #efdfc6;
}
.suchbegriff{
  background-color:#ffff99;     /*  = kräftiges Hellgelb  */
	color:#000000;
}
abbr, acronym, .help, dfn{
	font-style:normal;
	border-bottom: 1px dashed #deb27b; /* wie Menü-Linien + bg oben links */
	cursor:help;
}
.abbrohne{
	border:0;
  cursor:auto;
}
