body {
	color: #c4c4c4;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
	background-color: #292F38;
	padding: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	text-align: center;
	margin: 0px;
}
#center {
	width:1000px;
	height:600px;
	background-image: none;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -500px;
	z-index: 1;
}
#seite {
	position:relative;
	width:1000px;
	height:600px;
	z-index:2;
	overflow: visible;
}
#seite_mittelachs {
	position:relative;
	width:1000px;
	height:600px;
	z-index:2;
	overflow: visible;
	text-align: center;
	background-color: #333b46;
}

#flashelement {
	position:absolute;
 	left:0px;
	top:0px;
	width:1000px;
	height:auto;
	z-index:3;
	left: 0px;
}
#logo {
	position:absolute;
	left:954px;
	top:54px;
	width:46px;
	height:159px;
	z-index:3;
	background-image: url(../bilder/logo_grau.gif);
}

#schliessfeld {
	position:absolute;
	left:-10px;
	top:-10px;
	width:26px;
	height:26px;
	z-index:4;
}
#abdecker {
	position:absolute;
	left:130px;
	top:550px;
	width:740px;
	height:50px;
	z-index:5;
	background-color: #333b46;
}
#socialmedia {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #C7C7C7;
	height: 21px;
	width: 100px;
	z-index: 6;
	text-align: left;
}

a:link {
	color: #c4c4c4;
	text-decoration: none;
}
a:visited {
	color: #c4c4c4;
	text-decoration: none;
}
a:active {
	color: #c4c4c4;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	color: #c4c4c4;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
input {
	background-color: #80868d;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 4px;
	text-indent: 3px;
}
textarea {
	background-color: #80868d;
	width: 220px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 4px;
	text-indent: 3px;
}
#button {
}
#button input {
	background-color: #404a57;
	border: 1px solid #999999;
}

