body {
	background-color: #fff;
	margin: 0px;
	letter-spacing: 0.3pt;
	line-height: 1.4em;
	color: #000;
}

body, pre {
	font: bold 10.5pt Corbel, Candara, Calibri, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
}

#rasen {
	background-color: #9c0;
	position: absolute;
	bottom: 15px;
	top: 15px;
	left: 15px;
	right: 15px;
	height: auto;
	width: auto;
	z-index: -5;
}

#feld {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0;
	z-index: 1;
}

#container {
	position: relative;
	background-color: #9c0;
	height: 100%;
	margin: 15px;
}

#mn {
	position: relative;
	padding: 20px 0 40px 0;
}

#adress {
	position: relative;
	left: 60px;
	text-align: left;
	min-width: 300px;
	max-width: 80%;
}
.white {
	font-weight: normal;
	color: #fff;
}

a, a:visited, a:link {
	color: #fff;
	border: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	border: none;
}

pre {
	display: inline;
	font-weight: normal;
}