@charset "utf-8";
body {
	background-image: url(../images/Hintergrund.png);
	background-repeat: repeat-x;
	background-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

html {
	height: 100%;
	width: 100%;
}

a:link {
	color: #0F2E6F;
	text-decoration: none;
}
a:visited {
	color: #0F2E6F;
	text-decoration: none;
}
a:hover {
	color: #091839;
	text-decoration: underline;
}
a:active {
	color: #091839;
	text-decoration: none;
}

#Container {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
.Video {
	margin-right: auto;
	margin-left: auto;
}

.clr {
	clear: both;
}

