/* CSS Document */

@import url(base.css);

@media all {

#zentrieren {
  position:absolute;
  top:50%;
  left:50%;
  width:785px;
  height:520px;
  margin-left:-392px;
  margin-top:-260px;
  border: 1px dotted  #595959;
}

#logo {
	position: relative;
	top:-36px;
}


.navi {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:35px;
	background-color:#303030;
	border-bottom: 1px dotted #595959;
	font-size:12px;	
	}
	
.navi a {
	color: #9E9E9E;
	margin:10px;
	line-height:34px
	}
	
.navi a:hover {
	color: #C2C2C2;
	text-decoration:none;
	}
	
.navi .auswahl, .navi a:hover.auswahl  {
	color:#B80B1E;
	}
	
.plus {
	padding: 0 15px;
	color:#595959;
	}

.text {
	width:420px;
	max-height:300px;
	position:relative;
	top:2.5em;
	float:right;
	}
	
iframe.text {
	width:420px;
	height:300px;
	position:relative;
	top:2.5em;
	float:right;
	border:none;
}
	
h1 {
	border-bottom: 1px dotted  #595959;
	}
	
b {
	width:6em;
	display:block;
	float:left;
	}
	

	
	
#filmstreifen {
	clear:both;
	background-color:#303030;
	width:785px;
	height:118px;
	border-top: 1px dotted  #595959;
	position:absolute;
	top:401px;
	}
	
.filmstreifen {
	clear:both;
	background-color:#303030;
	width:785px;
	height:118px;
	border-top: 1px dotted  #595959;
	position:absolute;
	top:401px;
	}
	
#scrollbar {
	margin:8px 5px;
	position:relative;
	left:725px;
	}

#divContainer {
	position:relative; width:765px; height:80px; overflow:hidden; top:0px; left:10px; clip:rect(0,765,80,0); visibility:hidden;
	}

#divContent {
	position:absolute; top:0; left:0; width:1503px;	
	}
	
.film {
	display:block;
	position:absolute;
	width: 785px;
	text-align:center;
	top:50px;
	}
	
.language {
	position:relative; float:right; clear:right; top:-26px; z-index:1;
	}
	
}	