body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Verdana;
	background-color: #FFF;
	font-size: small;
}
#main {
	height: auto;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	font-size: 0,6em;
	
}
#content {
	margin-left: 180px;
}
