
body {
    /*background-color: #F0DFC1;*/
    background-image:url("../img/background_blue.jpg");
    background-repeat:repeat-x;
    background-position:top left;
    background-color: #a7c9e1;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0px;      
}

body.intro {
    background-color: #fff;
    background-image:none;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    line-height: 20px;
    margin-top: 100px
}

#container {
    text-align: left;
    margin: 0 auto;
    width: 970px;
    overflow: auto;
    border: 1px solid white;
    border-top: 5px solid #6B8DFF;
    color: #333;
    padding-bottom: 50px;
    background: #fcfcfc url("img/bg.jpg") repeat-x 0 26px;
    _background-position-y: 29px;
}

.clear {
    clear: both
}



a:link, a:visited, a:hover, a:active {
    padding:0px;
    background:none;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#nav {
    position: relative;
    display: block;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #6B8DFF;
    /*background-color: #ffc500; */
    background-color: #A4C6DF;
    padding-right: 50px;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

#nav ul li {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
}

#nav ul li a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding-top: 2px;
    height: 23px;
}

#nav ul li a:hover, #nav ul li a.current {
    border-top: 3px solid #6B8DFF;
}

#nav ul li a.zastavice:link, #nav ul li a.zastavice:visited, #nav ul li a.zastavice:hover, #nav ul li a.zastavice:active{
   
   display:inline;
   float:left;
   padding-top:5px;
   border-top:0px;   
   height:23px;     
}


.zastave{
   display:inline;
   float:left;
   padding-top:5px;
   border-top:0px;   
   height:23px;     
}

#nav li.z {
   padding:0px;
   margin:0;
}

#nav ul li a.current {
    color: #6B8DFF;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
img#logo {
    position: relative;
    top: -26px;
    left: 35px;
}

div#sub, div#main, div#pics, div#main2 {
    float: left;
}

div#sub {
    margin-top: 30px;
    width: 250px;
    height: 360px;
    background-image: url("../img/sub2.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-left: 20px;
}

div#sub_bg {
    margin-top: 30px;
    width: 250px;
    height: 460px;
    background-image: url("../img/sub2.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-left: 20px;
}

div#main {
    width: 360px;
    padding-left: 30px;
    margin-top: -110px;
}

div#main2 {
    width: 560px;
    padding-left: 30px;
    margin-top: -110px;
}

div#pics {
    width: 260px;
    text-align: center;
    margin-top: -110px;
}

div#footer {
    background-color: #f2f2f2;
    margin: 0 auto;
    padding: 10px 20px;
    width: 922px;
    border: 5px solid white;
    border-top: 5px solid #fcfcfc;
    text-align: left;
    font-size: 10px;
    overflow: auto;
}

div#footer p, div#footer address, div#footer em, div#footer a {
    margin: 0;
    padding: 0px;
    color: #b9b9b9;
    line-height: 12px;
    font-style: normal;
}

div#footer address {
    float: left;
    width: 300px;
}

div#footer p {
    float: right;
}

div#sub ul {
    margin-top: 60px;
}

div#sub ul li {
    list-style-type: none;
    font-family: Arial;
    line-height: 28px;
    text-align: right;
    font-size: 14px;
}

div#sub ul li a {
    color: #6b8dff;
    text-decoration: none;
    background-image: url("../img/box0ff2.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 30px;
}

div#sub ul li a.current {
    text-decoration: underline;
}

div#sub ul li a:hover, div#sub ul li a.current {
    background-image: url("../img/boxon2.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

/*  bugarski meni */
div#sub_bg ul {
    margin-top: 60px;
}

div#sub_bg ul li {
    list-style-type: none;
    font-family: Arial;
    line-height: 28px;
    text-align: right;
    font-size: 14px;
}

div#sub_bg ul li a {
    color: #6b8dff;
    text-decoration: none;
    background-image: url("../img/box0ff2.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 30px;
}

div#sub_bg ul li a.current {
    text-decoration: underline;
}

div#sub_bg ul li a:hover, div#sub ul li a.current {
    background-image: url("../img/boxon2.gif");
    background-repeat: no-repeat;
    background-position: top right;
}



div#pics img {
    margin: 5px 0;
    border: 0px solid #ffc500;
    padding: 3px;
}
/*************text format******************/
h2 {
    /* text-transform: uppercase; */
    font-weight: normal;
    font-size: 18px;
    color: #6B8DFF;
}

h3 {
    font-size: 13px;
    color: #6B8DFF;
    margin-top: 10px;
    /*
     padding-bottom: 30px;
     color:#d7121c;
     */
}

p {
    padding-bottom: 15px;
}

.symbol {
    font-family: Symbol;
}
/*************table format*****************/
table.tekst {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}

td.naslov {
    font-weight: bold;
    text-align: center;
    background-color: #6B8DFF;
}

tr.tekst {
    background-color: #fff;
    text-align: center;
}


img.slike {
    border: 2px solid #e5e5e5;
    padding: 2px;
    margin: 6px;
    float: left;
}


a.tekst {
    color: #6b8dff;
    text-decoration: underline;
}


/*           banetove zezalice                  */
table#submenu {
    padding-left: 30px;
    margin-top: -170px;
}

table#submenu td {
    border: 1px solid #6B8DFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #A4C6DF;
    padding-right: 10px;
    padding-left: 10px;
}

table#submenu td a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding-top: 2px;
    height: 23px;
}

table#submenu td:hover, table#submenu td.current {
    border-top: 2px solid #6B8DFF;
}

table#submenu td.current a {
    color: #6B8DFF;
}


#nav2 {
position: relative;
    display: block;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #6B8DFF;
    /*background-color: #ffc500; */
    background-color: #A4C6DF;
    padding-right: 100px;
	margin-left: 150px;
    padding-left: -30px;
}

#nav2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

#nav2 ul li {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
}

#nav2 ul li a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding-top: 2px;
    height: 23px;
}

#nav2 ul li a:hover, #nav2 ul li a.current {
    border-top: 3px solid #6B8DFF;
}

#nav2 ul li a.current {
    color: #6B8DFF;
}

div#dtable {
	margin: 5px 0;
    border: 0px solid #ffc500;
    padding: 3px;
    height: 160px;
}
