@charset "iso-8859-1";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
    	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;
    }
	
h1 { font-size:2.2em; font-weight:bold; }
h2 { font-size:1.6em; font-weight:normal; }
h3 { font-size:1.2em; font-weight:normal; }
	
	
	.twoColFixLtHdr #buttons {
	margin-top: 0px;
	position: relative;
	left: 0px;
	top: 100px;
	border-bottom-width: 0px;
	}
    .twoColFixLtHdr #container {
	width: 980px;  /* 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. */
	background-image: url(../tempgfx/kaffeetasse.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0;
	z-index:auto;
    } 
    .twoColFixLtHdr #header {
	padding: 0 0 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. */
	height: 178px;
	background: #ffffff;
	background-image: url(../tempgfx/header_back.jpg);
	color: #FFFFFF;
    } 
    .twoColFixLtHdr #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. */
    }
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 275px; /* Die tatsÃ¤chliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer auÃYer 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 15px 20px;
	height: 50px;
	font-size: 12px;
    }
    .twoColFixLtHdr #mainContent {
	margin: 0 0 0 305px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhÃ¤ngig von der Inhaltsmenge des sidebar1-div immer gleich. Sie kÃ¶nnen diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 fÃ¼llen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 0 0 0px; /* padding (AuffÃ¼llung) bezeichnet den Innenabstand und margin (Rand) den AuÃYenabstand der div -Box. */
	font-size: 12px;
	line-height: 20px;
    height: 400px;
	padding-top: 10px;
	text-align: justify;
	margin-right: 45px;
    } 
	

	
    .twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* Diese AuffÃ¼llung entspricht der linksbÃ¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#ffffff;
	background-image: url(../tempgfx/footer_line.jpg);
	background-repeat: no-repeat;
	font: verdana, helvetica, arial;
	font-size: 12px;
	color: e5352c;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 5px;
	float: right;
    } 
	
    .twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die RÃ¤nder des ersten Elements in der FuÃYzeile auf 0 einstellen, kÃ¶nnen Sie unerwartete AbstÃ¤nde zwischen divs vermeiden. */
	padding: 3px 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ÃYen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: left;
    	margin-left: 8px;
    }
.twoColFixLtHdr #footer a:visited {
	color: #FF0000;
	float: right;
}
    .fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃYen 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ÃYen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }


/* Navigation 2. Ebene LINKS*/

#left-column {
	width: 210px;
	float: left;
	vertical-align: top;
	background-color: rgb(255,255,255);
	font-size: 13px;
	color: rgb(50,50,50);
	padding: 1em 2em 0em 0em;
}

    .twoColFixLtHdr #sidebar1 ul {	
	width: 95%;
	padding: 0em;
	margin: 0em;
	list-style: none;

}	

    .twoColFixLtHdr #sidebar1 ul .nav1st {	
	width: 100%;
	padding: 0em;
	margin: 0em;
	list-style: none;
}

    .twoColFixLtHdr #sidebar1 ul .nav2nd {	
	width: 100%;
	padding: 0em;
	margin: 0em;
	list-style: none;
}		

    .twoColFixLtHdr #sidebar1 ul .nav3rd {	
	width: 94%;
	padding: 0em 0em 0em 1em;
	margin: 0em;
	list-style: none;
	background-color: rgb(255,255,255);
	border-left: none;
	
}	

    .twoColFixLtHdr #sidebar1 li {
	margin: 0em 0em 0em 0em;
	height: 100%;
}

    .twoColFixLtHdr #sidebar1 li a {
	display: block;
	padding: 0.5em 0em 0em 0em;

	background-color: rgb(255,255,255);
	text-decoration: none;
	font-weight: normal;
	color: rgb(50,50,50);
	height: 100%;
}	

    .twoColFixLtHdr #sidebar1 .current {
	font-weight: bold;
}
	
    .twoColFixLtHdr #sidebar1 a:link {
	padding-left: .5em;
}

    .twoColFixLtHdr #sidebar1 a:visited {
	padding-left: .5em;
}
	
    .twoColFixLtHdr #sidebar1 a:hover {

	background-color: rgb(255,255,255);
	text-decoration: none;
	color: rgb(250,50,50);
	padding-left: .5em;
}

    .twoColFixLtHdr #sidebar1 a:selected {
	display: block;
	padding: 0.5em 0em 0em 0em;

	background-color: rgb(193,187,137);
	font-weight: bold;
	color: rgb(50,50,50);
}

    .twoColFixLtHdr #sidebar1 .left-navheader-first {
	display: block;
	margin: 0em 0em 3.0em 0em;
	padding: 0.3em 0.7em 0.3em 1.9em;

	background-color: rgb(20,220,220);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	color: rgb(50,50,50);
}

    .twoColFixLtHdr #sidebar1 .left-navheader {
	display: block;
	margin: 0.0em 0em 0em 0em;
	padding: 0.3em 0.7em 0.2em 0.4em;

	background-color: rgb(255,255,255);
	text-decoration: none;
	font-weight: bold;
	color: rgb(50,50,50);
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: rgb(200,0,0);
	text-decoration: none;
}

a:hover{
	color: rgb(255,0,0);
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: rgb(200,0,0);
	text-decoration: none;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:500px;
	background-color:#ffffff;
	color:#666;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#ffffff;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
