/* CSS Document */

/* Layout */

body, div, table, tr, td, img, p, li, ul, ol {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

body {
    width: 100%;
    text-align: center; margin: auto;
    background-color: black;
}

#container {
    width: 100%;
    text-align: center; margin: auto;
}

#top {
    width: 100%; height: 576px;
}
#top .left {
    position: relative; left: -110px;
    width: 900px; margin: auto;
    background-image: url('../img/lewak.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#top .right {
    position: relative; right: -300px;
    width: 900px;
    background-image: url('../img/prawak.jpg');
    background-repeat: no-repeat;
    background-position: 710px 0px;
}
#top .center {
    position: relative; left: -190px;
    width: 900px;
    background-position: 0px 0px;
}

#main {
    width: 900px;
    min-height: 166px;
    *height: 166px;
    background-image: url('../img/main.jpg');
    background-repeat: no-repeat;
    background-color: black;
}

#footer {
    padding-top: 32px;
    width: 100%; height: 84px;
}
#footer .left {
    position: relative; left: -110px;
    width: 900px; margin: auto;
    background-image: url('../img/footer_left.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#footer .right {
    position: relative; right: -300px;
    width: 900px;
    background-image: url('../img/footer_right.jpg');
    background-repeat: no-repeat;
    background-position: 710px 0px;
}
#footer .center {
    position: relative; left: -190px;
    width: 900px; height: 84px;
    background-image: url('../img/footer.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: left;
}

/* Content */

body, td, li {
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #ABABAB;
}

h1 {
    margin-top: 16px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
}

b {
    font-weight: normal;
    color: white;
}

p { margin-bottom: 16px; }

li { margin-bottom: 8px; }
ol { list-style-position: inside; }

a {
    text-decoration: none;
    color: #C30000;
}
a:hover { color: #ABABAB; }

.brown { color: #5E5E5E; }
.grey { color: #ABABAB; }

#footer {
    font-size: 11px;
    line-height: 20px;
}
.footer_img { margin-left: 25px; }
.footer_copy { margin-left: 15px; }
#footer_linki { padding-top: 35px; }
#footer_linki a, #content .menu a { color: #ABABAB; }
#footer_linki a:hover, #content .menu a:hover { color: #C30000; }

#footer_logo {
    position: absolute;
    left: 300px; top: 30px;
}
#footer_kontakt {
    position: absolute;
    left: 510px; top: 35px;
    line-height: 15px;
}

#content { padding-top: 20px; }
#content .menu {
    width: 150px;
    text-align: left;
    float: left;
}
#content ul {
    list-style-position: outside;
    padding-left: 16px;
    list-style-type: disc;
}
#content .prawy li { color: white; }
#content .menu li { color: #C30000; }
#content .lewy {
    width: 340px;
    *width: 360px;
    padding-right: 20px;
    text-align: right;
    float: left;
}
#content .lewy p { margin-top: 16px; }
#content .prawy {
    width: 360px;
    text-align: left;
    float: left;
}

.tytul {
    margin-top: 5px;
}

.kolory img {
    width: 20px;
    height: 13px;
}
.kolory td {
    vertical-align: top;
}

.title {
    padding-right: 10px;
    text-align: right;
}
.podpis {
    float: left;
}

.ramka { margin-bottom: 21px; }
.ramka img { margin-right: 21px; }

#sandwich td {
    padding-right: 20px;
    vertical-align: top;
}

#klienci td { vertical-align: top; }

#kontakt {
    text-align: right;
    float: right;
}
