/** Menü bullshiat **//* <![CDATA[ */html,body {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	background: #FFFFFF;	margin: 0px;	padding: 0px;	height: 100%;}#nav {	position: fixed;	left: 0px;	top: 0px;	width: 150px;	height: 100%;	padding: 0px;}#main {	position: static;	padding: 30px;	margin-left: 180px;}/* ]]> */a {	color: #009900;	text-decoration: none;}a:hover {	color: #009900;	text-decoration: underline;}h1 {	font-size: 24px;	font-weight: bold;	color: #009900;}h3 {	font-size: 18px;	font-weight: bold;	font-style: italic;	color: #333333;	border-bottom: solid #333333 1px;	margin-bottom: 5px;	margin-top: 30px;}.white {	color: #FFFFFF;}.fett {	font-weight: bold;}.klein {	font-size: 10px;}.center {	text-align: center;}.fehler {	color: red;}.greenborder {	border: solid #009900 1px;}
