<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@font-face {
    font-family: MyBahamas;
    src: url('../fonts/BAHAMAL0.otf');
    font-weight: lighter;
}

@font-face {
    font-family: MyBahamasN;
    src: url('../fonts/BAHAMAS0.otf');
    font-weight: lighter;
}

body{
    width: 100%;
    margin: 0px;
    font-family: Arial, sans-serif;
    background-color: #c9c9c9;
    background-image: url("../images/css/bg.png");
    background-position: center top;
    background-repeat: no-repeat;

}

#bermenu{
    position: relative;
    float: left;
    width: 178px;
    height: 193px;
    z-index: 400;
    top: -55px;
    margin-right: -200px;
    left: -80px;
    background-image: url("../images/css/beruska_menu.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#cover{
    width: 800px;
    margin: auto;
}

#header{
    width: 100%;
    height: 208px;
    background-image: url("../images/css/header.png");
    background-repeat: no-repeat;
}

#header a{
    width:100%;
    height: 209px;
    display: block;
}

#header img{
    padding-left: 195px;
    padding-top: 26px;
    width: 460px;
}

#content{
    background-color: white;
    width: 100%;
    float: left;
}

#menu{
    width: 96%;
    height: 35px;
    background-image: url("../images/css/menu.png");
    background-position: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 2%;
    text-align: center;
}

#menu a{
    color: white;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 0px;
    margin: 0px 2.5%;
    display: inline-block;
    font-family: Arial;
    padding-bottom: 0px;
}

#menu a:hover{
    text-shadow: 2px 2px 10px #c4c4c4;
}

#menu a.active{
    border-bottom: 1px solid white;
}

.submenu{
    position: absolute;
    background-color: #295368;
    display: none;
    padding: 8px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.submenu a{
    color: white;
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-family: Arial;/*MyBahamasN,Bahamas,MyBahamas,'Exo 2';*/
}

.submenu a:last-child{
    margin-bottom: 7px;
}

.submenu a:hover{
    text-shadow: 2px 2px 10px #c4c4c4;
}

#main{
    width: 490px;
    margin: 15px 0px 0px 0px;
    padding: 30px 36px 50px 50px;
    border-top: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
    border-top-right-radius: 10px;
    float: left;
    min-height: 644px;
}

#main h1{
    font-size: 19px;
    font-weight: normal;
    color: #5086af;
    text-shadow: 1px 2px 2px #4fa7af;
}

#main h2{
    font-size: 17px;
}

#main h2,#main h3{
    color: #5086af;
    font-weight: normal;
}

#main p{
    text-align: justify;
    font-size: 13px;
}

#main a{
    color: #295368;
    font-weight: 700;
}

#main b{
    color: #5086af;
}

#back{
    position: fixed;
    left: 92vw;
    top: 75vh;
}

#footer{
    width: 100%;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding: 3px 0px;
    float: left;
    margin-top: 0px;
}

#footer a{
    color: black;
    text-decoration: none;
}

#right{
    width: 208px;
    float: right;
}

#right .bublina:first-child .head{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bublina{
    padding-top: 14px;
}

.bublina .head{
    text-align: center;
    background-image: url("../images/css/menu.png");
    height: 37px;
}

.bublina h2{
    color: white;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 0px;
    margin: 0px;
    display: inline-block;
    font-family: Arial;
    padding-bottom: 0px;
}

#main .icon{
    float: right;
    margin-bottom: 0px;

    margin-top: -15px;
    margin-right: -30px;
}

.icon{
    text-align: center;
    margin-bottom: 20px;

}

.icon a{
    text-decoration: none;
    margin-right: 10px;
}

.icon&gt;a&gt;img{
    max-width: 30px;
    max-height: 30px;
}

#paginator{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

#paginator .new{
    float:left;
}
#paginator .old{
    float:right;
}

#paginator p{
    margin: 0px;
    color: #295368;
    text-align: center;
}

.error{
    font-weight: bold;
    color: red;
}</pre></body></html>