@CHARSET "UTF-8";

* {
	font-family: arial,helvetica,sans-serif;
}

body {
	background: #0b0f10 url("../../pics/background.jpg") no-repeat top center;
	overflow-y: scroll;
	text-align: center;
}

body, div, ul, li, h1, h2, h3, h4, h5, h6, form, textarea, p, table, td, th, input, label, fieldset, button, a {
	margin:0pt;
	padding:0pt;
}

h2 {
	color: #FFF;
	padding: 5px 15px;
	font-size: 18px;
	font-weight: bold;	
}

p {
	color: #FFF;
	padding: 5px 15px;
	font-size: 12px;
}

a {
	color: #FFF;
	font-weight: bold;
}

#main {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 658px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/**
 * Der Container für die Menues
 */
#menueContainer {
	float: left;
	/*height: 46px;*/
	margin-top: 58px;
}

#leftMenueContainer, #middleMenueContainer, #rightMenueContainer {
	float: left;
	height: 46px;
	width: 6px;
}

#leftMenueContainer {
	background: url("../../pics/menue/menue_container_left.gif") no-repeat top left;
}

#middleMenueContainer {
	background: url("../../pics/menue/menue_container_middle.gif") repeat-x top left;
	float: left;	
	min-width: 20px;
	width: auto;
}

#rightMenueContainer {
	background: url("../../pics/menue/menue_container_right.gif") no-repeat top left;
}

/**
 * Das ausgewaehlte und nicht ausgewaehlte Menue
 */
.selectedMenueContainer, .normalMenueContainer {
	cursor: pointer;
	float: left;
	list-style: none;
	margin: 10px 5px 0 5px;
}

.menueLeft, .menueMiddle, .menueRight {
	float: left;
	height: 37px;
	width: 4px;
}

.selectedMenueContainer .menueLeft {
	background: url("../../pics/menue/menue_selected_left.png") no-repeat top left;
}

.selectedMenueContainer .menueMiddle {
	background: url("../../pics/menue/menue_selected_middle.png") repeat-x top left;
	min-width: 20px;
	width: auto;
}

.selectedMenueContainer .menueRight {
	background: url("../../pics/menue/menue_selected_right.png") no-repeat top left;
}

.normalMenueContainer .menueLeft {
	background: url("../../pics/menue/menue_normal_left.png") no-repeat top left;
}

.normalMenueContainer .menueMiddle {
	background: url("../../pics/menue/menue_normal_middle.png") repeat-x top left;
	min-width: 20px;
	width: auto;
}

.normalMenueContainer .menueRight {
	background: url("../../pics/menue/menue_normal_right.png") no-repeat top left;
}

.menueMiddle img, .menueMiddle div {
	float: left;
	font-size: 13px;
	margin-top: 7px;
}

.menueMiddle img {
	height: 23px;
	margin-left: 3px;
	position: relative;
	width: 23px;
}

.menueMiddle div {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
}

.selectedMenueContainer .menueMiddle div {
	color: #000;
}

.normalMenueContainer .menueMiddle div {
	color: #FFF;
}

/**
 * Der Content
 */
#content {
	margin-top: 10px;
	width: 658px;
}

.contentContainer {
	margin-bottom: 10px;
}

.contentTop, .contentMiddle, .contentBottom {
	height: 8px;
	width: 658px;
}

.contentTop, .contentBottom {
	font-size: 0px;
	line-height: 0px;
}

.contentTop {
	background: url("../../pics/content/content_top.gif") no-repeat 0 0;
}

.contentMiddle {
	background: url("../../pics/content/content_middle.gif") repeat-y 0 0;
	height: auto;
	padding: 0 9px;
	min-height: 150px;
	width: 640px;
}

.contentBottom {
	background: url("../../pics/content/content_bottom.gif") no-repeat 0 0;
}

/**
 * Das Flow-Player DIV
 */
#tvPlayer, #demoPlayer {
	height: 384px;
	width: 640px;
}

.filmTitle, .filmText {
	color: #FFF;
	padding: 5px 15px;
}

.filmTitle {
	font-size: 18px;
	font-weight: bold;
}

.filmText {
	font-size: 12px;
}

/**
 * Archiv
 */
.buttonArchiv {
	background: url("../../pics/content/archiv_button.gif") no-repeat 0 0;
	cursor: pointer;
	height: 90px;
	position: absolute;
	right: -35px;
	top: 115px;
	width: 37px;
}

.archivImg {
	left: 8px;
	position: absolute;
	top: 5px;
}

#archiv {
	left: 0;
	position: absolute;
	top: 114px;
	width: 658px;
	z-index: 100;
}

.archivContentTop, .archivContentMiddle, .archivContentBottom {
	height: 8px;
	width: 658px;
}

.archivContentTop, .archivContentBottom {
	font-size: 0;
	line-height: 0;
}

.archivContentTop {
	background: url("../../pics/content/archiv_content_top.gif") no-repeat 0 0;
}

.archivContentMiddle {
	background: url("../../pics/content/archiv_content_middle.gif") repeat-y 0 0;
	height: auto;
	padding-top: 15px;
}

.archivContentBottom {
	background: url("../../pics/content/archiv_content_bottom.gif") no-repeat 0 0;
}

.archivLayerTop, .archivLayerBottom {
	height: 8px;
	margin-left: 29px;
	width: 627px;
}

.archivLayerTop {
	background: url("../../pics/content/archiv_layer_top.png") no-repeat 0 0;
}

.archivBlock {
	/*position: relative;*/
}

.archivLayerMiddle {
	background-color: #4b5251;
	float: left;
	margin-left: 29px;
	padding: 3px 0;
	width: 627px;
}

.archivLayerBottom {
	background: url("../../pics/content/archiv_layer_bottom.png") no-repeat 0 0;
}

.archivFilmBox {
	background-color: #758082;
	border: 1px solid #758082;
	cursor: pointer;
	float: left;
	height: 121px;
	margin: 3px 0 3px 11px;
	overflow: hidden;
	width: 295px;
}

.archivFilmBoxIEBug {
	position: relative;
}

.archivImageBlock {
	left: 8px;
	position: absolute;
	top: 10px;
}

.archivImageBlock img {
	border: 1px solid #000;
}

.archivFilmBox h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.archivFilmBox h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.archivFilmBox .archivTextBox {
	font-size: 12px;
	height: 96px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 15px;
	width: 140px;
}

.archivPlayButton {
	cursor: pointer;
	opacity: 0.9;
	position: absolute;
	top: 85px;
	left: 15px;
}

.archivSeperator {
	background-color: #b6bcbc;
	border-top: 1px solid #888c8d;
	float: left;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	width: 658px;
}

.archivFilmSliderBlock {
	height: 20px;
	position: relative;
	margin-top: 5px;
	width: 100%;
}

.archivFilmSliderLeftButton {
	cursor: pointer;
	left: 8px;
	position: absolute;
	top: 0;
}

.archivFilmSliderRightButton {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 0;
}

ul.archivFilmSliderSelectorBox {
	position: absolute;
	right: 35px;
	top: 2px;
}

ul.archivFilmSliderSelectorBox li {
	color: #c6cacb;
	cursor: pointer;
	float: left;
	font-size: 12px;
	list-style: none;
	margin-left: 3px;
	text-align: center;
}

ul.archivFilmSliderSelectorBox li.selected {
	color: #cf6436;
	cursor: default;
}

ul.archivFilmSliderSelectorBox li.archivFilmSliderSelectorText {
	width: 50px;
}

.archivButtonClose {
	cursor: pointer;
	left: 8px;
	position: absolute;
	top: 10px;
}

/**
 * Kontaktformular
 */
.formular {
	color: #FFF;
	font-size: 12px;
	padding: 5px 15px;
}

.formularContentLeft {
	float: left;
	width: 265px;
}

.formularContentRight {
	float: left;
	width: 340px;
}

.formularSuccesses {
	clear: both;
	padding-top: 20px;
}

.formLabel {
	display: block;
	float: left;
	padding-top: 3px;
	width: 90px;
}

.labelRadioLong {
	display: block;
	float: left;
	width: 167px;
}

.labelMessage {
	display: block;
	padding: 10px 0 5px 10px;
}

.formCheckbox {
	margin-left: 2px;
	margin-right: 8px;
}
		
.formInput, .selectBox {
	background-color: #FFF;
	border: 1px solid #282828;
	float: left;
	margin-bottom: 8px;
	overflow: hidden;
	width: 160px;
}

.formInput {
	color: #000;
	height: 19px;
	padding: 3px 5px 0 5px;
	width: 150px;
}

.formRadio {
	display: block;
	float: left;
	margin-right: 5px;
}

.formRadioText {
	display: block;
	float: left;
	margin-right: 5px;
}

.textareaMessage {
	border: 1px solid #282828;
	font-size: 12px;
	height: 181px;
	padding: 3px 5px 0 5px;
	overflow: auto;
	width: 328px;
}

.selectBox {
	height: 22px;
	position: relative;
	width: 160px;
}

.selectBox .textBox {
	color: #000;
	padding: 3px 5px 0 5px;
	width: 128px;
}

.selectBox .selector {
	cursor: pointer;
	background: url("../../pics/forms/select.png") no-repeat 0 0;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
}

.selectorBox {
	background-color: #FFF;
	border: 1px solid #282828;
	border-top: 0;
	position: absolute;
	width: 160px;
}

.selectionBox  {
	font-size: 12px;
	height: 16px;
	padding: 3px 5px;
	text-align: left;
}

.selectionMouseOver {
	background-color: #cb5822;
	color: #FFF;
}

.dutyText {
	float: left;
	font-size: 12px;
	font-style: italic;
}

.sendButton {
	cursor: pointer;
	float: right;
	height: 25px;
	width: 104px;
}

/**
 * Das Overlay
 */
.overlay {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
}

.warningBox {
	border: 1px solid #282828;
	background-color: #FFF;
	color: #c70100;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	text-align: left;
	width: 380px;
	z-index: 501;
}

.warningImage {
	float: left;
	margin-right: 10px;
}

.warningText {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}

.warningList {
	clear: both;
	margin: 20px 10px 0 30px;
}

.warningList li {
	font-size: 12px;
	padding: 5px;
	list-style: square;
}

.warningCloseDiv {
	cursor: pointer;
	font-size: 12px;
	text-align: right;
	text-decoration: underline;
}

.ajaxLoader {
	background: url('../../pics/ajax-loader-green.gif') no-repeat 0 0;
	border: 2px solid #627f81;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}

/********************************************
 Start: Anmeldung
********************************************/
input.login {
	background-color: #FFF;
	border: 1px solid #282828;
	color: #000;
	height: 19px;
	margin-bottom: 8px;
	margin-left: 14px;
	padding: 3px 5px 0 5px;
	text-align: center;
	width: 30px;
}

.btnDemo {
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 483px;
	margin-top: 10px;
}

.btnLogin {
	cursor: pointer;
	float: right;
	margin-right: 15px;
}

.loginError {
	color: red;
	display: none;
	font-weight: bold;	
}
/********************************************
 Ende: Anmeldung
********************************************/

/********************************************
 Start: Umfrageformular
********************************************/
.archivButtonContainer {
	height: 50px;
	left: 0;
	position: absolute;
	top: 114px;
	width: 658px;
	z-index: 200;
}

.archivButtonContainer .archivSeperator {
	position: absolute;
	top: 34px;	
}

.archiveButtonCloseText {
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	left: 35px;
	position: absolute;
	top: 12px;
}
/********************************************
 Ende: Umfrageformular
********************************************/