html, body {
margin: 0;
padding: 0;
}

.main {
background-color: #FFF;
color: #000;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
background-image: url(/images/nebo.png);
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
}

header {
margin: 0 auto;
width: 1000px;
height: 150px;
}

.logo {
float: left;
width: 300px;
height: 150px;
background-image: url(/image/data/logo.png);
}

.right {
float: right;
margin-top: 10px;
}

#header-phone {
right: 330px;
width: 250px;
font: bold 36px Arial, Verdana !important;
color: #fff!important;
text-shadow: 1px 1px 2px black, 0 0 1em black;
}

#code {
position: relative;
bottom: 15px;
font: bold 24px Arial, Verdana !important;
color: #f00!important;
}

#text-header {
width: 578px;
font-size: 18px;
line-height: 24px;
z-index: 7;
color: #fff!important;
text-shadow: 1px 1px 2px black, 0 0 1em black;
}

#text-adres {
width: 578px;
font-size: 16px;
line-height: 24px;
z-index: 7;
color: #fff!important;
text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.container {
width: 100%;
}

.content {
margin: 0 auto;
width: 980px;
}


.tool {
position: absolute;
background: white;
padding: 10px 20px;
font-size: 14px;
font-family: arial;
z-index: 1010;
box-shadow: 0px 0px 4px 0px rgb(70, 70, 70);
-webkit-box-shadow: 0px 0px 4px 0px rgb(70, 70, 70);
-moz-box-shadow: 0px 0px 4px 0px rgb(70, 70, 70);
line-height: 21px;
}

.mapq {
background-size: cover;
background-repeat: no-repeat!important;
}

.footer {
margin: 0 auto;
width: 1000px;
margin-top: 50px;
}

.footer > .left {
float: left;
margin-top: 15px;
}

.footer > .right {
float: right;
margin-top: 0px;
}

.footer > .right > a {
color: #337eb3;
text-decoration: underline;
cursor: pointer;
}

.footer > .right > a:hover {
text-decoration: none;
}