@charset "utf-8";
/* CSS Document */

    body  {
    	font: 11px Verdana, Arial, Helvetica, sans-serif;
/*    	background: #778088; */
    	background: #ddd;
    	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: #333;

/*		
		background-image: url(/gsyslay/25893/hintergrund01.png);
		background-position: center;
		background-repeat: repeat-y;
*/
    }
	


    .thrColFixHdr #container { 
    	width: 900px;  /* 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. */
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 0px solid #000000;
		padding: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
		background-color: #fff;
    } 
    .thrColFixHdr #header { 
    	background: #DDDDDD; 
    	padding: 0 0px 0 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. */
		margin: 0;
    } 
    .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: 0px 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: 220px; /* 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. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
	.thrColFixHdr #sidebar1 #sidebar1inner {
		margin:  0px 0px;
		padding: 0;
	}
	
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px; /* 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. */
	padding: 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
	.thrColFixHdr #sidebar2 #sidebar2inner {
		margin: 0px 0px;
		padding: 0;
		background-color: #ccc;
	}

    .thrColFixHdr #mainContent {
	margin: 0 230px 0 230px; /* 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. */
    } 
	.thrColFixHdr #mainContent #mainContentinner {
		margin: 0px;
		padding: 10px 0 20px 0;
		font-size: 13px;
		color: #444;
	}
	
    .thrColFixHdr #footer { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background: #999;
    	border-top: 1px dotted #000;
    } 
    .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-size: 11px;
		color: #000;
    }
    
	.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;
	border: 1px solid #555;
    }
    
	.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;
    }



h1,h2,h3,h4,p { margin: 0 0 8px 0; }
	
h1 { display: none; }
h2 { font-size: 18px; font-family: arial,helvetica,sans-serif; margin-bottom: 8px; }
h3 { margin-top: 8px; font-size: 120%; font-family: Arial, Helvetica, sans-serif; }
h4 { margin-top: 0px; font-size: 120%; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #777; }



a { color:#555555; text-decoration:none; } 
a:hover { color:#aa0000; text-decoration:underline; }

#mainContentinner {
	font-size: 11px;
	color: red;
}


#Hauptnavigation { 
	border-top: 12px solid #393; 
	margin-bottom: 8px; 
	background-color: #fff; 
}
#Hauptnavigation ul { 
	padding: 0; 
	margin: 0; 
	list-style: none; 
}
#Hauptnavigation ul li {
	padding: 0px;
	margin: 0;
	border-bottom: 1px dotted #999;
}
#Hauptnavigation a, #Hauptnavigation a.selected { 
	display: block; 
	padding: 3px 4px; 
	color: #000; 
	text-decoration: none; 
	font-family: verdana; 
	font-size: 12px; 
	padding-left: 14px;
	background-image: url(/gsyslay/25893/arrow10.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	font-weight: bold;
}
#Hauptnavigation a:hover { background-color: #ccc; color: #000; }
#Hauptnavigation a.selected { background-color: #393; color: #fff; }

.Supernav, .SupernavSel {
	padding: 0px;
	font-size: 12px;
	background-color: #ccc;
	color: #333;
	font-weight: bold;
}
.Supernav a { color: #333; text-decoration: none; display: block; padding: 3px 6px; }
.Supernav a:hover { color: #fff; text-decoration: none; background-color: #888; }

.SupernavTeas { 
	font-size: 9px;
	background-color: #d8d8d8;
	color: #333;
	padding: 2px 6px 3px 6px;
}

.SupernavSep { border-bottom: 2px solid #fff; }

.SupernavSel {
	background-color: #E901A5;
	color: #fff;
}
.SupernavSel a { color: #fff; text-decoration: none; display: block; padding: 3px 6px; }
.SupernavSel a:hover { color: #000; }

.SupernavSelTeas { 
	font-size: 9px;
	background-color: #FF8CDA;
	color: #333;
	padding: 2px 6px 3px 6px;
}

/*
#DEF{SUPERNAV_SEL#<table border="0" cellpadding="2" cellspacing="0" width="220">
<tr>
<td bgcolor="\#00a200"><a href="\%1\%" class="fn" style="color:white"><img src="arrow11.gif" alt="" width="14" height="11" style="border:0"><b>\%2\%</b></a></td>
</tr>
</table>}

#DEF{SUPERNAV_SEL_TEAS#<table border="0" cellpadding="2" cellspacing="0" width="220">
<tr>
<td bgcolor="\#eeeeee"><font class="fss">\%2\%</font></td>
</tr>
</table>}

#DEF{SUPERNAV_SEP#<table border="0" cellpadding="0" cellspacing="0" width="220">
<tr>
<td bgcolor="\#ffffff"><img src="menline01.gif" width="220" height="1" alt="" border="0"></td>
</tr>
</table>}
*/

.Section { border-bottom: 1px dotted #000; margin-bottom: 8px; }
.SectionBLTitel { background-color: #336699; padding: 3px 6px; text-transform: uppercase; letter-spacing: 1px; font-family: tahoma,verdana,helvetica,arial,sans-serif; font-weight: normal; color: #fff; font-size: 11px; }
.SectionBLInhalt { background-color: #cce0f8; padding: 4px 6px; font-size: 11px; }
.SectionROTitel { background-color: #ff9900; padding: 3px 6px; text-transform: uppercase; letter-spacing: 1px; font-family: tahoma,verdana,helvetica,arial,sans-serif; font-weight: normal; color: #000; font-size: 11px; }
.SectionROInhalt { background-color: #fffaaa; padding: 4px 6px; font-size: 11px; }
.SectionGRTitel { background-color: #393; padding: 3px 6px; text-transform: uppercase; letter-spacing: 1px; font-family: tahoma,verdana,helvetica,arial,sans-serif; font-weight: normal; color: #fff; font-size: 11px; }
.SectionGRInhalt { background-color: #e8e8e8; padding: 4px 6px; font-size: 11px; }
.SectionLITitel { background-color: #E901A5; padding: 3px 6px; text-transform: uppercase; letter-spacing: 1px; font-family: tahoma,verdana,helvetica,arial,sans-serif; font-weight: normal; color: #fff; font-size: 11px; }
.SectionLIInhalt { background-color: #e8e8e8; padding: 4px 6px; font-size: 11px; }

.BlockHellgelb { padding: 4px 6px; background-color: #EAEEC6; border-bottom: 1px solid #393; }

/* Kompatibilität */

.label { font-family: Verdana; font-size:9px; }

.w5 { width:67px; }
.w10 { width:137px; }
.w15 { width:207px; }
.w20 { width:280px; }

a.n       { color:#555555; text-decoration:none; } 
a.n:hover { color:#aa0000; text-decoration:underline; }

img.n { color: #003366; text-decoration:none; }

a.nav { font-family: arial,sans-serif; font-size: 11px; color: white; text-decoration:none; }
a.nav:hover { font-family: arial,sans-serif; font-size: 11px; color:orangered; text-decoration:underline; }
/*
a.nav:alink { font-family: arial; font-size: 11px; color: orangered; text-decoration:underline; }
a.nav:vlink { font-family: arial; font-size: 11px; color:#ffffff; text-decoration:none; }
*/
a.snav { color: #ffffff; text-decoration:none; font-weight: bold; }
a.snav:hover { text-decoration:underline; }
/*
a.snav:alink { text-decoration:underline; }
a.snav:vlink { color: #ffffff; text-decoration:none; font-weight: bold; }
*/
td { font-family: arial,sans-serif,arial; font-size: 11px; }
input,textarea { font-family:Arial; font-size:12px; }

.fn { font-family: verdana,arial,sans-serif; font-size: 11px; }
.fs { font-family: verdana,arial,sans-serif; font-size: 10px; }
.fss { font-family: verdana,arial,sans-serif; font-size: 9px; }
.fl { font-family: verdana,arial,sans-serif; font-size: 14px; }
.ftitel { font-family: arial,sans-serif; font-size: 18px; font-weight: bold; }
.futitel { font-family: verdana,arial,sans-serif; font-size: 14px; margin-bottom: 12px; }

a.fs       { color:#555555; text-decoration:none; } 
a.fs:hover { color:#aa0000; text-decoration:underline; }
a.fn       { color:#555555; text-decoration:none; }
a.fn:hover { color:#aa0000; text-decoration:underline; }



/* Bildformate */
.ImgC { background-color: #ccc; text-align: center; border-top: 0px solid #aaa; }
.ImgC img { border: 0; background-color: #eeeeee; }

div.Bildtext { padding: 4px 0px; font-size: 10px; color: #444; border-bottom: 0px solid #aaa; }


