body {
	background: #c9d097;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}#Kopf
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 930px;
	height: 100px;
	background: transparent url(img/logo.gif) no-repeat center center;
}

#main {
	background: transparent;
	text-align:
	top: 2em;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
}

#Text {
	
	background: #ffffcc;
	width: 1000px;
	top: 7em;
	margin-right: auto;
	margin-left: auto;
	left: 18em;
	height: 650px;
	padding-right: 5px;
	overflow: scroll;
	float: none;
}

#Text2 {
	
	background: #ffffcc;
	width: 1000px;
	top: 7em;
	margin-right: auto;
	margin-left: auto;
	left: 18em;
	height: 2650px;
	padding-right: 5px;
	overflow: scroll;
	float: none;
}

.imgleft {
	float: left;
	margin-right: 1em;
	clear: left;
	visibility: visible;
}

/* navigation - innerhalb einer Leiste, die über ein Bild liegt          */

#navigation {
	width: 150px;
	background-color: #cccc99;
	float:
	position: fixed;
	top: 115px;
	left: 180px;
	position: absolute;
	height: 640px;
	padding-left: 7px;
	padding-top: 48px;
	list-style: none;
	font-size: 11px;
	color: #003300;
}

li {
	text-align: left;
	color: #ff6600;
	border-left-color: #666666;
	font-size: 12px;
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul {
	color: #ff6600;
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: disc;
}

.il navigation {
	text-align: left;
	color: #000099;
	border-left-color: #666666;
	font-size: 11px;
	text-decoration: none;
	list-style: disc;
}

a {color: maroon;

	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ccff99;
}

a:visited {
	color : #b1a74a;
	text-decoration : none;
}

.active {
	color: #ffffcc;
	background: transparent;
}

h1 {
	padding-top: 50px;
	font-size: 16px;
}

.klein {
	color: #333333;
	font-size: 9px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
}

.invisible {
	visibility: hidden;
}