@charset "utf-8";
#wrapper {
	width: 100%;
	margin: 0px;
}
body {
	background-color: #000;
	margin: 0px;
	background-image: url(../images/bg_gradiend.jpg);
	background-repeat: repeat-x;
}
#header {
	background-color: #2A2A2A;
	height: 150px;
	width: 100%;
}
#body {
	background-color: #CCC;
	height: 500px;
	width: 300px;
}
#text_body {
	background-color: #333;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px groove #CCC;
	color: #CCC;
	font-size: 10pt;
	text-align: justify;
}
#video_area {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

#footer_center {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
	margin: 20px;
	text-align: justify;
}


#LOGO {
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	width: 744px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #966;
}
#footer {
	background-color: #000;
	height: 150px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.ÜBERSCHRIFTEN {
	font-size: 16pt;
}

