* {
    padding: 0px;
    margin: 0px;
}

body, html {
    background: url("../gfx/design/background.png") repeat-x #f4f4f4;
    background-color: #f4f4f4 !important;
}

div#container {
    background: #ffffff;
    width: 830px;
    margin: 0 auto;
    color: #4b4f58;
    line-height: 1.8;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

div#container div#header {
    background: url("../gfx/design/header.png") no-repeat;
    height: 135px;
    width: 830px;
}

div#container div#header div.lang {
    margin-top: 30px;
    margin-right: 5px;
    float: right;
}

div#container div#header h1 {
    color: #1d1d1d;
    font-size: 30px;
    font-weight: Normal;
    padding-top: 50px;
    padding-left: 100px;
}

div#container div#header h1 span {
    font-size: 18px;
}

div#container div#header h2 {
    color: #1d1d1d;
    font-family: "Myriad Pro", "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: Normal;
    padding-left: 150px;
    margin-top: -5px;
}

div#container ul.nav {
    background: url("../gfx/design/menu-bg.png") no-repeat;
    list-style: none;
    height: 40px;
    width: 828px;
    margin-left: 1px;
}

div#container ul.nav li {
    float: left;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;

}

div#container ul.nav li a {
    color: #ffffff;
    display: inline-block;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    text-decoration: none;
}

div#container ul.nav li a:hover {
    background: url("../gfx/design/menu-over.png") no-repeat;
    background-position: center top;
}

div.content_wrapper {
    /*background: url("../gfx/design/content-bg.png");*/
    margin-top: 1px;
    margin-left: 0px;
}

div.content h1 {
    height: 93px;
    margin-bottom: -70px;
    color: #181818;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 10px;
}
div.content h2 {
    height: 93px;
    margin-bottom: -55px;
    color: #181818;
    font-size: 25px;
}

div.content h3 {
    color: #181818;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 10px;
}

div.content ul {
    margin-left: 20px;
}

div.content p, div.content h2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.content div.content-bottom {
    background: url("../gfx/design/content-bottom.png");
    font-size: 0px;
    height: 2px;
}

div#container div#footer {
    background: url("../gfx/design/footer.png");
    color: #787878;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding: 10px;
}

div#container div#footer span, div#footer a {
    color: #c74b00;
    text-decoration: none;
}

div#container div#footer a:hover {
    text-decoration: underline;
}

input, select, textarea {
    border: 1px #FF822E solid;
    background: #DB5B0D;
    color: #fff;
    margin-bottom: 1px;
    padding: 5px;
    margin-left: 2px;
    margin-top: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

input[type='submit'], button, input[type='button'], input[type='reset'] {
    border: 1px #DB5B0D solid;
    background: #DB5B0D;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
    margin-right: 2px;
}

input[type='submit']:hover, button:hover, input[type='button']:hover, input[type='reset']:hover {
    background: #000;
    color: #fff;
    border-color: #333;
}

textarea {
    padding: 2px;
}

.content {
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px !important;
    padding: 10px 2px;
}
