/* ----------------------------------------------------------------------
							Map Controls





/****************************** loading *************************************/

#loadingIndicator {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
}

#loadingIndicator img {
	position:relative;
	top:200px;
}

/****************************** legend *************************************/

ul.legend li{
background-image: none;
    border: 2px solid #FFFFFF;
    border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
    float: left;
    font-size: 1.09em;
    font-weight: bold;
    height: 20px;
    margin: 0 3px;
    padding: 3px 0;
    text-align: center;
    width: 126px;}
ul.legend li.l1{
	background-color:#FFF290;
	margin: 0 3px 0 0;}
ul.legend li.l2{
	background-color:#FFE100;}
ul.legend li.l3{
	background-color:#B3D733;}
ul.legend li.l4{
	background-color:#66CC66;}
ul.legend li.l5{
	background-color:#339966;}
ul.legend li.l6{
	background-color:#F2EFE9;
	margin: 0 0 0 3px}
	
.ie7 ul.legend li,
.ie8 ul.legend li{
    border: none;
    height: 24px;
    width: 130px;}
.ie7 ul.legend li.l1,
.ie8 ul.legend li.l1{
	background:transparent url(../images/legend_1.png) no-repeat 0 0;
	margin: 0 3px 0 0;}
.ie7 ul.legend li.l2,
.ie8 ul.legend li.l2{
	background:transparent url(../images/legend_2.png) no-repeat 0 0}
.ie7 ul.legend li.l3,
.ie8 ul.legend li.l3{
	background:transparent url(../images/legend_3.png) no-repeat 0 0}
.ie7 ul.legend li.l4,
.ie8 ul.legend li.l4{
	background:transparent url(../images/legend_4.png) no-repeat 0 0}
.ie7 ul.legend li.l5,
.ie8 ul.legend li.l5{
	background:transparent url(../images/legend_5.png) no-repeat 0 0}
.ie7 ul.legend li.l6,
.ie8 ul.legend li.l6{
	background:transparent url(../images/legend_6.png) no-repeat 0 0;
	margin: 0 0 0 3px}



/****************************** map *************************************/

#twGmap {
	height: 447px;
	overflow: hidden;
}

#map {
    height: 447px;
    position: relative;
	z-index:100;
}

#left {
    background: url("../images/mapteile/map_border_left.png") repeat-y scroll -1px top transparent;
    height: 100%;
    position: absolute;
    top: 0;
	width: 8px;
}

#right {
    background: url("../images/mapteile/map_border-right.png") repeat-y scroll right top transparent;
    height: 100%;
    position: absolute;
    top: 0;
	right:0;
	width: 8px;
}

#bottom, .bottom {
    background: url("../images/mapteile/map_border_bottom.png") repeat-x scroll left bottom transparent;
    width: 100%;
    position: absolute;
    bottom: 0;
	left:0
}

#top {
    background: url("../images/mapteile/map_border_top.png") repeat-x scroll left top transparent;
    width: 100%;
    position: absolute;
    top: 0;
	left:0
}

#leftBottomCorner {
	position:absolute;
	width:18px;
	height:18px;
	left:0;
	bottom:0;
	background:url(../images/mapteile/map_corner_bl.png) no-repeat -1px bottom;
}

.with_region #leftBottomCorner {
	height:43px;
	background:url(../images/mapteile/map_corner_bl_region.png) no-repeat 0 bottom;
}

#rightBottomCorner {
	position:absolute;
	width:18px;
	height:18px;
	right:0;
	bottom:0;
	background:url(../images/mapteile/map_corner_br.png) no-repeat right bottom;
}

.with_region #rightBottomCorner {
	height:43px;
	background:url(../images/mapteile/map_corner_br_region.png) no-repeat right bottom;
}

#rightTopCorner {
	position:absolute;
	height:18px;
	right:0;
	top:0;
	width:18px;
	z-index:2;
	background:url(../images/mapteile/map_corner_tr.png) no-repeat right top;
}

#leftTopCorner {
	position:absolute;
	height:18px;
	left:0;
	top:0;
	width:18px;
	z-index:2;
	background:url(../images/mapteile/map_corner_tl.png) no-repeat left top;
}

/****************************** map continent navi *************************************/
.map_region {
	text-align: center;
}

.map_region li {
	display:inline;
	margin:0 14px;
}
.map_region li a{
    font-weight: bold;
    text-decoration:none;
}

.bottom, .africa,.asia,.australia,.europe,.namerica,.samerica,.world {
	height: 34px;
	line-height:31px;
	background-image:url(../images/mapteile/world.png);
}

.bottom {
	background-position: left bottom;
}

.africa {
	background-position: -1043px bottom;
}

.asia {
	background-position: -981px bottom;
}

.australia {
	background-position: -911px bottom;
}

.europe {
	background-position: -830px bottom;
}

.namerica {
	background-position: -747px bottom;
}

.samerica {
	background-position: -650px bottom;
}

.world {
	background-position: -569px bottom;
}

.basinfo_map .bottom {
	background-position: left bottom;
}

.basinfo_map .africa {
	background-position: -1159px bottom;
}

.basinfo_map .asia {
	 background-position: -1098px bottom;
}

.basinfo_map .australia {
	background-position: -1028px bottom;
}

.basinfo_map .europe {
	background-position: -947px bottom;
}

.basinfo_map .namerica {
	background-position: -861px bottom;
}

.basinfo_map .samerica {
	background-position: -768px bottom;
}

.basinfo_map .world {
	background-position: -687px bottom;
}

/****************************** map infowindow big *************************************/
.infowindow .frame, .infowindow .t, .infowindow .b, .infowindow .b div {
    background-image: url("../images/maps/infowindow/infowindow.png");
}

.infowindow .frame {
    min-height: 10px;
    padding: 15px 15px 0 0;
}
.potentials_map .infowindow {
    margin-left: 15px;
    min-width: 200px;
}

.infowindow {
    margin-left: 15px;
    min-width: 338px;
	cursor: default;
}

.infowindow .t {
    margin-left: -15px;
    width: 15px;
}

.infowindow .b, .infowindow .b div {
    height: 15px;
}

.infowindow .b div {
    margin-left: -15px;
    width: 15px;
}

.infowindow .beak {
 background: url("../images/maps/infowindow/infowindow_pfeil.png") no-repeat scroll left top transparent;
    bottom: 0;
    height: 50px;
    margin-left: 80px;
    margin-top: -4px;
    width: 21px;
}

.infowindow h2 {
    color: #414141;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    text-shadow: 0 0 0 transparent;
    top: -8px;
    width: auto;
}

.infowindow h3 {
    font-size: 1em;
    margin-bottom: 5px;
    text-shadow: 0 0 0 transparent;
}

.infowindow table{
width:100%;
}

ul.infowindow_list li a{
 background: url("../images/down_arrow_grey.gif") no-repeat scroll left 6px transparent;
    padding: 0 0 4px 20px;
	display:block;
	font-weight:bold}

ul.infowindow_list li a.selected{
 background: url("../images/up_arrow_grey.gif") no-repeat scroll left 6px transparent;
}
	
ol.pagination_infowindow li{
background:none;}

ul.infowindow_list li div{
padding-left:20px;}

ul.infowindow_list li a {
    color: #414141;
    text-decoration: none;
}

ul.infowindow_list{
line-height:16px}

ul.infowindow_list li{
padding-bottom:5px;}

ul.infowindow_list li a:hover,
ul.infowindow_list li a.readmore {
    text-decoration: underline;
}

ul.infowindow_list li a.readmore {
	background: none repeat scroll 0 0 transparent;
    display: inline;
    font-style: italic;
    padding: 0;
	font-weight:normal
}

ul.infowindow_list li a.readmore:hover {
    color: #5CA244;
}

.infowindow_list ol.paginierung{
 margin-top: 10px;}

ol.paginierung li {
    padding: 0;
}

ul.infowindow_list ol.paginierung a {
    color: #5CA244;
    text-decoration: none;
	background: url("../images/pagi_bg.png") repeat-x scroll left top #E2FAB8;
	padding: 2px 0;
}

ul.infowindow_list ol.paginierung a:hover {
	background: url("../images/pagi_bg_hover.png") repeat-x scroll left top #F6FCEB;
}


/****************************** map infowindow small *************************************/

.infowindow_small .frame, .infowindow_small .t, .infowindow_small .b, .infowindow_small .b div {
    background-image: url("../images/maps/infowindow/infowindow_small.png");
}

.infowindow_small .frame {
    min-height: 10px;
    padding: 15px 15px 0 0;
}
.infowindow_small {
    margin-left: 15px;
    min-width: 200px;
}

.infowindow_small .t {
    margin-left: -15px;
    width: 15px;
}

.infowindow_small .b, .infowindow_small .b div {
    height: 15px;
}

.infowindow_small .b div {
    margin-left: -15px;
    width: 15px;
}

.infowindow_small .beak {
 background: url("../images/maps/infowindow/infowindow_pfeil.png") no-repeat scroll left top transparent;
    bottom: 0;
    height: 50px;
    margin-left: 80px;
    margin-top: -4px;
    width: 21px;
}

.infowindow_small h2 {
    font-size: 14px;
    line-height: 1.18em;
    margin-bottom: 0;
    text-shadow: 0 0 0 transparent;
    width: auto;
	color:#414141;
	position: absolute;
	top: 11px;
}

#map.with_region .gmnoprint {
    margin-left: -15px;
}

#reegle_infowindow_small_contents {
	z-index:10;
	background:#fff;
}

#reegle_infowindow_small_contents p{
	padding-left: 14px;
	font-size: 14px;
}

#reegle_infowindow_small_contents table table {
	width:auto;
}

#reegle_infowindow_small_contents .windowtitle {
	height:14px;
}

#reegle_infowindow_small_contents h2 {
	position:relative;
	z-index:20;
	padding-left:11px;
	color: #414141;
    font-size: 14px;
}

#reegle_infowindow_small_contents h3 {
    font-size: 14px;
}

#reegle_infowindow_small_contents .tablewrapper {
	margin-left: 11px;
	margin-right: 11px;
}

#reegle_infowindow_small_contents table {
	width: 100%;
}

#reegle_infowindow_small_contents .Actor_title {
background:transparent url(../images/listen_pfeil.gif) no-repeat scroll left 3px;
display:block;
padding-left:15px;
}

#reegle_infowindow_small_contents .selected {
background:transparent url(../images/listen_pfeil_down.gif) no-repeat scroll left 5px;
}

#reegle_infowindow_small_contents .clusterer_table ol.pagination {
position:relative;
bottom:0;
margin-bottom:15px;
margin-top:10px;
padding-left:13px;
}

#reegle_infowindow_small_contents .clusterer_table ol.pagination_countries {
margin-bottom:0;
margin-top:5px;
}

#reegle_infowindow_small_contents .clusterer_table ol.pagination_countries li {
margin:0 3px;
}

#reegle_infowindow_small_contents .clusterer_table ol.pagination_countries li em {
padding:3px 4px;
}

#reegle_infowindow_small {
width:200px;
}

#region_full #menu_type li a {
	background:transparent url(../images/prettyCheckboxes/radio.png) no-repeat scroll 0 -1px;
	margin-left:3px;
	padding-left:24px;
}

#region_full #menu_type li a.selected {
	background:transparent url(../images/prettyCheckboxes/radio.png) no-repeat scroll 0 -43px !important;
	padding-left:24px;
}

.selectbox-wrapper {
	z-index:1000;
}

.selectedCountries a.deselect {
	background:transparent url(../images/prettyCheckboxes/not.png) no-repeat scroll 0 -1px;
	cursor:pointer;
	height:16px;
	width:16px;
	float:left;
	text-indent:-9999px;
	margin-left:0;
}

.selectedCountries a.deselect:hover {
	background:transparent url(../images/prettyCheckboxes/not.png) no-repeat scroll 0 -43px;
}

#playmodeControl_controls li {
	width: 29px;
}

/*#playmodeControl_controls li#playmodeControl_play, #playmodeControl_controls li#playmodeControl_pause {
	width: 29px;
}*/

#playmodeControl_controls a.prev {
	background:transparent url(../images/backforward.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:19px;
	width:19px;
	float:left;
	text-indent:-9999px;
	margin:5px;
}

#playmodeControl_controls a.prev:hover {
	background:transparent url(../images/backforward.png) no-repeat scroll 0 -22px;
}

#playmodeControl_controls a.next {
	background:transparent url(../images/backforward.png) no-repeat scroll 0 -45px;
	cursor:pointer;
	height:19px;
	width:19px;
	float:left;
	text-indent:-9999px;
	margin:5px;
}

#playmodeControl_controls a.next:hover {
	background:transparent url(../images/backforward.png) no-repeat scroll 0 -67px;
}

#playmodeControl_controls #playmodeControl_play a {
	background:transparent url(../images/playpause.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:29px;
	width:29px;
	float:left;
	text-indent:-9999px;
	margin-left:0;
}

#playmodeControl_controls #playmodeControl_play a:hover {
	background:transparent url(../images/playpause.png) no-repeat scroll 0 -32px;
}

#playmodeControl_controls #playmodeControl_pause a {
	background:transparent url(../images/playpause.png) no-repeat scroll 0 -64px;
	cursor:pointer;
	height:29px;
	width:29px;
	float:left;
	text-indent:-9999px;
	margin-left:0;
}

#playmodeControl_controls #playmodeControl_pause a:hover {
	background:transparent url(../images/playpause.png) no-repeat scroll 0 -96px;
}

#playmodeControl_controls li {
	display: inline;
}

.selectYear {
	width: 75px;
}

#timeline {
	overflow:hidden;
}

#timelinecontent {
	margin: -3px;
	width: 100%;
	position: relative;
}

#timelinetable {
	position: relative;
	border: none
}

#timelinetable td {
	padding: 2px;
	text-align: right;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}

#timelinetable tr.year td {
	padding: 2px;
	border-top:none
}

#timelinecurrentyear {
	background: #F9FEF0;
	position: absolute;
	height:100%;
	left:90px;
}

#timelinetable tr td.countryname{
font-weight:bold;
padding-right:8px;
padding-left:8px;
}

h2 a.rss_infowindow {
	background: url("../images/rss_icon.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 20px;
    left: -6px;
    position: relative;
    text-indent: -9999px;
    width: 21px;
}

