/* --------------------- Allgemeine Formatanweisungen -----------------*/
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
	height: 100%;
}
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
}
img {
	border: none;
}
/*------------------------ Layer der den gesamten Content zentriert -------------------------- */
#gesamtBreite {
	position: absolute;
	display: inline;
	left: 50%;
	right: 50%;
	margin-left: -386px;
	margin-top: 70px;
	width: 772px;
	height: auto;
	background-image: url(../images/back_content_main.gif);
	background-repeat: repeat-y;
}
#enter {
	position: absolute;
	display: inline;
	left: 50%;
	right: 50%;
	margin-left: -62px;
	margin-top: 100px;
	width: 124px;
}
#award {
	position: absolute;
	display: inline;
	left: 50%;
	right: 50%;
	top: 380px;
	margin-left: -162px;
	width: 334px;
}
#award img {
	display: inline;
	margin-right: 7px;
	border: 1px solid black;
}
#enter img {
	margin: 10px 0px 0px 0px;
}
