body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #f62d2d;
  margin: 0px;
  padding: 0px;
}
td, th {
  font-size: 14px;
}
a:active  { color: #000000; font-weight: bold; text-decoration: none }
a:link    { color: #000000; font-weight: bold; text-decoration: none }
a:visited { color: #000000; font-weight: bold; text-decoration: none }
a:hover   { color: #000000; font-weight: bold; text-decoration: underline }
.headbg {
	background-image: url(strasse.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 65px;
}
.menuline {
	background-image: url(menubutton.gif);
	height: 38px;
	text-align: center;
	font-weight: bold;
	color: #ffbaab;
	padding-bottom: 9px;
}
.menuline a:active  { color: #ffbaab; text-decoration: none }
.menuline a:link    { color: #ffbaab; text-decoration: none }
.menuline a:visited { color: #ffbaab; text-decoration: none }
.menuline a:hover   { color: #ffbaab; text-decoration: underline }
.menuactive {
	background-image: url(menuabutton.gif);
	height: 38px;
	text-align: center;
	font-weight: bold;
	color: #a30000;
	padding-bottom: 9px;
}

.fullsize {
  width: 100%;
  height: 100%;
}
.fusszeile {
  background: #a30000;
  border-top: 1px solid #ffffff;
}
.fusszeile td {
  color: #ffbaab;
  font-size: 11px;
}
.fusszeile a:active  { color: #ffbaab; font-weight: normal; text-decoration: none }
.fusszeile a:link    { color: #ffbaab; font-weight: normal; text-decoration: none }
.fusszeile a:visited { color: #ffbaab; font-weight: normal; text-decoration: none }
.fusszeile a:hover   { color: #ffbaab; font-weight: normal; text-decoration: underline }

.titlefont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.moresize {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.boldfont {
	font-weight: bold;
}
.boldrs {
	font-weight: bold;
	color: #ffbaab;
}
.fontrs {
	color: #ffbaab;
}
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }

/*--- RSS-Feed-Table ---*/
.boxtab {
	background-color: #a30000;
	border: 1px solid #ffffff;
	padding: 3px;
	margin: 5px 5px 10px 5px;
}
.boxtab td {
  font-size: 12px;
  color: #ffbaab;
  text-align: center;
}
.boxtab a:link {			/* noch nicht besuchte Links */
	color: #ffffff;
	text-decoration: none;
}
.boxtab a:visited {			/* besuchte Links */
	color: #ffffff;
	text-decoration: none;
}
.boxtab a:active {			/* angeklickt */
	color: #ffffff;
	text-decoration: underline;
}
.boxtab a:hover {			/* MouseOver */
	color: #ffffff;
	text-decoration: underline;
}


