<!--
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #f2b972;
	color: #333333;
}
table.kopf {
	width: 100%;
	height: 100px;
}
td.kopflinks {
	width: 259px;
	height: 100px;
	background-image: url(kopf_links.gif);
}
td.kopfmitte {
	height: 100px;
	background-image: url(kopf_mitte.gif);
	background-repeat: repeat-x;
}
td.kopfrechts {
	width: 255px;
	height: 100px;
	background-image: url(kopf_rechts.gif);
}
table.kopfnavigation {
	width: 100%;
	height: 20px;
	background-color: #b73636;
	color: #fffff0;
}
td.kopfnavi {
	width: 100%;
	height: 20px;
	background-color: #b73636;
	font-family: Arial, Helvetica, sans-serif;
	color: #fffff0;
	font-size: 12px;
	padding-right: 8px;
	font-weight: bold;
	border-top-color: #fffff0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #fffff0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
table.inhalt {
	width: 100%;
	height: 800px;
}
td.linksnavi {
	width: 17%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	color: #fffff0;
	padding-right: 8px;
	padding-left: 8px;
	border-right-color: #fffff0;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #b73636;
	font-weight: bold;
}
td.seiteninhalt {
	width: 66%;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	padding: 10px;
}
td.seiteninhalt_kl {
	width: 66%;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: normal;
	padding: 10px;
}
td.rechtsnavi {
	width: 17%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	color: #fffff0;
	padding-right: 0px;
	padding-left: 0px;
	border-left-color: #fffff0;
	border-left-width: 1px;
	border-left-style: solid;
	background-color: #b73636;
	font-weight: bold;
}
table.fuss {
	width: 100%;
	height: 20px;
	background-color: #b73636;
	color: #fffff0;
}
td.fusszeile {
	width: 100%;
	height: 20px;
	background-color: #b73636;
	font-family: Arial, Helvetica, sans-serif;
	color: #fffff0;
	font-size: 12px;
	padding-right: 8px;
	font-weight: bold;
	border-top-color: #fffff0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #fffff0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #da251d;
	font-size: 24px;
	background-color: #f2b972;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #da251d;
	font-size: 20px;
	background-color: #f2b972;
}

.slogan {
	font-family: "Times New Roman", Times, serif;
	color: #da251d;
	font-size: 20px;
	background-color: #f2b972;
}
a.hauptnavi:link  {
	color: #fffff0;
	background-color: #b73636;
	text-decoration: none;
}
a.hauptnavi:visited {
   color: #fffff0;
	background-color: #b73636;
	text-decoration: none;
}
a.hauptnavi:hover {
   color: #fffff0;
	background-color: #b73636;
	text-decoration: underline;
}
a.topnavi:link  {
	background-color: #b73636;
	color: #fffff0;
	text-decoration: none;
}
a.topnavi:visited {
   background-color: #b73636;
	color: #fffff0;
	text-decoration: none;
}
a.topnavi:hover {
   background-color: #b73636;
	color: #fffff0;
	text-decoration: underline;
}

a.inhalt:link  {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #da251d;
	background-color: #f2b972;
	font-weight: bold;
	text-decoration: none;
}
a.inhalt:visited {
   font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #da251d;
	background-color: #f2b972;
	font-weight: bold;
	text-decoration: none;
}
a.inhalt:hover {
   font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #da251d;
	background-color: #f2b972;
	font-weight: bold;
	text-decoration: underline;
}

a.inhalt_kl:link  {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #da251d;
	background-color: #f2b972;
	font-weight: bold;
	text-decoration: none;
}
a.inhalt_kl:visited {
   font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #da251d;
	background-color: #f2b972;
	font-weight: bold;
	text-decoration: none;
}
a.inhalt_kl:hover {
   font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #da251d;
	background-color: #f2b972;
	font-weight: bold;
	text-decoration: underline;
}
-->