html {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	
	font: normal 0.751em Arial;
/*	line-height: 1.46em;*/
	color: #063056;
}

img { border: none; }

#content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse; /* Simon 22.07.2009 */
	empty-cells: show; /* Simon 22.07.2009 */
	font-size: 11px; /* Simon 22.07.2009 */
}

#content table td {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.clear {
	position: relative;
	display: block;
	height: 0px;
	float: none;
	clear: both;
	overflow: hidden;
}

h1 {
	font: bold 1.85em Arial;
	color: #063056;
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
}


h2 {
	font: bold 1.23em Arial;
	color: #063056;
	margin: 0;
	padding: 0;
}

h3 {
	font: bold 1.23em Arial;
	color: #063056;
	margin: 0;
	padding: 0;
}

h4 {
	font: bold 1.46em Arial;
	color: #063056;
	margin: 0;
	padding: 0;
}

h5 {
	font: bold 1.23em Arial;
	color: #063056;
	margin: 0;
	padding: 0;
}

h3 a {
	color: #063056;
	text-decoration: none;
	
}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

#content .abstract {
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	/*font: normal 1.23em Arial;*/
	font-size: 1.23em;
	font-family: Arial;
	font-size: 1.15em;
	letter-spacing: 0.5px;
}

#content a {
	color: #063056;
}

#content a:hover {
	text-decoration: none;
}


.wrapper {
	position: relative;
	display: block;
	width: 960px;
	height: 1%;
	margin: 0 auto;
	padding: 0;
}

.header {
	position: relative;
	height: 145px;
	display: block;
}

/* logotip */

#logotip {
	position: absolute;
	top: 28px;
	left: 0;
}


/* toolbox */

#toolbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	height: 17px;
	margin: 0;
	padding: 0 1px 0 0;
	background: #d4d4d4;
}

#toolbox a {
	position: relative;
	display: block;
	margin: 0 0 0 0px;
	padding: 0;
	height: 17px;
	width: 40px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-left: 1px solid #d4d4d4;
}

#toolbox a.lang {
	background-image: url(../images/tool_lang.gif);
}

#toolbox a.en {
	background-image: url(../images/tool_lang_L1.gif);
}

#toolbox a.mail {
	background-image: url(../images/tool_mail.gif);
}

#toolbox a.home {
	background-image: url(../images/tool_home.gif);
}

#toolbox a.line {
	background-image: url(../images/tool_lineheight.gif);
}

#toolbox a.size {
	background-image: url(../images/tool_fontsize.gif);
}

#toolbox a.print {
	background-image: url(../images/tool_print.gif);
}

#toolbox a:hover {
	background-position: 0 -17px;
}

#toolbox a.lang {
	
}


/* corpo menu */

#corpo_menu {
	position: absolute;
	display: block;
	top: 49px;
	right: 0;
/*	width: 760px;*/
	
}

#corpo_menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
	
}

#corpo_menu ul li {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	height: 17px;
	background: transparent url(../images/bg_corpo.gif) 0 0 no-repeat;
}

#corpo_menu ul li.over,
#corpo_menu ul li.selected {
	background: transparent url(../images/bg_corpo_over.gif) 0 0 no-repeat;
}

#corpo_menu ul li a {
	position: relative;
	font: bold 11px Arial;
	text-transform: uppercase;
	color: #7d96a8;
	height: 17px;
	line-height: 16px;
	margin: 0 10px 0 25px;
	padding: 0;
	text-decoration: none;
	display: block;
}

#corpo_menu ul li span {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 17px;
	background: transparent url(../images/bg_corpo_corner.gif) 0 0 no-repeat;
}


/* main menu */

#main_menu {
	position: absolute;
	top: 103px;
	left: 0;
}

#main_menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
}

#main_menu ul li {
	float: left;
	height: 42px;
	width: 178px;
	border-left: 1px solid #d9d9d9;
}

#main_menu ul li.selected {
	float: left;
	height: 42px;
	width: 178px;
	border-left: 2px solid #063056;
}

#main_menu ul li a {
	position: relative;
	display: block;
	font: bold 11px Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #063056;
	text-decoration: none;
	padding: 0 75px 0 5px;
	margin-right: 2px;
	height: 42px;
}

#main_menu ul li a:hover {
	background: #e8e8e8;
}

/* searchbox */

#searchbox {
	position: absolute;
	top: 103px;
	right: 0;
}

#searchbox form {margin: 0; padding: 0;}

input.search_field {
	position: relative;
	float: left;
	font-size: 12px;
	color: #808080;
	margin: 0 5px 0 0;
	padding: 1px 5px;
	height: 16px;
	width: 150px;
	border-top: 1px solid #afb0b0;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #afb0b0;
}

input.search_submit {
	margin: 0;
	padding: 0;
}


/* breadcrumbs */

#breadcrumbs {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 0 9px 235px;
}

#breadcrumbs span {
	color: #808080;
	font: normal 0.85em Arial;
	margin: 0;
	padding: 0 10px 0 5px;
	background: transparent url(../images/bg_breadcrumbs_bullet.gif) top right no-repeat;
}
#breadcrumbs span.last { background: none; }

#breadcrumbs span a {
	color: #808080;
	text-decoration: none;
}

#breadcrumbs span a:hover {
	text-decoration: underline;
}



.left_frame {
	position: relative;
	display: block;
	width: 220px;
	height: 1%;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.main_frame {
	position: relative;
	display: block;
	width: 460px;
	height: 1%;
	float: left;
	margin: 0;
	padding: 0;
}

.right_frame {
	position: relative;
	display: block;
	margin: 0 0 16px 16px;
	padding: 0 0 16px 0;
	width: 244px;
	height: 1%;
	float: right;
}
/*
#content { padding-right: 260px; }
*/

#content ul {
	margin-left: 30px;
}

#content .list_item {
	position: relative;
	display: block;
	margin: 10px 0;
}

#content .list_item h3 {
	margin: 2px 0;
}

#content .list_item span.top {
	font: normal 0.85em Arial;
	color: #4c4c4c;
}

#content .list_item span.top a {
	text-decoration: none;
	margin-left: 9px;
	padding-left: 10px;
	background: transparent url(../images/bg_category.gif) 0 2px no-repeat;
	color: #4c4c4c;
}

#content .list_item span.top a:hover {
	text-decoration: underline;
}

#content .list_item span.more {
	display: block;
	margin-top: 10px;
	text-align: right;
}

#content span.more a {
	padding-right: 10px;
	font: normal 0.92em Arial;
	color: #808080;
/*	background: transparent url(../images/bg_more.gif) top right no-repeat;*/
}

#content span.more a:hover {
	text-decoration: none;
}


#content_list h2 {
	margin: 30px 0 5px 0;
}

#content_list h2 a {text-decoration: none;}
#content_list h2 a:hover {text-decoration: underline;}

#content_list span.img {
	float: left;
	padding-right: 10px;
	margin-top: 5px;
}


#content div.subs { 
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 0;
}

#content div.subs span { 
	display: block;
	padding: 2px 0; 
}

#content div.subs a {
	font: bold 0.85em Arial;
	text-decoration: underline;
	color: #808080; 
}

#content div.subs a:hover {
	text-decoration: none;
}

#content div.back_link {
	position: relative;
	display: block;
	text-align: right;
	margin-top: 30px;
}

#content div.back_link a {
	font: normal 0.92em Arial;
	color: #808080;
	padding-left: 10px;
	background: transparent url(../images/bg_less.gif) top left no-repeat;
}



/* pagelister */

#list_pages {
	position: relative;
	display: block;
	text-align: center;
}

#list_pages span {
	padding: 0 5px;
	color: #c3c3c3;
}

#list_pages span a {
	font: normal 0.92em Arial;
	color: #808080; 
}

#list_pages span a:hover {
	text-decoration: none;
}

#list_pages span a.selected {
	font-weight: bold;
	text-decoration: none; 
}

#list_pages span a.forward {
	padding-right: 10px;
	background: transparent url(../images/bg_more.gif) top right no-repeat;
}

#list_pages span a.back {
	padding-left: 10px;
	background: transparent url(../images/bg_less.gif) top left no-repeat;
}




/* footer */

#footer {
	position: relative;
	display: block;
	margin: 20px 0;
	border-top: 1px solid #d9d9d9;
	height: 1%;
}

#footer div.right {
	float: right;
}

#footer div.left {
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
}

#footer div.left a {
	color: #063056;
	font: normal 11px Arial;
	text-decoration: none;
	padding-right: 20px;
	background: transparent url(../images/footer_arrow_open.gif) top right no-repeat;
}

#footer div.left a:hover { text-decoration: underline; }

#footer div.right ul {
	position: relative;
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}

#footer div.right ul li {
	float: left;
	color: #808080;
	font-size: 10px;
	padding: 0 0 0 9px;
	margin: 0 0 0 9px;
	border-left: 1px solid #808080;
}

#footer div.right ul li.first {
	margin: 0;
	padding: 0;
	border: none;
}

#footer div.right ul li a {
	color: #808080;
	font-size: 10px;
	text-decoration: none;
}

#footer div.right ul li a:hover {
	text-decoration: underline;
}

/*	global footer	*/

#global_footer {
	margin-top: 6px;
	padding: 20px 0;
	border-top: 1px solid #d9d9d9;
}

#global_footer span.wrap {
	display: block;
	height:1%;
	background: transparent url(../images/bg_global_footer.gif) 0 0 repeat-y;
}

#global_footer div.box {
	width: 210px;
	float: left;
	padding: 0 15px;
}

#global_footer div.no_padding {
	width: 225px;
	padding: 0 15px 0 0;
}

#global_footer div.box span.title {
	display: block;
	font: bold 11px Arial;
	color: #063056;
	padding: 0 0 2px 0;
}

#global_footer div.box span.padding_top {
	padding: 10px 0 2px 0;
}

#global_footer div.box div {
	position: relative;
	display: block;
	padding: 2px 0 2px 65px;
	height: 1%;
}

#global_footer div.box span.datum {
	position: absolute;
	top: 3px;
	left: 0;
	color: #4c4c4c;
	font: normal 11px Arial;
	line-height: 16px;
}

#global_footer div.box a {
	color: #4c4c4c;
	font: normal 11px Arial;
	line-height: 16px;
}

#global_footer div.box a:hover { text-decoration: none; }

/* submenu */

#submenu ul {
	position: relative;
	display: block;
	margin: 0 0 24px 0;
	padding: 0;
	height: 1%;
	list-style: none;
	border-top: 1px solid #d9d9d9;
}

#submenu ul li {}

#submenu ul li a {
	display: block;
	padding: 6px 4px;
	font: bold 1.00em Arial;
/*	letter-spacing: 0.03em;*/
	color: #063056;
	height: 1%;
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
}

#submenu ul li a:hover {
	background: #e8e8e8;
}

#submenu ul li a.selected {
	border-left: 2px solid #063056;
	padding: 6px 4px 6px 6px;
	background: #e8e8e8;
}

#submenu ul ul {
	padding: 6px 0;
	margin: 0;
	border-top: none;
	height: 1%;
	border-bottom: 1px solid #d9d9d9;
}

#submenu ul ul li a {
	display: block;
	padding: 3px 12px;
	font: normal 0.82em Arial;
	letter-spacing: 1px;
	color: #063056;
	height: 1%;
	text-decoration: none;
	border-bottom: none;
	background: transparent url(../images/submenu_bullet.gif) 0 0 no-repeat;
}

#submenu ul ul li a:hover {
	background: #e8e8e8 url(../images/submenu_bullet.gif) 0 0 no-repeat;
}

#submenu ul ul li a.selected {
	border-left: none;
	padding: 3px 12px;
	background: #e8e8e8 url(../images/submenu_bullet.gif) 0 0 no-repeat;
}


#submenu ul ul ul {
	padding: 0;
	margin: 0;
	border-top: none;
	height: 1%;
	border-bottom: none;
}

#submenu ul ul ul li a {
	display: block;
	padding: 2px 12px 2px 24px;
	font: normal 0.82em Arial;
	letter-spacing: 1px;
	color: #4d4d4d;
	height: 1%;
	text-decoration: none;
	border-bottom: none;
	background: none;
}

#submenu ul ul ul li a:hover {
	background: none;
	color: #063056;
	text-decoration: underline;
}

#submenu ul ul ul li a.selected {
	border-left: none;
	padding: 2px 12px 2px 24px;
	color: #063056;
	text-decoration: underline;
	background: none;
}




div.box_left {
	position: relative;
	display: block;
	margin: 0 0 24px 0;
	padding: 22px 10px 10px 10px;
	background: #ededed;
	height: 1%;
	font-size: 11px;
}

div.box_left span.title {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 14px;
	width: 120px;
	background: #d9d9d9;
	padding: 0 5px;
	margin: 0;
	text-align: right;
	font: bold 11px Arial;
	line-height: 14px;
	color: #063056;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

div.box_left span.w160px{
	width: 160px;
}

div.box_left span.senca {
	position: absolute;
	display: block;
	width: 220px;
	height: 12px;
	bottom: -12px;
	left: 0;
}

div.box_left a,div.box_right a {
	color: #444;
}

div.box_left a:hover { text-decoration: none; }

div.box_left span.mail, div.box_right span.mail {
	display: block;
	padding: 2px 0 2px 22px;
	background: transparent url(../images/box_left_icon_mail.gif) 0 4px no-repeat;
}

div.box_left span.phone {
	display: block;
	padding: 2px 0 2px 22px;
	background: transparent url(../images/box_left_icon_phone.gif) 0 4px no-repeat;
}

div.box_left span.big {
	display: block;
	padding: 0 0 0 83px;
	background: transparent url(../images/box_left_icon_big.gif) -8px -18px no-repeat;
}


div.box_left div.list_item {
	padding: 5px 0;
}

div.box_left div.list_item a {
	display: block;
	padding-bottom: 3px;
	color: #063056;
	font-weight: bold;
}



/* reference filter */
.reference_filter {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.reference_filter form {
	margin: 0;
	padding: 0;
}

.reference_filter label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.reference_filter span {
	display: block;
	padding: 5px 0;
}

.reference_filter select {
	position: relative;
	display: block;
	border: 1px solid #CCC;
	padding: 1px;
	width: 220px;
	font: normal 12px Arial;
}

.reference_filter option {
	display: block;
	position: relative;
	border: none;
	padding: 0px 5px;
	font: normal 12px Arial;
	color: #4c4c4c;
}

.reference_filter option.lvl2 {
	font-size: 11px;
	padding-left: 10px;
}

.reference_filter div {
	position: relative;
	margin-top: 5px;
	text-align: right;
}

.reference_filter div input.submit {
	padding: 1px 10px;
	font: normal 0.77em Arial;
	text-transform: uppercase;
	color: white;
	background: #063056;
	border: 1px solid #8398ab;
	cursor: pointer;
}




div.heading {
	position: relative;
	display: block;
	background: #e8e8e8;
	padding: 0 14px 0 0;
	margin-bottom: 16px;
}

div.heading span {
	position: relative;
	display: block;
	width: 374px;
	height: 1%;
	float: left;
	background: #e8e8e8;
	
}

div.heading span img {
	border: 1px solid #d9d9d9;
}


a.GE_main_link, div.box_right div a.GE_main_link {
	padding: 3px 0 6px 25px;
	background: transparent url(../images/ico_earth.gif) 0 0 no-repeat;
	color: #808080;
	text-decoration: none;
}

a.GE_download_link {
	color: #808080;
	text-decoration: none;
}

div.heading a.GE_main_link:hover, div.heading a.GE_download_link:hover, div.box_right div a.GE_main_link:hover { text-decoration: underline; }

div.heading h1 {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0 5px 0;
	font: bold 2.0em Arial;
	color: #063056;
}

#head_list {}

#head_list div.item {
	position: relative;
	display: block;
	margin: 8px 0 8px 0;
	padding: 22px 10px 0 91px;
	width: 250px;
	height: 60px;
	float: left;
	border: 1px solid #d9d9d9;
	font-size: 12px;
	color: #444;
}

#head_list div.item a {
	position: absolute;
	display: block;
	height: 82px;
	width: 351px;
	top: 0;
	left: 0;
	z-index: 90;
}


#head_list div.item span.picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}

#head_list div.item span.title {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 215px;
	height: 14px;
	padding: 0 8px;
	margin: 0;
	background: #e6e6e6;
	text-align: right;
	font: bold 11px Arial;
	line-height: 13px;
	color: #063056;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	z-index: 80;
}

#head_list div.item span.r_title {
	display: block;
	font-weight: bold;
	color: #063056;
	padding-bottom: 2px;
	line-height: 14px;
}

#head_list div.item span.r_info {
	display: block;
	font-size: 11px;
	color: #4c4c4c;
}


/* gallery */

#gallery {
	position: relative;
	display: block;
	padding: 7px;
	background: #ededed;
	height: 1%;
}

#gallery span.gal_link {
	position: relative;
	display: block;
	height: 1%;
}

#gallery span.zoom {
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	
}


#gallery div.under { position: relative; height: 1%; }



#gallery span.tool {
	position: absolute;
	top: 7px;
	right: -7px;
}

#gallery span.tool a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 1px 0 0 1px;
	border: 1px solid #d9d9d9;
}

#gallery span.tool a:hover {
	border: 1px solid #b2b2b2;
}

#gallery span.num {
	position: absolute;
	top: 10px;
	left: 0;
	color: #b2b2b2;
	font-size: 12px;
}

a.play_btn img.pause {
	display:none;		
} 
a.play_btn.playing img.pause {
	display:inline;
}
a.play_btn.playing img.play {
	display:none;
}
.gal_image_link {
	display: block;
	position: relative;
	height: 1%;
	
}

span.gal_title {
	position: absolute;
	display: block;
	left: 0px;
	bottom: 0px;
	width: 199px;
	height: 19px;
	padding: 3px 3px 3px 28px;
	font-size: 11px;
	line-height: 12px;
	background: #ededed;
}

a.gal_image_link  {
	position: relative;
	text-decoration: none;
	color: #444444;
}

/* news archive */

div.box_right {
	position: relative;
	display: block;
	margin: 24px 0 0 0;
	padding: 22px 10px 10px 10px;
	background: #ededed;
	height: 1%;
	font-size: 11px;
	z-index: 90;
}

div.box_right span.title {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 14px;
	width: 120px;
	background: #d9d9d9;
	padding: 0 5px;
	margin: 0;
	text-align: right;
	font: bold 11px Arial;
	line-height: 14px;
	color: #063056;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

div.box_right span.senca {
	position: absolute;
	display: block;
	width: 244px;
	height: 12px;
	bottom: -12px;
	left: 0;
}

div.box_right ul {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	
}

div.box_right ul li a {
	padding: 0;
	color: #4c4c4c;
	font-size: 12px;
	line-height: 18px;
}

div.box_right ul li a:hover {
	text-decoration: none;
}


div.box_right ul ul li a {
	padding: 0 0 0 10px;
	background: transparent url(../images/li_bullet.gif) 2px 6px no-repeat;
	
}

/* quotes */

div.quote {
	position: relative;
	display: block;
	margin: 24px 0 0 0;
	padding: 0;
	height: 1%;
	z-index: 90;
	font-style: italic;
	color: #999;
	font-size: 15px;
	line-height: 18px;
}

div.quote span.picture {
	float: left;
	padding: 5px 10px 0 0;
}

div.quote span.avtor {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-style: normal;
	color: #808080;
	font-size: 11px;
}


/* firstpage */
#fp_flash {
	display: block;
	margin: 10px 0;
}

div.fp_wide_box {
	position: relative;
	display: block;
	width: 635px;
	height: 1%;
	margin: 10px 0;
	padding: 0 15px 0 0;
	float: left;
	height: 1%;
}

div.fp_box {
	position: relative;
	display: block;
	width: 310px;
	margin: 10px 0;
	padding: 0 15px 0 0;
	float: left;
	height: 1%;
}

#fp_news {
	position: relative;
	display: block;
	padding: 0px;
	background: #e6e6e6;
	height: 20px;
}

#fp_news #scroller_holder {
	position: absolute;
	display: block;
	left: 50px;
	top: 1px;
	width: 545px;
	height: 16px;
	overflow: hidden;
}

#fp_news #scroller {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}


#fp_news span.controls {
	position: absolute;
	display: block;
	width: 50px;
	height: 20px;
	top: 1px;
	left: 4px;
}

#fp_news span.controls a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 3px;
	float: left;
}

#fp_news span.rss {
	position: absolute;
	display: block;
	width: 28px;
	height: 13px;
	top: 4px;
	right: 7px;
}

#fp_news #scroller div {
	position: relative;
	display: block;
	height: 20px;
	padding: 0; 
	z-index: 50;
}

#fp_news div span {
	padding-right: 10px;
	font-size: 11px;
	color: #999; 
}

#fp_news div a {
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #063056;
}

#fp_news div a:hover { text-decoration: underline; }

#fp_enews {
	position: relative;
	display: block;
	padding: 0 5px;
	background: #e6e6e6;
	height: 1%;
	line-height: 20px;
}

#fp_enews a {
	padding-left: 25px;
	font-size: 12px;
	text-decoration: none;
	color: #063056;
	background: transparent url(../images/fp_enews_icon.gif) 0 1px no-repeat;
}

#fp_enews a:hover { text-decoration: underline; }

div.fp_box span.title {
	position: relative;
	display: block;
	font: bold 14px Arial;
	color: #999;
	text-transform: uppercase;
	padding: 0 0 8px 0;
}

div.fp_box div.banner {
	position: relative;
	display: block;
	width: 152px;
	height: 1%;
	float: left;
	margin: 0 0 6px 0;
	padding: 0 6px 0 0;
}

div.no_padding, div.fp_box div.no_padding { padding: 0; }

div.fp_box div.banner_big {
	position: relative;
	display: block;
	width: 310px;
	height: 1%;
	margin: 0 0 6px 0;
	padding: 0;
}



/* sitemap */

#sitemap {
	position: relative;
	display: block;
	height: 1%;
	margin: 30px 0;
}

#sitemap div.row {
	height: 1%;
	background: transparent url(../images/bg_row.gif) 0 0 repeat-y;
}

#sitemap div.m {
	margin-top: 30px;
	background: transparent url(../images/bg_row_m.gif) 0 0 repeat-y;
}

#sitemap div.col {
	position: relative;
	display: block;
	width: 144px;
	margin: 0;
	padding: 0 8px;
	float: left;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap div.col span.title a {
	font: bold 14px Arial;
	color: #063056;
	text-transform: uppercase;
	text-decoration: none;
}

#sitemap div.col ul {
	list-style: none;
}

#sitemap div.col ul li a {
	display: block;
	padding: 2px 0 2px 8px;
	color: #4c4c4c;
	font-size: 13px;
	background: transparent url(../images/li_bullet.gif) 0px 8px no-repeat;
}

#sitemap div.col ul ul li a {
	display: block;
	padding: 1px 0 1px 16px;
	color: #808080;
	font-size: 12px;
	background: transparent url(../images/li_bullet_siv.gif) 8px 7px no-repeat;
}



/* forms */

#forma {
	position: relative;
	display: block;
	margin: 30px 0;
	padding: 0;
	height: 1%;
}

#forma form {
	margin: 0;
	padding: 0;
}

#forma div.form_field, #forma div.submit {
	position: relative;
	display: block;
	margin: 2px 0;
	padding: 0;
}



#forma div.form_field label {
	position: relative;
	display: block;
	margin-right: 10px;
	padding: 2px 0;
	width: 135px;
	text-align: right;
	float: left;
	font: normal 0.92em Arial;
	color: #4c4c4c;

}

#forma div.form_field .input_field {
	width: 300px;
	padding: 1px;
	margin: 0;
	border: 1px solid #ccc;
	font: normal 0.92em Arial;
}

#forma div.submit input.form_submit {
	margin: 2px 0 2px 145px;
	padding: 1px 10px;
	font: normal 0.77em Arial;
	text-transform: uppercase;
	color: white;
	background: #063056;
	border: 1px solid #8398ab;
	cursor: pointer;
	
}

/***************************/
/*** PRIJAVA BOX.EXTUSER ***/

.right {
	text-align: right;
	height: 1%;
}

div.box_right form {
	padding-top: 8px;
	
}

div.box_right form div.form_field {
	position: relative;
	display: block;
	margin: 6px 0;
	padding: 0;
	height: 1%;
}

div.box_right form div.submit {
	position: relative;
	display: block;
	margin: 8px 0;
	padding: 0;
}

div.box_right form div.form_field label {
	position: relative;
	display: block;
	margin-right: 5px;
	padding: 2px 0;
	width: 103px;
	text-align: right;
	float: left;
	font: normal 12px Arial;
	color: #4c4c4c;
	
}

div.box_right form div.form_field input.tfield {
	width: 110px;
	border: 1px solid #cccccc;
	font: normal 12px Arial;
	height: 17px;
}

div.box_right form div.submit input.submit {
	padding: 1px 10px;
	font: normal 11px Arial;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	background: #063056;
	border: 1px solid #8398ab;
	cursor: pointer;
}

div.box_right div.abstract {
	font: normal 11px Arial;
	margin: 4px 0;
}

div.box_right div a {
	color: #4c4c4c;
}


div.ref {
	margin-bottom: 10px;
	font-size: 12px;
	color: #4c4c4c;
}

div.ref span {
	display: block;
	font-size: 13px;
	color: #063056;
	font-weight: bold;
}

/***************/
/*** EXTUSER ***/

div.extuser_error {
	margin-top: 10px;
	color: red;
}

div.extuser form {
	margin: 20px 0;
}

div.extuser form h4 {
	margin: 20px 0 5px;
}

div.extuser form div {
	margin: 10px 0;
}

div.extuser form div label {
	display: block;
	float: left;
	width: 170px;
	padding-right: 10px;
	text-align: right;
	text-transform: lowercase;
}

div.extuser form div input.txtfield {
	width: 186px;
	border: 1px solid #cccccc;
	font: normal 12px Arial;
	height: 17px;
}

div.extuser form div select.dropdown {
	width: 186px;
	border: 1px solid #cccccc;
	font: normal 12px Arial;
	height: 19px;
}

div.extuser form div div.radio_block {
	margin-left: 180px;
}

div.extuser form div div.radio_block span {
	display: block;
}

div.extuser form div div span input.radio {
	font: normal 12px Arial;
	margin: 0 5px 0 0;
}

div.extuser form div span input.checkbox {
	font: normal 12px Arial;
	margin: 0 10px 0 0;
}

div.extuser form div.captcha_img {
}

div.extuser form div input.extuser_submit {
	padding: 1px 10px;
	font: normal 11px Arial;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	background: #063056;
	border: 1px solid #8398ab;
	margin-left: 180px;
	cursor: pointer;
}

/***************************/

/***************/
/*** FORMS ***/

div.forms_error {
	margin-top: 10px;
}

div.forms {
	margin-top: 10px;
}

div.forms form {
	margin: 20px 0;
}

div.forms form h4 {
	margin: 20px 0 5px;
}

div.forms form div.form_field {
	position: relative;
	display: block;
	margin: 10px 0;
}



div.forms form div label {
	display: block;
	float: left;
	width: 170px;
	padding-right: 10px;
	text-align: right;
}

div.forms form div.label label {
	float: none;
	display: block;
	margin-top: 20px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	/*text-transform: capitalize;*/ /* Simon 23.07.2009 - popravki poljska razlicica */
	border-bottom: 1px solid #063056;
}

div.forms form div.separator label {
	margin-top: 10px;
	border-bottom: none;
}


div.forms form div input.inputfield_i,
div.forms form div input.inputfield_n {
	width: 186px;
	border: 1px solid #cccccc;
	font: normal 12px Arial;
	height: 17px;
}

div.forms form div input.inputfield_n {
	float: left;
	margin-top: 4px;
	margin-left: 180px;
}


div.forms form div.form_field img {

}

div.forms form div textarea.inputfield_t {
	width: 186px;
	border: 1px solid #cccccc;
	font: normal 12px Arial;
}

div.forms form div select.inputfield_s {
	width: 186px;
	border: 1px solid #cccccc;
	font: normal 12px Arial;
	height: 20px;
}

div.forms form div div.inputfield_r,
div.forms form div div.inputfield_c  {
	margin-left: 180px;
	height: 1%;
}

div.forms form div div.inputfield_r span,
div.forms form div div.inputfield_c span {
	position: relative;
	display: block;
	width: 280px;
	padding: 0;
	height: 1%;
}

div.forms form div div.inputfield_c span { padding: 0; }

div.forms form div div.inputfield_r span input.inputfield_r,
div.forms form div div.inputfield_c span input.inputfield_c {
	font: normal 12px Arial;
	margin: 3px 5px 0 0;
	padding: 0;
	float: left;
}

div.forms form div div.inputfield_r span label.inputfield_r,
div.forms form div div.inputfield_c span label.inputfield_c {
	display: block;
	position: relative;
	font: normal 12px Arial;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 250px;
	float: left;
	text-align: left;
}



#requiredfields {
	display: block;
	position: relative;
	margin-left: 180px;
	
	
}

div.forms form div input.submit {
	padding: 1px 10px;
	font: normal 11px Arial;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	background: #063056;
	border: 1px solid #8398ab;
	margin-left: 180px;
	cursor: pointer;
}

/***************************/


#forms form {
	margin: 10px 0;
}

#forms form div.form_field {
	margin: 10px 0;
}

#extuser_form div span.info {
	display: block;
	margin-top: -20px;
	float: right;
	width: 80px; 
	font-size: 10px;
	line-height: 14px;
}

#forms form div.form_field label {
	display: block;
}

#forms form div.form_field div.inputfield_r, 
#forms form div.form_field div.inputfield_c {
	margin-left: 180px;
}

#forms form div.form_field div.inputfield_r span, 
#forms form div.form_field div.inputfield_c span {
	display: block;
}

#forms form div.form_field div.inputfield_r span input.inputfield_r, 
#forms form div.form_field div.inputfield_c span input.inputfield_c {
	display: block;
	width: 20px;
	float: left;
	border: 1px solid #cccccc;
	font: normal 12px Arial;
	margin: 3px 3px 0 0;
}

#forms form div.form_field div.inputfield_r span label.inputfield_r, 
#forms form div.form_field div.inputfield_c span label.inputfield_c {
	display: block;
}

#forms form div.form_field textarea.inputfield_t {
	margin-left: 0px;
	border: 1px solid #cccccc;
	width: 460px;
	height: 120px;
}

#forms form div.form_field input.submit {
	padding: 1px 10px;
	font: normal 11px Arial;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	background: #063056;
	border: 1px solid #8398ab;
	margin-left: 180px;
	cursor: pointer;
}

/**************/
/*** SEARCH ***/

.SearchResultText {
}

.search_keyword {
	font-weight: bold;
}

.search_showing_pages {
}

.searchresult {
	margin-top: 10px;
	padding-top: 5px;
}

.searchresultfirst {
	margin-top: 10px;
	padding-top: 5px;
}

.searchresult a, .searchresultfirst a {
}

div.pages {
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.92em;
	color: #808080 !important;
}

div.pages a {
	padding: 0 5px;
	color: #808080 !important;
}

div.pages a.prev_page {
	padding: 0 5px 0 10px;
	background: transparent url(../images/bg_less.gif) top left no-repeat;
	margin: 0 5px;
}

div.pages a.next_page {
	background: transparent url(../images/bg_more.gif) top right no-repeat;
	padding: 0 10px 0 5px;
	margin: 0 5px;
}

#bs_iskalnik_page_selected {
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
	color: #808080 !important;
}

/* fckstyles */

span.veliknaslov {
	font-size: 1.23em;
	font-weight: bold;
	color: #063056;
}


span.fck_listing {
	background: transparent url(../images/content_li_bullet.gif) 12px 8px no-repeat;
}

span.fck_listing_2 {
	background: transparent url(../images/content_li_bullet.gif) 26px 8px no-repeat;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	padding: 0 0 0 25px;
	height: 1%;
	background: transparent url(../images/content_li_bullet.gif) 12px 8px no-repeat;
}



div.products {
	margin: 10px 0;
}

.level0 {
	display: block;
	margin-top: 3px;
}

.level1 {
	display: block;
	padding-left: 10px;
	font-weight: bold;
}

.level2 {
	display: block;
	padding-left: 20px;
}

.level3 {
	display: block;
	padding-left: 30px;
}

#documents {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

#documents div.item {
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 20px;
	height: 1%;
	font-size: 9px;
}

#documents div.item span {
	position: absolute;
	top: 0; 
	left: 0;
	
}

#documents a {		
	color: #808080;
	font-size: 11px;
	display: block;
	text-decoration: none;
}

#documents a:hover {		
	text-decoration: underline;
}


/* inline gallery */
#inline_gallery {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 0;
	height: 1%;
}

#inline_gallery span.image {
	position: relative;
	display: block;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 230px;
	height: 198px;
	float: left;
	height: 1%;
	border: 1px solid #ccc;
}

/* trimo po svetu */
#world {
	position: relative;
	display: block;
	height: 330px;
	margin : 0 0 16px 0;
	padding: 0;
	background: transparent url(../images/bg_world.gif) 0 0 repeat-x;
}

#world .flash {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 716px;
	float: left;
}
#world .left {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 244px;
	float: left;
}

#world .left span.select {
	position: relative;
	display: block;
	margin: 6px 12px 24px 32px;
}

#world .left span.title {
	position: relative;
	display: block;
	margin: 12px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

#world .left span.item {
	position: relative;
	height: 1%;
	display: block;
	margin: 4px 12px;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

#world .left span.item span {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

/* companies */

#companies div.item {
	position: relative;
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	border-top: 1px solid #eee;
}
#companies div.item h4 {
	margin: 0;
	padding: 0;
}
#companies div.item h6 {
	position: relative;
	height: 1%;
	margin: 0;
	padding: 0;
	color: #CCC;
	font-size: 0.88em;
}

#companies div.item span {
	position: relative;
	display: block;
	width: 280px;
	float: left;
	margin: 0;
	padding: 0;
}

#companies div.item span.left {
	width: 400px;
}

#ref_gallery {}

#ref_gallery span {
	display: block;
}

#ref_gallery span.ref_title {
	font-weight: bold;
	padding: 3px 0 0 0;
}

div.ref_under { position: relative; height: 1%; }



div.ref_under span.tool {
	position: absolute;
	top: 0;
	right: 0;
}

div.ref_under span.tool a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 1px 0 0 1px;
	border: 1px solid #d9d9d9;
}

div.ref_under span.tool a:hover {
	border: 1px solid #b2b2b2;
}

div.ref_under span.num {
	position: absolute;
	top: 5px;
	left: 0;
	color: #b2b2b2;
	font-size: 12px;
}



#content span.veliknaslov a {text-decoration:none;}
#content span.veliknaslov a:hover {text-decoration:underline;}

#content a {text-decoration:none;}
#content a:hover {text-decoration:underline;}




#map div span { 
		
	position:absolute;
	display: block;
	right: -3px;
	bottom:-3px;
	width: 224px !important;
	height: 1%;
	font-size: 8px;
	color: #444;
	text-align: left;
	white-space: normal;
}

