@charset "utf-8";
body  {
	font: 100% Helvetica,Verdana,Arial, sans-serif;
	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;
	background-attachment: fixed;
	background-color: #FFF;
	/* background-image: url(../layout/vogel.jpg);
	background-repeat: no-repeat; */
	background-position: right top;
	padding: 0;
	margin: 0;
}
h1 {font-size: 14px;}
h2 {font-size: 12px;}
#sidebar1  a {
	font-weight: normal;
	color: #00808B;
	text-decoration: none;
	font-size: 18px;
	line-height: 35px;
}
#sidebar1  a:hover {
	font-weight: normal;
	color: #B4C749;
	text-decoration: none;
	font-size: 18px;
	line-height: 35px;
}

.thrColFixHdr #container {
	width: 900px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, k&#65533;nnen Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF; /* Durch automatische R&#65533;nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
} 
.thrColFixHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 450px;
	float: left;
} 
.thrColFixHdr #headernavi {
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 14px;
} 
#headernavi a {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	padding: 2px;
	margin-right: 5px;
	
}
#headernavi a:hover {
	color: #000;
	text-decoration: none;
	background-color: #0C0;
	padding: 2px;
	margin-right: 5px;
}
.geklicked{
	color: #000;
	text-decoration: none;
	background-color: #0C0;
	padding: 2px;
	margin-right: 5px;
}


.thrColFixHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, k&#65533;nnen Sie das Auftreten unerwarteter Abst&#65533;nde zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unn&#65533;tig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auff&#65533;llung anstelle von R&#65533;ndern l&#65533;sst sich gew&#65533;hrleisten, dass das Element die Kanten des div nicht ber&#65533;hrt. */
}
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 450px; /* Mit der Auff&#65533;llung wird gew&#65533;hrleistet, dass der Inhalt des div die Kanten nicht ber&#65533;hrt. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 450px; /* Mit der Auff&#65533;llung wird gew&#65533;hrleistet, dass der Inhalt des div die Kanten nicht ber&#65533;hrt. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	color: #CCC;
	font-size: 9px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
} 
.thrColFixHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auff&#65533;llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.fltrt { /* Mit dieser Klasse k&#65533;nnen Sie ein Element auf der Seite nach rechts flie&#65533;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&#65533;nnen Sie ein Element auf der Seite nach links flie&#65533;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&#65533;en eines Containers sein, der wiederum einen vollst&#65533;ndigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* BILDNAVI */
.bildnavi_ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	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;
}
.bildnavi_li {
  float:left;
    padding:0px;
  margin:0px;
}
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;
	float: left;
}
#footer p a {
	text-decoration: none;
	color: #CCC;
}

