@charset "utf-8";
body  {
	background: #666666;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-right-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 0;
	margin: 0;
	clip: rect(auto,auto,auto,auto);
}
.TextUmrahmen {
	background-color: #D8F59A;
	border: 2px solid #666;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: auto;
	height: auto;
}
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #1047D8;
	font-weight: normal;
	text-align: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #1047D8;
	font-size: 18pt;
	margin-bottom: -1px;
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #1047D8;
	font-weight: normal;
	text-align: left;
}
h4 {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1047E5;
	font-weight: normal;
	margin-bottom: -3px;
	text-align: left;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #1047E5;
	font-weight: normal;
	margin-bottom: -2px;
	text-align: left;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: 0.07em;
	word-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
}
.H3Underline {
	text-decoration: underline;
}

.thrColFixHdr #container {
	width: 940px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #666; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D9DADC;
	background-image: url(../images/sidebar/nosidebar_background.jpg);
} 
.thrColFixHdr #header {
	background-color: #ECF1FF;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 



.thrColFixHdr #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: 10px 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. */
}
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 10px 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 8px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8.5pt;
	color: #333;
	letter-spacing: -0.03em;
	height: auto;
	clear: none;
	z-index: auto; /* Farbe weglassen, kommt von Hintergrundbild!! */
	background-repeat: repeat;
	background-attachment: inherit;
	background-position: 50% 0px;
	border: thin none #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: -7px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #D4F491;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
} 
.thrColFixHdr #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. */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8.5pt;
	color: #000;
}
.SidebarUeberschrift {
	font-size: 10pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -0.01em;
	font-variant: normal;
	text-transform: none;
	color: #2D2D2D;
	font-weight: bold;
}
.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;
}
#FettFusszeile {
	font-weight: bold;
}
table {
	border: thin dotted #666;
	text-align: center;
}
td {
	border: thin dotted #666;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000;
}
th {
	border: thin dotted #666;
	text-transform: uppercase;
	background-color: #1047D8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.3em;
	margin: 2px;
	padding: 2px;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-align: center;
}
.MiniSchrift-alternativ {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8.5pt;
	color: #000;
	text-align: center;
}
a:link {
	color: #1047D8;
	text-decoration: none;
}
a:visited {
	color: #599142;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #F30;
}
input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #E8E8E8;
	text-align: left;
	margin-left: 7px;
	border: 1px solid #000;
}
select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	background-color: #E8E8E8;
}
hr{
	border-top-style: solid;
	border-top-color: #666;
	border-top-width: 1px;
}
}
.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;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.BildRahmen {
	padding: 2px;
	border: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #mainContent h4 strong {
	text-align: left;
}
.thrColFixHdr #container #mainContent p strong {
	text-align: left;
}
.thrColFixHdr #container #mainContent p {
	text-align: left;
}
.thrColFixHdr #container #mainContent h3 strong {
	text-align: left;
}
.thrColFixHdr #container #mainContent h3 strong {
	text-align: left;
}
.thrColFixHdr #container #mainContent h3 strong {
	text-align: left;
}
.thrColFixHdr #container #mainContent h3 strong {
	text-align: left;
}
.thrColFixHdr #container #mainContent h7 {
	text-align: left;
}
.thrColFixHdr #container #mainContent h7 {
	text-align: left;
}
.thrColFixHdr #container #mainContent h6 a {
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent h6 u {
	text-decoration: none;
}
.thrColFixHdr #container #mainContent table tr .LucidaSansKlein div p a {
	text-align: left;

}
.UbuntuHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #DBE3FD;
	background-color: #1047D8;
	padding: 5px;
	border: medium ridge #0A287A;
	line-height: 15pt;
}

