﻿/* ================= GENERAL ================= */
html, body {
    height: 100%;
}

html {
    min-width: 976px;
    background: #e6e6e6 url('images/bg.png') repeat-x top left;
}

body {
    margin: 0px;
    padding: 0 0 48px 0;
    color: #282828;
    text-align: left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
}

.perex, #content p {
    text-align: left;
}

p, li {
    line-height: 18px;
}

    p.index-block {
        margin: 0 0 10px 11px;
        width: 700px;
    }

h1 {
    padding: 5px 0;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
    margin: 13px 0;
}

h4 {
    font-size: 14px;
    padding: 2px;
    margin: 0px;
}

    h2 a, h3 a, h4 a {
        color: #f96c00;
    }

table {
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

    table thead th {
        border-bottom: 2px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
        background-color: #efefef;
    }

    table tbody td {
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
    }

/* ================= LINKS ================= */
a {
    color: #f96c00;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

    a:hover {
        color: #258f40;
        text-decoration: underline;
    }

/* ================= HEADLINES ================= */


/* ================= MAIN LAYLOUT ================= */
#main {
    width: 1142px;
    height: auto;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.cleaner /* definice cleaner */ {
    margin: 0;
    padding: 0;
    float: none !important;
    height: 0px !important;
    overflow: hidden !important;
    clear: both !important;
}

strong /* používat na tučné texty */ {
    font-weight: bold;
}

.hidden {
    display: none;
}

.green {
    color: #80ff00;
}

.error {
    color: Red;
    padding-top: 10px;
}

/* ================= HEADER ================= */
#header {
    padding: 0;
    display: block;
    height: 245px;
    background: url('images/header.png') no-repeat top left;
}

#header-logo, #header-logo:visited {
    float: left;
    clear: both;
    width: 272px;
    height: 114px;
    margin: 0 18px 0 50px;
    background: url('images/logo.png') no-repeat top left;
}

#lang-switcher {
    position: absolute;
    top: 13px;
    right: 140px;
}

    #lang-switcher a {
        color: #fff;
        padding: 0;
        height: 31px;
        width: 32px;
        display: block;
        background-position: left center;
        background-repeat: no-repeat;
    }

    #lang-switcher .true {
        display: block;
    }

    #lang-switcher .false {
        display: none;
    }

    #lang-switcher a#lang-eng {
        background-image: url('images/UnitedKingdom.png');
    }

    #lang-switcher a#lang-cze {
        background-image: url('images/CzechRepublic.png');
    }

#slogan {
    color: #dd0000;
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
    float: left;
    width: 325px;
    margin: 30px 0 0 5px;
}

#contactform-link {
    background: url('images/contactform_link.png') no-repeat center center;
    color: #fff;
    font-size: 13px;
    width: 159px;
    height: 23px;
    float: left;
    margin: 33px 0 0 150px;
}

    #contactform-link span {
        float: left;
        padding: 4px 0 0 18px;
    }

#logos {
    clear: both;
    margin-left: 100px;
}

    #logos img {
        margin: 27px 12px 0 12px;
    }

/* ================= BUTTONS ================= */
.btn {
    background: url('images/btn-left.png') no-repeat;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

    .btn span {
        height: 23px;
        line-height: 23px;
        display: inline-block;
        background: url('images/btn-right.png') no-repeat top right;
        padding: 0 30px 0 18px;
    }

a.btn:hover {
    background: url('images/btn2-left.png') no-repeat;
    color: #fff;
    text-decoration: none;
}

    a.btn:hover span {
        background: url('images/btn2-right.png') no-repeat top right;
    }

.btn input {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}


/* ================= MAIN MENU ================= */
#menu {
    background: url('images/menu-left.png') no-repeat top left;
    padding-left: 10px;
    float: left;
    height: 47px;
}

#menu-r {
    background: url('images/menu-right.png') no-repeat top right;
    padding-right: 10px;
    float: left;
    height: 47px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    z-index: 100;
}

#menu li {
    list-style-type: none;
    float: left;
    margin: 0;
    height: 47px;
    line-height: 47px;
    background-color: #000;
}

    #menu li a {
        padding: 0 13px;
        height: 47px;
        line-height: 47px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        border-left: 1px solid #484848;
        float: left;
    }

        #menu li a.first {
            border-left: none;
        }

        #menu li a:hover {
            color: #f96c00;
        }

#menu .current {
    color: #f96c00;
    font-weight: bold;
}

    #menu .current a {
        color: #f96c00;
    }

/* ================= CONTENT ================= */
#main-content-top {
    margin: 0 0 0 41px;
    background: url('images/content-top.png') no-repeat top left;
    height: auto;
    padding-top: 28px;
    width: 988px;
}

#main-content-btm {
    background: url('images/content-btm.png') no-repeat bottom left;
    padding-bottom: 28px;
}

#main-content {
    background: #fff url('images/content-mid.png') repeat-y top left;
}

#content {
    padding: 0 17px;
    height: auto;
    text-align: left;
}

#right-box {
    padding: 5px;
    height: auto;
}

    /* ================= LEFT BOX ================= */
    #right-box .box {
        padding: 5px;
        margin: 0 0 0 0;
    }

    #right-box .thumbnail-box {
        float: left;
        margin: 6px 10px 0 0;
    }

    #right-box .box .inner {
        padding: 3px 0 0 0;
    }

    #right-box p.smaller {
        font-size: 11px;
    }

    #right-box h3 {
        margin: 0;
    }

    #right-box .item-block {
        padding: 5px 25px;
        text-align: center;
    }

    #right-box .item-block {
        line-height: 1.5em;
        overflow: hidden;
    }

    #right-box .article {
        text-align: left;
        padding: 5px 0;
    }

        #right-box .article img {
            float: left;
            margin: 7px 10px 7px 0 !important;
        }

        #right-box .article .date {
            font-weight: bold;
            font-size: 11px;
            color: #c80e0e;
        }

    #right-box .right-box-separator {
        background: url('images/right-box-separator.png') no-repeat top left;
        height: 2px;
    }

    #right-box .item-block p {
    }

        #right-box .item-block p a {
            color: #000;
            font-weight: bold;
        }

    #right-box .item-block img {
        margin: 7px 0;
        border: 1px solid #e7e7e7;
    }

    #right-box .subscribe-input .textbox {
        padding: 5px;
        width: 210px;
    }

/* ================= INDEX PAGE + CATEGORY PAGE + DETAIL PAGE ================= */
#content .item-block {
    border: 1px solid #dbdbdb;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 14px 10px;
    position: relative;
    text-align: center;
    width: 145px;
}

    #content .item-block .btn {
        margin-top: 10px;
    }

    #content .item-block .thumbnail-box {
        margin: 0;
        float: none;
        height: 109px;
    }

    #content .item-block h3 {
        text-align: left;
        margin-top: 5px;
        height: 35px;
        overflow: hidden;
    }

#content .article-block {
    border-bottom: 1px solid #dbdbdb;
    float: left;
    padding: 5px 0 38px 0;
    width: 100%;
    position: relative;
}

    #content .article-block .btn {
        position: absolute;
        bottom: 7px;
        left: 0px;
    }

#content .news {
    margin: 0 0 0 20px;
    padding-bottom: 0;
}

#content .date {
    font-size: 12px;
    color: #fff;
    margin: 0 2px 0 0;
    float: right;
    background-color: #2b2b2b;
    padding: 5px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content .item-perex {
    margin: 10px 0;
}

#content .thumbnail-box {
    float: left;
    margin: 5px 15px 0 0;
}

    #content .thumbnail-box img {
    }

    #content .thumbnail-box.large {
    }

#content .right-block {
}

#content .thumbnail-box-small {
    float: left;
    margin: 0 15px 15px 5px;
}

#content .perex {
    font-size: 14px;
    font-weight: bold;
}

#content .photogallery {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#content .files {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}

    #content .files li a {
        text-decoration: underline;
    }

        #content .files li a:hover {
            color: #34302a;
        }

    #content .files img {
        margin-top: 5px;
    }

/* ================= PAGINATOR ================= */
.pager {
    float: right;
    margin: 20px 0 0 0;
}

    .pager a {
        color: #000;
    }

        .pager a:hover {
            text-decoration: none;
        }

.pager-button-first, .pager-button-previous, .pager-button, .pager-button-next, .pager-button-last, .pager-button-active {
    line-height: 28px;
    font-size: 12px;
    color: #000;
    display: block;
    font-weight: bold;
    float: left;
    width: 28px;
    height: 28px;
    margin: 1px;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background-color: #eeeeee;
}

    .pager-button-active, .pager-button-first:hover, .pager-button-previous:hover, .pager-button:hover, .pager-button-next:hover, .pager-button-last:hover {
        background-color: #fff;
    }

/* ================= BOX UNDER ARTICLE ================= */
#bottom-box-header {
    margin: 20px 0 100px 41px;
    background: url('images/bottom-box-header.png') no-repeat top left;
    height: auto;
    padding-top: 20px;
    width: 988px;
    position: relative;
    float: left;
}

    #bottom-box-header .more a {
        color: #000;
        position: absolute;
        left: 405px;
        bottom: 17px;
    }

#bottom-box-footer {
    background: url('images/bottom-box-footer.png') no-repeat bottom left;
    padding-bottom: 52px;
    float: left;
    width: 988px;
}

#bottom-box {
    background: #fff url('images/content-mid.png') repeat-y top left;
    float: left;
    width: 988px;
}

    #bottom-box .left {
        float: left;
        padding: 0 17px;
        width: 635px;
    }

        #bottom-box .left ul {
            list-style: none;
            padding: 0;
        }

            #bottom-box .left ul li {
                line-height: 22px;
            }

    #bottom-box .right {
        float: right;
        padding: 0 17px;
        width: 265px;
    }

        #bottom-box .right ul {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
        }

            #bottom-box .right ul li {
                line-height: 22px;
                margin: 14px 0;
                padding-left: 35px;
            }

        #bottom-box .right .email {
            background: url('images/ico-email.png') no-repeat top left;
        }

        #bottom-box .right .phone {
            background: url('images/ico-phone.png') no-repeat top left;
        }

        #bottom-box .right .mobil {
            background: url('images/ico-mobil.png') no-repeat top left;
        }

    #bottom-box h2 {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 10px 0;
        padding: 0 0 5px 5px;
        border-bottom: 1px solid #ededed;
    }

    #bottom-box .left h2 {
        background: url('images/bottom-box-news.png') no-repeat top right;
    }

    #bottom-box .right h2 {
        background: url('images/bottom-box-contact.png') no-repeat top right;
    }

/* ================= WEBKOMPLET FOOTER ================= */
#footer {
    background: url('images/bg-btm.png') repeat-x bottom left;
    color: #fff;
    font-size: 13px;
    height: 48px;
    padding-top: 10px;
    text-align: center;
}

    #footer a {
        background: none;
        padding: 0px;
        color: #fff;
    }

#webkomplet-footer {
    background: url("images/footer.png") no-repeat top left;
    width: 1142px;
    line-height: 48px;
    margin: 0 auto;
}

    #webkomplet-footer a:hover {
        text-decoration: underline;
    }

    #webkomplet-footer span {
        margin-right: 65px;
    }

/* ================= FORMS ================= */

#form {
    padding: 10px 20px 20px 20px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ededed;
    float: left;
    width: 410px;
}

    #form .form-block {
        margin: 0;
        padding: 0;
        border: none;
        float: left;
        display: inline;
        width: 260px;
        margin-left: 25px;
    }

    #form legend {
        display: none;
    }

    #form p {
        margin: .5em 0;
    }

    #form label {
        display: block;
        line-height: 160%;
        color: #333;
        font-size: 13px;
    }

    #form .textbox, #form textarea {
        border: 1px solid #e6e6e6;
        background-color: #fff;
        padding: 4px;
        width: 270px;
    }

        #form input:focus, #form textarea:focus {
            border: 1px solid #f96c00;
        }

    #form textarea {
        height: 125px;
        overflow: auto;
    }

    #form .field-info {
        padding-left: 10px;
        font-size: 11px;
        padding-top: 5px;
        color: #808080;
    }

    #form .form-row {
        margin: 10px 0;
    }

    #form .form-title {
        font-weight: bold;
        float: left;
        width: 120px;
    }

    #form .textbox {
    }

.form-info {
    padding: 15px 0px 5px 25px;
    font-size: 11px;
}

.required {
    color: Red;
}

.validation-summary {
    line-height: 18px;
    font-size: 13px;
}

/* ======================== PRODUCTS ================== */
.lmenu {
    float: left;
    width: 180px;
}

    .lmenu ul {
        padding: 0 0 0 20px;
        margin: 10px 0;
    }

    .lmenu h3 a {
        color: #000;
        margin: 10px 0;
    }

.product {
    float: right;
    width: 740px;
    padding-left: 30px;
    border-left: 1px dotted #dbdbdb;
}

/* ===================== INDEX BOXS ===================== */
.index-box {
    width: 215px;
    height: 209px;
    float: left;
    margin: 11px;
    background: url('images/indexbox.png') no-repeat top left;
    position: relative;
}

.index-box-inner {
    padding: 5px;
}

.index-box .thumbnail-box {
    margin: 0 !important;
    width: 205px;
    text-align: center;
}

.index-box .link {
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: 156px;
}

/* ================= BREADCRUMBS BLOCK ================= */
.bread-crumbs {
    padding: 0;
    margin: 38px 0 0 72px;
    width: 100%;
}

    .bread-crumbs ul {
        margin-bottom: 0px !important;
        padding: 0 0 0 0;
        height: 22px;
    }

    .bread-crumbs li {
        list-style: none;
        float: left;
        color: #808080;
    }

        .bread-crumbs li a {
            color: #808080;
        }

            .bread-crumbs li a.current {
                text-decoration: none;
                cursor: default;
            }


.proverene-udaje .proverene-kontakty, .proverene-udaje .proverena-firma {
    padding: 10px 30px 0 30px;
}

.proverene-kontakty {
    text-align: center;
    width: 200px;
    font-size: 13px;
    padding: 10px;
    float: left;
    line-height: 20px;
}

    .proverene-kontakty a {
        text-decoration: none;
        color: #000;
    }

.proverene-kontakty-icon {
    background: url('images/proverenekontakty.png') no-repeat top center;
    width: 100%;
    height: 70px;
    display: block;
}

    .proverene-kontakty-icon a {
        float: left;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
    }

.proverena-firma {
    text-align: center;
    width: 230px;
    font-size: 13px;
    padding: 10px;
    float: left;
    line-height: 20px;
}

    .proverena-firma a {
        text-decoration: none;
        color: #000;
    }

.proverena-firma-icon {
    background: url('images/proverenafirma.png') no-repeat top center;
    width: 100%;
    height: 70px;
    display: block;
}

    .proverena-firma-icon a {
        float: left;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
    }

.proverene-kontakty p, .proverena-firma p {
    font-size: 13px !important;
    margin: 0 !important;
}

#right-box .proverene-kontakty, #right-box .proverena-firma {
    width: 100%;
    padding: 5px 0;
}
