body {
    margin: 0;
    padding: 0;
    font-family: tahoma;
    color: #666666;
}

a {
    color: #2B386C;
    text-decoration:none;
}

#main {
    width: 960px;
    margin: 0 auto;
}

/** HEADER **/
#header {
    background: url('../img/header.jpg') no-repeat top left;
    width: 100%;
    height: 138px;
    float: left;
    margin-top: 0;
}

#header #lngButtons {
    float: right;
    margin-top: 45px;
    margin-right: 10px;
}

#header #lngButtons img {
    border: 0px;
}

#header .logo {
    float: left;
    width: 260px;
    height: 92px;
    padding: 0;
    margin: 0;
    text-indent: -4000px;
    cursor: pointer;
}

#header a {
	color: #ffffff;
}

#header #topMenu {
    float: left;
}

#header #topMenu ul {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    margin-top: 12px;
    list-style-type: none;
    padding: 0;
}

#header #topMenu ul li {
    float: left;
    background: url('../img/menu_krog.jpg') no-repeat left center;
    list-style-position: inside;
    padding-left: 20px;
    margin-left: 20px;
}

#header #topMenu ul li.active {
    background: url('../img/top_active.jpg') no-repeat left center;
}



/** MAIN CONTENT **/
#mainBody {
	float: left;
	width: 960px;
    background: #EBECF0 url('../img/fp_bg.jpg') repeat-x left bottom;
    
    /*background-image: url('../img/fp_bg.jpg');
    background-position: 0 153px;
    background-repeat: repeat-x;
    background-color: #EBECF0;*/
}

#mainBody .mainImage {
    float: left;
    background: url('../img/tovornjak_zgoraj.jpg') no-repeat top left;
    width: 960px;
    height: 235px;
}

#mainBody .mainSubpageImage {
    float: left;
    width: 960px;
    height: 120px;
}

#mainBody #content {
    float: left;
    font-size: 14px;
    padding-bottom: 0;
    z-index: 3;
    position: relative;
}

#mainBody #content a {
    color: #2C396E;
}

#mainBody #content .fpBox {
    float: left;
    position: relative;
    overflow: hidden;
    width: 236px;
    height: 200px;
    z-index: 2;
}

#mainBody #content .fpBox div {
    float: left;
    width: 236px;
    background: url('../img/border_fp.jpg') no-repeat right 35px;
}

.fpBox p.bodytext {
    margin-top: 0 !important;
    padding-top: 10px !important;
}

#mainBody #content .fpBox p {
    padding: 26px 16px 0 26px;
    margin-top: 0;
    height: 210px;
}

.fpBox .csc-firstHeader {
    font-size: 18px;
    color: #0a256e;
    padding-left: 26px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#mainBody #content .last {
    border: 0px;
    width: 237px;
    background: none !important;
}

#mainBody #content .last p {
    padding-right: 30px;
}

#mainBody #subpageImages {
    float: left;
    /*background: #EBECF0 url('../img/fp_bg.jpg') repeat-x bottom left;*/
    width: 150px;
}

#mainBody #subMenu {
    float: left;
    width: 225px;
}

#mainBody #subMenu #wrapSubMenu {
	float: left;
	width: 225px;
	background-color: #2b386e;
}

#mainBody #subMenu a {
	color: #ffffff;
}

#mainBody #subMenu ul {
    list-style-type: none;
}

#mainBody #subMenu ul li {
    padding-bottom: 10px;
}

#mainBody #subMenu ul li.active_sub {
    list-style-image: url('../img/gumb_submenu.jpg');
    vertical-align: middle;
}

#mainBody #subMenu #subMenuBottom {
	float: left;
	position: relative;
    width: 225px;
    height: 209px;
    background: url('../img/submenu_bottom.gif') no-repeat bottom left;
	z-index: 5;
}

#mainBody .subpage_content {
    float: left;
    width: 550px !important;
    padding: 0 10px 0 20px;
}

#mainBody .subpage_content h2 {
    font-size: 17px;
    color: #0a256e;
    padding: 0;
    margin: 0;
	font-weight: normal;
}

#mainBody .subpage_content p.bodytext {
    padding-top: 0;
    margin-top: 0;
}

#mainBody .subpage_content p a {
    text-decoration: underline;
}

#mainBody .subpage_content .csc-header-n1 h1.csc-firstHeader {
    font-size: 21px !important;
    color: #0a256e !important;
	font-weight: normal;
}

/*#mainBody .subpage_content .bodytext {
	padding: 0 10px 0 10px;
}*/

/** FOOTER **/
#footer {
    float: left;
    position: relative;
    width: 960px;
    background: url('../img/footer.jpg') no-repeat top left;
    height: 115px;
    font-size: 12px;
    color: #606060;
    /*z-index: -1;*/
}

.firstPageFooter {
    margin-top: -50px;
}

.subPageFooter {
    margin-top: -20px;
}

#footer #footerTxt {
    float: left;
    margin-top: 90px;
    padding-left: 20px;
}

#footer #footerTxt p.bodytext {
	padding: 0 !important;
	margin: 0 !important;
}

#footer #bottomPics {
    float: right;
    margin-top: 60px;
    margin-right: 23px;
}

#footer #bottomPics img {
    border: 0;
}

#author {
    color: #8C8D96;
    font-size: 10px;    
    padding-left: 20px;
}

#author a {
    color: #8C8D96;
}

/** OSTALO **/
.clear {
    clear: both;
    padding: 0;
    margin: 0;
}
