/*  Hauptstylesheet für www.wrfc.de  */
html,body{
	margin:0;padding:0;
  border:0;
  vertical-align:top;
}
body{
	background-color:#efefe7;   /*  graugruen  */
  background-image:url(images/2006.jpg);
  background-repeat:repeat-y;
  background-attachment:fixed;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:101%;
	color:#000000;
}
/*  beige oben Kopf:  	#efdfc6;  = auch hover Menü
		beige oben links: 	#deb27b;
		beige links Menü: 	#e7cfad; -> neu: #eed4b7;
    beige unten links:	#deb67b;
    beige unten rechts:	#d09f5e;
		grün bg: 					#efefe7;
    hellgrün active:	#eff7e7;        */
#inhalt {
	margin:0;
  padding:30px;
  max-width:940px;
	font-size:0.8em;
  line-height:1.6em;
  font-weight:normal;
  text-align:left;
/*			  border: solid 1px #cc0000;   */
}
p {
	margin:0;
  padding:0 30px 20px;
}
ul{
	list-style-type:none;
  margin:0;
	padding:0 0 1.4em 30px;
}
ol{
	list-style-type:decimal;
  margin:0;
	padding:0 0 1.4em 30px;
}
li{
	margin:0;
	padding:6px 0 0;
}
a#top, .top, a#texttop, a#navtop, a.anker {
	padding:0;margin:0;
  font-size:1px;line-height:1px;font-weight:normal;
  color:#efdfc6;text-decoration:none;
  visibility:hidden;
}
a.anker {
  visibility:hidden;
}
h1{
	margin:0;
	padding:0 0 0.8em 0;
	font-size:1.2em;
	line-height:1.3em;
  letter-spacing:0.1em;
	font-weight:bold;
}
h2,caption{
	margin:0;
  padding:0.2em 0 0.8em;
  text-align:left;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
  color:#555556;
}
h3{
	margin:0;
  padding:0.2em 30px 0.4em;
	font-size:1em;
	line-height:1.1em;
	letter-spacing:0.1em;
	font-weight:bold;
}
#inhalt a {   /*  grundlegende Linkdaten, Texte, Bilder  */
	font-family:verdana,arial,helvetica,sans-serif;
  font-weight:normal;
	color:#000000;
  white-space:nowrap;
}
#inhalt a:link {
	text-decoration:underline;
}
#inhalt a:visited {
	color:#555556;              /*  Grau */
	text-decoration:underline;
}
#inhalt a:focus{
	color:#333333;
  background-color:#f6e6cd;   /*  wie hover: helleres Beige als Titelleiste  */
  text-decoration:none;
}
#inhalt a:hover{
	color:#333333;
	background-color:#f6e6cd;
  text-decoration:none;
}
#inhalt a:active{
	color:#c30254;    /*  pink auf hellem gruen */
  background-color:#eff7e7; /* heller als body-bg */
	text-decoration:none;
}
.klein{
  font-size:0.88em;
	line-height:1.2em;
}
noscript, .noscript{ /*  wg. IE  */
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	line-height:12px;
  letter-spacing:1px;
  font-weight:normal;
	color:#555556;        /*  = dgrau wie visited  */
	text-align:center;
}
img{
	margin-bottom:4px;
	border:0;
  font-size:11px;
  color:#555556;
}
.galerie{
	padding:10px 0;
  text-align:center;
  line-height:1.2em;
}
.rahmen{
	border-top: 2px solid #ffffff;
  border-right: 3px solid #555556;
  border-bottom: 4px solid #555556;
  border-left: 1px solid #ffffff;
}
abbr, acronym, .help, dfn{
	font-style:normal;
	border-bottom: 1px dashed #deb27b; /* wie Menü-Linien + bg oben links */
	cursor:help;
}
.abbrohne{
	border:0;
}
table{
  padding:0;margin:0;
  border-spacing:0;
  border:0;
	border-collapse:collapse;
}
td{
	padding:0;margin:0;
	text-align:left;
	vertical-align:top;
}
.center{
	text-align:center;
  vertical-align:middle;
}
.gruen{
	color:#798c63;
}
.grau{
	color:#878788;
}
.rahmen {
	margin:0 24px 14px 0;
	border-top: 1px solid #999999;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #999999;
}
.legende{
	text-align:center;
  font-size:0.84em;
  color:#000000;
}
blockquote{
	margin:0;padding:0;
	text-align:center;
}
input,select,textarea{
	font-family:arial,helvetica,sans-serif;
  font-size:0.8em;
  font-weight:normal;
	color:#112340;        /*  etwas heller als Text   */
	text-align:left;
  padding-right:2px;
  padding-bottom:1px;
	padding-left:2px;
}
textarea{
	padding:5px;
  overflow:auto;
}
.suchbegriff{
  background-color:#eff7e7;     /*  = Hellgrün wie bg active  */
	color:#000000;
}