@charset "utf-8";

	html {
	height: 100%; /* Erzwingt Scrollbalken in Firefox -> zentrierte Seiten "springen" nicht mehr */
	margin-bottom: 1px;
	}
	 
	body {
	background: #FFFFFF;
	margin: 7px 7px 30px 7px; /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	}
	.thrColFixHdr #container_aussen {
	width: 756px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCC;
	padding: 1px;
	background-color: #FFFFFF;
	}
	
	.thrColFixHdr #container_innen {
	margin: 0 auto;
	background-color: #DDD;
	}
	
	.thrColFixHdr #kopf {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
	.thrColFixHdr #kopf_linie_grau {
	height: 18px;
	background: #DDD;
	}
	.thrColFixHdr #kopf_line_orange {
	height: 3px;
	background-color: #FF8F00;
	} 
	.thrColFixHdr #kopf_logo {
	background: #FFF;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
	.thrColFixHdr #kopf_img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C8C;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C8C;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: #FFFFFF;
	} 
	
	.thrColFixHdr #nav-a {
	background: #FFF;
	margin: 0px;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C8C;
	}	
	.thrColFixHdr #nav-a table {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	font-weight: 700;
	}	
	.thrColFixHdr #nav-a table a {
	text-decoration: none;
	color: #000;
	}	
	.thrColFixHdr #nav-a table a:hover {
	color: #EC7600;
	}	
	.thrColFixHdr #nav-a table span {
	color: #EC7600;
	}	
	.thrColFixHdr #nav-a table a.down {
	text-decoration: none;
	color: #EC7600;
	}	
	.thrColFixHdr #nav-a table a.down:hover {
	color: #EC7600;
	}	

	.thrColFixHdr #nav-bread {
	background-color: #FFF;
	font-size: 70%;
	border-top: solid 6px #8C8C8C;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #888;
	}	
	.thrColFixHdr #nav-bread ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}	
	.thrColFixHdr #nav-bread ul li {
	display: inline;
	}
	.thrColFixHdr #nav-bread ul li a {
	text-decoration: underline;
	color: #888;
	}	
	.thrColFixHdr #nav-bread ul li a:hover {
	color: #EC7600;
	}	


	.thrColFixHdr #nav-b {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px;
	margin: 0px;
	padding: 0px;
	}
	.thrColFixHdr #nav-b ul {
	padding: 0px;
	list-style: none;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 80%;
	font-weight: 700;
	line-height: 150%;
	}
	.thrColFixHdr #nav-b ul a {
	text-decoration: none;
	color: #000;
	}	
	.thrColFixHdr #nav-b ul a:hover {
	color: #EC7600;
	}	
	.thrColFixHdr #nav-b ul span {
	color: #EC7600;
	}	
	.thrColFixHdr #nav-b ul li {
	margin-bottom: 10px;
	}	


	.thrColFixHdr #content {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #788C96;
	color: #333333;
	font-size: 80%;
	line-height: 140%;
	}

	.thrColFixHdr #content h1 {
	font-size: 140%;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
	line-height: 120%;
	}
	.thrColFixHdr #content h2 {
	font-size: 100%;
	margin: 0px 0px 7px 0px;
	}
	.thrColFixHdr #content h3 {
	font-size: 100%;
	margin: 0px;
	}
	.thrColFixHdr #content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	}
	.thrColFixHdr #content ul {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type:square;
	line-height: 140%;
	}
	.thrColFixHdr #content li {
	margin: 0;
	padding: 0;
	}
	.thrColFixHdr #content a {
	text-decoration: underline;
	color: #333;
	}
	.thrColFixHdr #content a:hover {
	color: #EC7600;
	}
	
	.projekt {
	margin-bottom: 20px;
	padding-top: 20px;
	}

	.projekt-linie {
	margin-bottom: 20px;
	padding-top: 20px;
	border-bottom: solid 1px #bbb;
	}
	* html .projekt-linie {  /* nur fuer Internet Explorer */
	width:532px;     /* Version 5.x - Breite angeben, um border-bottom am Ende von .projekt-linie korrekt anzuzeigen */
	}
	.content-r {
	float: right;
	margin: 0px;
	width: 204px;
	}
	.content-l {
	margin: 0px 204px 0px 0px;
	padding-right: 30px;
	}

	.tabelle {
	margin:0;
	padding: 3px 6px 3px 3px;
	vertical-align:top;
	}
	.tabelle-grau {
	margin:0;
	padding: 3px 6px 3px 3px;
	vertical-align: top;
	background-color: #c3c3c3;
	}
	.fett {
	font-weight: 700;
	}
	.zitat {
	font-style: italic;
	/*color: #606060;*/
	color: #1C5497;
	}
	.zitat-autor {
	font-variant: small-caps;
	/*color: #606060;*/
	color: #1C5497;
	text-align: right;
	font-size: 90%;
	}
	
	.bild-rechts {
	margin: 0px;
	padding: 0px;
	border:solid #8c8c8c 1px;
	}
	.bild-rechts-text {
	margin:2px 0px 10px 0px;
	background-color: #c3c3c3;
	padding: 0px;
	}
	.bild-rechts-text p {
	margin:0;
	font-size: 85%;
	color: #000;
	padding: 1px 10px;
	}


	.top {
	font-size: 80%;
	}
	.top a {
	text-decoration: none;
	}


	.thrColFixHdr #footer { 
	margin: 0;
	text-align:right;
	font-size: 60%;
	color: #333333;
	padding: 20px 10px 10px 0;
	border-top: solid #FF8F00 3px;
	background:#FFFFFF;
	} 
	.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: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	}
	.thrColFixHdr #footer a {
	text-decoration: none;
	color: #333333;
	}
	.thrColFixHdr #footer a:hover {
	color: #EC7600;
	}	

	.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: 1px;
	font-size: 1px;
	line-height: 0px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
	}

