body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

a img { border:0px; }
#head { width:100%; height:150px; border-bottom:7px solid #fff; padding: 0px; font-size: 1.2em; }
#adresse { position:absolute; top: 105px; left: 34px; font-weight:normal; width:950px; }
#adresse a, #navi a { color:#333; text-decoration:none; }
#adresse .element { margin-right: 20px; }
#adresse .links { float:left; }
#adresse .rechts { float:right; }
#zusatz { position:absolute; top: 673px; left: 34px; color:#444444; font-size: 1.1em; }

#navi { position:absolute; top: 30px; left: 154px; height:50px; width:950px; }
#navi img { margin:0px 7px 0px 0px; }

#content {
	position:absolute;
	top: 150px;
	left: 34px;
	z-index:5;
	width: 100%;
	height: auto;
    font-size: 1.2em;
}

#content a { color: #333; }
#content a:hover, #adresse a:hover, #navi a:hover  { color: #000; }

#titel {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: auto;
	padding: 5px 7px 3px 5px;
	height: 18px;
	line-height: 1.7em;
	background-color:#fff;
	color: #444444;
}

#titel a { font-weight:bold; color: #333; text-decoration:none; }
#titel a:hover { font-weight:bold; color:#000; text-decoration:none; }

.txt { padding:3px 0; background-color:#fff; line-height:1.6em; color: #333; }