@charset "UTF-8";
/* CSS Document */

    body  {
    	font: 100% Arial, Verdana, Helvetica, sans-serif;
    	background: #FFFFFF;
    	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;
    }
    .thrColAbsHdr #container { 
    	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
    	width: 960px;  /* 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;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	/*border: 1px solid #000000;*/
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
    
    /* Tipps für absolut positionierte Randleisten mit Kopf- und Fußzeile:
    1. Für absolut positionierte (AP) Elemente müssen Sie einen oberen (top) und einen seitlichen (right oder left) Positionswert angeben. Wenn der Wert für top fehlt, beginnt das AP-Element standardmäßig direkt nach dem letzten Element in der Quellenabfolge der Seite. Wenn also die Randleisten in der Quellenabfolge des Dokuments die ersten Elemente im #container sind, erscheinen sie ganz oben im #container, auch wenn für sie kein top-Wert angegeben wurde. Falls sie aber später in der Quellenabfolge an eine andere Stelle verschoben werden sollten, benötigen sie einen top-Wert, damit sie an der gewünschten Position stehen.
    2. Absolut positionierte (AP) Elemente werden aus dem Dokumentfluss herausgenommen. Dies bedeutet, dass den benachbarten Elementen ihre Existenz unbekannt ist und dass sie nicht berücksichtigt werden, wenn diese Elemente den ihnen zugedachten Platz auf der Seite einnehmen. Ein AP-div sollte daher nur als Randspalte eingesetzt werden, wenn Sie sicher sind, dass das mittlere #mainContent-div immer die größte Inhaltsmenge hat. Sollte eine der Randleisten eine größere Inhaltsmenge aufweisen, würde diese Randleiste uneingeschränkt über das Ende des übergeordneten div sowie in diesem Fall auch über das Ende der Fußzeile hinauslaufen.
    3. Sofern die oben genannten Bedingungen erfüllt sind, können Sie mit absolut positionierten Randleisten die Quellenabfolge in Dokumenten auf einfache Weise steuern.
    4. Bei einer Änderung der Quellenabfolge sollte der top-Wert mit der Höhe der Überschrift übereinstimmen, weil dadurch die Spalten und die Überschrift visuell einheitlicher wirken.
    */
    .thrColAbsHdr #header { 
    	height: 295px; /* Wenn Sie die Quellenabfolge der Spalten ändern, sollten Sie für die Überschrift eine Höhe angeben, damit Sie den Spalten einen spezifischen top-Wert zuweisen können. */
    	/*background: #DDDDDD;*/
		background-image:url(style_FILES/bg_header.jpg);
		background-repeat:repeat-y; 
    	padding: 0 10px 0 40px;  /* 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. */
    /*	border: 1px solid black;*/
    } 
    .thrColAbsHdr #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. */
    }
    .thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 295px;
	left: 0;
	width: 131px; /* 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: #FFFFFF; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0px 2px 15px 40px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFFFFF;

    }
    .thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 295px;
	right: 0;
	width: 151px; /* 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: #FFFFFF; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 0px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-image:url(style_FILES/bg_right.jpg);
	background-repeat:repeat-y;
	margin-top:12px;
	margin-right: 64px;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 11px;
    }
	 .thrColAbsHdr #sidebar_bottom {
	right: 0;
	width: 151px; /* 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: #FFFFFF; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 6px 10px 6px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-image:url(style_FILES/bg_side_sub.gif);
	background-repeat:repeat-y;
	margin-top:12px;
	margin-left: -20px;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 11px;
    }
    .thrColAbsHdr #mainContent { 
    	margin: 0 263px 0 198px; /* 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. */
    	/*padding: 0 10px;  padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		width:500px;
		color:#1a1818;
		font: Arial, Verdana, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		text-align:left;
		background-color:#FFFFFF;
    }
    .thrColAbsHdr #footer { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#FFFFFF;
    } 
    .thrColAbsHdr #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;
    }

#headerbild { 
    	float: left;
	margin-left:21px;
	margin-top: 4px;
	margin-bottom: 0px;
    }
	
#logo { 
    	float: left;
    }
	
#links {
	padding-top: 10px;
	padding-right: 55px;
/*	padding-bottom: 10px;
	padding-left: 600px;*/
	color: #257c70;
    }
	
#links ul {
		list-style: none;
		text-align: right;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px; 
		color: #257c70;
		}
	
#links ul li {
		display: inline;
		padding: 0px 4px 0px 4px;
		margin: 0px 0px 0px 0px;
	}
	
#links ul li#active {

		color: #000000;
}
	
#links ul li span {
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 11px;
		padding: 0px 0px 0px 0px;
	}
	
#links ul li a {
		color: #257c70;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 11px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}
	
#links ul li a:hover {
		text-decoration: underline;
}

#sublinks {
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 430px;
	float:left;
	color: #257c70;
    }
	
#sublinks ul {
		list-style: none;
		text-align: left;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px; 
		color: #257c70;
		}
	
#sublinks ul li {
		display: inline;
		padding: 0px 4px 0px 4px;
		margin: 0px 0px 0px 0px;
	}
	
#sublinks ul li#active {

		color: #000000;
}
	
#sublinks ul li span {
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 11px;
		padding: 0px 0px 0px 0px;
	}
	
#sublinks ul li a {
		color: #257c70;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 11px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}
	
#sublinks ul li a:hover {
		text-decoration: underline;
}

#sprache {
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 485px;
	float:left;
	height:42px;
	color: #257c70;
    }
	
#sprache ul {
		list-style: none;
		text-align: left;
		margin: 1px 0px 0px 0px;
		padding: 0px 0px 0px 0px; 
		}
	
#sprache ul li {
		display: inline;
		padding: 0px 4px 0px 4px;
		margin: 0px 0px 0px 0px;
		color: #1a1818;
	}
	
#sprache ul li#active {

		color: #000000;
}
	
#sprache ul li span {
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 11px;
		padding: 0px 0px 0px 0px;
		
	}
	
#sprache ul li a {
		color: #257c70;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 11px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}
	
#sprache ul li a:hover {
		text-decoration: underline;
}



#navi,
#navi ul {
	list-style-type: none;
}
#navi li ul {
	/*background: url(../../img/line_dotted_fff.gif) repeat-x left top;*/
}
#navi li {
	background: url(style_FILES/line_dotted_fff.gif) repeat-x left top;
	margin: 0 0 0 -38px;
	width:131px; 
	font-size:11px;
	color: #0c5d4d;
	font-weight:bold;
	text-decoration:none;
	padding: 3px 0px 3px 0px;
}
#navi a {
	position: relative;
	/*left: -34px;*/
	display: block;
	padding: 3px 0px 3px 0px;
	font-size:11px;
	color: #149b94;
	font-weight:bold;
	text-decoration:none;
}
#navi a:hover,
#navi a:focus {
	text-decoration: none;
/*	color: #0c5d4d; !important;*/
	color: #0c5d4d; 
	padding: 3px 0px 3px 0px;
}

#navi strong a {
	color: #0c5d4d;
}

#navi strong a.noChilds {
	color: #0c5d4d;
}

#navi li strong a {
	color: #0c5d4d;
/*	margin-bottom: -6px;*/
	margin-bottom: 0px;
}

#navi li.1active a {
	color: #0c5d4d;
}

.no-bg {
	background: none !important;
	}
	
/* 2. Ebene */
#navi li ul {
	margin-top: -12px;#
}

body:first-of-type #navi li ul {
	margin-top: 0px;#
}

#navi li ul li {
	color: #0c5d4d; !important;
	background: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

#navi li ul li a {
	color: #149b94;
	padding-left: 10px;
	background: none;
	font-weight: normal;
}
#navi li ul li a:hover {
	color: #0c5d4d; !important;
	background: none;
	padding-left: 10px;
	font-weight: normal;
}



/* 3. Ebene */
#navi li ul li ul li a {
	color: #0c5d4d;
}
#navi li ul li ul li a:hover {
	color: #0c5d4d; !important;
}

/* aktive Elemente; nicht verlinkt */
#navi strong.active {
	/*position: relative;
	left: -14px;*/
	display: block;
	padding: 3px 0 3px 0px;
	color: #0c5d4d;
	margin-left: 10px;	
}

#navi li ul li ul li strong a,
#navi li ul li ul li strong.active {
	color: #0c5d4d; !important;
}

#suchen {

	/*float:left;*/
    }
	

#suchfeld {
	width: 150px;
	height:20px;
	border:none;
	margin-top: 10px !important;
	margin-left: -25px;
}

#suchbutton {
	width: 26px;
	height:21px;
	border:none;
	margin-top: 4px;
	background-image:url(style_FILES/go.jpg);
	background-repeat:no-repeat;
	margin-left:4px;
	padding:0;
	vertical-align:middle;
}

body:first-of-type #suchbutton {
	margin-top: -1px;
}

#sidebar_bottom,
#sidebar_bottom ul {
	list-style-type: none;
}
#sidebar_bottom li ul {
	/*background: url(../../img/line_dotted_fff.gif) repeat-x left top;*/
}
#sidebar_bottom li {
	margin: 0 0 0 -38px;
	width:131px; 
}
#sidebar_bottom a {
	position: relative;



	/*left: -34px;*/
	display: block;
	padding: 3px 0px 4px 0px;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;

	text-decoration:none;
}

#sidebar_bottom a:hover,

#sidebar_bottom a:focus {

	text-decoration: none;

	color: #FFFFFF; !important;
}

#sidebar_bottom strong a {
	color: #0c5d4d;
}

#sidebar_bottom strong a.noChilds {
	color: #0c5d4d;
}

#sidebar_bottom li strong a {
	color: #0c5d4d;
}

.no-bg {
	background: none !important;
	}

/* 3. Ebene */
#sidebar_bottom li ul li ul li a {
	color: #0c5d4d;
}
#sidebar_bottom li ul li ul li a:hover {
	color: #0c5d4d; !important;
}
/* aktive Elemente; nicht verlinkt */
#sidebar_bottom strong.active {
	position: relative;
	left: -14px;
	display: block;
	padding: 3px 0 4px 0px;
	color: #0c5d4d;
}
#sidebar_bottom li ul li ul li strong a,
#sidebar_bottom li ul li ul li strong.active {
	color: #0c5d4d; !important;
}

h1.csc-firstHeader {
color: 0c5d4d;
font-size: 14px;
}

.important {
color: 0c5d4d;
}

#tabelle {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 11px;
		text-align:left;
}

#tabelle img {
/*border: 1px solid #0c5d4d;*/
border: none;
}

a {
	font-size:11px;
	color: #0c5d4d;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
}

.news-list-date {
	font-size:11px;
	color: #0c5d4d;
	font-weight:bold;
	text-decoration:none;
}

h2 {
	font-size:12px;
	color: #0c5d4d;
	font-weight:bold;
	margin-bottom: 0px;
}


h3 {
	font-size:11px;
	color: #0c5d4d;
	font-weight:bold;
	margin-bottom: 0px;
}

hr {
	border-top:1px dashed #0c5d4d;
	color: #FFFFFF;	
}

p.bodytext {

	margin-top: 0px;
        line-height: 16px;
}
p {

	margin-top: 0px;
        line-height: 16px;
}
/****************************
*	Kontakt		*
****************************/
form {
	padding:0;
}
fieldset
{

   font-family:Arial, Helvetica, sans-serif;
   padding:0;
}

fieldset p {
	margin:0 0 5px 0;
}

fieldset legend {
	font-weight: bold;
	color: #0c5d4d;
}
.persdata p label
{
	/*display:block;*/
	width:100px;
	float:left;
	padding-top:2px;
	font-size:11px;
}

.teilnehmer p label
{
	/*display:block;*/
	width:150px;
	/*float:left;*/
	padding-top:2px;
	font-size:11px;
}

fieldset span {
	
	float:left;
	
}

.input_txt
{
   border:1px solid #0c5d4d;
   height:20px;
   width:270px;
   font-size:11px;
   padding:4px 0 0 4px;
}
.input_txt_date
{
   border:1px solid #0c5d4d;
   height:20px;
   width:60px;
   font-size:11px;
   padding:4px 0 0 4px;
}

.input_field
{
   border:1px solid #0c5d4d;
   font-size:11px;
   padding:4px 0 0 4px;
   HEIGHT: 20px;
}

#type {
   HEIGHT:20px;
}
.input_txt_small
{
   width:213px;
}


p.error
{
   color:#ff0000;
   font-weight:bold;
}

#city
{
   width:214px;
   font-size:11px;
   height: 20px;

}

#zip
{
   width:53px;
   font-size:11px;
   height: 20px;
}

#zahl
{
   width:30px;
   font-size:11px;
   height: 20px;
}

a.news-list-item {
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
font-size:14px;
	color: #0c5d4d;
	font-weight:bold;

}
table {
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 11px;
}


.links {
text-align: left;
}
