@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(tapete_grau.jpg);
	background-color: #000;
}
.oneColFixCtr #container {
	width: 980px;
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
.boxshadow
{
     0px 0px 40px #000000; /* webkit browser*/ -moz-box-shadow: 0px 0px 40px #000000; /* firefox */ box-shadow: 0px 0px 40px #000000;
         
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #D6D6D6;
	text-decoration: none;
}
a:hover {
	color: #D6D6D6;
	text-decoration: underline;
}
a:active {
	color: #DEDEDE;
	text-decoration: none;
}