body {
	background-color: #F2A500;
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
}

.banner	{
	background-color: #F2A500;
	background-repeat: no-repeat;
	height: 90px;
	background-position: right;
	text-align: left;
	z-index: 2;
}

.banner #logo {
	margin-top: 10px;
}

.navigation {
	background-color: #F2A500;
	float: left;
	width: 140px;
	height: 425px;
	padding-top: 15px;
	margin-right: 10px;
	z-index: 2;
	padding-left: 15px;
}


.navigation a {
	font-weight: bold;
	color: Maroon;
	font-size: 80%;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation a.small {
	font-weight: bold;
	color: Maroon;
	font-size: 70%;
}

.navigation a.small:link {
	text-decoration: none;
}

.navigation a.small:visited {
	text-decoration: none;
}

.navigation a.small:hover {
	text-decoration: underline;
}

.right {
	background-color: #F2A500;
	float: right;
	width: 20px;
	height: 425px;
	padding-top: 15px;
	margin-left: 10px;
	z-index: 2;
}


.text {
	background-color: #F2A500;
	padding: 10px;
	color: Black;
	z-index: 1;
	position: absolute;
	top: 100px;
	left: 141px;
	right: 30px;
	margin: 5px 0px 5px 5px;
	font-size: 80%;
}


 
.text h1, h2 {
  text-align:left;
  color: Maroon;
 }
 
.text h1.left {
	text-align: left;
}

.text p {
	text-align: left;
}

.text p.center {
	text-align: center;
}

.text p.caps {
}

.text p.caps:first-letter {
	font-size: 30pt;
	float: left;
}

.text p.indent {
	margin-left: 40px;
	margin-right: 40px;
}

.text p.einzug {
	text-indent: -40px;
	margin-left: 40px;
}

.text p.zitat {
	font-style: italic;
}

.text p.big {
	font-size: larger;
	font-weight: bold;
	color: Maroon;
}

.text p.strong {
	font-weight: bold;
}

.text p.klein {
	font-size: smaller;
}

.text p.klein-fett {
	font-size: smaller;
	font-weight: bold;
}

.text img {
	margin: 5px 10px 5px 0px;
}

.text p.center {
	text-align: center;
}

.text .float {
	float: left;
}

.text .float-right {
	float: right;
	padding: 0px 0px 0px 10px;
}

.text p.top {
	font-size: smaller;
	text-align: right;
}

.text ol {
	list-style-type: decimal;
}

.footer {
	display: none;
}
 





