/* CSS RESET & GLOBALS */
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, font, ins, kbd, q, s, samp, small, tt, var, fieldset, form, label, legend, caption { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }

a:focus { outline: none; }
a img { border: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }
br { line-height: 14px; }


/* GLOBALS */
html, body { height: 100%; }
body { background: #ffffff; font: 12px Arial, Helvetica, sans-serif; line-height: 15px; color: #4b4d4e; }
input, select, textarea { font: 12px Arial, Helvetica, sans-serif; }

.picBorder { border: 1px solid #a6a6a6; }
.txtBig { font: 15px Arial, sans-serif; }
.txtSmall { font-size: 10px; }
.txtSmallest { font-size: 9px; }
.date, .datum { font-size: 10px; color: #7e8082; }

ul.inline { margin: 0; padding: 0; list-style: none; }
ul.inline li { display: inline; }

ul.linkList { margin-left: 15px; padding: 0; list-style: none; }
ul.linkList li { background: url(img/bullet_arrow_right_blue.gif) no-repeat 0 6px; padding: 2px 0 2px 15px; }
ul.linkList li a.active { color: #e20000; }
ul.linkList1 { margin-left: 10px; padding: 0; list-style: none; }
ul.linkList1 li {background:none;padding: 2px 0 2px 15px; }
ul.linkList1 li a.active { color: #e20000; }

/* FORM ELEMENTS */
.textbox, textarea { background: #ffffff; border: 1px solid #b3b3b3; font-size: 12px; line-height: 16px; height: 16px; padding: 3px 0 3px 5px; }
.searchbox { width: 140px; }
select { background: #ffffff; border: 1px solid #c7c7c7; padding: 3px; }

.searchboxWrapper { width: 175px; background: url(img/searchBgnd2.gif) no-repeat 0 0; }
.searchbox2 { width: 160px; margin: 0 0 0 10px; background: none; border: none; font-size: 11px;   }


/* LINKS */
a:link, a:active, a:visited, a:hover { text-decoration: none; }

a:link, a:active, a:visited { color: #e20000; }
a:hover { color: #000000; }

.main a:link, .main a:active, .main a:visited { color: #005faf; }
.main a:hover { color: #000000; }

.serviceLinks a:link, .serviceLinks a:active, .serviceLinks a:visited { color: #4b4d4e; }
.serviceLinks a:hover { color: #e20000; }

.dropDown a:link, .dropDown a:active, .dropDown a:visited { color: #4b4d4e; }
.dropDown a:hover { color: #e20000; }

.leftMenu a:link, .leftMenu a:active, .leftMenu a:visited { color: #000000; }
.leftMenu a:hover { color: #e20000; }

.leftMenu p.active a:link, .leftMenu p.active a:active, .leftMenu p.active a:visited { color: #ffffff; }
.leftMenu p.active a:hover { color: #a6e1ff; }

.boxBody2 ul li a:link, .boxBody2 ul li a:active, .boxBody2 ul li a:visited { color: #4b4d4e; }
.boxBody2 ul li a:hover { color: #e20000; }

.mainTabs div.active a:link, .mainTabs div.active a:active, .mainTabs div.active a:visited { color: #4b4d4e; }
.mainTabs div.active a:hover { color: #e20000; }

.footer a:link, .footer a:active, .footer a:visited { color: #4b4d4e; }
.footer a:hover { color: #e20000; }


/* WRAPPERS */
.fullStretch { width: 100%; }
.fullHeight { height: 100%; }
.marginTop1 { margin: 10px 0 0 0; }
.marginTop2 { margin: 30px 0 0 0; }
.marginTop3 { margin: 50px 0 0 0; }
.marginLeft1 { margin: 0 0 0 23px; }
.marginLeft2 { margin: 0 0 0 15px; }
.marginLeft3 { margin: 0 0 0 40px; }

.wrapper { position: relative; width: 980px; margin: 0 auto; }

.serviceLinks { height: 35px; text-align: right; }
.serviceLinks p { padding: 10px 0 0 0; }

.header { position: relative; height: 190px; border: 1px solid #8d8d8d; border-bottom: 6px solid #8d8d8d; background: #ffffff; }
.pic { position: absolute; left: 218px; top: 0; width: 760px; height: 190px; }
.logoContainer { position: absolute; left: 0; top: 0; width: 275px; height: 190px; background: url(img/logoBgnd.png) no-repeat 0 0; }
.logo { padding: 30px 0 0 25px; }

.lang { padding: 25px 0 15px 25px; }
.dropSelect { width: 170px; padding: 3px 0; background: #ffffff url(img/selectArrow.gif) no-repeat right top; border: 1px solid #b3b3b3; cursor: pointer; }
.dropDown { position: absolute; width: 170px; height: 110px; padding: 2px 0; background: #ffffff; border: 1px solid #b9b9b9; }
.dropDown p { padding: 4px 0; border-top: 1px solid #cbddd7; }
.dropSelect p.first, .dropDown p.first { border: none; }
.dropSelect img, .dropDown img { vertical-align: middle; margin: 0 6px 0 5px; }

.search { width: 170px; margin: 0 0 0 25px; }
.search th { text-align: left; } 
.search td { text-align: right; }

.middle { width: 100%; border-left: 1px solid #8d8d8d; border-right: 1px solid #8d8d8d; }
.left { width: 220px; vertical-align: top; border-right: 1px solid #adaeaf; padding: 0 0 25px 0; }
.main { vertical-align: top; padding: 25px 20px; }
.right { width: 220px; vertical-align: top; }

.mainNewsHead { background: #8c8c8c; color: #ffffff; padding: 7px 15px; }
.mainNewsHead span { font-size: 11px; }
.mainNewsBody { background: #ededed; padding: 10px 15px; line-height: 18px; }
.mainNewsBody img { float: left; margin: 5px 10px 4px 0; }

.mainTabs { height: 30px; margin: 25px 0 0 0; background: url(img/tabsBgnd.gif) repeat-x left bottom; overflow: hidden; }
.mainTabs div { float: left; width: 135px; text-align: center; font-size: 14px; font-weight: bold; text-transform: uppercase; background: #ededed; border: 1px solid #bebebe; padding: 7px 0 6px 0; margin: 0 5px 0 0; }
.mainTabs div.active { float: left; width: 135px; text-align: center; font-size: 14px; font-weight: bold; text-transform: uppercase; background: #ffffff; border: 1px solid #bebebe; border-bottom: 1px solid #ffffff; padding: 7px 0 6px 0; margin: 0 5px 0 0; }
.mainTabsBottom { background: #ffffff; border: 1px solid #bebebe; border-top: none; height: 10px; line-height: 10px; font-size: 1px; }

.putanja{padding-bottom:15px;}
.putanja a:link, .putanja a:active, .putanja a:visited { color: #4b4d4e; }
.putanja a:hover { color: #e20000; }

.news { width: 100%; }
.news td { width: 50%; padding: 10px 0 5px 10px; vertical-align: top; border-bottom: 1px solid #b9b9b9; }
.news td div { font-size: 11px; padding: 0 0 8px 0; }
.news td p { line-height: 18px; }
.news td p img { float: left; margin: 3px 10px 0 0; }

.leftMenu p { background: #f2f2f2 url(img/leftMenu.gif) repeat-x 0 0; padding: 9px 15px 8px 15px; border-bottom: 1px solid #ffffff; }
.leftMenu p.active { background: #4789bf url(img/leftMenuActive.gif) repeat-x 0 0; }

.leftSelects { padding: 25px 15px; }
.leftSelects select { width: 190px; display: block; }

.leftQuickLinksPic { padding: 0 15px; }

.box { margin: 25px 0 0 0; }
.box h3 { text-transform: uppercase; font-size: 14px; color: #004b8a; font-weight: bold; padding: 0 0 10px 10px; }
.boxBody2 { border: 1px solid #b3b3b3; border-right: none; padding: 10px; }
.boxBody2 ul { list-style: none; margin: 0; padding: 0; }
.boxBody2 ul li { padding: 3px 0; }

.weather table { width: 200px; }
.weather table th, .weather table td { padding: 10px 0 0 10px; }
.weather table th { text-align: left; font-weight: normal; }
.weatherCity { width: 115px; border-bottom: 2px solid #bebebe; padding: 8px 0 6px 10px; font-weight: bold; }

.main h1 { font-size: 20px; border-bottom: 2px solid #bebebe; padding: 0 0 8px 0;line-height:20px; }
.pageContent { padding: 15px 0 0 0; line-height: 18px; }
.pageContent p { margin: 0 0 15px 0; }
.pageContent td p { margin: 0; }
.pageBottom { padding: 8px 0 0 0; border-top: 1px solid #bebebe; }

.partnerLogos { border-top: 3px double #bababa; border-bottom: 3px double #bababa; border-left: 1px solid #8d8d8d; border-right: 1px solid #8d8d8d; background: #ffffff; overflow: hidden; height: 75px; }
.partnerLogos .nav { float: left; width: 50px; height: 75px; }
.partnerLogos .nav img { position: relative; left: 17px; top: 30px; }
.partnerLogos .logos { float: left; width: 878px; height: 75px; overflow: hidden;position: relative;}


.logosWrapper { width: 950px;position: absolute; top:0;}
.logosWrapper div { float: left; padding: 11px 30px 12px 30px; }

.footer { padding: 15px; background: url(img/footerBgnd.gif) repeat-x left bottom; border: 1px solid #8d8d8d; border-top: none; }
.footer table { width: 100%; }
.footer table td { width: 50%; vertical-align: bottom; }
.footer table td div { color: #004b8a; }
.footer table td ul { float: left; list-style: none; margin: 5px 30px 0 0; padding: 0; }
.footer table td ul li { padding: 2px 0;}




