/* ********* Einstellungen fuer das Navigationsmenu ********* */
.unsichtbar { position: absolute; left: -1000px; top: -1000px; width: 0px; height: 0px; overflow: hidden; display: inline; }

/* hide the navbar */
.udm { display:none; }

* { padding: 0px; margin: 0px; }
p { margin-bottom: 15px; }

body {
	background-color: #FFFFFF;
	text-align: left;
	margin: 10px 0px 0px 10px;
}
#homepage {
	width: 550px; 
}
	#rubrikenbild {
		display: none;
	}
	#menueleiste {
		display: none;
	}
	#fussleiste {
		display: none;
	}
	#weissheitdestages {
		display: none;
	}
	#hauptbereich_links {
		display: none;
	}
	#hauptbereich_rechts {
		display: none;
	}	
	#hauptbereich_mitte {
		width: 509px;
	}
#adresszeile {
	margin-top: 10px;
	border-top: 1px #000000 solid;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}
.clear { 
	clear: both; 
	height: 1px;
	line-height: 1px;
}	