body {
	background-color: #202020;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
	color: #F4F4F5;
	-webkit-text-size-adjust: none;
}

* {
	margin: 0;
	padding: 0;
}

h1, h3, h4 {
	margin-top: 14px;
}

h2, h3, h4 {
	color: #007F18;
}

h1, h2 {
	font-weight: bold;
}

h1 {
	margin-bottom: 14px;
	font-size: 3.2em;
}

h2 {
	margin-top: 12px;
	margin-bottom: 40px;
	font-size: 1.6em;
	text-decoration: underline;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	border: 0px solid black;
}

ul.norm {
	margin-left: 50px;
}

span {
	
}

.center {
	text-align: center;
}

span.big {
	font-weight: bold;
}

div {
	text-align: left;
}

div.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	border: 0px solid white;
}

div.wrapper {
	width: 100%;
	min-height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F5;
	border: 0px solid red;
	z-index: 1;
}

div#header {
	background-color: #007F18;
	border-bottom: 1px solid black;
}

div#page {
	
}

div#footer {
	background-color: #202020;
	border-top: 1px solid black;
}

div.layout {
	margin: 0 auto;
	width: 910px;
	max-width: 930px;
	min-height: 1px;
	padding: 10px;
	border: 0px solid red;
	z-index: 2;
}

div#kopf {
	font-size: 1.2em;
	text-shadow:
		1px 0px #1D1D1D, 0px 1px #007F18,
		2px 1px #1D1D1D, 1px 2px #007F18,
		3px 2px #1D1D1D, 2px 3px #007F18,
		4px 3px #1D1D1D, 3px 4px #007F18,
		5px 4px #1D1D1D, 4px 5px #007F18,
		6px 5px #1D1D1D, 5px 6px #007F18,
		6px 6px #1D1D1D;
}

div#kopf p {
	padding-left: 126px;
	font-size: 2em;
}

div#kopf  p:first-of-type {
	padding-left: 166px;
	font-size: 0.8em;
}

div#navi_top {
	width: 930px;
	padding: 0;
	padding-top: 6px;
	font-size: 1.2em;
}

div#content {
	color: #505050;
	background-color: #E8E8E8;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div.page_geteilt {
	float: left;
	margin: -10px;
	margin-bottom: 10px;
	width: 688px;
	padding: 10px;
	border: 0px solid black;
}

div#infodoc {
	float: right;
	width: 200px;
	margin-top: 50px;
	margin-left: 10px;	
	padding-top: 14px;
	padding-bottom: 14px;
	border-left: 1px solid #007F18;
}

div#infodoc > div {
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid black;
}

div#infodoc > div:last-of-type {
	margin-bottom: 0px;
}

div#infodoc > div div {
	padding: 6px;
	border: 0px solid black;
}

div#infodoc > div div:first-of-type {
	color: #FDFDFD;
	background-color: #007F18;
	font-weight: bold;
	text-align: center;
	
}

div#infodoc div#ampel {
	min-height: 50px;
	min-width: 10px;
	float: left;
	margin-top: 6px;
	margin-left: 4px;
	margin-right: 8px;
	margin-bottom: -6px;
	background-color: #31333F;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid black;
}

div#software {
	text-align: center;
	padding-bottom: 0px;
}

div#copyright {
	text-align: center;
	padding-bottom: 6px;
}

#navi_top ul {
	float: left;
	list-style-type: none;
	min-width: 40px;
	margin-left: -1px;
	margin-right: 3px;
	margin-bottom: -1px;
	padding: 0px;
	font-weight: bold;
	background-color: #1D1D1D;
	color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#navi_top a {
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background: #1D1D1D;
	color: #FDFDFD;
}

#navi_top a:hover {
	background: #E8E8E8;
	color: #1D1D1D;
}

#navi_top li {
	position: relative;
}

#navi_top li.activ {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background: #E8E8E8;
	color: #1D1D1D;
}

#navi_top li.activ > ul {
	left: 0;
}

#navi_top ul ul {
	position: absolute;
	top: 27px;
	display: none;
	border: 1px solid black;
	z-index: 3;
}

#navi_top ul ul a {
	text-align: left;
}

#navi_top ul li:hover ul {
	display: block;
	white-space: nowrap;
	overflow: auto;
}
