@charset "utf-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/**/

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#mini_logo, #multi_nat { behavior: url(iepngfix.htc); }

#shadow {
	width: 982px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/shadow_r.png) repeat-y right;
	padding-right: 12px !important;
	padding-right: 0px;
	position: relative;
}
#shadow .tr {
	position: absolute;
	background: url(images/shadow_tr.png) no-repeat;
	top: 0px;
	right: 0;
	width: 12px;
	height: 18px;
}
#shadow .br {
	position: relative;
	z-index: 999;
	margin-top: -5px;
	margin-left: 2px !important;
	background: url(images/shadow_br.png) no-repeat bottom right;
	width: 992px;
	height: 16px;
}
#container { 
	width: 980px; 
	background: url(images/content_bg.png) 0 0 repeat-y #fff;
	border: 1px solid #292526;
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 319px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
	padding-bottom: 73px; /* preprecimo prekrivanje footer_logos */
}
#sidebar_header {
	position: relative;
	height: 131px;
	background: url(images/sidebar_header_gradbg.png) bottom left no-repeat #fff;
}
#fpe_logo {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}
#lang_logo {
	float: right;
	padding-top: 15px;
	padding-right: 30px;
}
	
#lang_select {
	position: absolute;
	right: 0;
	top: 1px;
	list-style: none;
	width: 150px;
}
#lang_select li {
	font-weight: bold;
	float: left;
	font-size: 75%;
	margin-left: 1px;
	margin-right: 1px;
}
#lang_select li a {
	color: #fff;
	text-decoration: none;
}
ul.si li#slo a, ul.cro li#cro a, ul.eng li#eng a, #lang_select li a:hover {
	color: #000;
}

a#video {
	display: block;
	height: 13px;
	line-height: 13px;	
	text-decoration: none;
	color: #A2A2A0;
	background: url(images/icon_video.png) top left no-repeat;
	padding-left: 27px;
	letter-spacing: 0.02em;
}

a#video:hover {
	text-decoration: underline;
	background: url(images/icon_video.png) bottom left no-repeat;	
}

a#video.selected {
	background: url(images/icon_video.png) bottom left no-repeat;	
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar_navbar {
	position: relative;
	height: 17px;
	line-height: 17px;
	padding-top: 2px;
	padding-left: 7px;
	border-top: 1px solid #292526;
	border-bottom: 1px solid #292526;
	background: url(images/navbar_bg.png) no-repeat right top #fff;
}
#sidebar_navbar a {
	margin-left: 3px;
	margin-right: 3px;
}

#sidebar_content {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 73px; /* preprecimo prekrivanje footer_logos */	
}

#content_header {
	width: 659px;
	height: 131px;
	overflow: hidden;
	float: right;
	position: relative;
	margin-left: 2px;
	background: url(images/content_header_bg.jpg) no-repeat;
}

#content_logos {
	position: absolute;
	width: 619px;
	padding-left: 20px;
	padding-top: 20px;
}

#mini_logo {
	float: left;
}
#multi_nat {
	float: right;
}

#content_title {
	position: absolute;
	overflow: hidden;
	width: 1500px;
	right: 0;
	bottom: 23px;
}

#ch_right {
	display:block;
	height: 25px;
	width: 150px;
	float: right;
	background:url(images/title_bracket_r.png) left no-repeat;
	text-indent: -2000px;
}
#ch_left {
	display:block;
	height: 25px;
	float: right;
	width: 500px;
	background:url(images/title_bracket_l.png) right no-repeat;
	text-indent: -2000px;
}
#ch_title {
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	float: right;
	line-height: 25px;
	height: 25px;
	margin: 0;
	font-size: 22px;
	color: #fff;
}

#content_breadcrumbs {
	position: relative;
	float: right;
	width: 661px;
	height: 19px;
	line-height:19px;
	background-color: #a7cc3d;
	border-top: 1px solid #292526;
	border-bottom: 1px solid #292526;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
}
.bc_toplevel {
	display: block;
	float: left;
	background-color: #292526;
	color: #a6ce3d;
	padding-left: 8px;
	padding-right: 4px;
	margin-left: 1px;
}
.bc_sublevel {
	display: block;
	float: left;
	background-color: #292526;
	padding-right: 8px;
}

#mainContent {
	clear: right;
	position: relative;
	background-color: #fff;
	top: 12px;
	margin: 0px 8px 24px 329px; 
	padding: 0 8px 8px 8px;
	font-size: 90%;
	line-height: 140%;
	border-top: 4px solid #a7cc3d;
	border-bottom: 4px solid #a7cc3d;
} 

#mainContent.split {
	background: url(images/main_content_bg.png) repeat-y #fff;
}

#mainContent.split_short {
	background: url(images/main_content_bg.png) no-repeat #fff;
}

#mainContent a {
	color: #a7cc3d;
	text-decoration: underline;
}
#mainContent a:hover {
	text-decoration: none;
}

#mainContent strong {
	font-weight: bold;
}

#mainContent p {
 	/*	text-indent: 1.5em; */
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.8em;
}

#mainContent ul {
	list-style: disc;
	list-style-position:outside;
	padding-left: 1.5em;
}
#mainContent ul li {
	padding-bottom: 0.2em;
}

#mainContent h2 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	display: block;
	color: #a7cc3d;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: -0.1m;
}

#mainContent table.biglist {
	margin-top: 0.3em;
	font-size: 80%;
	border: 1px solid #292526;
	line-height: normal;
}
#mainContent table.biglist td {
	padding: 3px;
	border: 1px solid #292526;
}

#news_ticker {
	position: relative;
	border-bottom: 4px solid #a7cc3d;
	border-right: 4px solid #a7cc3d;
	background-color: #fff;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 90%;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 8px;
}
#news_ticker p {
	position: absolute;
	left: 0;
	background-color: #a7cc3d;
	padding-left: 4px;
	padding-right: 8px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-indent: 0;
}
#news_ticker span {
	color: #000;
}
#news_ticker div {
	margin-left: 70px;
	font-size: 95%;
}

#main_left {
	position: relative;
	float: left;
	width: 49%;
	margin: 0;
}

#main_right {
	position: relative;
	float: right;
	width: 49%;
	margin: 0;
}

#main_right img {
	max-width: 300px;
}

#footer_logos {
	left: 0px;
	bottom: 10px;
	position: absolute;
	z-index: 500;
	width: 319px;
	font-size: 75%;
}
#footer_logos h3 {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
#footer_logos h4 {
	color: #a7cc3d;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#footer {
	clear: both;
	text-align: right;
	padding: 2px 10px 2px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #a7cc3d;
	font-size: 80%;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

