@charset "UTF-8";

body {
	background: #FFFFe4;
	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;
	font-size: 100%;
}

#head {
	background-image: url(../images/head.jpg);
	height: 120px;
	width: 960px;
}

.twoColFixLt #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	height: auto;
	line-height: 120%;
	background-color: #ffff99;
	background-image: url(../images/hg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	background-color: #ffe469;
	background-image: url(../images/hg_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 2400px;
	padding-top: 90px;
	padding-right: 10px;
	padding-left: 40px;
	line-height: 100%;
	font-weight: bold;
}

.twoColFixLt #sidebar1 a {
	text-decoration: none;
	color: #000000;
}

.twoColFixLt #sidebar1 a:hover {
	color: #5CA335;
}

.twoColFixLt #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 400px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #ffff99; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 35px 20px 20px 10px;
	height: 2400px;
}

.twoColFixLt #sidebar2 a {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}

.twoColFixLt #sidebar2 a:hover {
	color: #5CA335;
}

.twoColFixLt #sidebar2 h1 {
	font-size: 120%;
	font-weight: bold;
	color: #5CA335;
}

.twoColFixLt #sidebar3 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 350px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #ffff99; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 50px 0px 0px 30px;
	height: 100%;
}

.twoColFixLt #sidebar3 a {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}

.twoColFixLt #sidebar3 a:hover {
	color: #5CA335;
}

.twoColFixLt #sidebar3 h1 {
	font-size: 120%;
	font-weight: bold;
	color: #5CA335;
}

.twoColFixLt #mainContent {
	background-color: #ffff99;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 10px;
	height: 2400px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
}

.twoColFixLt #mainContent3 {
	background-color: #ffff99;
	margin-right: 440px;
	margin-left: 250px;
	height: 2400px;
	padding: 35px 0px 20px 0px;
}

.twoColFixLt #mainContent3 h1 {
	font-size: 120%;
	font-weight: bold;
	color: #5CA335;
}

#mainContent3 a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

#mainContent3 a:hover {
	color: #5CA335;
}

#mainContent a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

#mainContent a:hover {
	color: #5CA335;
}
.twoColFixLt   #mainContent h1  {
	font-size: 120%;
	font-weight: bold;
	color: #5CA335;
	line-height: 100%;
}

.twoColFixLt #container #mainContent ul {
	list-style-type: disc;
}

.twoColFixLt #container #mainContent li {
	list-style-position: outside;
}

.twoColFixLt #mainContent h2 {
	font-size: 100%;
	font-weight: bold;
	color: #5CA335;
}

.twoColFixLt #mainContent h3 {
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
	color: #000000;
}

#workshops {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	width: 300px;
	left: 220px;
	top: auto;
}

.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;
	margin-bottom: 8px;
	padding-bottom: 20px;
}

.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. */
	float: left;
}

.inheritfloat {
	clear:inherit;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.object {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
#flash {
	float: right;
}
