@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: #000000;
	background-color: #f6f3f3;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	display: block;
}

#container {
	width: 900px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #666666;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 95%;
	background-image: url(../images/hintergrund.jpg);
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

#navigation {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 413px;
}

#spalte1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 413px;
}

#spalte3 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 73px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	height: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

#spalte3-handtasche {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
}

#spalte2 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: auto;
	text-align: left;
}

#links {
	height: auto;
	float: left;
	clear: none;
	width: 560px;
	padding: 10px;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

#handtasche {
	height: auto;
	float: left;
	clear: none;
	width: 480px;
	padding: 15px;
	margin: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: none;
	border-top-color: #7C7143;
	border-right-color: #7C7143;
	border-bottom-color: #7C7143;
	border-left-color: #7C7143;
	border-right-style: solid;
}

.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;
}

.fltxt {
	FONT-SIZE: 12px;
	WORD-SPACING: 1px;
	COLOR: #000;
	LINE-HEIGHT: 14px;
	font-family: Arial, Helvetica, sans-serif;
	LETTER-SPACING: 0px
}

.fltxt10px {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	word-spacing: 1px;
	letter-spacing: 0
}

.fltweiss10px {
	FONT-SIZE: 10px;
	WORD-SPACING: 1px;
	COLOR: #fff;
	LINE-HEIGHT: 14px;
	font-family: Arial, Helvetica, sans-serif;
	LETTER-SPACING: 0px
}

.fltxtblack {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	word-spacing: 1px;
	letter-spacing: 0
}

.titel {
	font-weight: bold;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

#tabelle {
	right: 0px;
}

.rahmen {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
}

#tabelle img {
	border: 1px solid #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#links li {
	list-style-type: none;
}
.linie_unten        {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}