
/*-------------- OVERLAY LAYOUT -------------------------------*/
#overlay {
   position: fixed;
   z-index:199;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   height:100%;
   width:100%;
}
.overlayBG {
   background-color:#E5E5E5;
   -ms-filter: "Alpha(Opacity=55)"; /* IE 8 */
   filter:alpha(opacity=55); /* IE5-7 */
   -moz-opacity: 0.55; /* Mozilla */
   opacity: 0.55;
}
#lightBox {
   position:relative;
   top:0px;
   left:50%;
   margin-top:-44px;
   z-index:200;
   width:1017px;
   background-color:transparent;
}
.logged-in #lightBox {
     margin-left:-618px;
}
.not-logged-in #lightBox {
     margin-left:-508px;
}
#lightBoxHeader {
	border-bottom:1px solid #BBB9B7;
	padding:20px;
	width:696px;
	float:left;
	background-color:#fff;
}
#listHeader {
	border-bottom:1px solid #BBB9B7;
	padding:20px;
	background-color:#fff;
}
#lightBoxMap {
	float:left;
	width:696px;
	padding:20px;
	height:551px;
	background:#ffffff url('map4.png') no-repeat left top;
}
#lightBoxHeader a {
  float:right;
}
#mapclose {
 text-decoration: none;
}

/*-------------- LISTE -------------------------------*/
#lightBoxList {
	height:656px;
	width:220px;
	margin-right:20px;
	margin-left:20px;
	float:left;
	background-color:#fff;
	font-size: 100%;
	overflow-y:scroll;
}
#lightBoxList ul {
  margin:0;
  padding:0;
  list-style:none;
  text-transform: none;
}
#lightBoxList ul  li{
  padding:0;
  padding-bottom:20px;
}

#lightBoxList ul  li ul li {
  padding-bottom:0px;
  padding-top:10px;
  padding-right:10px;
  font-size:13px;
}
#lightBoxList > ul > li.area{
  border-bottom: 1px solid #BBB9B7;
  padding-left: 40px;
  background: url("arrow-head.png") no-repeat scroll 21px 9px transparent;
  margin-top: 20px;
}
#lightBoxList > ul > li.area.last{
  border-bottom: none;
}
#lightBoxList .key {
  cursor: pointer;
  text-transform: uppercase;
}

/*-------------- KARTE -------------------------------*/
#lightBoxMap a{
  text-decoration: none;
}
#lightBoxMap a:hover{
  /*cursor: default;*/
}
#lightBoxMap .region {
  display: block;
  background: transparent;
  position:absolute;
  overflow:visible;
}

/*-------------- INFOBOX -------------------------------*/
#lightBoxList .infobox {
   	height:656px;
	width:220px;
	margin-right:20px;
	margin-left:20px;
	background-color:#fff;
	font-size: 100%;
	display: none;
	position: absolute;
	/*z-index: 201;*/
	top:0px;
    left:0px;
	float:left;
}
#lightBoxList .infobox .box-header {
  color: #DD5555;
  text-transform: uppercase;
  border-bottom: 1px solid #BBB9B7;
  padding:20px;
  background-color:#fff;
}
#lightBoxList .infobox ul>li {
  list-style: none outside none;
  font-size: 13px;
}
#lightBoxList .infobox ul {
  margin: 0;
  margin: 20px;
}

/*-------------- LÄNDER -------------------------------*/
#indianocean.region {
  top:452px;
  left:660px;
  z-index:6;
  width:135px;
  height:51px;
}

#senegal.region {
  top:338px;
  left:308px;
  z-index:3;
  width:22px;
  height:19px;
}
#thegambia.region {
  top:350px;
  left:309px;
  z-index:5;
  width:12px;
  height:4px;
}
#mali.region {
  top:306px;
  left:328px;
  z-index:9;
  width:64px;
  height:59px;
}
#burkinafaso.region {
  top:347px;
  left:353px;
  z-index:11;
  width:31px;
  height:22px;
}
#nigeria.region {
  top:353px;
  left:387px;
  z-index:7;
  width:48px;
  height:39px;
}
#cameroon.region {
  top:356px;
  left:410px;
  z-index:8;
  width:31px;
  height:45px;
}
#centralafricanrepublic.region {
  top:364px;
  left:436px;
  z-index:12;
  width:51px;
  height:35px;
}
#ethiopia.region {
  top:348px;
  left:513px;
  z-index:1;
  width:57px;
  height:46px;
}
#kenya.region {
  top:387px;
  left:516px;
  z-index:2;
  width:32px;
  height:42px;
}
#uganda.region {
  top:391px;
  left:499px;
  z-index:4;
  width:22px;
  height:24px;
}
#tanzania.region {
  top:414px;
  left:497px;
  z-index:6;
  width:43px;
  height:44px;
}
#zambia.region {
  top:445px;
  left:466px;
  z-index:10;
  width:46px;
  height:39px;
}
#southafrica.region {
  top:503px;
  left:443px;
  z-index:13;
  width:60px;
  height:49px;
}

#china.region {
  top:155px;
  left:657px;
  z-index:1;
  width:169px;
  height:149px;
}
#india.region {
  top:244px;
  left:624px;
  z-index:6;
  width:107px;
  height:97px;
}
#bangladesh.region {
  top:275px;
  left:697px;
  z-index:7;
  width:18px;
  height:21px;
}
#southkorea.region {
  top:206px;
  left:822px;
  z-index:12;
  width:13px;
  height:18px;
}
#japan.region {
  top:159px;
  left:838px;
  z-index:5;
  width:28px;
  height:71px;
}
#vietnam.region {
  top:287px;
  left:752px;
  z-index:3;
  width:32px;
  height:75px;
}
#malaysia.region {
  top:340px;
  left:746px;
  z-index:11;
  width:82px;
  height:32px;
}
#philippines.region {
  top:287px;
  left:817px;
  z-index:9;
  width:44px;
  height:53px;
}
#indonesia.region {
  top:333px;
  left:725px;
  z-index:8;
  width:220px;
  height:68px;
}
#diego-garcia.region {
  top:390px;
  left:650px;
  z-index:7;
  width:27px;
  height:18px;
}
#reunion.region {
  top:478px;
  left:566px;
  z-index:6;
  width:57px;
  height:51px;
}
#sansibar.region {
  top:413px;
  left:538px;
  z-index:5;
  width:26px;
  height:44px;
}
#madagaskar.region {
  top:462px;
  left:547px;
  z-index:4;
  width:31px;
  height:58px;
}
#benin.region {
  top:353px;
  left:378px;
  z-index:3;
  width:15px;
  height:32px;
}


/*** Länder-Infoboxes ***/
#indianocean-box {
  z-index: 201;
}
#southafrica-box {
  z-index: 202;
}
#ethiopia-box {
  z-index: 203;
}
#nigeria-box {
  z-index: 204;
}
#mali-box {
  z-index: 205;
}
#kenya-box {
  z-index: 206;
}
#zambia-box {
  z-index: 207;
}
#burkinafaso-box {
  z-index: 208;
}
#cameroon-box {
  z-index: 209;
}
#centralafricanrepublic-box {
  z-index: 210;
}
#tanzania-box {
  z-index: 211;
}
#senegal-box {
  z-index: 212;
}
#uganda-box {
  z-index: 213;
}
#thegambia-box {
  z-index: 214;
}
#china-box {
  z-index: 215;
}
#india-box {
  z-index: 216;
}
#japan-box {
  z-index: 217;
}
#philippines-box {
  z-index: 218;
}
#bangladesh-box {
  z-index: 219;
}
#indonesia-box {
  z-index: 220;
}
#southkorea-box {
  z-index: 221;
}
#vietnam-box {
  z-index: 222;
}
#diego-garcia-box {
  z-index: 223;
}
#reunion-box {
  z-index: 224;
}
#sansibar-box {
  z-index: 225;
}
#madagaskar-box {
  z-index: 226;
}

