@charset "UTF-8";
body {
	font-size: 16px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #000000;
	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; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #FFFFFF;
	background-image: url(../images/hintergrund.jpg);
	background-position: center -150px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-shadow: 1px 1px 0px #000000;
}
.kleiner {
	font-size: 10px;
}
a:link, a:visited {
	color: #F8F8F8;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px none #FFFFFF;
}

hr {
	border-bottom: 1px dotted #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
a:hover, a:active {
	font-style: normal;
	border-bottom: 1px none #FFFFFF;
}
.oneColFixCtr #container {
	width: 1024px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #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;
}
.oneColFixCtr #mainContent {
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
.oneColFixCtr #container #mainContent a:link {
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:visited {
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:hover {
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:active {
	text-decoration: none;
}
h1 {
	background-image: url(../images/signal.png);
	background-repeat: no-repeat;
	display: inherit;
	margin-left: 20px;
	background-position: left center;
	width: auto;
	padding-left: 50px;
	margin-top: 50px;
	font-weight: normal;
	font-size: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	margin-left: 20px;
}
