/* CSS Document */
#interactive_box {
	height:190px;
	background-color:#FDFDFD;
	background-repeat: no-repeat;
	background-position: 0 0;
	position:relative;
	z-index:10;
	border-bottom:10px solid #E2001A;
	background-image:url(images/interactive/info/kariera.jpg);
}
#interactive_box.hp {
	height:380px;
	border-bottom:none;
	background:url(images/interactive/hp.jpg) no-repeat 0 0 !important;
}
#interactive_box #heading {
	position:absolute;
	bottom:20px;
	left:30px;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	color:#E2001A;
}
#interactive_menu {
	width:220px;
	position:absolute;
	left:20px;
	top:20px;
}
#interactive_menu a.head{
	display:block;
	height:40px;
	color:#FFFFFF;
	font-size:18px;
	margin-top:1px;
	line-height:40px;
	vertical-align:middle;
	padding-left:10px;
	cursor:pointer;
}
#interactive_menu div {
	padding:0px;
}
#interactive_menu div ul{
	list-style:none;
	padding:10px;
}
#interactive_menu div ul li a{
	text-decoration:none;
	color:#FFFFFF;
	background:url(images/bg_interactive.gif) no-repeat 0 0;
	padding-left:10px;
	line-height:18px;
}
#interactive_menu div ul li {
	margin-bottom:3px;
}
.dblue {
	background:url(images/icon_house.gif) no-repeat 95% 8px;
	background-color:#3C4E5E;
}
.lblue {
	background-color:#3C4E5E;
}
.dgreen {
	background:url(images/icon_pig.gif) no-repeat 95% 8px;
	background-color:#556A56;
}
.lgreen {
	background-color:#556A56;
}
.dorange {
	background:url(images/icon_graph.gif) no-repeat 95% 8px;
	background-color:#F19A3E;
}
.lorange {
	background-color:#F19A3E;
}
.dred {
	background:url(images/icon_umbrella.gif) no-repeat 95% 8px;
	background-color:#B26161;
}
.lred {
	background-color:#B26161;
}
#liska_el {
	background:url(images/liska_el2.png) no-repeat 0 0 ;
	height:41px;
	width:177px;
	position:absolute;
	left:647px;
	top:149px;
}
.csob #liska_el {
	display:none;
}
#map_control_box {
	width:74px;
	height:106px;
	position:absolute;
	top:20px;
	right:20px;
	background:url(images/bg_control.gif) no-repeat 0 0 #FFFFFF;
}
#map_zoom_out, #map_zoom_in,#map_dir_left,#map_dir_right,#map_dir_up,#map_dir_down {
	width:22px;
	height:22px;
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	bottom:10px;
}
#map_zoom_out span, #map_zoom_in span,#map_dir_left span,#map_dir_right span,#map_dir_up span,#map_dir_down span{
	display:none;
}
#map_zoom_out {
	right:10px;
}
#map_zoom_in {
	left:10px;
}
#map_dir_left {
	top:26px;
	right:4px;
}
#map_dir_right {
	top:26px;
	left:4px;
}
#map_dir_up {
	top:10px;
	left:26px;
}
#map_dir_down {
	left:26px;
	top:42px;
}