﻿@charset "UTF-8";
/* CSS Document */

body  {
	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: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	font-weight: normal;
	background-color: #f6f6f6;
}
a {
	color: #079201
	;
	text-decoration:underline;
	font-style: italic;
	}
	
a:hover {
	color: #669933
	;
	text-decoration:none;
}
a.nav:link {
	color: #666;
	text-decoration: underline;
	font-style: normal;
}
a.nav:visited {
	color: #757575;
	text-decoration: none;
	font-style: normal;
}
a.nav:hover {
	color: #079201;
	text-decoration: none;
	font-style: normal;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	height: 1%;
}
h3 {
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #079201;
}
.thrColFixHdr #container {
	width: 920px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #f6f6f6; /* 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 aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-color: #b8b8b8;
} 
.thrColFixHdr #header { 
	padding: 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
} 
.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: 180px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
	height: auto;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 225px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-color: #A8A8A8;
}
.thrColFixHdr #mainContentB {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-color: #A8A8A8;
} 
.thrColFixHdr #footer {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #E1E1E1;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #B8B8B8;
	padding-right: 10px;
	padding-left: 20px;
} 
.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. */
}
.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: 10px;
	margin-bottom: 15px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 10px;
}
.img_re {
	float: right;
	margin-left: 10px;
	margin-top: 6px;
}
.img_lks {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
.img_topspace {
	margin-top: 3em;
}
.imgspace {
	margin-bottom: 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;
}
.bc_kursiv {
	color: #079201;
	font-style: italic;
}
.bc_bold {
	color: #079201;
	font-weight: bold;
}
.bc_bld {
	font-weight: bold;
}
.bc_bld_grau {
	color: #4c4c4c;
	font-weight: bold;
}
.bc_agb {
	font-size: 0.9em;
}
.bc_quelle1 {
	font-size: 0.9em;
	font-style: italic;
	color: #b8b8b8;
	text-align: left;
}
.bc_quelle2 {
	font-size: 0.9em;
	font-style: italic;
	color: #4c4c4c;
}

#vita  {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 45px;
	background-color: #e1e1e1;
	border-left-color: #B8B8B8;
}
#vitaB {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 45px;
	border-left-color: #B8B8B8;
}
.thrColFixHdr #imagebox {
	width: 173px;
	font-size: 0.9em;
	font-weight: bold;
	color: #8B8B8B;
	font-style: italic;
	float: right;
	height: auto;
	margin-left: 25px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #b8b8b8;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#sidebarB {
	background-color: #efeded;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-top: 25px;
}td {
	vertical-align: top;
	background-color: #efeded;
}
.tabConcert {
	background-color: #CCC;
}
.tabConcert_bld {
	background-color: #CCC;
	font-weight: bold;
}
.tabLine {
	background-color: #efeded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #079201;
}
.insertSidebar {
	margin-top: 20px;
}

.meldung {
	color: #F00;
	font-weight: bold;
}
.highlight {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #079201;
	text-align: center;
}

