/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, em,
pre, form, fieldset, input, textarea, p, blockquote, th, td, strong {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
	margin-bottom:20px;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}
	
/* Elements */
body {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; /* */
	color: #a99ed8;
}

a, a:link {
	color: #a99ed8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16pt;
	line-height: 16pt;
	font-weight: bold;
	color: #7968c1;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	background: url(../images/line.gif) repeat-x bottom left;
}

h2 {
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #7968c1;
	margin: 10px 0;
}

h3 {
	font-size: 12pt;
	line-height: 12pt;
	font-weight: bold;
	color: #9485d4;
}

h4 {
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	color: #b5ca0d;
	margin-top: 10px;
	margin-bottom: 12px;
}

h4 a, h4 a:hover, h4 a:active, h4 a:visited  {
	color: #b5ca0d;
}

h5 {
	font-size: 9pt;
	line-height: 9pt;
	color: #897cbf;
}

p {
	font-size: 11pt;
	color: #A396D2;
	line-height: 15pt;
	padding: 5px 0;
}

table {
	width: 100%;
	font-size: 10pt;
	line-height: 10pt;
	margin-top: 10px;
	margin-bottom: 20px;
}
td, th {
	padding: 10px;
	padding: 5px;
	margin:0;
	border-bottom: #23185a 1px solid;
	color: #1C133E;
}
th {
	background-color: #42397c;
	border-bottom: #23185a 1px solid;
	font-weight:bold;
	color: #A396D2;
}
td {
	background-color: #8274CE;
}

table a, table a:link {
	color: #fff;
	text-decoration: underline;
}

#left ul li, #leftWide ul li {
	background:url(../images/bullet.png) no-repeat 0 6px;
	padding-left:15px;
	margin:5px 0 5px 5px;
	font-size: 11pt;
	color: #A396D2;
}

.c_line {
	height: 1px;
	background: url(../images/dot.gif) repeat-x;
	margin-top: 10px;
	margin-bottom: 19px;
}

.clear {
	clear: both;
}

.imgLeft {
	float: left;
	border: #4f4482 5px solid;
	margin-right: 10px;
}

.imgRight {
	float: right;
	border: #4f4482 5px solid;
	margin-right: 10px;
}

.video_border {
	border: #1a123c 10px solid;
	z-index:100;
}

.video {
	width: 230px;
	height: 175px;
}

.img_link {
	display: block;
	text-align: center;
	margin: 20px 0px;
}

.button, .buttonEng {
	height: 1%;
	overflow: hidden;
}

.button a, .buttonEng a {
	display: block;
	float: right;
	width: 47px;
	height: 20px;
	font-size: 10pt;
	color: #a99ed8;
	text-align: center;
	text-decoration: none;
	background: url(../images/arhiv.gif);
}

.buttonEng a {
	width: 57px;
	background: url(../images/archive.gif);
}

a.pdf {
   padding-right: 18px;
   background: transparent url(../images/pdf.gif) no-repeat center right;
}


/* Layout */
body {
	height :100%; 
	background: #1a123b url(../images/body_bg.jpg) repeat-x top center;
	position: relative;
}

#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#vesna {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/bg_full.jpg) no-repeat scroll center top transparent;
	z-index: -1;
}

#vesnaWide {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/bg_full_wide.jpg) no-repeat top center;
	z-index: -1;
}

#footer_bg {
	position: absolute;
	bottom: 60px;
	left: 0px;
	height: 100px;
	width: 100%;
	background: url(../images/bg_footer.gif) repeat-x top left;
}

#footer_gliter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 241px;
	width: 100%;
	background: url(../images/bg_footer.jpg) no-repeat bottom center;
}


/* Top Links */
#lang {
	height: 26px;
	text-align: right;
}

#lang p {
	font-size: 1.1em;
	line-height: 8px;
	padding: 9px 10px 6px 0px;
	color: #a396d2;
}

#lang p a {
	color: #a396d2;
}



/* Header */
#header {
	height: 300px;
	padding: 7px 0px;
	position: relative;
}

#slider {
	margin-left: 250px;
}

#uvodni_line {
	height: 90px;
	width: 210px;
	position: absolute;
	top: 70px;
	left: 260px;
	z-index: 20;
	font-size: 13px;
}

.overlay {
	position: absolute;
	height: 300px;
	width: 980px;
	background: url(../images/overlay.png) no-repeat 0px 0px;
	z-index: 15;
	top: 7px;
	left: 0;
}

#navigation {
	height: 30px;
	margin-top: 29px;
	margin-left: 210px;
}

#navigation ul li {
	float: left;
	padding: 0px 8px;
}

#navigation ul li a {
	text-decoration: none;
	display: block;
	color: #a396d2;
	font-size: 12px;
	font-weight: bold;
	line-height: 9px;
	padding: 13px 13px 8px 13px;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	color: #b1c50e;
}

#navigation ul li.selected a {
	color: #190448;
	background: url(../images/nav_selected_bg.gif) repeat-x 0px 0px;
}



/* */
#content {
	margin-left: 205px;
	margin-top: 40px;
	height: 1%;
	overflow: hidden;
}

#contentWide {
	margin-left: 230px;
	margin-top: 40px;
	height: 1%;
	overflow: hidden;
}

#left {
	width: 460px;
	float: left;
	padding: 0px 40px 20px 25px;
	margin-bottom: 20px;
	background: url(../images/bg_content_bottom.gif) no-repeat 0px 400px;
}

#leftWide {
	width: 710px;
}

#right {
	float: left;
	width: 250px;
}

.news_item {
	padding: 0px 0px 20px 0px;
	height: 1%;
	overflow: hidden;
}

.news_item img {
	width: 110px;
	height: 110px;
}

.news_item p {
	font-size: 10pt;
}

#footer {
	height: 160px;
	padding-left: 210px;
}

ul#logotipi {
	height: 42px;
	padding: 27px 0px;
}

ul#logotipi  li {
	float: left;
}

ul#logotipi li a {
	display: block;
	margin-left: 34px;
}

ul#logotipi li a.first {
	margin-left: 0px;
}

#info {
	margin-top: 34px;
}

#info h5 a {
	color: #897cbf;
	text-decoration: underline;
	line-height: 10pt;
}

#info h5 a:hover {
	text-decoration: none;
}

#info h5 a.noLine{
	text-decoration: none;
	cursor:text;
}


.f_left {
	display: inline;
}

.f_right {
	display: inline;
	float: right;
}

/*slideshow*/
#slideshow {
	position:relative;
	height:300px;
}

#slideshow IMG {
	position:absolute;
	top:0;
    left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

/*forms*/
#content form {
	padding:10px 0;
}

#contact .captcha p {
	margin-left:160px;
}

#contact ol li{
	list-style:none;
	margin:5px 0;
}

#contact ol li label {
	width:150px;
	text-align:right;
	display:inline-block;
	margin-right:5px;
	padding-top:3px;
	vertical-align:top;
	font-size: 11pt;
}

#contact ol li input, #contact ol li textarea {width:270px;}

#contact ol li input#cfContact {width:100px}

#contact ol li label.left {
	text-align:left;
}

#contact ol li.aster {margin-left:159px;}

#cfContact {
	margin-left:159px;
}

.errors {
	border:2px solid #EC2929;
	padding:5px;
	margin-bottom:10px;
	color:#EC2929;
}

.textError {color:#EC2929;}

.ok {
	border:2px solid #22E413;
	padding:5px;
	margin-bottom:10px;
	color:#22E413;
}

.ok h3, .ok p {color:#22E413;}

#lbImage {z-index:1000;}