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

body {
	background-color: #1c1b33;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}

#page {
	width: 728px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -364px;
	background-color: #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#header {
}

#header .menu {
	background-color: #fff;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 3px;
}

#header .menu a {
	color: #933c3d;
	text-decoration: none;
}

#banner {
	height: 96px;
	background-image: url(images/bg_banner.png);
	background-repeat: no-repeat;
	padding: 2px 0px;
	position: relative;
	z-index: 2;
}

#content_novideo {
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	top: -8px;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#content_novideo h1 {
	color: #933c3d;
	font-size: 24px;
	text-transform: uppercase;
}

#content {
	background-image: url(images/bg_videoplayer.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	top: -8px;
	z-index: 1;
}

#content #flashplayer {
	width: 425px;
	height: 355px;
	position: relative;
	top: 15px;
	left: 151px;	
}

#content h1 {
	color: #933c3d;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 5px;
	font-weight: bold;
}

#content #videonavi {
	width: 560px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	top: 80px;
}

#content #videonavi a {
	width: 60px;
	height: 29px;
	background-repeat: no-repeat;
	display: block
}

#content #videonavi .prev {
	background-image: url(images/pfeil_zurueck_off.png);
	float: left;
}

#content #videonavi .next {
	background-image: url(images/pfeil_vor_off.png);
	float: right;
}

#content #videonavi .prev:hover {
	background-image: url(images/pfeil_zurueck_on.png);
}

#content #videonavi .next:hover {
	background-image: url(images/pfeil_vor_on.png);
}

#content #videoarchiv {
	width: 480px;
	position: relative;
	left: 50%;
	margin-left: -240px;
}

#content #videoarchiv .left {
	float: left;
	width: 150px;
	text-align: center;
}

#content #videoarchiv .right {
	float: right;
	width: 330px;
	text-align: center;
}

#footer {
	clear: both;
	float: none;
	padding: 10px 0px;
	font-size: 11px;
	text-align: center;
}

.bigbluefont {
	color: #323153;
	font-size: 15px;
	font-weight: bold;
}

.line3px {
	height: 3px;
	width: 480px;
	background-color: #933c3d;
	position: relative;
	left: 50%;
	margin-left: -240px;
	margin-bottom: 15px;
}

.line1px {
	height: 1px;
	width: 480px;
	background-color: #933c3d;
	position: relative;
	left: 50%;
	margin-left: -240px;
	margin-bottom: 15px;
}

img {
	border: none;
}

a {
	color: #1c1b33;
	text-decoration: underline;
}

a:hover {
	color: #323153;
	text-decoration: none;
}

form {
	margin: 5px 0px;
}

input, select {
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
}

option {
	padding-right: 10px;
}