
.myBox, .myBoxFill {
    border: 1px solid #dddddd;
    padding: 2px;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.myBoxFill{
    background-color:#ee730a;
    color:white;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
}
.detal{
    color:#ee730a;
    display: block;
    text-align: right;
    font-size: 11px;
}
body,  td, div, font,b  {
    font-size: 12px;
    font-family:Tahoma, Verdana;
}

body{
    margin: 0 auto;
    padding: 0;
}
hr{
    border:0px;
    border-top:1px dashed #dddddd;
    margin: 0px 5px 0px 5px
}
table{
    border-collapse: collapse;
}
td{
    vertical-align: top;
    border-collapse: collapse;
}
a{
    text-decoration: none;
    color:#004296;
}
a:hover{
    text-decoration: underline;
    color:#ee730a;
}
label{
    color:gray;
}

.a2{
    color:#ee730a;
}
legend{
    color:#ee730a;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
ul{
   
}
ul li{
    color:#ee730a;
}
a img{
    border:none;
}
.error{
    color:red;
    font-weight: bold;
}
.date{
    color:gray;
    font-size: 10px;
}

.vtab{
    overflow: hidden;
}
.vtab ul {
    margin: 0px;
    padding: 0px;
}
.vtab a{
    font-weight: bold;
}
.vtab ul li{
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 5px;
}
.vtab ul li:hover{
    background-color: #dddddd;
}
.vtab div{
}

#page{
    width:1024px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;

}
#lang{position: absolute; top:0px; right: 0px;}
#top{ margin-top: 0px;}
#content{
    position: relative;
    margin-top: 5px;
}

#content .center {
    width: 100%;
    vertical-align: top;
}

#content .right {
    vertical-align: top;
}
#footer{

}

#mainmenu {
    overflow: hidden;
    width:740px;
    position: relative;
    background-image: url('../images/bg_mainmenu.png');
    background-repeat: no-repeat;
    z-index: 100;
}

#mainmenu a{
    color:white;
    float:left;
    display: block;
    padding: 5px 1px 5px 5px;
    text-decoration: none;
}
#mainmenu span{
    color:white;
    float:left;
    display: block;
    padding: 5px 0px 5px 5px;
}
#mainmenu .aActive{
    font-weight: bold;
    color:gray;
    margin: 2px 0px 0px 2px;
    padding: 3px 5px 6px 5px;
    background-color: white;
}
#submenu {
    overflow: hidden;
    width:740px;
    height: 24px;
    clear:left;
    background-image: url('../images/bg_submenu.png');
    background-repeat: no-repeat;
    position: relative;
    top:-1px;
}
/*------logo----------------*/
#logo{
    width: 270px;
    height: 87px;
    margin-left: 0px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    color:white;
}
#logo span{
    position: relative;
    top:53px;
    left:108px;
    font-size: 9px;
}
/*------search----------------*/
#search{
    width: 740px;
    height: 65px;
    margin-left: 0px;
    background-image: url('../images/bg_search.png');
    background-repeat: no-repeat;
    color:gray;
}
#search .radio{
    padding-left: 100px;
}
#search .text{
    padding-left: 30px;
}
#search input[type="text"] {
    border: 1px solid orange;
    width: 570px;
    margin-left: 10px;
}
#search input[type="submit"] {
    width: 60px;
    height: 22px;
    margin-left: 10px;
    border: none;
    color:white;
    background-image: url('../images/bg_button_search.png');
    background-repeat:no-repeat;
    padding-bottom: 2px;
}
select {
    border: 1px solid #FF9900;
}
/*--------Glav-------*/
#glav{
   width: 100%;
}

#glav #col1{
    padding-right: 5px;
    width: 240px;
}
#glav #col2{
    
}
#glav #col3{
    padding-left: 5px;
    width: 240px;
}

