/* CSS Document */



body{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	background:silver;
	-webkit-touch-callout: none; -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-20min{
	position:relative;
	margin:-13px 5px 0 0;
}

.foot .logo-fxs{
	position:relative;
	margin:3px 9px 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;
	line-height: 18px;
	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:#FFF;
	overflow:hidden;
}

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


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


/*point_pulz*/

.sl0-static_point{
	position:absolute;
	width:20px; height:20px;
	left: 7px;
	top: 7px;
	border:solid 3px #8EC174;
	background-color:#FFF;
	-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
    border-radius: 20px;
}


.gps_ring {
    border: 1px solid #000;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -1px;

    top: -1px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.6, 0.6); opacity: 0.0;}
    50% {opacity: 0.7;}
    100% {-webkit-transform: scale(0.8, 0.8); opacity: 0.0;}
}


@keyframes pulsate {
    0% {transform: scale(0.6, 0.6); opacity: 0.0;}
    50% {opacity: 0.7;}
    100% {transform: scale(0.8, 0.8); opacity: 0.0;}
}

.gps_ring_black {
    border: 2px solid #000;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -1px;

    top: -1px;
    -webkit-animation: pulsateBlack 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsateBlack 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsateBlack 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
}

@-webkit-keyframes pulsateBlack {
    0% {-webkit-transform: scale(0.3, 0.3); opacity: 0.0;}
    50% {opacity: 0.5;}
    100% {-webkit-transform: scale(0.6, 0.6); opacity: 0.0;}
}


@keyframes pulsateBlack {
    0% {transform: scale(0.3, 0.3); opacity: 0.0;}
    50% {opacity: 0.5;}
    100% {transform: scale(0.6, 0.6); opacity: 0.0;}
}




/*-----*/

	.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: 130%;
		padding-bottom: 6px;
	}

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

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

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

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

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

	.anchorTitle {
		/* border radius */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		/* box shadow */
		-moz-box-shadow: 2px 2px 8px #000000;
		-webkit-box-shadow: 2px 2px 8px #000000;
		box-shadow: 2px 2px 8px #000000;
		/* other settings */
		background-color: #FFFFFF;
		color: #000000;
		display: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:left;
		line-height: 1.3;
		max-width: 400px;
		padding: 2px 8px;
		position: absolute;
	}

	* html #anchorTitle {
		/* IE6 does not support max-width, so set a specific width instead */
		width: 200px;
	}


#slide_0{
	background-image:url(IMG/sl0_bg.jpg);
}

#slide_1{
	background-image:url(IMG/sl1_bg.jpg);
}

#slide_2{
	background:#FFF;
}

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

.sl0-video_img_box{
	position:absolute;
	top:0px;left:0px;
}

.sl0-first_video0_img{
	position:absolute;
	left:0px;top:0px;
	width:792px;height:540px;
	background-repeat:no-repeat;
	background-image:url(IMG/sl0_animation_first.png);
}

.sl0-last_video0_img{
	position:absolute;
	left:0px;top:0px;
	width:792px;height:540px;
	background-repeat:no-repeat;
	background-image:url(IMG/sl0_animation_last.png);
}

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

	.sl0-notes_all{
		position:absolute;
		top: 0px; left: 0px;
	}

	.sl0-note{
		position:absolute;
		font-size:14px;
		line-height: 17px;
		left:10px;
		width: 320px;
		height: auto;
	}

	#sl0_note_0			{ top: 9px;}
	#sl0_note_1			{ top: 44px;}

	.sl0-note_line{
		position:absolute;
		width:320px; height:1px;
		background-color:#000;
		top: 34px; left:10px;
	}

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

.sl0-other_content{
	position:absolute;
	top: 0px; left: 0px;
	width:0px; height:0px;
}

.sl0-lines_all{
	position:absolute;
	top: 0px; left: 0px;
	width:0px; height:0px;
}

.sl0-line{
	position:absolute;
}

#sl0_line_0			{ top: 24px; left: 620px; }
#sl0_line_1			{ top: 52px; left: 390px; }
#sl0_line_2			{ top: 357px; left: 175px; }
#sl0_line_3			{ top: 289px; left: 654px; }

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

.sl0-title{
	position:absolute;
	font-size:14px;
	line-height: 18px;
	left:10px;
	width: 100px;
	height: auto;
}

#sl0_title_0			{ top: 35px; left: 626px; text-align: left;}
#sl0_title_1			{ top: 60px; left: 399px; }
#sl0_title_2			{ top: 366px; left: 193px; text-align: right;}
#sl0_title_3			{ top: 357px; left: 670px; text-align: right;}

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

.sl0-points_all				{position:absolute; width:0px; height:0px; top:0px; left:0px;}


.sl0-point_item{
	position:absolute;
	width:40px; height:40px;
}

#sl0_point_item_0				{ left: 711px; top: 82px; }
#sl0_point_item_1				{ left: 492px; top: 107px; }
#sl0_point_item_2				{ left: 157px; top: 414px; }
#sl0_point_item_3				{ left: 638px; top: 266px; }
#sl0_point_item_4				{ left: 18px; top: 193px; }
#sl0_point_item_5				{ left: 61px; top: 193px; }

.sl0-point_activ{
	position:absolute;
	width:80px; height:80px;
	top: -20px; left: -20px;
}

#sl0_point_activ_0				{ position:absolute; width: 167px; height: 131px; top: -62px; left: -93px; }
#sl0_point_activ_1				{ position:absolute; width: 165px; height: 150px; top: -65px; left: -113px; }
#sl0_point_activ_2				{ position:absolute; width: 193px; height: 122px; top: -70px; left: -28px; }
#sl0_point_activ_3				{ position:absolute; width: 168px; height: 153px; top: -21px; left: -20px; }
#sl0_point_activ_4				{ position:absolute; width: 55px; height: 61px; top: -10px; left: -13px; }
#sl0_point_activ_5				{ position:absolute; width: 56px; height: 62px; top: -10px; left: -2px; }
/*
.sl0-anim_point{
	position:absolute;
	top:0px; left:0px;
}
*/
.sl0-point_selected{
	position:absolute;
	width: 32px;
	height: 32px;
	top: 4px;
	left: 4px;
	background-color:#8EC174;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.sl0-point_small{
	position:absolute;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 6px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sl0-point_smaller{
	position:absolute;
	width: 10px;
	height: 10px;
	top: 11px;
	left: 11px;
	background-color:#8EC174;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sl0-point_number{
	position:absolute;
	width:40px; height:40px;
	top: 14px;
	left: 0px;
	font-size:12px;
	line-height: 100%;
	text-align:center;
	color:#000000;
}

.sl0-point_icon{
	position:absolute;
	width:40px; height:40px;
	top: -1px; left:0px;
}

.sl0-obdelnik{
	position:absolute;
	width:97px; height:49px;
	top: 188px; left:10px;
	border:1px solid #CCC;
}

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

.sl0-table_all{
	position:absolute;
}

.sl0-tab_headline{
	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.95;
	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: 1px;
	left: 6px;
	margin-top: -5px;
	margin-bottom: 5px;
	background-color: #000;
	/* 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-tab_point_item{
	position: absolute;
	width:40px; height:40px;
	left: -25px;
	top: -25px;
	margin: 0px 0 0px 0;
	float:left;
}

.sl0-tab_point{
	position:absolute;
	width: 20px;
	height: 20px;
	top: 7px;
	left: 7px;
	background-color:#FFFFFF;
	border:3px solid #1E7EC6;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.sl0-tab_point_number{
	position:absolute;
	width:40px; height:40px;
	top: 14px;
	left: 0px;
	font-size:12px;
	line-height: 100%;
	text-align:center;
	color:#000000;
}

/*-----*/

.sl0-play_btn{
	position:absolute;
	width:40px; height:40px;
	top: 304px;
	left: 429px;
	background-image:url(IMG/sl0_play_tlac.png);
}


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

.sl1-flags_all{
	position:absolute; width:0px; height:0px; top:0px; left:0px;
}

.sl1-flag{
	position:absolute;
}

#sl1_flag_0			{top: 19px; left: 75px;	}
#sl1_flag_1			{top: 35px; left: 230px;	}
#sl1_flag_2			{top: 12px; left: 381px;	}
#sl1_flag_3			{top: 25px; left: 631px;	}
#sl1_flag_4			{top: 12px; left: 498px;	}
#sl1_flag_5			{top: 87px; left: 400px;	}

/*-------*/

.sl1-state_off{
	position:absolute;
}

#sl1_state_off_0			{top: 128px; left: 20px;	}
#sl1_state_off_1			{top: 131px; left: 341px;	}
#sl1_state_off_2			{top: 189px; left: 382px;	}
#sl1_state_off_3			{top: 197px; left: 687px;	}
#sl1_state_off_4			{top: 172px; left: 542px;	}
#sl1_state_off_5			{top: 179px; left: 395px;	}

.sl1-state_on{
	position:absolute;
}

#sl1_state_on_0			{top: 128px; left: 20px;	}
#sl1_state_on_1			{top: 131px; left: 341px;	}
#sl1_state_on_2			{top: 189px; left: 382px;	}
#sl1_state_on_3			{top: 197px; left: 687px;	}
#sl1_state_on_4			{top: 172px; left: 542px;	}
#sl1_state_on_5			{top: 179px; left: 395px;	}

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

.sl1-points_all				{position:absolute; width:0px; height:0px; top:0px; left:0px;}


.sl1-point_item{
	position:absolute;
	width:40px; height:40px;
}

#sl1_point_item_0				{ left: 63px; top: 5px; }
#sl1_point_item_1				{ left: 309px; top: 21px; }
#sl1_point_item_2				{ left: 368px; top: -3px; }
#sl1_point_item_3				{ left: 726px; top: 19px; }
#sl1_point_item_4				{ left: 579px; top: -2px; }
#sl1_point_item_5				{ left: 438px; top: 74px; }

.sl1-point_activ{
	position:absolute;
	width:80px; height:80px;
	top: -20px; left: -20px;
}

#sl1_point_activ_0				{ position:absolute; width: 167px; height: 251px; top: -6px; left: -33px; }
#sl1_point_activ_1				{ position:absolute; width: 117px; height: 230px; top: -20px; left: -67px; }
#sl1_point_activ_2				{ position:absolute; width: 63px; height: 132px; top: 2px; left: -8px; }
#sl1_point_activ_3				{ position:absolute; width: 135px; height: 153px; top: -12px; left: -80px; }
#sl1_point_activ_4				{ position:absolute; width: 105px; height: 261px; top: 0px; left: -53px; }
#sl1_point_activ_5				{ position:absolute; width: 56px; height: 122px; top: -10px; left: -2px; }

.sl1-anim_point{
	position:absolute;
	top:0px; left:0px;
}

.sl1-point_selected{
	position:absolute;
	width: 32px;
	height: 32px;
	top: 4px;
	left: 4px;
	background-color:#8EC174;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.sl1-point_small{
	position:absolute;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 6px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sl1-point_smaller{
	position:absolute;
	width: 10px;
	height: 10px;
	top: 11px;
	left: 11px;
	background-color:#8EC174;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


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

.sl1-table_all{
	position:absolute;
}

.sl1-tab_title{
	position: absolute;
	width: 250px; height: 25px;
	left: 10px;
	top: 7px;
	font-size: 15px;
	color: #8EC174;
}

.sl1-table{
	position:absolute;
	width: 656px;
	height: 246px;
	left: 57px;
	top: 267px;
	background: #FFFFFF;
	opacity: 0.9;
	margin: 12px;
	line-height: 17px;
	border: 1px solid #E6E6E6;
}

.sl1-tab_line{
	position:absolute;
	width: 265px; height:1px;
	top: 33px; left: 10px;
	margin-top: -3px;
	margin-bottom: 3px;
	background-color:#000;
	background-repeat:no-repeat;
}

.sl1-tab_formular0{
	position:absolute;
	top: 38px; left:10px;
	width: 266px; height:25px;
	font-size:14px;
	line-height: 17px;
}

.sl1-tab_hdp{
	position: absolute;
	width: 250px; height: auto;
	top: 57px;
	left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 20px;
	text-align:left;
	line-height:17px;
	color: #872255;
}

.sl1-tab_formular1{
	position:absolute;
	left: 10px;
	top: 86px;
	width: 266px;
	height: 25px;
	font-size:14px;
	line-height: 17px;
}

.sl1-tab_formular2{
	position:absolute;
	left: 25px; top:107px;
	width: 65px;
	height: 60px;
	font-size:14px;
	text-align:left;
	line-height: 17px;
}

.sl1-tab_growth{
	position:absolute;
	left: 67px; top:107px;
	width: 120px;
	height: 70px;
	font-size:14px;
	line-height: 17px;
	color: #8EC174;
}

.sl1-tab_parameters{
	position:absolute;
	top: 165px;
	left: 10px;
	width: 274px;
	height: 80px;
	font-size:14px;
	line-height: 17px;
}

.sl1-tab_box{
	position:absolute;
	width: 346px;
	height: 210px;
	border: 1px solid #AFAFAF;
	top: 8px;
	left: 282px;
	padding: 9px;
}

.sl1-tab_formular3{
	position:relative;
	left: 0px; top:0px;
	width: 346px;
	height: auto;
	font-size:14px;
	text-align:left;
	line-height: 17px;
	padding-bottom:3px;
}

.sl1-tab_info{
	position:relative;
	left: 0px; top:0px;
	width: 346px;
	height: auto;
	font-size:14px;
	text-align:left;
	line-height: 17px;
}

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

.sl1-arrows_all{
	position:absolute; width:0px; height:0px; top:0px; left:0px;
}

.sl1-arrow-btn{
	position:absolute;
	width: 60px; height:250px;
	top:10px; left:10px;
}

#sl1_arrow_left			{ top: 273px; left: 5px; }

#sl1_arrow_right			{ top: 273px; left: 730px; }

.sl1-arrow_img{
	position:absolute;
	width:50px; height:60px;
	top: 30px;
	left: 7px;
}

/*------------------------------------------sl2-------------------------------------------------*/
/*===========================================================================*/

/*
#sl2{
	position:relative;
	width:900px;height:606px;
}
*/

/*------*/

.osa-gr	{
	position:absolute;
	width:auto; height:100%;
	top: 0px; overflow:hidden;
}

.osa-gr .item{
	position:relative;
	width: 242px; height: 370px;
	float:left ;
	margin: 10px 0px 0px 17px;
}

/*------*/

.osa-gr .item .foto{
	position: absolute;
	width: 238px;
	height: 85px;
	float:left;
	padding-top: 0px;
	top: 0px;
	margin-left: 0px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #AFAFAF;
}

.osa-gr .item .foto img{
	border:#FFF 1px solid;
}

/*------*/
/*
.osa-gr .item .popisek1{
	position: absolute;
	width: 150px; 	height: auto;
	color: #FFFFFF;
	font-size: 13px;
	padding: 8px;
	text-align: right;
	padding-top: 9px;
	padding-bottom:8px;
	top: 276px;
	left: 99px;
	z-index: 9;
	font-weight: 100;
}
*/
.osa-gr .item .rok{
	position:absolute;
	top: -21px;
	/* padding-left: 0px; */
	color: #8EC174;
	width: 228px;
	height: 50px;
	font-size: 18px;
	letter-spacing:0.3px;
	line-height: 17px;
	text-align: left;
	/* font-family:Oswald1,Oswald2,Oswald3,Oswald4; */
}

#rok_item_0			{ top: 4px; }
#rok_item_1			{ top: 28px; }
#rok_item_2			{ top: 4px; }
#rok_item_3			{ top: 28px; }
#rok_item_4			{ top: 4px; }
#rok_item_5			{ top: 28px; }
#rok_item_6			{ top: 4px; }
#rok_item_7			{ top: 28px; }
#rok_item_8			{ top: 4px; }
#rok_item_9			{ top: 28px; }
#rok_item_10		{ top: 4px; }

.osa-gr .item .text{
	position: absolute;
	top: 10px;
	left: 0px;
	color:#000;
	width: 234px; height:auto;
	font-size: 14px;
	margin: 0px 0px;
	line-height: 17px;
	float: left;
}

.osa-background{
	position:absolute;
	width:760px; 	height: 348px;
	left:20px; 	top: 62px;
}

.osa_obr{
	position:absolute;
	background-repeat:no-repeat;
	top: -80px;
	width: 55px;
	height: 164px;
}

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

.osa-menu{
	position:absolute;
	width: 699px; height:auto;
	left: 32px;
	top: 443px;
	color: #000000;	font-weight: bold;
	padding-left: 58px; font-size:90%;
}

.osa-menu .item{
	position:relative;
	width: 56px; height: 69px;
	float:left; background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 110%;
}
/*
.osa-menu .sel{
	background-image: url(img/sl3_osa-point-selected.png);
}
*/
/*-----------*/

.rok_item{
	position:absolute;
	width: 104px; height:auto;
	font-size: 12px; line-height:120%;
	top: -77px;
	left: -26px;
	text-align: center;
	color: #878787;
	font-weight:100;
}

/*------*/

#arrow_right2									{ position:absolute; 	 right: 15px; 	 top: 356px; }
#arrow_left2										{ position:absolute; left: 15px; top: 356px; }


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

.sl2-sphere_box{
	position:absolute;
	top: 91px;
	left: 2px;
	width:50px; height:50px;
}

.sl2-point_activ{
	position:absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
}
/*
#sl0_point_activ_0				{ position:absolute; width: 80px; height: 80px; top: -20px; left: -20px; }
#sl0_point_activ_1				{ position:absolute; width: 40px; }
#sl0_point_activ_2				{ position:absolute; width: 40px; }
*/

.sl2-anim_point{
	position:absolute;
	top:0px; left:0px;
}

.sl2-point_selected{
	position:absolute;
	width: 32px;
	height: 32px;
	top: 4px;
	left: 4px;
	background-color:#1E7EC6;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.sl2-point_small{
	position:absolute;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 6px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sl2-point_smaller{
	position:absolute;
	width: 10px;
	height: 10px;
	top: 11px;
	left: 11px;
	background-color:#1E7EC6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sl2-point_number{
	position:absolute;
	width: 29px;
	height: 20px;
	top: 22px;
	left: 20px;
	font-size: 10px;
	line-height: 100%;
	text-align:center;
	font-weight:100;
	color:#000000;
}

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

.sl2-kolecko_number{
	position:absolute;
	width:40px; height:40px;
	top: 279px;
	left: 8px;
	font-size:12px;
	line-height: 100%;
	text-align:center;
	font-weight:100;
	color:#000000;
}

.sl2-podklad_obdelnik{
	position:absolute;
	width: 266px; height:24px;
	background-color:	#1E7EC6;
	top: 281px;
	left: 0px;
}

.sl2-texty{
	position:absolute;
	width: 237px;
	height: 181px;
	background-color:#FFF;
	top: 114px;
	left: 0px;
}

.sl2-photo_img{
	position:absolute;
	top:-1px;
	left: -2px;
}

.sl2-osa_bg{
	position:absolute;
	top: -94px;
	left: -32px;
}

.sl2-line{
	position:absolute;
	width: 238px; height:1px;
	top: 3px; left: 0px;
	background-color:#000;
}

.sl2-sphere_bg{
	position:absolute;
	width:50px; height:50px; top:0px; left:0px;
	background-image:url(IMG/sl2_sphere.png);
}

.sl2-tago_box{
	position:absolute;
	width:61px; height:96px;
	top: 160px;
	left: -5px;

}

.sl2-tago_img{
	position:absolute;
	top: 0px;
	left: 0px;
	width:61px; height:96px;
	background-image:url(IMG/sl2_tago.png);
}












