html, body, form, fieldset {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin: 1em 0;
    padding: 0;
}

li, dd, blockquote {
    margin-left: 1em;
}

form label {
    cursor: pointer;
}
fieldset {
    border: none;
}

input, select, textarea {
    font-size: 100%;
}



html {
    height: 100%;
}
body {
    height: 100%;
    font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: white;
    background: #095cc6 url(../images/bg_body.jpg) repeat-x left top;
}

a {
    color: #ffca11;
    text-decoration: none;
}
a:hover {
    color: #ff8e15;
    text-decoration: none;
}

img {
    border: none;
}



/* HEADER */

#header, #header-admin {
    width: 850px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    background: transparent url(../images/bg_header.jpg) no-repeat left top;
}

#header-admin {
    background: transparent url(../images/bg_header_admin.jpg) no-repeat left top;
}

h1 {
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 42px;
    margin: 0;
}

h1 a {
    display: block;
    width: 347px;
    height: 169px;
    text-indent: -1000em;
    background: url(../images/logo-kinekus-cerpacia-stanica.jpg) no-repeat;
}

p#benzin-text, p#diesel-text {
    display: none;
}

p#benzin-cena, p#diesel-cena {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 27px;
    margin: 0;
    position: absolute;
    left: 255px;
}

p#benzin-cena {
    top: 226px;
}

p#diesel-cena {
    top: 288px;
}



/* CONTENT */

#content, #content-admin {
    width: 850px;
    margin: 0 auto;
    background: transparent url(../images/bg_content.jpg) no-repeat left top;
    overflow: hidden;
}

#content-admin {
    background: none;
}

#content-admin h2 {
    margin: 0 0 30px 0;
}

#content-admin-inner {
    padding: 0 57px 60px 57px;
}

#content-admin-inner label {
    font-weight: bold;
}

#col-left {
    float: left;
    width: 389px;
    overflow: hidden;
    margin-bottom: 40px;
}

#col-right {
    float: right;
    width: 461px;
    overflow: hidden;
    margin-bottom: 40px;
}

h2#slogan {
    margin: 0;
    display: block;
    margin: 31px 0 0 52px;
    font-weight: normal;
    font-size: 26px;
}

h2#slogan span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin: 19px 0 0 11px;
}

table#otv-hod {
    font-weight: bold;
    font-size: 18px;
    margin: 61px 0 0 97px;
}

table#otv-hod th {
    text-align: right;
    padding: 0 20px 14px 0;
}

table#otv-hod td {
    padding: 0 0 14px 0;
}

ul#strucny-popis {
    font-size: 17px;
    margin: 38px 0 0 49px;

}

ul#strucny-popis li {
    padding-bottom: 14px;
}

p#sutaz-p1 {
    width: 212px;
    font-weight: bold;
    margin: 30px 0 0 31px;
}

p#sutaz-p2 {
    width: 361px;
    margin: 22px 0 0 31px;
}

a#mapa {
    display: block;
    width: 434px;
    text-align: center;
    font-weight: bold;
    margin-top: 47px;
}



/* FOOTER */

#footer {
    width: 850px;
    height: 80px;
    clear: both;
    position: relative;
    background: transparent url(../images/bg_footer.jpg) no-repeat left top;
    margin-bottom: 30px;
}

p#footer-adresa {
    width: 500px;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 65px;
    font-weight: bold;
}

p#footer-mobil {
    width: 200px;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 644px;
    font-weight: bold;
}

p#miskerik {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4a98df;
    margin: 0;
    position: absolute;
    top: 53px;
    left: 691px;
}
