@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
.oneColElsCtr #container {
	width: 950px;
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline-table;
}
#head {
	background-color: #900;
	height: 274px;
}
#content {
	background-color: #FFE27D;
	width: 509px;
	float: right;
	margin-top: 15px;
	padding-top: 35px;
	padding-left: 81px;
	padding-right: 50px;
}
#navigation {
	color: #FFF;
	position: absolute;
	margin-top: 252px;
	font-size: 12px;
	margin-left: 230px;
	width: 720px;
}
#master {
}
#adresse {
	height: 401px;
	width: 235px;
	padding-top: 55px;
	padding-left: 72px;
	background-image: url(../images/spacer_li.gif);
	background-repeat: no-repeat;
	float: left;
}
.bold {
	font-weight: bold;
	font-size: 12px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
#link {
	color: #000;
}

