﻿
body {
    background-color: #3a61b1;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
}


#heder {
        text-align:center;
        margin-left: auto; margin-right:auto;
        width: 100%;

        background-color:white;
}


#sredina {
        background-color: white;
        text-align:center;
        margin-left: auto; margin-right:auto;
        padding-top :20px; padding-bottom:20px;
}

.footer {
    
        text-align:center;
        margin-left: auto; margin-right:auto;              
        padding-top:5px;
        color:white ;

}

 .central {
      width: 800px;
      margin-left: auto; margin-right:auto;
      text-align:left;

          }



h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }





/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #3a61b1;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

    textarea {
        font-family: inherit;
        width: 500px;
    }

        input:focus, textarea:focus {
            border: 1px solid #3a61b1;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }

input[type="submit"],
input[type="button"],
button {
    background-color: #3a61b1;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    width: 90px;
    height: 40px;
    color:white;
}

    
