﻿body {
	margin: 0;
	padding: 0;
	border: 0;
/*	min-width: 20em;  Mindestbreite (der Infobox) verhindert Anzeigefehler in modernen Browsern */
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#masthead {
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: right;
	width: 100%;
	background-color: #990000;
}
div#infobox {
	font-size: 0.91em;
	float: right;
	width: 17em;
	margin: 0;
	padding: 0.6em 1em 0.6em 1em;
	background-color: #CCCCCC;
}
div#pagecontent {
	padding: 1em;
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
/* Formatvorlagen f&uuml;r Mastertitel */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Formatvorlagen f&uuml;r die Navigation */
/* grau=#CCCCCC , rot=#990000 */
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: #990000;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #990000;
/*	font-weight: bolder; */
}
#navigation a:hover {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #990000;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
/*	font-weight: bold; */
}
/* Inhaltsformatvorlagen */
.Sonderaktion {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background-color: #FFFFCC;
}
h1 {
	font-size: 1.35em;
	color: #990000;
}
h2 {
	font-size: 1.3em;
	color: #990000;
}
h3 {
	font-size: 1.2em;
	color: #990000;
}
h4 {
	font-size: 1.1em;
	color: #990000;
}
h5 {
	font-size: 1.05em;
	color: #990000;
}
h6 {
	font-size: 1em;
	color: #990000;
}
img {
	border-width: 0px;
}
td {
	border: 1px solid #CCCCCC;
}
.bw0 {
	border-width: 0;
}
.tableheaderred {
	border: 1px solid #990000;
	text-align: center;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}
.tableheadergrey {
	border: 1px none #990000;
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
.tblleft {
	border: 1px solid #CCCCCC;
	text-align: left;
}
.tblcenter {
	border: 1px solid #CCCCCC;
	text-align: center;
}
.tblright {
	border: 1px solid #CCCCCC;
	text-align: right;
}
/* Formatvorlagen f&uuml;r FuÃŸzeile */
.News {
	text-indent: -30px;
	margin-left: 30px;
}
.Kleingedruckt {
	font-size: x-small;
}
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
/* Formatvorlagen f&uuml;r Hyperlinks */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.float_left {
	border-style: none;
	float: left;
}
.float_right {
	border-style: none;
	float:right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.TextAlignLeft {
	text-align: left;
}
.TextAlignCenter {
	text-align: center;
}
.TextAlignRight {
	text-align: right;
}
.RedText {
	color: #990000;
}
.RedTextBold {
	color: #990000;
	font-weight: bold;
}
