@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a:link {
	color: #0092dd;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #0092dd;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
}
hr {
	border-bottom: 1px solid #B9B9B9;
	margin: 5px 0px;
	padding: 0px;
}
body {
	background: #7d7d7d url(images/bg.gif) repeat-x top;
	color: #000;
	font: 12px/19px Tahoma, Geneva, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
h1 {
	font-size: 23px;
	line-height: 25px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #0092dd;
}
h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0px;
	color: #da251d;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.text10 {
	font-size: 10px;
	line-height: 16px;
}
.text11 {
	font-size: 11px;
	line-height: 17px;
}
.text12 {
	font-size: 12px;
	line-height: 18px;
}
.text13 {
	font-size: 13px;
	line-height: 17px;
}
.text14 {
	font-size: 14px;
	line-height: 18px;
}
.text15 {
	font-size: 15px;
	line-height: 18px;
}
.text16 {
	font-size: 16px;
	line-height: 19px;
}
.text17 {
	font-size: 17px;
	line-height: 20px;
}
.text18 {
	font-size: 18px;
	line-height: 20px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 10px 3px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}

/* --------------- FORM ELEMENTI ------------------ */
form p {
}
form label {
	float: left;
	width: 150px;
	padding-top: 2px;
}
form input[type=text], form input[type=password], form textarea {
	padding: 2px;
	width: 250px;
}
form input[type=submit] {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCC;
	background: #CCC;
}
form textarea {
	height: 140px;
}
form select {
	padding: 2px;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}
.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCC;
}
legend {
	font-weight: bold;
}
#wrapper {
	margin: auto;
	width: 980px;
}
#lang {
	background: url(images/lang.gif) no-repeat;
	height: 24px;
	width: 60px;
	position: absolute;
	margin: 28px 0px 0px 905px;
}
.lang {
	background: url(images/hr.gif) no-repeat;
	height: 19px;
	width: 24px;
	float: left;
	display: block;
	margin: 3px 0px 0px 4px;
}
.en {
	background: url(images/en.gif) no-repeat;
}
#top {
	height: 65px;
}
#head {
	height: 55px;
	background: #FFF url(images/border-top.gif) no-repeat top;
}
#logo-bg {
	background: url(images/logo-bg-trans.png) no-repeat left top;
	height: 106px;
	width: 447px;
	position: absolute;
	z-index:2;
}
#logo {
	display: block;
	background: url(images/logo.gif) no-repeat;
	height: 65px;
	width: 380px;
	position: absolute;
	margin: 10px 0px 0px 25px;
}
#container {
	background: #FFF;
	min-height:534px;
}
#image {
	width: 970px;
	position:absolute;
	margin-left: 5px;
}
#menu {
	position: absolute;
	background: url(images/menu.png) no-repeat;
	width: 224px;
	margin: 55px 0px 0px 20px;
	z-index: 4;
}

/*--------------------------PRVA RAZINA--------------------------*/
#nav-left { /* all lists */
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 13px 0px 2px 12px;
	z-index:3;
	text-indent: 3px;
	background: url(images/nav-bottom.gif) no-repeat bottom;
	display: block;
	float: left;
}
#nav-left li {
	float:left;
	margin: 0px 0px 2px;
	padding: 0px;
	width: 193px;
	background: url(images/nav-sep.gif) repeat-x bottom;
}
#nav-left li:last-child {
	background: none;
}
#nav-left li a {
	display:block;
	width: 193px;
	color: #545454;
	text-decoration: none;
	padding: 4px 0px 7px;
	background: url(../images/nav-item.gif) no-repeat left top;
	margin: 0px;
	font-weight: bold;
}
#nav-left li a:hover {
	color: #0D94DD;
}


/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav-left ul {
	width:185px;
	background: #FFF;
	position: absolute;
	left: -999em;
	margin: -23px 0px 0px 170px;
	padding: 0px;
	list-style: none;
	border: 1px solid #EFE2E2;
}
#nav-left ul li {
	width: 185px;
}
#nav-left ul li a {
	color: #545454;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 4px 10px 7px;
	display: block;
	width: 165px;
	text-indent: 0px;
}
#nav-left li ul li a:hover {
	color: #0D94DD;
}

#nav-left li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav-left li:hover ul ul, #nav-left li:hover ul ul ul, #nav-left li.sfhover ul ul, #nav-left li.sfhover ul ul ul {
	left: -999em;
}

#nav-left li:hover ul, #nav-left li li:hover ul, #nav-left li li li:hover ul, #nav-left li.sfhover ul, #nav-left li li.sfhover ul, #nav-left li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav-left a.sub {
	background: url(images/arrow.gif) no-repeat 185px 10px;
}
#nav-left a.sub:hover {
	background: url(images/arrow.gif) no-repeat 185px 10px;
}
#nav-left li:hover, #nav-left li.hover {
    position: static;
}

#news {
	position: absolute;
	background: url(images/news-bg.png) no-repeat;
	width: 490px;
	margin: 60px 0px 0px 455px;
	padding: 15px 10px 5px 20px;
	font-size: 11px;
	line-height: 17px;
}
#news .news:last-child {
	background:none;
}
.news {
	background: url(images/nav-sep.gif) repeat-x bottom;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#news .title {
	font-size:13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px;
}
#news a {
	color: #da251d;
}
#news p {
	margin:0px;
	padding:0px 0px 7px;
}
#image p {
	margin:0px;
	padding:0px;
}
#top-nav {
	margin: 10px 0px 0px 530px;
	padding: 0px;
	list-style: none;
	position: absolute;
	width:450px;
	display: inline;
	line-height: 17px;
}
#top-nav li {
	display: inline;
	float: right;
	margin-right: 5px;
}
#top-nav li a {
	display: block;
	float: right;
	background: url(images/top-nav-left.gif) no-repeat left bottom;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#top-nav span {
	display: block;
	background: url(images/top-nav-right.gif) no-repeat right bottom;
	padding: 9px 12px 11px;
}
#top-nav a:hover {
	background: url(images/top-nav-left.gif) no-repeat left top;
}
#top-nav a:hover span {
	background: url(images/top-nav-right.gif) no-repeat right top;
}
#bottom {
	background: #FFF url(images/bottom-gradient.gif) no-repeat center top;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
}
#footer {
	background: url(images/footer.gif) no-repeat top;
	color: #e8e8e8;
	height: 56px;
	padding-top: 18px;
	font-size: 11px;
	line-height: 17px;
}
#footer a {
	color: #e8e8e8;
	text-decoration:none;
}
#footer p {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 3px;
}
#contact {
	background: url(images/tel.jpg) no-repeat left 5px;
	padding-left: 118px;
	width: 350px;
	margin: 10px 0px 0px 15px;
	float:left;
}
#contact p {
	margin: 0px;
	padding: 0px 0px 1px;
}
#contact a {
	background: #0092dd;
	text-decoration: none;
	color: #FFF;
	padding: 2px;
}
#bottom-text {
	float: right;
	width: 450px;
	margin: 10px 15px 5px 0px;
	text-align: right;
	font-size: 20px;
	color: #097db7;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
}
#bottom-text p {
	margin:0px;
	padding:0px;
}
#right {
	position: relative;
	float: right;
	z-index: 3;
	width: 695px;
	margin-top: 150px;
	padding: 0px 20px 10px 0px;
}
#right ul li {
	margin-left: 15px;
}

