/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}*/

/* remember to highlight inserts somehow! 
ins {
	text-decoration: none;
}*/
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end css reset */

* {
    margin: 0;
    padding: 0;
}
html, body, form {
    height: 100%;
}

body {
    background:  url(../Images/back6000.png) #FFFFFF 0 0 repeat-x;
    font: 12px/18px Arial, Helvetica, "Trebuchet MS" , Tahoma, sans-serif;
    color: #333333;
}

a, a:link, a:visited {
    color: #0033FF;
    text-decoration: none;
    outline: none;
}
a:hover, a:active {
    outline: none;
    text-decoration: underline;
    color: #0066FF;
}

input.field, textarea {
    background: url(../Image/bg_input_textarea.gif) #FFFFFF 0 0 no-repeat;
    border: solid 1px #7f9db9;
    padding: 1px 2px 1px 3px;
}


input.default {
    border: solid 1px #FFFFFF;
    outline: solid 1px #318aae;
    text-decoration: none;
    color: #FFFFFF;
    line-height: normal;
    height: 21px;
    font-size: 11px;
    background: url(../Image/butt_default.gif) transparent 0 0 no-repeat; /*width: 96px;     padding: 1px 3px 2px 20px;*/
    width: 1;
    overflow: visible;
    padding: 1px 12px 2px 26px;
    cursor: pointer;
    min-width: 50px;
}
*:first-child + html input.default {
    min-width: 80px;
    border: solid 1px #318aae;
}

html > /**/ body input.default {
    width: auto;
    height: 21px;
}
*html input.default {
    width: auto;
    border: double 1px #66d4ff;
    outline: 0;
}

body:last-child input.default {
    padding: 1px 12px 3px 26px;
}

input.default:hover {
    background: url(../Image/butt_default.gif) transparent 0 -40px no-repeat;
    border: solid 1px #FFFFFF;
    outline: solid 1px #206480;
}

*:first-child + html input.default:hover {
    border: solid 1px #66d4ff;
}

input.default:focus {
    border: solid 1px #fff4d7;
    outline: solid 1px #002b3c;
}
*html input.default:focus {
    border: double 1px #3fbeef;
    outline: 0;
}

input.logout {
    position: absolute;
    right: 20px;
    top: 20px;
}

body.home input.logout {
    display: none;
}

h1 {
    font: bold 28px/1.2em Arial, Helvetica, "Trebuchet MS" , Tahoma, sans-serif; /*height: 51px;*/
    line-height: normal;
    padding: 5px 5px 0 10px;
}

body.home h1, h1 /* temp !!! */ {
    text-align: center;
    height: auto;
    padding: 0;
}
body.home h1 span, h1 span /* temp !!! */ {
    display: none;
}

h2 {
    font-size: 18px;
    color: #414547;
    line-height: normal;
    margin: 0 0 20px 0;
}

body.home h2, h2 /* temp !!! */ {
    font-size: 13px;
    text-align: center;
    color: #000000;
    line-height: normal;
    margin: 0 0 30px 0;
}
body.home h2 a, body.home h2 a:link, h2 a:link /* temp !!! */ {
    color: #ff8a00;
    margin-left: 15px;
}

h3 {
    font-size: 14px;
    color: #333333;
    line-height: normal;
	border-bottom: #bcb7b4 3px solid;
    margin: 0 0 10px 0;
	padding-bottom:3px;
}

h5 {
    font-size: 13px;
    line-height: normal;
}

h6 {
    font-size: 12px;
    line-height: normal;
}

sup {
    font-size: 0.8em;
    vertical-align: text-top;
    display: inline;
    padding-left: 0.1em;
}

div.page {
    position: relative; /*width: 950px;*/
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    background: url(../Images/content_back.png) 0 0 repeat-y;
    width:985px;
}
*html div.page {
    height: 100%;
}

body.home div.page {
    background: url(../Image/bg_page_login.gif) center 428px no-repeat;
}

body.reg div.page {
    background: none;
}

div.header {
    height: 360px;
    position: relative;
    background: url(../Images/header2.png) #FFFFFF 0 0 no-repeat;
    /*background: url(../Image/bg_header.gif) #FFFFFF 0 0 repeat-x;     border-bottom: solid 2px #404446;*/
}

div.header_right {
float:right; 
position: relative; 
width:713px;  
top:28px; 
right:21px;
}

/* Ie 6 --------------------------------------------------- */
*html div.header_right {
float:right; 
position: relative; 
width:713px;  
top:28px; 
right:19px;
}

body.home div.header {
    height: 130px;
    position: relative; /*border-bottom: solid 2px #404446;     background: url(../Image/pic_header.jpg) #FFFFFF center 124px no-repeat;*/
}

/*div.loginStatus {
    position: absolute;
    right: 8px;
    top: 62px;
}*/

img.logo {
}

div.wrapper {
    float: right;
    width: 100%;
    margin-left: -245px;
	    background: url(../Images/content_top.png) 0 0 no-repeat;
	background-position: left top;
	min-height:336px;	
}
body.home div.wrapper {
    float: none;
    width: auto;
    margin: 0;
}


div.content2 {
    padding: 15px;
    position: relative; /*background: url(../Image/bg_content.gif) #FFFFFF 0 0 repeat-x;     border-top: solid 1px #FFFFFF;*/
    margin-left: 247px;
	margin-right: 3px;
}
body.home div.content {
    margin: 0;
}

div.content2_right {
width:454px;
position:relative;
float:left;
padding-bottom:30px;
}

div.navigation {
    float: left;
    width: 220px; margin: 10px 0 0 17px; /* background-color:Red;*/
}
body.home div.navigation {
    display: none;
    visibility: hidden;
}

div.extra {
    float: left;
    clear: left;
    width: 220px; margin: 0 0 0 17px; /*background-color:Orange;*/
}
*html div.navigation, *html div.extra { margin-left:5px;}

body.home div.extra {
    display: none;
    visibility: hidden;
}


ul.homeLinks {
    width: 210px;
    margin: 30px auto 0 auto;
}

ul.homeLinks li {
    line-height: 30px;
    margin: 1px 0 0px 0px;
    padding: 0 0 0 10px;
	font-size:12px;
    background: url(../Images/linija_desno1x2.png) 0 0 repeat-x;
	background-position: left bottom;
}
ul.homeLinks li:hover {
	 background: url(../Images/linija_desno1x2.png) 0 0 repeat-x;
	background-position: left bottom;
}

ul.homeLinks a, ul.homeLinks a:link, ul.homeLinks a:visited {
    color: #f9d6a0;
}
ul.homeLinks a:hover, ul.homeLinks a:active {
    color: #FFFFFF;
    text-decoration: none;
}

ul.homeLinks a span {
    color: #017dae;
}
ul.homeLinks a:hover span {
    color: #FFFFFF;
}

.li_spacer {
 font-size: 1px; text-decoration: none; line-height: 5px; margin:0px; padding:0px;
}


ul.homeLinks2 {
    width: 206px;
    margin: 0 auto 0 auto;
   background-image: url(../Images/back_podmeni.png);
	background-repeat: repeat-x;
	background-position: left top;
}

ul.homeLinks2 li {
    line-height: 19px;
    margin: 0px;
    padding: 2px 0 2px 22px;
	font-size:12px;
	border-bottom:#7a6f6a 1px solid;
	border-top:#3f3732 1px solid;
   background-image: url(../Images/bg_submenu2.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}
ul.homeLinks2 li:hover {
   background-image: url(../Images/bg_submenu_over2.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
}

ul.homeLinks2 a, ul.homeLinks2 a:link, ul.homeLinks2 a:visited {
    color: #f9d6a0;
}
ul.homeLinks2 a:hover, ul.homeLinks2 a:active {
    color: #FFFFFF;
    text-decoration: none;
}

ul.homeLinks2 a span {
    color: #017dae;
}
ul.homeLinks2 a:hover span {
    color: #FFFFFF;
}




div.form {
    padding: 0 0 0 10px;
    margin: 10px 0;
}

div.form table {
    width: 100%;
}
body.home div.form {
    margin: 10px auto;
    width: 310px;
}

div.form h2 {
    margin-bottom: 10px;
}

div.formRow {
    position: relative;
    margin: 2px auto 4px auto;
    min-height: 30px;
    text-align: left;
    width: auto;
    display: block;
    clear: both;
}
*html div.formRow {
    height: 30px;
}

div.formRow label {
    display: block;
    width: 140px;
    float: left;
}

div.formRow input.field {
    width: 145px; /*float: right;*/
}

div.formRow select {
    width: 149px;
    float: right;
}

div.formRow span.validator {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    font-size: 14px;
}

div.letters {
    min-height: 20px;
    height: 20px;
}

div.letters input {
    width: 20px;
    height: 20px;
    border: solid 1px #d0d6d8;
    font-size: 11px;
    line-height: 15px;
    background: url(../Image/butt_letter.gif) center -1px no-repeat;
}
div.letters input:hover {
    background: url(../Image/butt_letter.gif) center -31px no-repeat;
    border: solid 1px #318aae;
}

/*div.formRow span.radio {
  text-align: left;
    width: 65px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
div.formRow span.radio label {
    width: 50px;
}
div.formRow span.radio input {
    width: 10px;
    height: 18px;
    line-height: 18px;
    float: none;
}
*/

div.login {
    width: 307px;
    height: 214px;
    padding: 5px 0 0 0;
    position: relative;
    margin: 42px auto 0 auto;
    background: url(../Image/bg_login.gif) #e5ecf0 0 0 repeat-x;
    text-align: center;
}

div.login div.formRow {
    border: none;
    margin: 2px auto 7px auto;
    min-height: 42px;
    height: 42px;
    text-align: center;
    clear: both; /*width: 307px;     display: inline-block;*/
}
*html div.login div.formRow {
    height: 38px;
    margin: 2px auto 4px auto;
}
div.login div.formRow label {
    float: none;
    clear: both;
    width: auto;
    color: #585d60;
    border: none;
    padding: 2px 0 0 0;
}

div.login div.formRow input.field {
    float: none;
    width: 167px;
    margin: 2px 0 0 0;
    padding: 1px 0;
    border: solid 1px #b2bbbf;
    text-align: center;
    background: url(../Image/bg_login_field.gif) #FFFFFF center 0 no-repeat;
    height: 17px;
}

div.login div.formRow input.field:focus {
    border: solid 1px #838f94;
    outline: solid 1px #f7fbfc;
}

div.login div.check {
    height: 38px;
    min-height: 38px;
}

*html div.login div.check {
    height: 36px;
}

div.login div.check input:focus {
    outline: solid 1px #f7fbfc;
}

div.login div.check label {
    color: #81898d;
    padding-bottom: 2px;
}
*html div.login div.check label {
    padding-bottom: 1px;
}

div.login span.loginFailText {
    color: red;
    position: absolute;
    left: -22px;
    top: -24px;
    width: 350px;
    font-weight: bold;
}

div.login div.formRow span.validator {
    top: 27px;
    right: 40px;
    width: 15px;
    height: 15px;
    font-size: 18px;
    font-weight: bold;
}

input.buttLogin {
    height: 51px;
    width: 227px;
    color: #FFFFFF;
    cursor: pointer;
    font: normal 33px/1.2em Arial, Helvetica, "Trebuchet MS" , Tahoma, sans-serif;
    margin: 0 0 0 0;
    background: url(../Image/butt_login.gif) #017dae 0 0 repeat-x;
    border: solid 1px #017dae;
    border-bottom-color: #016086;
    outline: none;
    letter-spacing: 3px;
}

input.buttLogin:hover {
    background: url(../Image/butt_login.gif) #3dadda 0 -80px repeat-x;
    border: solid 1px #017dae;
    border-top-color: #016086;
}

input.buttLogin:focus {
    border-color: #001b26;
    outline: solid 1px #f7fbfc;
    color: #fff4d7;
}

div.login table {
    width: 100%;
}

div.content p {
    margin: 2px 0 12px 0;
}

div.description {
    margin: 5px 15px 15px 10px;
    text-align: justify;
}
div.description p {
    padding: 0 1px;
}

p sup {
    font-size: 0.9em;
}

div.filters {
    border: solid 1px #a4a5a6;
    border-top-color:#656667;
    background: url(../Image/bg_filters.gif) #fbfeff 0 0 repeat-x;
    padding: 0 10px 18px 10px;
}

div.filters h3 {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 10px 2px 10px;
    margin: 0 -11px 15px -11px;
    line-height: 22px; border: solid 1px #7e7f80; border-width: 0 1px;
    background: url(../Image/bg_filters.gif) #2a9dca 0 0 repeat-x;
}

*html div.filters h3 {
     padding-top:3px;
      line-height: 24px;
}

div.filters h3 img {
    vertical-align: top;
    margin-right: 3px;
}

*html div.filters h3 img {
    margin-top:-3px;
}

div.buttCont {
    width: 300px;
    margin: 0 auto 19px auto;
    height: 26px;
    padding: 3px 0 0 0;
    text-align: center; line-height: normal;
    /*background: url(../UI/Image/bg_buttCont.gif) #d4dcdf center top no-repeat;*/
}
div.buttCont input {
    margin: 5px;
}

div.buttContLrg {
    width: 520px;
    /*background-image: url(../UI/Image/bg_buttCont_large.gif);*/
}


/* Footer start */

div.footer2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; /*width: 950px;*/ /*width: 100%;*/
    height: 72px;
    border-top:0px;
    background: url(../Images/footer.png) #FFFFFF left bottom no-repeat;
}

*html div.footer2 {
     width: 100%;
}

body.home div.footer2 {
    height: 78px;
    background-color: #FFF;
}

div.supporter {
    height: 40px;
}

body.home div.supporter {
    height: 78px;
}

p.copyright {
    text-align: center;
    color: #c0cacf;
    font-size: 11px;
    margin-top: 6px;
}

body.home p.copyright {
    margin-top: 50px;
}

html body .fontFixer {font: 12px "Segoe UI", Arial, sans-serif; color: #333;}

/* Fixes & Misc */

div.clearer, .clearer, div.description .clearer, div.content div.description div.clearer {
    clear: both;
    line-height: 0;
    font-size: 0;
    border: none;
}
br.clearer {
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0;
    border: none;
}

div.clearerTen, .clearerTen, div.description .clearerTen, div.content div.description div.clearerTen {
    clear: both;
    line-height: 10px;
    height: 10px;
    font-size: 10px;
    border: none;
}

html > /**/ body {
}
/* ie8 fix */

body:last-child {
}
/* ff fix */

div.separator, .separator, div.description .separator, div.content div.description div.separator {
    clear: both;
    line-height: 5px;
    font-size: 5px;
    height: 5px;
    border: none;
}

div.separatorL, .separatorL, div.description .separatorL, div.content div.description div.separatorL {
    clear: both;
    line-height: 15px;
    font-size: 15px;
    height: 15px;
    border: none;
}

div.separatorXl, .separatorXl, div.description .separatorXl, div.content div.description div.separatorXl {
    clear: both;
    line-height: 20px;
    font-size: 20px;
    height: 20px;
    border: none;
}

/* header */
div.header_link {
position:absolute; 
width:600px; 
margin:2px 8px 2px 105px ;
text-align: right; 
color:#c0cacf;
}

.linktop2, a.linktop2:link, a.linktop2:visited { color: #666666; text-decoration: none; }
a.linktop2:hover, a.linktop2:active { text-decoration: none; color:#0095DA;}

div.header_j {
position:absolute; 
width:100px; 
margin:2px 2px 2px 4px; 
text-align: left; 
color:#002D5E;
}

.linktop_j, a.linktop_j:link, a.linktop_j:visited { color:#002D5E; text-decoration: none; }
a.linktop_j:hover, a.linktop_j:active { text-decoration: none; color: #DD0000;}


/* content */

.p_Nsl {
color: #333333;
font-weight:bold;
font-size:12px;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0px 3px 5px 8px;
padding: 0px;
border:0px;
line-height:17px;
}

.p_Nslc {
color: #e30000;
line-height: normal;
font-size:14px;
}

.p_vsgtext {
color: #333333;
font-size:11px;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0px 3px 10px 8px;
padding: 0px 5px 0px 0px;
border:0px;
line-height:19px;
text-align:justify;
}


.p_vsgtext12 {
color: #000000;
font-size:12px;
font-weight:bold;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0px 3px 10px 8px;
padding: 0px 5px 0px 0px;
border:0px;
line-height:22px;
text-align:justify;
}

.p_saradnici{
color: #333333;
font-size:11px;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0px 3px 0px 0px;
padding: 0px 5px 0px 0px;
border:0px;
line-height:19px;
text-align:justify;
}

.p_saradnici2 {
color: #333333;
font-size:11px;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0px 13px 10px 8px;
padding: 0px 5px 0px 0px;
border:0px;
line-height:19px;
text-align:justify;
}

.p_saradnici3 {
color: #333333;
font-size:11px;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0px 10px 6px 5px;
padding: 0px 5px 0px 0px;
border:0px;
line-height:19px;
text-align:justify;
}

div.saradnici {
position:relative;
height:102px;
width:690px;
padding:2px;
margin-bottom:5px;
border:#CCCCCC 1px solid;
background:#fbfbfb;
}
div.saradnici img {
float:left;
margin:0 8px 0 0;
border: #000000 1px solid;
 }
.linia {
	margin:2px 5px 2px 2px; 
	background-image: url(../Images/linia3.gif);
	background-position:left center;
	background-repeat: repeat-x;
}

.linia2 {
	margin:2px 18px 2px 2px; 
	background-image: url(../Images/linia3.gif);
	background-position:left center;
	background-repeat: repeat-x;
}
.ln50 {
	margin:50px 5px 2px 2px;
	z-index:100;
}
/* footer */

div.footer_link {
position:absolute; 
width:720px; 
margin:12px 0 0 247px; 
text-align:center; 
color:#c0cacf;
}

.linktop, a.linktop:link, a.linktop:visited { color:#c0cacf; text-decoration: none; }
a.linktop:hover, a.linktop:active { text-decoration: none; color: #f9d6a0;}

/* Start Gallery */

div.gallery { 
   margin: 0;
   padding: 0;
}

div.galleryStart {
	background:url(../img2/bg_kadrovi_tab.gif) bottom left repeat-x;
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
}

div.pic {
	float:left;
	margin-bottom: 15px;
}

div.gallery div.picZoom {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

div.gallery div.picZoom img {
	margin: 0 0 0 15px;
}

table.picZoom { 
    width: 100%;;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0; border:0; }
	
table.picZoom td { 
    text-align:center }

div.textDescription {
	float:right;
	width:370px;
	padding-right: 12px;
}
div.gallery h3 {
	margin-top:0; padding-top:0;
}
div.gallery img {
	background: #FFFFFF;
    border: solid 1px #dddddd;
    margin: 0;
    padding: 3px;
}
div.gallery a:link img, div.gallery a:visited img {
    border: solid 1px #dddddd;
}
div.gallery a:hover img, div.gallery a:active img {
   border: 1px solid #666666;
}

div.gallery div.textDescription a:link, div.gallery div.textDescription a:visited {
        color: #0095DA;
	text-decoration: none;
	background-image: url(../images/butt_dalje0095DA.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 12px 0 0;
	margin: 4px 0 10px 0;
	font-size: 12px;
	float:right;
}

div.gallery div.textDescription a:hover, div.gallery div.textDescription a:active {

	color: #B2001E;
	text-decoration: none;
	background-image: url(../images/butt_daljeB2001E.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 12px 0 0;
	margin: 4px 0 10px 0;
	font-size: 12px;
        float:right;
}

/* Link */

.link_dalje2, a.link_dalje2:link, a.link_dalje2:visited  {
	color: #25a4ef;
	text-decoration: none;
	padding: 0 1px 2px 0;
	margin: 5px 1px 0 0;
	font-weight: normal;
	font-size: 11px;
}

a.link_dalje2:hover, a.link_dalje2:active {
	color: #ff0000;
	text-decoration: none;
	padding: 0 1px 2px 0;
	margin: 5px 1px 0 0;
	font-weight:normal;
	font-size: 11px;
}

.link_dalje3, a.link_dalje3:link, a.link_dalje3:visited  {
	color: #333333;
	text-decoration: none;
	padding: 0 1px 2px 0;
	margin: 5px 1px 0 0;
	font-weight: bold;
	font-size: 11px;
}

a.link_dalje3:hover, a.link_dalje3:active {
	color: #25a4ef;
	text-decoration: none;
	padding: 0 1px 2px 0;
	margin: 5px 1px 0 0;
	font-weight: bold;
	font-size: 11px;
}

.link_dalje4, a.link_dalje4:link, a.link_dalje4:visited  {
	color:  #333333;
	text-decoration: none;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height:19px;
}


a.link_dalje4:hover, a.link_dalje4:active {
	color:  #25a4ef;
	text-decoration: none;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height:19px;
}


.ul_01 {
	list-style-image: url(../Images/dot_boordo01.gif); 
	line-height: 19px;
	color: #333333;
font-size:11px;
font-family: Verdana, Arial, Tahoma, sans-serif;
margin: 0px 8px 10px 23px;
padding: 0px;
border:0px;
text-align:justify;
}
 
 .ul_01 li {
margin: 10px 0px 0px 0px;
}

.table_maps {
	padding:0px;
	margin:0px;
	margin-left:20px;
	margin-bottom:30px;
	width:640px;
	line-height:18px;
}

.td_map01 {
width:20px;
}

.td_map02 {
    padding-left:13px;
	background-image: url(../Images/vod11.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left:#A6A19B 1px solid;
}

.td_map03 {
    padding-left:14px;
	background-image: url(../Images/L02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	height:19px;
	}

.td_map03b {
    padding-left:14px;
	background-image: url(../Images/L01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
 