﻿@charset "iso-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #666666;
}
    .twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 10px;
    } 
    .twoColFixRtHdr #header {
	background-image: url(001-bilder/header_01.gif);
	table-layout: fixed;
	background-repeat: no-repeat;
	height: 190px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;

    } 
    .twoColFixRtHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 0px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .twoColFixRtHdr #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 130px;
	height: 100%;
	top: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0%;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
    }
	 .twoColFixRtHdr #text {
	 width: 560px;
	 }
    .twoColFixRtHdr #mainContent {
	top: 180px;
	border-left-color: #C8C8C8;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #C8C8C8;
	border-right-style: solid;
	border-right-width: 3px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 750px;
	height: auto;
} 
    .twoColFixRtHdr #footer {
	padding: 0 0px 0 0px;
	background-image: url(001-bilder/footer_02.jpg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: normal;
	background-color: #FFFFFF;
	background-position: bottom;
	text-align: center;
	vertical-align: top;
    } 
    .twoColFixRtHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

.titel-gross {
	font-size: 14pt;
	color: #BD1220;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	line-height: 110%;
}
.Bodytext {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
}
.Footer-text {
	font-size: 10pt;
	color: #666666;
}
.titel-klein-rot {
	font-size: 11pt;
	color: #BD1220;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 120%;
}
a:link {
	color: #BD1220;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
.tabellenkopf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	background-color: #BD1220;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	height: 13pt;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.tabellenkopf-lb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	background-color: #BD1220;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	height: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-indent: 10px;
}


.tabellezeile01 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-align: center;
	background-color: #FFFFCC;
	color: #333333;
}
.tabellezeile02 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-align: center;
	background-color: #C8C8C8;
	color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
}
.tabellezeile02-linksb {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-align: left;
	background-color: #C8C8C8;
	color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	text-indent: 10px;
}
.tabellezeile01-linksb {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-align: left;
	background-color: #FFFFCC;
	color: #333333;
	text-indent: 10px;
}

