body, td, th {
    color: #fff;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    background-color: #14466A;
    background: url(/images/bg1234.gif);
}

a:link {
    color: #EBE1A8;
    text-decoration: underline;
}

a:visited {
    color: #EBE1A8;
    text-decoration: underline;
}

a:hover {
    color: #EBE1A8;
    text-decoration: underline;
}

a:active {
    color: #EBE1A8;
    text-decoration: underline;
}

#table {
    width: 1000px;
    height: 100%;
    border-left: 1px #B7CCD3 ridge;
    border-right: 1px #B7CCD3 ridge;
    background: #03253E;
}

#menu {
    height: 51px;
    padding: 0 25px;
}

#shap {
    height: 360px;
    background: url(/files/index1.jpg);
}

#content {
    vertical-align: top;
    padding: 15px;
    text-align: justify;
    font-size: 16px;
    background: #03253E;
}

#name {
    font-size: 16px;
    color: #EBE1A8;
    font-weight: bold;
}

#bottom {
    height: 40px;
    padding: 0 15px;
    background: #03253E;
}

#ban {
    float: left;
}

#copy {
    float: right;
    font-size: 11px;
    text-align: right;
}

.menu {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

marquee {
    font-weight: bold;
    color: #F6DD44;
    width: 950px;
}

h3 {
    font-size: 19px;
    color: #d7c643;
}

h4 {
    font-size: 17px;
    color: #d7c643;
    text-decoration: underline;
}

#z_h1 {
    float: right;
    width: 350px;
    font-size: 22px;
    color: #fff093;
    margin: 0 20px 0 0;
    text-align: right;;
}

#z_h1 a {
    text-decoration: none;
}

#knop {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 0;
}

#knop a {
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    background: #f8eb67;
    border-radius: 10px;
}

#knop a:hover {
    background: #f7aa01;
}

#claim{
    display: none;
}

.claim_form .form_header{
    font-size: 22px;
    font-weight: bold;
    color: #f7aa01;
    text-align: center;
}

.claim_form p{
    color: #fff;
    font-size: 15px;
}

.form_input, .form_textarea {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
    border: 2px solid #e1e5e9;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: none;
    box-sizing: border-box;
}
.form_input::-moz-placeholder, .form_textarea::-moz-placeholder {
    color: #999;
    font-weight: 400;
}
.form_input::placeholder, .form_textarea::placeholder {
    color: #999;
    font-weight: 400;
}
.form_input:hover, .form_textarea:hover {
    border-color: #c1c8cd;
}
.form_input:focus, .form_textarea:focus {
    border-color: #1c1819;
    box-shadow: 0 0 0 3px rgba(28, 24, 25, 0.1);
}

.form_button {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
    background-color: #f7aa01;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 56px;
    box-sizing: border-box;
}

.form_button:hover {
    background-color: #f7aa01;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(50, 51, 118, 0.3);
}
.form_button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(50, 51, 118, 0.3);
}

@media only screen and (max-width: 978px) {
    #table {
        border: none;
    }

    #table {
        display: block;
        width: 100%;
    }

    #table > tbody {
        display: block;
    }

    #table > tbody > tr {
        display: block;
    }

    #table > tbody > tr > td {
        display: block;
    }

    marquee {
        width: 100%;
    }

    #menu > table {
        display: block;
    }

    #menu > table > tbody {
        display: block;
    }

    #menu > table > tbody > tr {
        display: block;
    }

    #menu > table > tbody > tr > td {
        display: inline-block;
        padding: 7px;
        border: 1px solid #ebe1a8;
        border-radius: 5px;
        margin-bottom: 7px;
    }

    #menu {
        height: auto;
        padding: 10px 10px 0;
        text-align: center;
    }

    #menu > table > tbody > tr > td a {
        text-decoration: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .z_tel {
        display: block !important;
        font-size: 20px;
    }

    html, body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 400px) {
    #content > p > img {

    }

    #menu > table > tbody > tr > td {
        display: inline-block;
        padding: 7px 5px;
        border: 1px solid #ebe1a8;
        border-radius: 5px;
        margin-bottom: 7px;
        width: 49%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 340px) {
    .z_h1 {
        font-size: 14px;
    }

    #menu > table > tbody > tr > td a {
        font-size: 14px;
    }
}