@charset "utf-8";

html {height: 100%; margin-bottom: 1px;}

body  {
	background: #f0f3f7;
	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: #666666;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/bg_bl.gif);
	background-repeat: repeat-x;
    }

p {
	line-height: 17px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 7px 0;
}

.kleinschrift {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 16px;
}

#sidebar1  p {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 16px;
}
#tab2spalter p {
	font-size: 12px;
	top: 0px;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 3px;
	padding-left: 3px;
}
#footer  p  {
	margin: 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: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }



    .thrColFixHdr #container {
	width: 900px;
	margin: 30px auto 0 auto;
	text-align: left;
	background-image: url(../images/HG_DW_900.jpg);
	min-height: 600px;
    } 
    .thrColFixHdr #header {
	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: 139px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-image: url(../images/header_hg_zander_900x139px.jpg);
    } 
    .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: 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. */
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 10px;
	position: relative;
    }

    .thrColFixHdr #mainContent {
	margin: 0 0px 0 210px; /* 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: 10px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	position: relative;
    } 
    .thrColFixHdr #footer {
	padding: 2px 10px 2px 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#dcdcdc;
	text-align: center;
    } 



#PLVFODiv {
	margin-top: 0px;
}
#apDiv1 {
	position:absolute;
	width:170px;
	height:115px;
	z-index:1;
	top: 15px;
	left: 10px;
}
    .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 {
	font-size: 18px;
	font-weight: 600;
	color: #669999;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: 600;
	color: #CC3300;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: 600;
	color: #87a4c3;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #99cccc;
	padding: 1px 0 3px 0;
	bottom: 5px;
	margin: 0 0 10px 0;
	border-bottom-color: #3a408e;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #3a408e;
	text-align: center;
	width: auto;
}
h5 {
	font-size: 13px;
	font-weight: 200;
	color: #666666;
	background-color: #ededed;
	padding: 0px 0 2px 0;
	bottom: 5px;
	margin: 0 0 10px 0;
	border-bottom-color: #3a408e;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #3a408e;
	text-align: center;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 8px;
}
.farbe_ccc_blau {color: #3A408E}
.farbe_rot {color: #b0171f}
.farbe_ccc_gruen_schrift2 {color: #2e8b57}




table {
	overflow: hidden;
}
.imgborder {
	border: 2px solid #cd9999;
}

 .fltrt_border {
	float: right;
	margin-left: 8px;
	border: 2px solid #cd9999;
	;
    }
	
.fltlft_border {
	float: left;
	border: 2px solid #cd9999;
	;
	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;
    }

    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	color: #3a408e;
	text-decoration: none;
	background-color: #ccffff;
}

a img {border: 0 none;}
