@charset "utf-8";
body {
	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: #939393;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
	line-height: 15px;
}
.oneColElsCtr #head {
	background-color: #666666;
	height: 50px;
}
.oneColElsCtr #container {
	width: 600px;
	height: 200px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #555555;
	background-image: url(pix/bg.png);
}
.oneColElsCtr #mainContentLeft {
	padding: 90px 30px 0px;/* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	float: left;
	width: 115px;
	height: 80px;
}
.oneColElsCtr #mainContentRight {
	padding: 90px 30px 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	float: right;
	width: 265px;
	text-align: right;
}
a:link {
text-decoration : underline; 
color : #939393; 
}
a:visited {
text-decoration : underline; 
color : #939393; 
}
a:focus {
text-decoration : underline; 
color : #939393; 
}
a:hover {
text-decoration : underline; 
color : #ffffff; 
}
a:active {
text-decoration : underline; 
color : #939393; 
}
