@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #575656;
    background-image: url('../images/stripe-20.png');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: bottom;
    background-repeat: repeat-x;
}

h1 {
    display: none;
}

h3 {
    text-transform: uppercase;
    color: #049EE5;
    font-size: 26px;
    padding: 5px 0;
    margin: 26px 0 0 10px;
}

p {
    padding: 10px;
}

li {
    background: url('../images/arrow-20.png') no-repeat 0 0;
    padding-left: 60px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
}

ul, li, a {
    font-size: 16px;
    line-height: 20px;
    /*color: #049EE5;*/
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#headerwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#header {
    /*height: 75px;
    background: #FF6633;
    border-radius: 10px;
    border: 1px solid #eb521f;*/
    margin: 5px;
}

#header img {
    width: 413px;
    height: 250px;
    margin: 0 0 0 41px;
}

.cls {
    clear: both;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: right;
}

.offers {
    width: 600px;
    float: left;
}

.circle-truck {
    width: 325px;
    height: 300px;
    float: right;
    background: center center url("../images/circle-truck.png") no-repeat;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 12px 0 0 0;
}

.circle-truck p {
    padding: 85px 0 0 0;
    font-weight: bold;
}

#navigationwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#navigation {
    height: 40px;
    /*background: #F3FBFF;
    border-radius: 10px;
    border: 1px solid #ebb81f;*/
    margin: 5px;
}

#contentwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#content {
    background-color: rgba(255, 255, 255, 0.75);
    /*border-radius: 10px;
    border: 1px solid #ebebeb;*/
    margin: 5px 5px 50px 5px;
    padding: 5px;
}

#footerwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 40px;
    background: #33FF66;
    border-radius: 10px;
    border: 1px solid #1feb52;
    margin: 5px;
}

/*ul#menu {
    padding: 0;
    margin: 0 auto 0 auto;
    width: 190px;
}

ul#menu li {
    display: inline;
}

ul#menu li a {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: orange;
}*/

.dashed {
    /*border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;*/
    border: 3px dashed #049EE5;
    padding: 10px;
    margin: 10px;
}

.drive {
    padding: 10px 500px 10px 10px;
    height: 300px;
    background: right bottom url("../images/eu-map-400.png") no-repeat;
}

.drive p {
    margin-top: 30px;
}

.circle {
    margin: -60px -25px 0 0;
    width: 180px;
    height: 180px;
    float: right;
    background: center center url("../images/circle.png") no-repeat;
}

.circle p {
    text-align: center;
    margin: 25px 0 0 0;
}

nav {
    margin: 5px auto 0 auto;
    width: 495px;
}

nav ul {
    overflow: auto;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 25px 0 0;
}

nav li {
    height: 38px;
    /*float: left;*/
    margin-right: 0px;
    /*border-right: 1px solid #aaa;*/
    padding: 5px 20px;
    background: none;
    text-align: right;
}

nav li:last-child {
    border-right: none;
}

nav li a {
    text-decoration: none;
    color: #66ccff;
    font: 38px/1 Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    border-bottom: 1px solid #aaa;

}

nav li a:hover {
    color: #049EE5;
    -webkit-transition: all 0.25s ease;
    border-bottom: 2px solid #6e6e6e;
}

nav li.active a {
    font-weight: bold;
    color: #049EE5;
    border-bottom: 2px solid #6e6e6e;
}

.contacts-wrapper {
    height: 300px;
}

.contacts-wrapper a {
    color: #575656;
}

.contacts-wrapper h3 {
    padding: 0 0 45px 0px;
}

.contacts ul.second-level {
    margin: 0 0 0 40px;
}

.first-level li {
    font-weight: bold;
}

.second-level li {
    font-weight: normal;
}

.contacts ul {
    margin: 25px 0 0 10px;
    list-style-type: disc;
    background: none;
}

.contacts li {
    margin: 0 0 0 10px;
    -webkit-transition: all 0.5s ease;
    background: none;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
}

.contacts li:hover {
    color: #049EE5;
}

.sponzoring img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 210px;
}

.sponzoring a {
    color: white;
    float: left;
    margin: 5px 0 0 10px;
}

#fb-box {
    margin-top: 20px;
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.map {
    height: 300px;
    width: 100%;
}
#language {
    text-align: right;
    padding-right: 45px;
}
#language a {
    margin: 0 0 0 15px;
    padding: 0;
}
#language a img {
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0;
}