﻿@charset "utf-8";
body  {
	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: #000;
	background-color: #FFF;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.hdr {
	width: 100%;
	heigt: 650px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	backgrond-size:100% auto;
}
.hdr2 { max-width: 1980px;
}
a:link {
	color: #00C;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


a:visited    {
	
	
	color: #0b0c4e;
	text-decoration: none;
}
a:hover {
	
	text-decoration: none;
	color: #8F1FE4;
}

.thrColFixHdr #container {
	width: 1200px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
} 

.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. */
}
h1 {
	font-size: 16px;
	font-weight: bolder;
}

.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 220px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #ccc;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 165px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #ccc;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #mainContent {
	height: auto;
	margin-top: 25;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #CCC;
} 

.pic {
	border: 1px solid #000;
}

.zeile    {
	padding: 0px;
	width: 480px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.thrColFixHdr #footer {
	padding-top:10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	background-color: #ccc;
	height: 30px;
} 
.thrColFixHdr #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. */
	text-align: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
}
.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;
}
#navi{
	width: 140px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	

}#navi ul{
	list-style: none;
	margin-left: 0;
	padding: 0;
	width: 140px;
	
	

}
#navi li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding: 5px;

}
#navi a:link {
	font-size: 12px;
	font-weight: bolder;
	color: #006;
	text-decoration: none;
}

#navi a:visited    {
	font-size: 12px;
	font-weight: bold;
	color: #003;
	text-decoration: none;
}
#navi ul a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #0448B1;
	height: 30px;
	width: 160px;
}

h4 {
	color: #0b0c4e;
	font-size: 13px;
}
h3 {
	color: #0b0c4e;
	font-size: 20px;
}
.navi2 a:link {
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	text-decoration: underline;
}

.navi2 a:visited    {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.navi2 a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #1907B7;
}.runten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0b0c4e;
}
.logo {
	margin-top: 30px;
}

#achtung {
	height: 160px;
	width: 350px;
	border: 2px solid #F00;
	margin-left: 80px;
	margin-top: 20px;
	font-size: 14px;
	color: #F00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.fb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3b579d;
}
ul li a {
}
