@charset "utf-8";
html {
	height: 101%;
	margin-bottom: 1px;
	overflow-y:scroll;
}

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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-position: center top;
	text-align: left;
	background-repeat: no-repeat;
	color: #eee;
	background-color: #181818;
}


a:link {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #bbb;
	text-transform: uppercase;
}
a:visited {
	color: #bbb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
a:active {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.agalax {
	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;
}
.agalax:link {
	text-decoration: none;
}
.agalax:visited {
	text-decoration: none;
}
.agalax:hover {
	text-decoration: none;
}
.agalax:active {
	text-decoration: none;
}

.absatzunten {
	bottom: 0px;
}


.thrColFixHdr #container {
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #555;
	height: 105%;
} 
.thrColFixHdr #header {
	height: 150px;
	background-image: url(../_bilder/bgrd_header_1.jpg);
	background-position: center top;
} 
.thrColFixHdr #header h1 {
	margin: 0px; /* 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. */
	text-indent: -1000px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	margin-left: 5px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding: 10px;
	margin-top: 18px;
	margin-bottom: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-left: 220px;
	width: auto;
	margin-bottom: 0px;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 230px;
	height: 34px;
	background-image: url(../_bilder/footer.gif);
	background-position: center top;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #181818;
} 
.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;
}
.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;
}
h1 {
	font-size: 20px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: #6CF;
	top: 14px;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}
h3 {
	color: #6CF;
	top: 14px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline;
}
h5 {
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
}


h6 {
	font-size: 10px;
	line-height: 12px;
	color: #eee;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 6px;
}
caption {
	background-color: #ddd;
	line-height: 24px;
	color: #C33;
	font-weight: bold;
}

.rechts {
	text-align: right;
	text-indent: 250px;
	white-space: pre;
}
.galerietabelle {
	vertical-align: top;
	background-color: #555;
	text-align: left;
}
.texttable {
	background-color: #CCC;
	color: #000;


}
.texttd {
	text-align: left;
	margin: 0px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.zahlenliste {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 15px;
}

.formel {
	color: #000;
	font-weight: bold;
	background-color: #FFF;
	clip: rect(auto,auto,auto,auto);
	margin: 10px;
	padding: 10px;
	text-align: left;
	display: inline;
	line-height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-top: 0px;
}
p ul{
	list-style-position: outside;
	list-style-type: square;
	color: #FFF;
}
p a{
	color: #F90;
	text-transform: none;
	font-size: 12px;
}
p a:link {
	color: #F90;
	text-transform: none;
}

p a:visited{
	color: #F90;
	text-transform: none;
}
p a:hover {
	color: #FFF;
	text-transform: none;
}
p a:active {
	color: #FFF;
	text-transform: none;
}
#liste li   a {
	color: #F90;
	font-size: 12px;
}
#liste li a:link {
	color: #F90;
	font-size: 12px;
}
#liste li a:visited {
	color: #F90;
	font-size: 12px;
}
#liste li a:hover {
	color: #FFF;
	font-size: 12px;
}
#liste li a:active {
	color: #FFF;
	font-size: 12px;
}
table a {
	color: #F90;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
table a:link {
	color: #F90;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
table a:visited {
	color: #F90;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
table a:hover {
	color: #FFF;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
table a:active {
	color: #FFF;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
.image {
	margin-left: -100px;
}
#gross {
	font-size: 18px;
	font-weight: bold;
}
#indizes {
	position: relative;
	bottom: -5px;

}
