@charset "utf-8";
body  {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #CCC;
	color: #666;
	padding: 0;
}
p { line-height:1.1em; }
.twoColFixLt #container {
	width: 900px;  /* 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: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 20px solid #FFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #mainContent #navigation a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 13px;
	padding-top: 0px;
}
#container #mainContent #content {
	background-image: url(../img/contentbg.jpg);
	background-repeat: no-repeat;
	height: 362px;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	overflow: auto;
}
#container #mainContent #content h1 {
	font-weight: 100;
	padding-bottom: 20px;
}
#container #mainContent #content p {
	padding-bottom: 20px;
}
#container #mainContent #navigation a:hover {
	background-color: #000;
}
* {
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 300px;
	padding: 0px;
	background-color: #FFF;
}
#container #sidebar1 #kontakt {
	margin-top: 5px;
	background-color: #30A5DA;
	color: #FFF;
	padding: 17px;
}
#container #sidebar1 #kontakt p {
	padding-bottom: 15px;
}
#container #sidebar1 #kontakt p a {
	color: #FFF;
	text-decoration: none;
}
#container #sidebar1 #kontakt p a:hover {
	text-decoration: underline;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.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;
}
.twoColFixLt #container #mainContent #navigation {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	padding-top: 125px;
	padding-bottom: 15px;
}
#navigation .active {
	background-color: #000;
}
#container #mainContent #content table tr th {
	font-weight: normal;
	text-align: right;
	padding: 10px;
	vertical-align: top;
}
.top {
	vertical-align: top;
	padding-top: 10px;
	}#container #mainContent #content #form1 table tr .top p a {
	color: #30A5DA;
	text-decoration: none;
}
.twoColFixLt #container a {
	text-decoration: none;
	color: #30A5DA;
}
