html, body, p, h1, h2, h3, h4, h5, h6, dl, dd, dt, form {
    padding: 0;
    margin: 0;
    list-style: none;
}



body {
    font-size: 62.5%;
    font-family: 'Arial CE', Tahoma, 'Helvetica CE', Arial, helvetica, sans-serif;
    color: #fff;
    background: url('img/bg-page.jpg') repeat-x top left;
}

#home {
    background: #001466 url('img/bg.jpg') repeat-x top left;
    padding: 141px 0 0 0;
    width: 864px;
    text-align: center;
    margin: 0 auto;
}

#header {
    height: 105px;
    text-align: center;
    width: 764px;
    margin: 0 auto;
    padding: 0 0 0 21px;
}

#header.lode {
	background: url('img/header-page.jpg') no-repeat top center;
}

#header.klice {
	background: url('img/header-page1.jpg') no-repeat top center;
}

#header a#logo{
    display: block;
    width: 124px;
    float: left;
    height: 102px;
    margin: 0 455px 0 0;
}

#header a.img {
    width: 80px;
    height: 82px;
    float: left;
    display:block;
    
}


#home #header {
    background: url('img/header.jpg') no-repeat top left;
    width: 864px;
    height: 345px;
    font-size: 120%;
    text-align: left;
    position: relative;
    padding: 0px;
}
#home #header a {
    color: #fff;
    text-decoration: none;
}

#home #header #dovozce{
    display: block;
    float: left;
    width: 358px;
    height: 58px;
    padding: 287px 0 0 70px;
}

#home #header #velkoo {
    display: block;
    float: left;
    width: 315px;
    height: 58px;
    padding: 287px 0 0 120px;
}

#home #header a#logo{
    position: absolute;
    top: 196px;
    left: 338px;
    display: block;
    width: 189px;
    height: 124px;
    margin: 0px;
}

#header a span{
    display: none;
}

#footer {
    font-size: 120%;
    color: #0096d1;
    padding: 20px 0 0 0;
}

#footer p{
    color: #fff;
    padding: 5px 0 0 0;
}

iframe {
    width: 100%;
    border: none;
}

