body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

#worldCard{
	width:880px;
	height:614px;
	position:absolute;
	top:101px;
	left:50%;
	margin-left:-440px;
}

.worldCard_top{
	width:880px;
	height:91px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-440px;
}

#worldCard .continents a{
	position:absolute;
	display:none;
	background:url(../_img/weltkarte/over.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:112px;
	height:112px;
	text-decoration:none;
	color:#FFF;
	padding-top:8px;
	padding-left:20px;
	text-transform:uppercase;
}

#worldCard .continents .north_america{
  background:url(../_img/weltkarte/over_nordamerika.png) no-repeat;
}

#worldCard .continents .south_america{
  background:url(../_img/weltkarte/over_suedamerika.png) no-repeat;
}

#worldCard .continents .africa{
  background:url(../_img/weltkarte/over_afrika.png) no-repeat;
}

#worldCard .continents .australia{
  background:url(../_img/weltkarte/over_australien.png) no-repeat;
}

#worldCard .continents .asia{
  background:url(../_img/weltkarte/over_asien.png) no-repeat;
}

#worldCard .continents .europe{
  background:url(../_img/weltkarte/over_europa.png) no-repeat;
}

#worldCard .continents .mideast{
  background:url(../_img/weltkarte/over_mideast.png) no-repeat;
}

.europe{
	top:63px;
	left:432px;
}
	
.north_america{
	top:48px;
	left:226px;	
}

.south_america{
	top:250px;
	left:266px;	
}

.africa{
	top:260px;
	left:465px;
}

.australia{
	top:260px;
	left:736px;	
}

.asia{
	top:48px;
	left:626px;	
}

.mideast{
	top:128px;
	left:506px;
}

.close{
	position:absolute;
	top:9px;
	right:9px;
	cursor:pointer;
}

.close a{
		text-decoration:none;
}

.overlays{
	display:none;
	position:absolute;
	background-color:#FFF;
	width:300px;
	height:auto;
  padding:0 0 15px 0;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-122px;
	z-index:10000;
}

.overlays ul{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:20px;
}

.overlays h1{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-top:14px;
	padding-left:20px;
	padding-bottom:19px;
}

.overlays li{
	color:#808080;
	position:relative;
}

.overlays li a{
	text-decoration:none;
	color:#808080;
}

.overlays li div{
	width:270px;
	height:18px;
}

.overlays li div span{
	color:#808080;
	display:none;
	position:absolute;
	left:160px;
	top:0px;
	font-size:12px;
}

.overlays li a:hover{
	color:#000;
}

#startBody{
	background-color:#000;
	/*width:880px;
	height:614px;*/
	width:100%;
	height:100%;
	font-size:14px;
}

#startBody input{
	position:relative;
	top:5px;
}

#chooseLang{
	position:absolute;
	right:80px;
	top:0px;
	background-color:#FFF;
	padding:5px 10px;
	z-index:100;
	height:22px;
	overflow:hidden;
}

#chooseLang label{
	padding-right:40px;
	font-size:14px;
}

#chooseLang select{
	background:none;
	border:none;
	border: 1px solid #000;
	background-color:#FFF;
	width:150px;
	font-size:14px;
}

.black{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000;
	opacity:0.5;
	filter: alpha(opacity = 50);
	display:none;
}