@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #000000;
	background-image: url(../images/racefoxx-hg-start.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	left: -3000px;
	width: 700px;
	font: 50% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

#container {
	width: 900px;
	background: transparent;
	margin: 20px auto 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

#mainContent {
	position: relative;
	padding: 0;
	color: #FFF;
}

p {
	font-size: 0.8em;
}

input, textarea {
	width: 400px;
}

#form {
	text-align: left;
}

#inhalt {
	text-align: left;
	width: 900px;
	overflow: auto;
}

#top {
	height: 130px;
	background-image: url(../images/racefoxx-hg-navi.gif);
	text-align: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	font-size: 0.7em;
}

#navigation a:link {
	padding: 4px 6px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

#navigation a:visited {
	padding: 4px 6px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

#navigation a:focus {
	padding: 4px 6px;
	color:#E43117;
	font-weight: bold;
	text-decoration:none;
}

#navigation a:hover {
	padding: 4px 6px;
	color:#E43117;
	font-weight: bold;
	text-decoration:none;
}

#navigation a:active {
	padding: 4px 6px;
	background-color:#E43117;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

#navigation a.m {
	padding: 4px 6px;
	background-color:#E43117;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

a:link {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

a:focus {
	color:#E43117;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color:#E43117;
	font-weight: bold;
	text-decoration:underline;
}

a:active {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

#logos { text-align: center; }

#Layer1 { position:relative; width:189px; height:33px; z-index:301; left: 700px; top: 20px; visibility: visible; }
