
.menu_top{
    margin:0 auto;
    width: 100%;
    height: 59px;
    background-repeat: repeat-x;
    background-image: url('image/menu_top_bg.png');
    border-bottom: 1px solid #3E7800;
}
.menu_top img{
    border: 1px solid rgb(73,134,0);
}
.pl_version{
    float: right;
    padding-right: 20px;
    padding-top: 10px;
}

.en_version{
    float: right;
    padding-right: 20px;
    padding-top: 10px;
}

.menu_logo{
    float: right;
    padding-right: 40px;
    padding-top: 3px;
    border: 0px;
}
.menu_logo img{
    border: 0px;
}
.menu_button{
    position: absolute;
    top:37px;
    width:89px;
    height: 22px;
    background-image: url('image/menu_button.png');
    background-repeat: no-repeat;
    text-align:center; 
}
.menu_button a{
    color: white; 
    font-size: 13px;
    text-decoration: none;
}
.lokalizator {
    margin:0 auto;
    width: 100%;
    height: 60px;
    background-color:rgb(189,225,111);
    background-image: url('image/menu_bot_bg1.png');
    background-repeat: repeat-x;
    color: rgb(43,88,0);
    font-size:12px;
}
.lokalizator a{
    color: rgb(43,88,0);
    text-decoration: none;
}

.search{
    width: 100%;
    padding-left:20px;
}
.search input{
    color: #FFFFFF;
    background: #5C5352;
    margin-right: 30px;
    width:150px;
    border: 0 none;
    height: 24px;
    line-height:24px;
    font-size: 12px;
}
.fancySelect {display:inline; font-weight:bold;}
.fancySelect .label{overflow: hidden; float: left; cursor: default; width: 210px; border:0px; height:24px;line-height:24px; color:#FFFFFF; background-color: #5C5352; padding-left: 5px; text-align:left; font-size: 12px; font-weight:normal;}
.fancySelect .button{float: left; cursor: default; height:100%; width:24px; height: 24px; border: 0px; background:#FFFFFF url(image/select_btn.gif) no-repeat scroll center center;}
.fancyList .list{cursor: default; position: absolute; display: block; width: 210px; font-size:12px; border: 1px solid;background: #BBBBBB;}
.fancyList .list div{ background-color: #5C5352; color:#FFFFFF;}
.fancyList .list div:hover { background-color: #FFFFFF color:#5C5352;}
.fancyList .list .option {padding-left: 5px; position: relative;}

.footer{
    width:100%; 
    background-color: rgb(74,136,0); 
    color: white;
    padding:0 5px; 
    border-top:3px solid rgb(53,102,0);
}
.footer a {
   color: white; text-decoration: none;
}
.footer a:hover{
   text-decoration: underline;
}
.footer .counter{float: right; text-align: right; padding-right: 5px; top:-26px; position:relative;}