@charset "UTF-8";/* CSS Document */*{	margin: 0;	padding: 0;}body {	background-color: #0E272C;}#apDiv1 {	position:absolute;	left:0px;	top:0px;	width:100%;	height:100%;	overflow: hidden;	z-index:1;}
#teaser {
	width: 100%;
	height:100%;
    position: absolute;
}

#teaser a {
    z-index: 1;
    color: #333;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	top: 50%;
	height: auto;
	weight: auto;
	left: 45%;
	right: auto;
	padding: 40px;
	background: rgba(250,250,250,0.8)fixed;
	border-radius:5px;
	text-decoration: none;
}

#teaser a large {
	font-size: 30px;
	text-decoration: none;
}

#mpl{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	z-index: 3;
}
.divVideoModule {    visibility: visible;}#closeTeaser{    position: absolute;    top:-152px;    right:5px;    font-family: Verdana;    font-size: 10px;    cursor:pointer;}#apDiv3 {
	visibility: hidden;	position:absolute;	width:725px;	height:85px;	left:50%;	top:25%;	margin-left : -362px;	margin-top: -42px;	z-index:2;
	margin-bottom: -1px;}
