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

body { background-color: #000000; background-image: url(http://www.stadion-aachen.de/gfx/webcam_bg.gif); background-repeat: repeat-x; background-position: left top; margin:0px; }
td {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	color: #666666;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FFED00;
	text-decoration: none;
}
#KarteBG {
	position:absolute;
	width:450px;
	height:450px;
	z-index:2;
	visibility: hidden;
	top: 17px;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	-khtml-opacity:0.80;
}
#Karte {
	position:absolute;
	width:450px;
	height:450px;
	z-index:3;
	visibility: hidden;
	top: 17px;
}
#Pano {
	position:static;
	width:800px;
	height:500px;
	z-index:1;
}
#Main {
	margin:0 auto;
	width:800px;
	height:600px;
	left:15px;
	position:relative;
}
