@charset "utf-8";


#oben_links {
	background-image: url(../images/top_links.png);
	position:fixed;
	left:0px;
	top:0px;
	height: 141px;
	width: 1015px;
	z-index:1;
}

#oben_rechts {
	background-image: url(../images/top_rechts.png);
	position:fixed;
	right:0px;
	top:0px;
	height: 141px;
	width: 947px;
	z-index:0;
}

#unten {
	background-image: url(../images/welt.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	left: 0px;
	bottom:0px;
	height:183px;
	width:137px;
}

#mitte {
	position: fixed;
	right: 200px;
	top:200px;
	border:#FFFFFF thin;
	height:100%;
	width:100%;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}