/* CSS Document */
body {
	background-image: url(grafik/hintergrund_dkrot-schwarz.gif);
	width:99%;
	height:100%;
	margin: 0 10px 0 10px;
}

#banner {
	width:800px;
	height:94px;
	border:0px;
		
} 
.movie {
	width:1000px;
	height:800px;
	margin-left:200px;
	}
	
.enter {
	width:500px;
	height:200px;
	margin:100px auto 30px auto;
	position:relative;
	color:#FFFFFF;
	font-size:24px;
	}

.pic {width:1024px;
		height:1050px;
		margin-left:150px;
		margin-top:20px;
		}
		

		
	
a:link { text-decoration:none; color:#ffffff}
a:hover {text-decoration:none; color:#ffffff}
a:visited { text-decoration:none; color:#ffffff}
a:visited:hover {text-decoration:none; color:#ffffff}
a:active {text-decoration:none; color:#ffffff}



#tabmenue {
  border-bottom: 1px solid #222;
  margin-left:400px;
    margin-bottom:-50px;
  
  
}

#tabmenue li {
  display: inline;
  
} 


#tabmenue li a {
  padding: 3px 10px 0 10px;
  background:url(grafik/black-blanco-left.png) no-repeat left top;
  border-bottom: 0;
  text-decoration: none;

 
}
#tabmenue li a span { 
 padding: 3px 11px 0 0;
  background:url(grafik/black-blanco-right.png) no-repeat right top;
  border-bottom: 0;
  text-decoration: none;
  color:#FFFFFF;}
  
  
 
#tabmenue li a:hover{
  padding: 5px 10px 0 10px;
  margin-left: 0px;
  background-image:url(grafik/red-left.png);
  border-bottom: 0;
  text-decoration: none; 
}
#tabmenue li a:hover span{
  padding: 5px 11px 0 0;
  margin-left: 0px;
  background-image:url(grafik/red-right.png);
  border-bottom: 0;
  text-decoration: none; 
}


#tabmenue li a#aktuell {
 padding: 5px 10px 0 10px;
  margin-left: 0px;
  background-image:url(grafik/red-left.png);
  border-bottom: 0;
  text-decoration: none; 

}
#tabmenue li a#aktuell span {
 padding: 5px 11px 0 0;
  margin-left: 0px;
  background-image:url(grafik/red-right.png);
  border-bottom: 0;
  text-decoration: none; 

}

  
  



