﻿body {
    font-family: 'Roboto',sans-serif;
}


.govde {
    color: #000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 11pt;
}


.tepe_tolga {
    text-align: center;
    font-size: 18px;
    color: #d1d2d4;
    min-height: 200px;
    background-image: url(../images/menu_fon2.png);
    font-family: 'Roboto', sans-serif;
}



.anim_pulse:hover {
    animation-name: pulse;
    animation-duration: 2s;
}


.m_element {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 60px;
    display: block;
}

    .m_element:hover {
        background-image: url(../images/menu_fon.png);
    }

.m_element2 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 60px;
    display: block;
}

    .m_element2:hover {
        background-image: url(../images/menu_fon.png);
    }

.m_element a {
    text-decoration: none;
    color: #231F20;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    line-height: 60px;
    display: block;
}

.m_element2 a {
    text-decoration: none;
    color: #9D9FA2;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    line-height: 60px;
    display: block;
}

.m_element a:hover {
    color: #555555;
}

.m_element2 a:hover {
    color: #555555;
}

.menu_secim {
    color: #9D9FA2;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    line-height: 60px;
    background-image: url(../images/menu_fon.png);
}

    .menu_secim a {
        text-decoration: none;
        color: #231F20;
    }

        .menu_secim a:hover {
            color: #555555;
        }

