@charset "ISO-8859-1";

body {
	font: 100.1% Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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: #000000;
}

.twoColFixRt #container {
	width: 956px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #EFEFEF url(index/container_back.gif) repeat-y;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #999999;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

.twoColFixRt #container #head {
	background-color: #FFFFFF;
}
.twoColFixRt #container #mainContent #grafik {
	visibility: hidden;
	position: absolute;
	left: 27px;
	top: 270px;
	background-color: #FFFFFF;
	right: auto;
	border: 1px solid #CC0000;
}



.twoColFixRt #container #footer {
	font-size: 0.69em;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}

.twoColFixRt #container #footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRt #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 185px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 198px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	margin: 0px;
	background-image: url(index2/raster.gif);
	background-repeat: no-repeat;
}

.twoColFixRt #mainContent {
	margin: 0 190px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 20px 0 25px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
	padding: 15px 0px 5px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}


.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: 0.25em;
	line-height: 0px;
}

/* waagrechte Navigation main ------------------------------------------------------*/

#mainnavi {
	padding-left: 15px;
	height: 25px;
	width: 770px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	background-image: url(index2/mainnavi.gif);
}

#mainnavi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#mainnavi li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#mainnavi a {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#mainnavi a:hover {
	color: #000000;
	background-position: 0px 0px;
	font-size: 12px;
}
.twoColFixRt #container #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
.twoColFixRt #container #mainContent a:hover {
	color: #333333;
}

.twoColFixRt #container #sidebar1 #news {
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 450px;
}
.twoColFixRt #container #sidebar1 #news a {
	font-weight: bold;
	text-transform: none;
	color: #CC0000;
}



/* waagrechte Navigation sub ------------------------------------------------------*/

#subnavi {
	padding-left: 15px;
	height: 26px;
	width: 770px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(index2/subnavi.gif);
	background-repeat: repeat-x;
}

#subnavi ul {
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#subnavi li {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#subnavi a {
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

#subnavi a:hover {
	color: #FFB8A9;
	background-position: 0px 0px;
	font-size: 11px;
}
.twoColFixRt #container #mainContent a {
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#newscontainer {
	min-height: 220px;
}
.txRot {color: #CC0000}

.impressum {
	font-size: 0.93em;
	color: #999999;
}

blockquote {
	padding-left: 25px;
	padding-top: 0px;
	margin: 0px;
}
.copy {
	color: #CCC;
	font-size: 0.7em;
}
.kasten {
	background-image: url(bilder/kasten.jpg);
	height: 375px;
	width: 225px;
}
.inkasten {
	font-size: 15px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 15px;
}
