@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container/* Tipps für elastische Layouts:
    1. Da die Gesamtgröße elastischer Layouts von der Standardschriftgröße des Benutzers abhängt, sind diese Layouts weniger berechenbar. Bei korrekter Verwendung haben sie außerdem für Personen, die größere Schriften benötigen, einen höheren Nutzwert, weil die Zeilenlänge proportional bleibt.
    2. Die Größe der divs in diesem Layout basiert auf der Originalschriftgröße (100%) im Body-Element. Wenn Sie die Textgröße durch eine Einstellung wie font-size: 80% im Body-Element oder im #container global verringern, wird das gesamte Layout proportional verkleinert. Sie sollten die Breiten der verschiedenen divs vergrößern, um hierfür einen Ausgleich zu schaffen.
    3. Wenn Sie in den einzelnen divs unterschiedliche Werte für die Schriftgröße angegeben, anstatt die Schriftgröße im Design global zu ändern (z. B. wenn #sidebar1 die Schriftgröße 70% zugewiesen wird und #mainContent die Größe 85%), so wird die Gesamtgröße der einzelnen divs proportional geändert. Sie sollten anhand der endgültig gewählten Schriftgröße entsprechende Anpassungen vornehmen.
    */
      {
	width: 1100px; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../pict/basic/hintergrund.png);
	background-repeat: no-repeat;
	background-position: center top;
    } 
#head {
	height: 205px;
	width: 1100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#main {
	height: auto;
	width: 1100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(../pict/basic/weiss_main_oben.png);
	background-repeat: repeat;
	background-position: center top;
}
#main a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #999999;
	line-height: 1.1em;
}
#main a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000000;
	text-decoration: none;
}
#main a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration: none;
}
#main a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #999999;
	text-decoration: none;
}
#footer {
	height: 540px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	background-image: url(../pict/basic/footer.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 1em;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
}
.Stil06 {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.85em;
	color: #333333;
	text-decoration: none;
}
.Stil07 {
	font-size: 0.85em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
.Stil08 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 1.1em;
	text-decoration: none;
}
.Stil10 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-decoration: none;
	color: #000000;
}
.Stil10_rot {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-decoration: none;
	color: #990000;
}
.Stil11 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
}
.Stil11_schwarz {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
}
.Stil12 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
}
.Stil16 {
	color: #003366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
}
