@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #F9F9F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-size:30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size:16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size:14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	color: #999;
	text-transform: uppercase;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #333;
}
a:active {
	color: #F60;
}
#videocontainer {
	position:absolute;
	left:0px;
	top:80px;
	width:100%;
	height:402px;
	z-index:1;
	background-color: #E4E4E4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#videoplayer {
	position:absolute;
	left:80px;
	top:18px;
	width:482px;
	height:362px;
	z-index:3;
}
#player {
	display:block;
	margin: 0px;
	padding: 0px;
	width:480px;
	height:360px;
	border: 1px solid #000;
}
#title {
	position:absolute;
	left:578px;
	top:19px;
	width:300px;
	height:80px;
	z-index:3;
}
#info {
	position:absolute;
	left:578px;
	top:130px;
	width:300px;
	height:100px;
	z-index:3;
}
#language {
	position:absolute;
	left:578px;
	top:363px;
	width:300px;
	height:16px;
	z-index:3;
	overflow: visible;
}
#language p {
    padding: 0px;
	margin: 0px;
}
#language a, #copyright a, #verweise a {
	text-decoration: none;
}
#language a:hover, #copyright a:hover, #verweise a:hover {
	color: #999;
}
#language a:active, #copyright a:active, #verweise a:active {
	color: #36F;
}
#inaktiv {
	color: #999;
}
#text {
	position:absolute;
	left:80px;
	top:520px;
	width:640px;
	z-index:1;
	text-align: justify;
	line-height: 18px;
}
#copyright {
	position:absolute;
	left:0px;
	width:100%;
	z-index:1;
	text-align: center;
	padding-bottom: 50px;
	margin-top: 30px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#verweise {
	position:absolute;
	left:755px;
	top:520px;
	width:240px;
	z-index:1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 25px;
}
