body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #850000;
	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: #000000;
}
a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration:underline;
}
a, a:hover {
	color: #850000;
	text-decoration:underline;
}
.thrColFixHdr #container {
	width: 890px;  /* 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: #FFFFFF;
	background-image:url(../images/hintergrund_navispalte.gif);
	background-repeat:repeat-y;
	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 aufgehoben. */
}
.thrColFixHdr #header {
	background: #FFFFFF;
	padding: 0;  /* 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. */
	height: 150px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #F1F1F1; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}
.thrColFixHdr #mainContent {
	margin: 0px 0px 50px 160px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	font-size: 13px;
	line-height: 18px;
	min-height:500px;	/* ////sn add */
}
.tableDiv {
	left: 120px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
.thrColFixHdr #mainContent p {
	padding: 2px 100px 0px 120px;
	margin: 0;
	color: #333333;
}
.thrColFixHdr #mainContent h2 {
	padding: 20px 100px 0px 120px;
	margin: 0;
	font-size: 14px;
	color: #333333;
}
.thrColFixHdr #mainContent p.rubrikentitelmithintergrund {
	padding: 14px 100px 1px 120px;
	margin: 0;
	background-color: #E5CBCA;
	font-weight:bold;
}
.thrColFixHdr #mainContent h1.titelmithintergrund {
	padding: 5px 100px 23px 120px;
	margin: 0;
	background-color: #E5CBCA;
	font-size: 24px;
	color: #850000;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#F1F1F1;
	font-size: 11px;
	border-top: 4px solid #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: 7px 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;
}
/* NAVIGATION */

.thrColFixHdr #sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
.thrColFixHdr #sidebar1 li {
	margin: 0 0 1px 0;
}
.thrColFixHdr #sidebar1 a, .thrColFixHdr #sidebar1 a:link, .thrColFixHdr #sidebar1 a:visited, .thrColFixHdr #sidebar1 a:active {
	display: block;
	padding: 4px 10px 4px 25px;
	width: 125px;
	color: #000000;
	background-color: #F1F1F1;
	text-decoration: none;
	border-bottom: 4px solid #FFFFFF
}
.thrColFixHdr #sidebar1 a:hover, .thrColFixHdr #sidebar1 a.aktiv, .thrColFixHdr #sidebar1 a.aktiv:link, .thrColFixHdr #sidebar1 a.aktiv:visited, .thrColFixHdr #sidebar1 a.aktiv:active {
	color: #850000;
	padding: 4px 10px 4px 25px;
	width: 125px;
	background-image:url(../images/button_rot.gif);
	background-position: 10px 7px;
	background-repeat:no-repeat;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:hover {
	background-color: #CCCCCC;
	left: 0px;
}
.thrColFixHdr #sidebar1 li.navititel {
	display: block;
	padding: 4px 10px 4px 10px;
	width: 140px;
	color: #FFFFFF;
	background-color: #850000;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 4px solid #FFFFFF
}
/* ZUSATZKLASSE Für Bild unter der Navigation
Die folgenden Klasse (im a-Tag als Klasse einfügen)  verhindern, dass ein Zusätzliches Bild unter der Navigation eine Abstand vom linken Rand erhalten
Falls das Bild keinen Link erhält, muss die Klasse nicht zugewiesen werden */

.thrColFixHdr #sidebar1 a.zusatzbild, .thrColFixHdr #sidebar1 a.zusatzbild:link, .thrColFixHdr #sidebar1 a.zusatzbild:visited, .thrColFixHdr #sidebar1 a.zusatzbild:active, .thrColFixHdr #sidebar1 a.zusatzbild:hover {
	display: block;
	padding: 0px;
	width: 160px;
	border: 0px solid #FFFFFF;
	margin-top: 7px;
}
/* Ende ZUSATZKLASSE  */

 
/* START TWM JOB STYLES ****************************************/

.textH1title, .textH1title h1 {
	font-size:16px;
	font-weight:bold;
	color:#850000;
	white-space: nowrap;
}
.textH1title2, .textH1title2 h1 {
	font-size:16px;
	font-weight:bold;
	color:#850000;
}
.textH2title, .textH2title h2 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	/* background-color: #F4E8E8;	 rosa	 */
    background-color: #F1F1F1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #850000;
}
.textH6title, .textH6title h6 {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	color:#000000;
	text-align:left;
	text-indent:5px;
	white-space:nowrap;/*	vertical-align:superexposant;  */
}
.textPageNav {
	font-weight:normal;
	font-size: 12px;
}
.textHelpInfo {
	font-size:12px;
	font-weight:normal;
}
.textFormField, input {
	font-size:12px;
	color:#000000;
	background-color: #F4E8E8;
}
.textFormCap {
	font-size:12px;
	color:#000000;
}
.btR {
}
.btL {
}
.btU {
}
.btD {
}
.tableDB {
	border: double; 
	border-color: #E5CBCA #FFFFFF #FFFFFF #E5CBCA; 
	border-width: medium 0px 0px medium; 
/*		 border: none; */
	position:relative;
	left:56px;
	width:600px;
}
.tableDBpos {
	position:relative;
	left:56px;
	width:600px;
}
.tdDB {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height: normal;
	border: #E5CBCA solid;
	border-width: 1px 0px 0px 1px;
	/*
		 border: none; */
}
.tdDB small {
	font-size:12px;
}
.thDB {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	/*	background-color: #E5CBCA; */
    background-color: #F1F1F1;
	border: #E5CBCA solid;
	border-width: 1px 0px 0px 1px; 
/*	 border: none; */
}
.tdSeperator {
	background-color: transparent;
}
.thListe {
/*	
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color: #F4DDD9;
	border: #c64934 solid;
	border-width: 1px 0px 0px 1px;
*/
	font-size:12px;

	border: none;
	color: #fbfbfb;
	background-color: #850000;
	text-align: left;
	padding-top:0;
	padding-bottom:0;
	padding-left: 4px;
	margin: 0px 0px 2px 0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
/*	font-size: 10px;
	text-transform: uppercase; */
	vertical-align:middle;
	
}
.tdListe {
	/*
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height: normal;
	border: #c64934 solid; border-width: 1px 0px 0px 1px;
	*/
	
	border: none;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 4px;
	padding-right: 2px;
	margin: 0px 2px 2px 0px;
	vertical-align:top;
}
.twmDivTitles {
	display:block;
	margin:0px;
	border-bottom:1px solid #7E8A91; /* #850000; */
	width:100%;
	padding: 5px 5px 3px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	overflow: visible;
}
.twmDivTitle {
	background-color:#fff;
	width:200px;
	border:1px solid #7E8A91;
	padding:3px;
}
.twmDivTitleA {
	background-color:#fff;
	width:200px;
	border:1px solid #7E8A91;
	padding:3px;
	font-weight:bold;
	background-color:#E7EBF1;
}

 
/* END TWM JOB STYLES */

/* - - - - - - - - - - - - - - - - - - - - - - LinkBoxen Startseite - - - - - - - - - - - - - - - - - - - - - -  */

#mainContent a.linkbox01, #mainContent a.linkbox02, #mainContent a.linkbox03 {
	color: #FFFFFF;
	background-color: #8F0F09;
	display: block;
	height: 60px;
	width: 160px;
	border: none;
	float:left;
	text-decoration: none;
	font-weight:bold;
	line-height: 110%;
	background-position: left top;
	background-repeat:no-repeat;
}
#mainContent a.linkbox01 {
	margin-left: 120px;
	background-image: url(../images/linkbox_rechner.gif);
	}
#mainContent a.linkbox02 {
	margin-left: 10px;
	background-image: url(../images/linkbox_medizin.gif);
}
#mainContent a.linkbox03 {
	margin-left: 10px;
	background-image: url(../images/linkbox_bau.gif);
}


#mainContent a.linkbox01:hover {
	background-image: url(../images/linkbox_rechnerHover.gif);
}
#mainContent a.linkbox02:hover {
	background-image: url(../images/linkbox_medizinHover.gif);
}
#mainContent a.linkbox03:hover {
	background-image: url(../images/linkbox_bauHover.gif);
}


#mainContent div.linkboxInnen {
	margin-left: 78px;
	display: block;
	height: auto;
	width: auto;
	float: left;
	margin-top: 8px;
	}
#mainContent .linkbox01 div.linkboxInnen {
	margin-top: 15px;
	}

/* IE6 hacks */

* html #mainContent div.linkboxInnen {
	margin-left: 39px;
	width: 82px;
}

* html #mainContent a.linkbox01 {
	margin-left: 60px;
	}

/* - - - - - - - - - - - - - - - - - - - - - - ENDE LinkBoxen Startseite - - - - - - - - - - - - - - - - - - - - - -  */

