@charset "utf-8";
/* CSS Document for the FLV Engine Script */

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

img#close_gif { /* The Close Button */
	border:none;
	width:82px;
}

div#overlay { /* the transparent Overlay Layer behind the FLV Window */
	z-index:999 !important;
	width:100% !important;
	height:100% !important;
	position:absolute !important;
	left:0px !important;
	top:0px !important;
	background:#000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

center#ctDV{
	z-index:1000 !important;
	width:100% !important;
	height:100% !important;
	position:absolute !important;
	left:0px !important;
	top:0px !important;
}

div#centerDiv { /* recieves a <center> tag and the following elements */
	z-index:1001 !important;
	width:100% !important;
	height:100% !important;
	position:absolute !important;
	left:0px !important;
	top:0px !important;

}
div#contentBorder { /* displays a 10px border around the swf */
	background:#777777;
	text-align:right;
	width:665px; /*NEU*/
	padding:10px;
	position:relative !important;
	top:0px !important;

	/*
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	*/
}


/***NEU start***/
div#myBg {
	border:10px solid white !important;
	width:645px;
	height:520px;
	display:block;
	top:45px;
}
div#myContent { /* the swfobject will be written in here (replaced?) */
}

div#linkBar {
	display:block;
	width:665px;
	height:35px;
	margin-right:0px;
	background-color:#FFFFFF;
}

div#linkBar a {
	display:block;
	padding:5px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}


div#linkBar a:link, div#linkBar a:visited {
	color:#000000;
}

div#linkBar a:hover, div#linkBar a:active {
	color:#666666;
}
/***NEU ende***/

