<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url("../images/page-background.jpg");
    background-repeat: repeat-x;
    color: #3a3a3a;
}

#wrapper {
    margin: 0 auto;
    width: 1180px;
}

#header {
    width: 1180px;
    background-image: url("../images/heder-image.jpg");
    background-repeat: no-repeat;
    height: 408px;
}

.main-menu {
    text-align: right;
    margin-right: 40px;
    margin-top: 16px;
    font-size: 20px;
    color: #c1c1c1;
    height: 36px;

}

.main-menu a {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.main-menu a:link {
    color: #8b8b8b;
    height: 36px;
}

.main-menu a:visited {
    color: #8b8b8b;
}

.main-menu a:hover {
    color: #e2e2e2;
    background-image: url("../images/main-menu-button-over-background.jpg");
}

.main-menu-active {
    color: #e2e2e2;
    background-image: url("../images/main-menu-button-active-background.jpg");
}

#navigation {
    width: 1180px;
}

#content {
    width: 1180px;
    height: auto;
}

.logos {
    float: right;
    margin: 20px;
}

.logos img {
    margin: 5px;
}

.page-content {
    float: left;
    margin-top: 20px;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 760px;
}
.page-content-wide{
    float: left;
    margin-top: 20px;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 1140px;
}
.left-column{
    float:left;
    width:400px;
}
.right-column{
    float:left;
    width:600px;
    margin-left:80px;


}
.language-selector{
    float:left;
}
.page-content h1 {
    background-image: url("../images/h1-bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 30px;
    color: #1c1c1c;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 21px;
    padding-left:30px;
}

.page-content h2 {
    font-size: 17px;
    color: #353535;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 9px;

}

.page-content h3{
    font-size:14px;
    color:#8c8c8c;
    text-transform: uppercase;
    padding-left:24px;
    background-image:url("../images/h3-bullet.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-top:20px;
    margin-bottom:10px;
    font-weight: normal;
}

.page-content h4{
    font-size:14px;
    color:#555555;
    font-weight: bold;
    padding-left:22px;
    background-image: url("../images/h4-bullet.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
    margin-left:40px;
    font-weight: normal;
}
.h4-content{
    margin-left:40px;
}
.page-content p {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 14px;
}

.page-content ul {
    margin-left: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-content ul li {
    line-height: 17px;
    list-style-type: disc;
}

.page-content ol{
    margin-left:40px;
    margin-top:5px;
    margin-bottom:5px;
}

.page-content ol li{
    line-height: 16px;
    list-style-type: decimal;
    margin-bottom:3px;
}

.page-content img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.page-content hr {
    border-top: 1px solid #5dec4a;
    margin-top: 10px;
}

.page-content a {
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 6px;
    padding: 3px;

}

.page-content a:link {
    color: #484848;
}

.page-content a:visited {
    color: #484848;
}

.page-content a:hover {
    color: #357706;
    background-color: #dfdfdf;
}

.learn-more {
    margin-top: 2px;
    padding-top: 3px;
    margin-right: 15px;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    display: block;
}

.learn-more a {
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 6px;
    padding: 3px;

}

.learn-more a:link {
    color: #484848;
}

.learn-more a:visited {
    color: #484848;
}

.learn-more a:hover {
    color: #357706;
    background-color: #dfdfdf;
}

.partner-block {
    background-color: #ededed;
    padding: 10px;
    width: 750px;
    margin-top: 10px;
    /*border: 1px solid #cccccc;*/
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}
.left-image{
    float:left;
    margin-right:20px;
    margin-bottom:5px;
}

.partner-block:hover{
    background-color: #ff7425;
    color:white;
    cursor:pointer;
}
.partner-block:hover a{
    color:white;
}

.partner-block p {
    display: table-cell;
    vertical-align: middle;
}

.partner-block a:hover {
    background: none;
    color:white;
}
.partner-block img{
    margin-bottom: 0px !important;
}

.aktivnosti-table table {
}

.aktivnosti-table th {
    background-color: #dddddd;
    color: #666666;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #efefef;
    padding: 4px;
    font-weight: normal;
}

.aktivnosti-table td {
    padding: 6px;
    font-size: 11px;
    background-color: #f9f9f9;
    border: 1px solid white;
    font-family: verdana;
    line-height: 14px;
    text-align: left;
    vertical-align: middle;

}

.aktivnosti-higlight {
    display: block;
    padding: 4px;
    min-height: 34px;
    min-width: 235px;
}

.aktivnosti-higlight:hover {
    display: block;
    min-height: 34px;
    background-color: #ff7425;
    color: white;
}

.status-icon {
    width: 35px;
    height: 35px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    /*display: inline-block;*/
    padding: 0px;
}

.status-icon img {
    float: left;
    margin-bottom: -24px;
    margin-left: 0;
    margin-top: 0;
}

.presentation-icon {
    height:32px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    padding: 0px;
}

.presentation-icon img {
    /*float: left;*/
    opacity: 0.75;
    margin-bottom: -24px;
    margin-left: 0;
    margin-right:0;
    cursor: pointer;
    float:none;

}

.presentation-icon img:hover {
    opacity: 1;
}
.presentation-icon a{
    display: inline-block;
    margin-right: 0px;
    margin-left:0px;
    margin-top:-2px;
}
.presentation-icon a:hover {
    background-color: transparent;
}

.aktivnosti-subhead {
    background: #555555 !important;
    text-align: center !important;
    font-weight: bold;
    font-size: 16px !important;
    padding: 6px;
    color: #ededed !important;
    border-bottom: 2px solid white;
    border-left: 1px solid #efefef;
    font-family: arial !important;
}
.aktivnosti-subsubhead{
    background: #9c9c9c !important;
    text-align: center !important;
    font-weight: bold;
    font-size: 12px !important;
    padding: 6px;
    color: #ededed !important;
    border-bottom: 2px solid white;
    border-left: 1px solid #efefef;
    font-family: arial !important;
}
.aktivnosti-izborni{
    background: white !important;
    font-weight: normal;
    font-size: 11px !important;
    padding: 6px;
    padding-left:34px !important;
    color: #616161 !important;
    border-bottom: 2px solid white;
    border-left: 1px solid #efefef;
    font-family: verdana !important;
}
.page-divider {
    margin-top: 20px;
    border-bottom: 1px dashed #adadad;
    margin-bottom: 20px;
}
.disclaimer{
    font-size: 11px;
    width:1120px;
    padding:6px;
    text-align: justify;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:15px;
    color: #8c8c8c;
    letter-spacing: 0;
    border:1px dotted #a8a8a8;
    line-height: 13px;
}
.note{
    background-color:#ff7425;
    background-image:url("../images/note-icon.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    color:white;
    font-weight: bold;
    display:block;
    padding:4px;
    padding-left:32px;
    font-size:16px;
    height:28px;
    line-height:28px;
}
.pitanje{
    background-color: #efefef;
    display:block;
    color:#333333;
    padding:4px;
    margin-top:8px;
    margin-bottom:8px;
    font-size:13px;
}
.content-divider{
    margin-top:15px;
    margin-bottom:15px;
    border-bottom: 1px dashed #cfcfcf;
}
.video {
    text-align: center;
    padding: 20px;
    background-color: #efefef;
    border: 1px solid #cbd8e4;
    margin-top:40px;
}
#footer {
    width:100%;
    text-align: center;
}
.footer-main{
    width: 100%;
    height: 26px;
    text-align: center;
    font-size: 11px;
    color: #e3e3e3;
    background-color: #424242;
    line-height: 25px;
    clear: both;
    margin: 0 auto;
}</pre></body></html>