body {font-family:Tahoma; }
h1{text-align:center ; }

@font-face {
    font-family: 'ComfortaaMedium';
    src: url('../fonts/Comfortaa-Medium.ttf');
}




ul.menu {
    font-family: ComfortaaMedium;
    background-color: #5ccccc;
    margin-bottom: 20px;
    min-height: 48px;
    overflow: auto;
}

.clear{
    clear: both;
}

ul.menu li {
    float: left;
    list-style: none;
    padding: 0 10px 0 10px;

}

ul.menu li:hover{
    background-color: #009999;
}

ul.menu a {
    color: #444;
    line-height:48px ;
    font-size: 24px;
    font-weight: bold;
}
ul.menu a.one {
    padding-left: 0;
}

.header_text {
    float: left;
}

.main:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    z-index: 1;
    background-image: url('../images/background.jpg');
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: 185px 185px;
}

.main * {
    z-index: 200;
    position: relative;
}

.main {
    position: relative;
    overflow: hidden;
}

.header_img {
    float: right;
}

ul.menu li.active{
    background-color: #5ccccc;
}


ul.menu li.active a {
    text-decoration: none;
}