/* CSS Document */



body{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	background:silver;
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}



.body-container{
	position:relative;
	width:800px; height:600px;
	overflow:hidden;
	margin:0 auto;
	background:#FFF;
}




/* rucicka na aktivní prvky */
.cursor-pointer{	cursor:pointer; }

/* zarovnani */

.float-left{		float:left; }
.float-right{		float:right; }

/* gradienty */
.gradient-black{
		background-color: rgb(86,86,86); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTFhMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(26,26,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(26,26,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(86,86,86,1) 0%,rgba(26,26,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-8 */
}

/* zoblení */
.round{  			-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.round-top-left{   	-webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius:6px; }
.round-top-right{  	-webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius:6px; }
.round-bottom-left{  	-webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius:6px; }
.round-bottom-right{ 	-webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius:6px; }





/*   head   */


.head{
	position:relative;
	width:792px; height:40px;
	margin:4px;
	z-index:999;
	color:white;
}

.head .title{
	position:relative;
	left:10px; top:10px;
	font-size:120%; font-weight:100;
	z-index:1003;
}

.head .menu{
	position:absolute;
	right:10px; top:5px;
	width:800px;	height:30px;
	font-size:120%;

}

.head .menu .btn-menu{
	position:relative;
	margin: 4px 10px; padding: 0 0 0 23px;
	background:url(IMG/menu_0.png); background-repeat:no-repeat;
}


.head .menu .btn-menu:hover{	color:#8ebc49; }

.head .menu .select{
	background:url(IMG/menu_1.png); background-repeat:no-repeat;

}

/* navigace */


.btn-prev{
	position:absolute;
	left:0px; top:470px;
	width:200px; height:40px;
	font-size:120%; color:whitesmoke;
	z-index:999;
}
.btn-prev:hover{ color:#8ebc49; }

.btn-prev .arrow{
	position:absolute;
	width:20px; height:26px;
	right:7px; top:7px;
	background-image:url(IMG/prew_btn.png); background-repeat:no-repeat;
}

.btn-prev .label{
	position:absolute;
	right:30px; top:11px;
	text-align:right;
}

.btn-next{
	position:absolute;
	right:0px; top:470px;
	width:200px; height:40px;
	font-size:120%; color:whitesmoke;
	z-index:999;
}
.btn-next:hover{ color:#8ebc49; }

.btn-next .arrow{
	position:absolute;
	width:20px; height:26px;
	left:7px; top:7px;
	background-image:url(IMG/next_btn.png); background-repeat:no-repeat;
}

.btn-next .label{
	position:absolute;
	left:30px; top:11px;
}






/* foot */

.foot{
	position:absolute;
	width:100%; height:25px; top:580px;
	background-color:whitesmoke;
	 z-index:9990;
}

.foot .logo-news{
	position:relative;
	margin:3px 9px 0 0;
}

.foot .logo-fxs{
	position:relative;
	margin:3px 9px 0 0;
}

.foot .logo-20min{
	position:relative;
	margin:-13px 5px 0 0;
}

.foot .zdroj{
	position:relative;
	width:600px;
	margin:5px 10px;
	font-size:80%; text-align:right;
	opacity:0;
}

.foot .ie9{
	position:relative;
	width:63px; height:20px;
	margin: 1px 3px;
	background:url(IMG/ie-icon.png); background-repeat:no-repeat;
}

/* start page */


#start-page {
	position: absolute;
	top: 0; left: 50%;
	width: 300px; margin: 0 auto;
	padding:20px 20px 5px 20px;
	background: #fff;
	z-index: 1001;
	display: none;
}

#start-page-shadow {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 1000;
	display: none;
}
#start_svg{
	position:relative;
	width:70px; height:70px;
	margin:0 auto;
	padding:10px 0 0 0;

}

.shadow-start{
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-o-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}



/* slide */



.slide-container{
	position:relative;
	width:792px; height:540px;
	margin:-3px 4px 0 4px;
	background:#FFFFFF;
	overflow:hidden;
}

.slide-container .slider{
	position:relative;
	width: 2400px;
	height: 540px;
}


.slide-container .slider .slide{
	position:relative;
	width: 792px; height: 540px;
	overflow:hidden;
}

/*-----*/

.pointer{
	cursor:pointer;
}

.display-none {
	display:none;
}

.stin{
    -moz-box-shadow: 0px 0px 8px #383838;
    -webkit-box-shadow: 0px 0px 8px #383838;

    box-shadow: 0px 0px 8px #383838;
}

ol, ul {
   list-style:outside; list-style-type:square;
}

ul{
	line-height:200%;
	padding-left: 17px;
	margin-top: 0px;
}

li{
	line-height: 120%;
	padding-bottom: 6px;
}

.rounded_corners{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.rounded_corners2{
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
}

.rounded_corners3{
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}

.rounded_corners4{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/*---------*/


#slide_0{
	background:#FFFFFF;
}

#slide_1{
	background:#FFFFFF;
}

/*------------------------------------------sl0-------------------------------------------------*/
/*===========================================================================*/


.sl0-wheel_all{
	position:absolute;
	top: 19px;
	left: 142px;
}

.sl0-wheel_item{
	position:absolute;
	width:500px; height:500px;
}

.sl0-wheel_bg{
	position:absolute;
	width:500px; height:500px;
}

.sl0-wheel_banks{
	position:absolute;
	width:500px; height:500px;
}

.sl0-wheel_reflection{
	position:absolute;
	width:500px; height:500px;
}

.sl0-wheel_lines{
	position:absolute;
	width:500px; height:500px;
}

.sl0-wheel_banks_all{
	position:absolute;
	width:500px; height:500px;
}

.sl0-wheel_line{
	position:absolute;
	width:500px; height:500px;
}

.sl0-wheel_gold_bg{
	position:absolute;
	width:156px; height:156px;
	top: 170px;
	left: 170px;
}


.sl0-wheel_gold{
	position:absolute;
	width:156px; height:156px;
	top: 170px;
	left: 170px;
}

/*-----------*/

.sl0-description0_item{
		position:absolute;
		width: 622px;
		height: 512px;
		top: 20px;
		left: 20px;
}

.sl0-description0_circle{
	position:absolute;
	width: 470px;
	height: 470px;
	top: 12px;
	left: 137px;
	border:	1px solid #000;
}

.sl0-description0_circle_white{
	position:absolute;
	width: 500px;
	height: 470px;
	top: 42px;
	left: 110px;
	background-color: #FFF;}

.sl0-description0{
	position:absolute;
	width:273px; height:110px;
	top: 6px;
	left: 5px;
}

.sl0-description0_text{
	position:absolute;
	width: 220px;
	height: 30px;
	font-size:14px; line-height:120%;
	top: 22px;
	left: 20px;
	color:#B3B3B3;
}

/*-----------*/

.sl0-description1_item{
		position:absolute;
		width: 228px;
		height: 85px;
		top: 59px;
		right: 40px;
}

.sl0-description1{
	position:absolute;
	width:228px; height:85px;
	top: 6px;
	left: 5px;
}

.sl0-description1_text{
	position:absolute;
	width: 220px;
	height: 30px;
	font-size:14px; line-height:120%;
	top: 16px;
	right: 1px;
	text-align:right;
	color:#B3B3B3;
}

/*-----------*/

.sl0-description2_item{
		position:absolute;
		width: 160px;
		height: 122px;
		top: 182px;
		right: 40px;
}

.sl0-description2{
	position:absolute;
	width:160px; height:79px;
	top: 6px;
	left: 5px;
}

.sl0-description2_text{
	position:absolute;
	width: 220px;
	height: 30px;
	font-size:14px; line-height:120%;
	top: 19px;
	right: 1px;
	text-align:right;
	color:#B3B3B3;
}


/*-----------*/

.sl0-sprite {
    background: url(IMG/sprite.png) no-repeat;
}


.sl0-wheel_banks					{ background-position: 0 0; width: 500px; height: 500px; }
.sl0-wheel_banks_k				{ background-position: 0 -510px; width: 500px; height: 500px; }

.sl0-wheel_line0						{ background-position: 0 -1020px; width: 500px; height: 500px; }
.sl0-wheel_line0_k				{ background-position: 0 -1530px; width: 500px; height: 500px; }
.sl0-wheel_line1						{ background-position: -510px 0; width: 500px; height: 500px; }
.sl0-wheel_line1_k				{ background-position: -510px -510px; width: 500px; height: 500px; }
.sl0-wheel_line2						{ background-position: -510px -1020px; width: 500px; height: 500px; }
.sl0-wheel_line2_k				{ background-position: -510px -1530px; width: 500px; height: 500px; }


/*-----------*/

.sl0-table_all{
	position:absolute;
}

.sl0-tab_title{
	position: relative;
	width: 250px; height: auto;
	left: 7px;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 15px;
}

.sl0-table{
	position:absolute;
	width: 283px;
	left: 383px;
	top: 50px;
	background: #FFFFFF;
	opacity: 0.9;
	margin: 12px;
	padding: 0px;
	padding-bottom: 11px;
	float: left;
	line-height: 110%;
	border: 1px solid #E6E6E6;
}

.sl0-tab_cross{
	position:absolute; width:22px; height:22px;
	top: 2px;
	right: 4px;
	background-image:url(IMG/cross.png);
}

.sl0-tab_line{
	position:relative;
	width: 270px; height:5px;
	left: 6px;
	margin-top: -3px;
	margin-bottom: 3px;
	background-image:url(IMG/sl0_line.png);
	background-repeat:no-repeat;
	float:left;
}

.sl0-tab_info{
	position:relative;
	width: 266px; height:auto;
	font-size:14px;
	margin-left: 10px;
	float: left;
	line-height: 115%;
}

/*------------*/

.sl0-activ{
	position:absolute;
	width:800px; height:600px;
}

.sl0-activ_description0{
	position:absolute;
	width: 210px;
	height: 105px;
	top: 30px; left:10px;
}

.sl0-activ_description1{
	position:absolute;
	width: 180px;
	height: 95px;
	top: 60px;
	left: 592px;
}

.sl0-activ_description2{
	position:absolute;
	width: 158px;
	height: 85px;
	top: 187px;
	left: 614px;
}

/*------------------------------------------sl1-------------------------------------------------*/
/*===========================================================================*/

.sl1-perex{
	position:absolute;
	width: 771px;
	height: 20px;
	top: 7px;
	left: 11px;
	line-height: 120%;
	font-size: 14px;
	color:#000000;
}

.sl1-world_bg{
	position:absolute;
	width:463px; height:540px;
	left:0px;
	background-image:url(IMG/sl1_world_bg.png);
}

.sl1-europe_bg{
	position:absolute;
	width:330px; height:540px;
	right: -1px;
	background-image:url(IMG/sl1_europe_bg.png);
}

.sl1-europe_bg2{
	position:absolute;
	width:363px; height:155px;
	right: 309px;
	top: 358px;
	background-image:url(IMG/sl1_europe_bg2.png);
}

/*----------*/

.sl1-headline{
	position:absolute;
	color:#000000;
	font-size:14px;
	line-height:120%;
	width: 266px; height:25px;
}

#sl1_headline_world				{ text-align:right; top: 45px; left:10px;	}
#sl1_headline_europe			{ text-align:left; top: 45px; left: 514px;	}

.sl1-units{
	position:absolute;
	color:#B3B3B3;
	font-size:13px;
	line-height:120%;
	width: 236px; height:25px;
}

#sl1_units_world						{ text-align:left; top: 70px; left: 15px;	}
#sl1_units_europe						{ text-align:right; top: 70px; left: 540px;	}

/*------------*/

.sl1-chart_world{
	position:absolute;
	left: 0px;
	top: 88px;
	width: 275px;
	height: 260px;
}

.sl1-chart_europe{
	position:absolute;
	right: 0px;
	top: 88px;
	width: 277px;
	height: 260px;
}

/*------------*/

.sl1-world_chart_box{
	position:absolute;
	width: 275px;
	height: 260px;
}

.sl1-world_chart_item{
	position: relative;
	width: 100%;
	height: 8px;
	float:right;
	right: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.sl1-world_chart_column{
	position: relative; width:0px;
	height: 8px;
	right: 0px;
	bottom: 0px;
	float:right;
	background-color:#083764;
}

#sl1_world_chart_column_0			 { width:231px; }
#sl1_world_chart_column_1			 { width:91px; }
#sl1_world_chart_column_2			 { width:46px; }
#sl1_world_chart_column_3			 { width:38px; }
#sl1_world_chart_column_4			 { width:37px; }
#sl1_world_chart_column_5			 { width:29px; }
#sl1_world_chart_column_6			 { width:26px; }
#sl1_world_chart_column_7			 { width:23px; }
#sl1_world_chart_column_8			 { width:22px; }
#sl1_world_chart_column_9			 { width:21px; }


.sl1-world_chart_value{
	position: relative;
	height: 21px;
	top: -2px;
	text-align: left;
	color: #0F5691; font-size:13px;
	float:right;
	margin-right: 4px;
}

/*------------*/

.sl1-europe_chart_box{
	position:absolute;
	width: 275px;
	height: 260px;
}

.sl1-europe_chart_item{
	position: relative;
	width: 100%;
	height: 8px;
	float:left;
	left: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.sl1-europe_chart_column{
	position: relative; width:0px;
	height: 8px;
	left: 0px;
	bottom: 0px;
	float:left;
	background-color:#083764;
}

#sl1_europe_chart_column_0			 { width:37px; }
#sl1_europe_chart_column_1			 { width:17px; }
#sl1_europe_chart_column_2			 { width:13px; }
#sl1_europe_chart_column_3			 { width:13px; }
#sl1_europe_chart_column_4			 { width:8px; }
#sl1_europe_chart_column_5			 { width:7px; }
#sl1_europe_chart_column_6			 { width:6px; }
#sl1_europe_chart_column_7			 { width:4px; }
#sl1_europe_chart_column_8			 { width:4px; }
#sl1_europe_chart_column_9			 { width:4px; }


.sl1-europe_chart_value{
	position: relative;
	height: 21px;
	top: -2px;
	text-align: left;
	color: #0F5691; font-size:13px;
	float:left;
	margin-left: 4px;
}

/*------------*/

.sl1-world_countries_box{
	position:absolute;
	width: 127px;
	height: 260px;
	left: 276px;
}

.sl1-world_country_item{
	position: relative;
	width: 100%;
	height: 8px;
	float:left;
	left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}


.sl1-world_country_name{
	position: relative;
	height: 21px;
	top: -2px;
	text-align: left;
	color: #B3B3B3; font-size:13px;
	float:left;
	margin-left: 6px;
}

/*------------*/

.sl1-europe_countries_box{
	position:absolute;
	width: 127px;
	height: 260px;
	right: 278px;
}

.sl1-europe_country_item{
	position: relative;
	width: 100%;
	height: 8px;
	float:right;
	right: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}


.sl1-europe_country_name{
	position: relative;
	height: 21px;
	top: -2px;
	text-align: right;
	color: #B3B3B3; font-size:13px;
	float:right;
	margin-right: 6px;
}

/*------------*/

.sl1-activ_world_all{
	position:absolute;
	width: 402px;
	height: 260px;
	top: 87px;
	left: 0px;
}

.sl1-world_activ_box{
	position:absolute;
	width: 400px;
	height: 260px;
	right: 0px;
}

.sl1-world_activ_item{
	position: relative;
	width: 100%;
	height: 23px;
	float:left;
	left: 0px;
	/* margin-bottom: 8px; */
	padding-top: 1px;
}

.sl1-world_activ_icon_box{
	position:absolute;
	width: 403px;
	height: 202px;
	right: 0px;
	top: 250px;
}


#sl1_activ_icon_img_0		{ width:70px; height:70px;}
#sl1_activ_icon_img_1		{ width: 43px; height: 43px;}
#sl1_activ_icon_img_2		{ width: 39px; height: 39px;}
#sl1_activ_icon_img_3		{ width: 33px; height: 33px;}
#sl1_activ_icon_img_4		{ width: 33px; height: 33px;}
#sl1_activ_icon_img_5		{ width: 25px; height: 25px;}
#sl1_activ_icon_img_6		{ width: 23px; height: 23px;}
#sl1_activ_icon_img_7		{ width: 19px; height: 19px;}
#sl1_activ_icon_img_8		{ width: 19px; height: 19px;}
#sl1_activ_icon_img_9		{ width: 19px; height: 19px;}

.sl1-world_activ_icon{
	position:absolute;
	opacity:0.3;
}

#sl1_world_activ_icon_0			{top: 55px; left: 284px;}
#sl1_world_activ_icon_1			{top: 66px; left: 361px;}
#sl1_world_activ_icon_2			{top: 92px; left: 199px;}
#sl1_world_activ_icon_3			{top: 18px; left: 258px;}
#sl1_world_activ_icon_4			{top: 53px; left: 142px;}
#sl1_world_activ_icon_5			{top: 97px; left: 346px;}
#sl1_world_activ_icon_6			{top: 163px; left: 40px;}
#sl1_world_activ_icon_7			{top: 77px; left: 346px;}
#sl1_world_activ_icon_8			{top: 107px; left: 329px;}
#sl1_world_activ_icon_9			{top: 109px; left: 269px;}


/*-----------*/

.sl1-table_world_all{
	position:absolute;
}

.sl1-tab_world_title{
	position: relative;
	width: 250px; height: auto;
	left: 7px;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 15px;
	color: #0F5691;
}

.sl1-table_world{
	position:absolute;
	width: 283px;
	left: 405px;
	top: 35px;
	background: #FFFFFF;
	opacity: 0.9;
	margin: 12px;
	padding: 0px;
	padding-bottom: 0px;
	float: left;
	line-height: 110%;
	border: 1px solid #E6E6E6;
}

.sl1-tab_world_cross{
	position:absolute; width:22px; height:22px;
	top: 2px;
	right: 4px;
	background-image:url(IMG/cross.png);
}

.sl1-tab_world_line{
	position:relative;
	width: 270px; height:5px;
	left: 6px;
	margin-top: -3px;
	margin-bottom: 3px;
	background-image:url(IMG/sl0_line.png);
	background-repeat:no-repeat;
	float:left;
}

.sl1-tab_world_formular0{
	position:relative;
	width: 266px; height:auto;
	font-size:14px;
	margin-left: 10px;
	float: left;
	line-height: 115%;
}

.sl1-tab_world_actual{
	position: relative;
	width: 250px; height: auto;
	left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 30px;
	text-align:center;
	line-height:120%;
	color: #0F5691;
	float: left;
}

.sl1-tab_world_formular1{
	position:relative;
	width: 266px; height:auto;
	font-size:14px;
	margin-left: 10px;
	float: left;
	line-height: 115%;
}

.sl1-tab_world_formular2{
	position:relative;
	width: 50px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	text-align:right;
	float: left;
	line-height: 115%;
}

.sl1-tab_world_history{
	position:relative;
	width: 144px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	float: left;
	color: #0F5691;
	line-height: 115%;
}

.sl1-tab_world_icon{
	position:relative;
	width:45px; height:45px;
	margin: -3px 0px 10px 10px;
	float: left;
}

.sl1-tab_world_formular3{
	position:relative;
	width: 260px; height:auto;
	font-size:14px;
	margin: 0px 4px 5px 10px;
	float: left;
	line-height: 115%;
}

.sl1-tab_hdp_box{
	position:relative;
	width: 261px;
	height: 63px;
	border:1px solid #000000;
	float:left;
	margin: 0 0 0 10px;
}

.sl1-tab_world_formular4{
	position:absolute;
	width: 130px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	text-align:right;
	line-height: 120%;
}

.sl1-tab_world_hdp{
	position:absolute;
	width: 114px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	line-height: 120%;
	left: 137px;
}

.sl1-tab_world_formular5{
	position:relative;
	width: 260px; height:auto;
	font-size:13px;
	margin: 5px 4px 0px 10px;
	line-height: 120%;
	float:left;
	color:#B3B3B3;
}

.sl1-tab_img_all{
	position:relative;
	bottom: -1px;
	width:283px; height:185px;
	margin-top: 0px;
	float:left;
}

/*------------*/

.sl1-activ_europe_all{
	position:absolute;
	width: 402px;
	height: 260px;
	top: 87px;
	right: 0px;
}

.sl1-europe_activ_box{
	position:absolute;
	width: 400px;
	height: 260px;
	right: 0px;
}

.sl1-europe_activ_item{
	position: relative;
	width: 100%;
	height: 23px;
	float:left;
	left: 0px;
	/* margin-bottom: 8px; */
	padding-top: 1px;
}

.sl1-europe_activ_icon_box{
	position:absolute;
	width: 403px;
	height: 202px;
	right: 0px;
	top: 250px;
}


#sl1_activ_europe_icon_img_0		{ width: 55px; height: 55px;}
#sl1_activ_europe_icon_img_1		{ width: 39px; height: 39px;}
#sl1_activ_europe_icon_img_2		{ width: 39px; height: 39px;}
#sl1_activ_europe_icon_img_3		{ width: 39px; height: 39px;}
#sl1_activ_europe_icon_img_4		{ width: 32px; height: 32px;}
#sl1_activ_europe_icon_img_5		{ width: 32px; height: 32px;}
#sl1_activ_europe_icon_img_6		{ width: 23px; height: 23px;}
#sl1_activ_europe_icon_img_7		{ width: 17px; height: 17px;}
#sl1_activ_europe_icon_img_8		{ width: 17px; height: 17px;}
#sl1_activ_europe_icon_img_9		{ width: 17px; height: 17px;}

.sl1-europe_activ_icon{
	position:absolute;
	opacity:0.3;
}

#sl1_europe_activ_icon_0			{top: 85px; left: 221px;}
#sl1_europe_activ_icon_1			{top: 53px; left: 245px;}
#sl1_europe_activ_icon_2			{top: 90px; left: 191px;}
#sl1_europe_activ_icon_3			{top: 123px; left: 260px;}
#sl1_europe_activ_icon_4			{top: 54px; left: 284px;}
#sl1_europe_activ_icon_5			{top: 52px; left: 177px;}
#sl1_europe_activ_icon_6			{top: 32px; left: 246px;}
#sl1_europe_activ_icon_7			{top: 59px; left: 230px;}
#sl1_europe_activ_icon_8			{top: -43px; left: 291px;}
#sl1_europe_activ_icon_9			{top: -17px; left: 247px;}


/*-----------*/

.sl1-table_europe_all{
	position:absolute;
}

.sl1-tab_europe_title{
	position: relative;
	width: 250px; height: auto;
	left: 7px;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 15px;
	color: #0F5691;
}

.sl1-table_europe{
	position:absolute;
	width: 283px;
	left: 62px;
	top: 35px;
	background: #FFFFFF;
	opacity: 0.9;
	margin: 12px;
	padding: 0px;
	padding-bottom: 0px;
	float: left;
	line-height: 110%;
	border: 1px solid #E6E6E6;
}

.sl1-tab_europe_cross{
	position:absolute; width:22px; height:22px;
	top: 2px;
	right: 4px;
	background-image:url(IMG/cross.png);
}

.sl1-tab_europe_line{
	position:relative;
	width: 270px; height:5px;
	left: 6px;
	margin-top: -3px;
	margin-bottom: 3px;
	background-image:url(IMG/sl0_line.png);
	background-repeat:no-repeat;
	float:left;
}

.sl1-tab_europe_formular0{
	position:relative;
	width: 266px; height:auto;
	font-size:14px;
	margin-left: 10px;
	float: left;
	line-height: 115%;
}

.sl1-tab_europe_actual{
	position: relative;
	width: 250px; height: auto;
	left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 30px;
	text-align:center;
	line-height:120%;
	color: #0F5691;
	float: left;
}

.sl1-tab_europe_formular1{
	position:relative;
	width: 266px; height:auto;
	font-size:14px;
	margin-left: 10px;
	float: left;
	line-height: 115%;
}

.sl1-tab_europe_formular2{
	position:relative;
	width: 50px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	text-align:right;
	float: left;
	line-height: 115%;
}

.sl1-tab_europe_history{
	position:relative;
	width: 144px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	float: left;
	color: #0F5691;
	line-height: 115%;
}

.sl1-tab_europe_icon{
	position:relative;
	width:45px; height:45px;
	margin: -3px 0px 10px 10px;
	float: left;
}

.sl1-tab_europe_formular3{
	position:relative;
	width: 260px; height:auto;
	font-size:14px;
	margin: 0px 4px 5px 10px;
	float: left;
	line-height: 115%;
}


.sl1-tab_europe_formular4{
	position:absolute;
	width: 130px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	text-align:right;
	line-height: 120%;
}

.sl1-tab_europe_hdp{
	position:absolute;
	width: 114px; height:auto;
	font-size:14px;
	margin: 5px 4px 15px 10px;
	line-height: 120%;
	left: 137px;
}

.sl1-tab_europe_formular5{
	position:relative;
	width: 260px; height:auto;
	font-size:13px;
	margin: 5px 4px 0px 10px;
	line-height: 120%;
	float:left;
	color:#B3B3B3;
}

/*------*/


.sl1-blurb_all{
	position:absolute;

}

.sl1-blurb	{
	position:absolute;
	width: 800px;
	height: 0px;
	top: 112px;
	left: 708px;
}

.sl1-blurb_bg{
	position: relative;
	width: 726px;
	height: 360px;
	top:0px;
	left: 75px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	float: left;
}

.sl1-blurb_tag_bg{
	position:absolute;
	width: 79px;
	height: 72px;
	top: 58px;
	left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
}

.sl1-blurb_tag_img{
	position:absolute;
	width: 70px;
	height: 70px;
	top: 2px;
	left: 3px;
	background-image:url(IMG/sl1_blurb_tag_img.png);
}


.sl1-blurb_line{
	position:relative;
	width: 534px; height:5px;
	margin-left: 9px;
	margin-top: 4px;
}

.sl1-blurb_cross{
	position:absolute; width:22px; height:22px;
	top: 3px;
	right: 30px;
	background-image:url(IMG/cross.png);
}

.sl1-blurb_mask{
	position:absolute;
	top: 59px;
	left: 73px;
	background-color:#FFF;
	width:5px;
	height: 72px;
}

.sl1-white_bg{
	position:absolute;
	width:800px; height:600px;
	background-color:#FFFFFF;
	opacity:0.8;
}

.sl1-blurb_img{
	position:absolute;
	width:344px; height:305px;
	right:10px; bottom:0px;
}

/*------------*/

.sl1-blurb_chart_gold{
	position:absolute;
	left: 102px;
	top: 88px;
	width: 277px;
	height: 260px;
}

.sl1-gold_chart_box{
	position:absolute;
	width: 275px;
	height: 260px;
}

.sl1-gold_chart_item{
	position: relative;
	width: 100%;
	height: 8px;
	float:left;
	left: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.sl1-gold_chart_column{
	position: relative; width:0px;
	height: 8px;
	left: 0px;
	bottom: 0px;
	float:left;
	background-color:#C1BC2F;
}

#sl1_gold_chart_column_0			 { width:163px; }
#sl1_gold_chart_column_1			 { width:68px; }
#sl1_gold_chart_column_2			 { width:49px; }
#sl1_gold_chart_column_3			 { width:49px; }
#sl1_gold_chart_column_4			 { width:21px; }
#sl1_gold_chart_column_5			 { width:21px; }
#sl1_gold_chart_column_6			 { width:18px; }
#sl1_gold_chart_column_7			 { width:15px; }
#sl1_gold_chart_column_8			 { width:12px; }
#sl1_gold_chart_column_9			 { width:11px; }


.sl1-gold_chart_value{
	position: relative;
	height: 21px;
	top: -2px;
	text-align: left;
	color: #C1BC2F; font-size:13px;
	float:left;
	margin-left: 4px;
}

.sl1-blurb_chart_gold_bg{
	position:absolute;
	width:280px; height:300px;
	top: 49px;
	left: 94px;
}

/*----------*/

.sl1-blurb_headline{
	position:absolute;
	color:#000000;
	font-size:14px;
	line-height:120%;
	width: 266px; height:25px;
	text-align:left;
	top: 45px;
	left: 102px;
}

.sl1-blurb_units{
	position:absolute;
	color:#B3B3B3;
	font-size:13px;
	line-height:120%;
	width: 236px; height:25px;
	text-align:right;
	top: 70px;
	left: 128px;
}

.sl1-blurb_title{
	position: relative;
	width: 490px; height: auto;
	left: 0px;
	top: 12px;
	left: 38px;
	font-size:14px;
	color: #C1BC2F;
	float: left;
}

/*------------*/

.sl1-gold_countries_box{
	position:absolute;
	width: 127px;
	height: 260px;
	right: 278px;
}

.sl1-gold_country_item{
	position: relative;
	width: 100%;
	height: 8px;
	float:right;
	right: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}


.sl1-gold_country_name{
	position: relative;
	height: 21px;
	top: -2px;
	text-align: right;
	color: #B3B3B3; font-size:13px;
	float:right;
	margin-right: 6px;
}


























