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

body { background-color: #000000; background-image: url(../gfx/webcam_bg.gif); background-repeat: repeat-x; background-position: left top; margin:0px; }
body, p, h1, h2, h3, ul, ol, li, div, td, th, address, blockquote, nobr {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}

.Headline {
	font-size: 22px;
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
	
	
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCCCCC;
	padding-bottom: 1px;
	font-weight:normal;
	line-height: 28px;
} 

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;
}
#Karte {
	position:absolute;
	width:640px;
	height:480px;
	z-index:2;
	visibility: hidden;
	top: 13px;
}
#KarteBG {
	position:absolute;
	width:640px;
	height:482px;
	z-index:1;
	visibility: hidden;
	top: 13px;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	-khtml-opacity:0.80;
}
#Bild {
	position:static;
	width:800px;
	z-index:3;
}
#Main {
	margin:0 auto;
	width:800px;
	min-height:500px;
	position:relative;
	height: 600px;
}
* html #Main {
	width:610px;
	height:95px;
}
