body {
	margin: 0px;
	background: white;
}

.grauerstreifen {
	width: 283px;
	background: #E7E7E7;
	left: 244px;
	position: absolute;
}

.gruenerstreifen {
	height: 163px;
	width: 100%;
	background: #B7E428;
	position: absolute;
	top: 80px;
}

.logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 600px;
	top: 10px;
}

.zitat {
	margin-left: 244px;
}

#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;

}

#content h1 {
	font-size: 9pt;
	background: #800000;
	color: white;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 10px;
	padding: 2px 0px 2px 0px;
}

#content h2 {
	font-size: 8pt;
	border-left: 2px solid #001E80;
	border-bottom: 1px solid gray;
	padding-left: 2px;
	margin: 0px 0px 5px 0px;
}

#content a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}
#content a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}

.textversatz {
	margin-top: 250px;
	padding: 5px;
	padding-bottom: 10px;
}

.navigation {
	position: absolute;
	top: 250px;
	left: 520px;
}

#navlist {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#navlist a {
	padding: 2px;
	color: White;
	text-decoration:none;
	display:block;
	background-color: black;
	border-bottom:1px solid #B7E428;
	border-right:2px solid #B7E428;
	text-align: left;
	padding-left: 4px;
	width: 160px;
	height: 18px;
}

#navlist a:hover {
	color: White;
	background: #B7E428;
}
	
#navlist li {
	margin-top: 2px;
	list-style-type: none;
}

.bottom {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align:left;
	padding: 2px;
	padding-bottom: 15px;
	border-top: 1px solid gray;
}

.noborder {
	color: White;
	text-decoration:none;
	display:block;
	text-align: left;
	padding-left: 40px;
}



