@CHARSET "ISO-8859-1";
body {
	background-repeat:no-repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #A29070;
	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: #000000;
}

.cmSetup #container {
	width:1000px;
	height:700px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:50%;
	margin-top:-340px;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.cmSetup #mainContent {
	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	height:600px;
}
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #7b7b7d;
	line-height: 15px;
}

:VISITED {
	border: 0px;
}
a:link {color:#7b7b7d; text-decoration:none}
a:visited {color:#7b7b7d; text-decoration:none}
a:active {color:#7b7b7d; text-decoration:none}
a:hover {color:#7b7b7d; text-decoration:underline}
img {
	border: none
}