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

   /*
  /////////////////////////////////////////////////////////
 // INITIALISIERUNG //////////////////////////////////////
/////////////////////////////////////////////////////////
*/

#movie * {
	padding:0;
	margin:0 auto;
	border:0;
}

#movie * a:active {
	outline:none;
}

#movie * a:focus {
	-moz-outline-style: none;
}

#movie * img {
	border:0px;
}

   /*
  /////////////////////////////////////////////////////////
 // MOVIE CONTAINER by Axel Schwarz //////////////////////
/////////////////////////////////////////////////////////
*/

/*
// CONTAINER
*/

#movie {
	display:block;
	width:600px;
	height:390px;
	margin:0 auto;
	position:absolute;
	top:-45px;
	left:-45px;
}

   /*
  /////////////////////////////////////////////////////////
 // LEUCHTKASTEN /////////////////////////////////////////
/////////////////////////////////////////////////////////
*/

#dimmer_movies{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.80;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
#lightbox_movies {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
	margin-left:-255px;
    width: 510px;
    height: 300px;
    /*padding: 15px;
    border: 15px solid white;*/
    background-color: white;
    z-index:1002;
    overflow: visible;
}
