@charset "utf-8";

/* CSS Document */

.liniefarbig {
	border: 0px;
	border-top: solid 1px #008800;
	border-bottom: transparent;
	height:1px;
}
body  {
	margin: 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
    }
    .thrColFixHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
    .thrColFixHdr #header {
	height: 110px;
	background-image: url(../image/weblogo.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336600;
    } 
.thrColFixHdr  #header2  {
	background-color: #008800;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	text-decoration: none;
}
.thrColFixHdr  #header2  a  {
	color: #FFFFFF;
	text-decoration: none;
}
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 8em;
	padding-bottom: 20px;
	margin-top: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #008800;
	border-bottom-color: #008800;
    }
    .thrColFixHdr #mainContent {
	margin: 40px auto 0 200px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	border-right: 1px solid #008800;
	border-bottom: 1px solid #008800;
	line-height: 16px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
    } 
.thrColFixHdr  #mainContent li {
	margin-bottom: 5px;
	margin-left: -22px;
	list-style-image: url(../image/list_gr.gif);
}


    .thrColFixHdr #footer {
	padding-right: 10px;
	padding-left: 210px;
	height: 300px;
    } 
    .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: 0.9em;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .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;
	display: inline;
    }
    .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;
    }
.thrColFixHdr   #header   h1  {
	display: none;

}
.h2 {
	font-weight: bold;
	font-size: 12pt;
	right: 5px;
	text-indent: 5px;
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
	color: #008800;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #008800;
	border-left-color: #008800;
}
.h3 {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	font-size: 10pt;
	color: #333333;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #CC0000;
}
.rahmen {
	border: 1px solid #E8FFE8;
}
.oben {
	height: 20px;
}
.tabrahmen {
	border-top: 1px solid #E8FFE8;
	border-bottom: 1px solid #E8FFE8;
}
td {
	vertical-align: top;
	display: table-cell;
}

