body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #88171b;
    color: #555753;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* global */
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.news-scrollbar { width: 450px; height: 550px; clear: both; margin: 0px 0 0px; }
.news-scrollbar .viewport { width: 440px; height: 530px; overflow: hidden; position: relative; }
.news-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
.news-scrollbar .thumb .end,
.news-scrollbar .thumb { background-color: #430A0C; }
.news-scrollbar .scrollbar { position: relative; float: right; width: 10px; }
.news-scrollbar .track { background-color: #F4E1D6; height: 100%; width:8px; position: relative; padding: 0 1px; }
.news-scrollbar .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.news-scrollbar .thumb .end { overflow: hidden; height: 5px; width: 8px; }
.news-scrollbar .disable{ display: none; }

#wrapper {
    text-align: left;
    margin: 0 auto;
    padding: 0px;
    border: 0;
    width: 980px;
    min-height: 100%;
    position: relative;
}

#container3 {
    background: #f2f1f1;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#container2 {
    background: #f5f5f5;
    float: left;
    width: 100%;
    position: relative;
    right: 250px;
}

#container1 {
    background: #430a0c;
    float: left;
    width: 100%;
    position: relative;
    right: 470px;
}

#side-a {
    float: left;
    width: 250px;
    margin: 0;
    position: relative;
    left: 720px;
}

#side-b {
    float: left;
    width: 250px;
    margin: 0;
    position: relative;
    left: 730px;
}

#content {
    float: left;
    width: 470px;
    position: relative;
    left: 735px;
}

#content h1 {
    padding: 15px 0 10px 15px;
    font-size: 17px;
    color: #555753;
}

#content h1 a {
    text-decoration: none;
    color: #cc3300;
}

#content h1 a:hover {
    text-decoration: none;
    color: #ff7a58;
}

#content h2 {
    padding: 15px 0 10px 15px;
    font-size: 15px;
    color: #555753;
}

#content h2 a {
    text-decoration: none;
    color: #cc3300;
}

#content h2 a:hover {
    text-decoration: none;
    color: #ff7a58;
}

#content h3 {
    padding: 15px 0 10px 15px;
    font-size: 13px;
    color: #cc3300;
}

#content h2 a {
    text-decoration: none;
    color: #cc3300;
}

#content h2 a:hover {
    text-decoration: none;
    color: #ff7a58;
}

#labs {
    border-top: solid 1px #918381;
    position: relative;
    clear: both;
    background: #430a0c;
    height: 365px;
    padding-bottom: 95px; /* Height of the footer */
}

#labs h1 {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #f5f5f5;
    font-weight: 700;
    padding: 110px 0 0 15px;
}

#lablogo {
    position: absolute;
    top: 20px;
    left: 50px;
    background: url(../images/labs.png) no-repeat;
    width: 136px;
    height: 70px;
}

/*                  start laboratoria                  */

/*****************************************************/
#labin {
    float: left;
    width: 255px;
    margin: 0 0 20px 0;
}

#labin ol {
    float: left;
    margin: 0;
    padding: 2px 0 0 0;
    width: 255px;
}

#labin li {
    margin: 0 0 0 0;
    list-style: none;
}

#labin li a {
    text-transform: uppercase;
    font-size: 10px;
    border-bottom: solid 1px #864144;
    border-left: 15px #380607 solid;
    display: block;
    text-decoration: none;
    color: #e8cdca;
    margin: 0;
    padding: 4px 0 3px 10px;
    width: 235px;
}

#labin>li a {
    width: auto;
}

#labin a:hover {
    background: #4d0507;
    color: #be2b26;
    border-bottom: dashed 1px #be170b;
    border-left: 15px #be2b26 solid;
}

#labin ol ol {
    position: absolute;
    top: -2px;
    left: 260px;
    text-align: left;
    display: none;
}

#labin ol ol li {
    width: 720px;
    height: 315px;
}

#labin ol ol li a:hover {
    background: none;
}

#labin ol.level1 li.sub:hover ol.level2 {
    display: block;
}

#obrazek_main_lab {
    width: 720px;
    height: 315px;
    background: url(../images/obrazek_main_lab.jpg) no-repeat;
    margin: 0 0 0 260px;
}

#labin ol ol li.pic1 {
    background: url(../images/pic11.jpg) no-repeat;
}

#labin ol ol li.pic2 {
    background: url(../images/pic22.jpg) no-repeat;
}

#labin ol ol li.pic3 {
    background: url(../images/pic33.jpg) no-repeat;
}

#labin ol ol li.pic4 {
    background: url(../images/pic44.jpg) no-repeat;
}

#labin ol ol li.pic5 {
    background: url(../images/pic55.jpg) no-repeat;
}

#labin ol ol li.pic6 {
    background: url(../images/pic66.jpg) no-repeat;
}

#labin ol ol li.pic7 {
    background: url(../images/pic77.jpg) no-repeat;
}
#labin ol ol li.pic8 {
    background: url(../images/pic88.jpg) no-repeat;
}
#labin ol ol li.pic9 {
    background: url(../images/pic99.jpg) no-repeat;
}
/*****************************************************/

/*                  koniec pracownie                 */
#header {
    margin: 0;
    background: ;
}

#logo {
    float: left;
    width: 684px;
    margin: 4px 0 2px 0;
    display: block;
}

#mail a {
    float: left;
    margin: 0 0 0 220px;
    padding: 11px;
    background: no-repeat url(../images/koperta.gif);
}

#mail a:hover {
    padding: 11px;
    background: no-repeat url(../images/koperta_hover.gif);
}

#pl {
    float: left;
    margin: 0 0 0 5px;
    padding: 11px;
    background: no-repeat url(../images/pl3.gif);
}

#ang a {
    float: left;
    margin: 0 0 0 5px;
    padding: 11px;
    background: no-repeat url(../images/ang1.gif);
}

#ang a:hover {
    padding: 11px;
    background: no-repeat url(../images/ang2.gif);
}

#pasek {
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    background: #942f32;
    display: block;
    margin: 0 0 0 730px;
    padding: 40px 0 12px 0;
}

#pasek h1 {
    text-transform: uppercase;
    font-size: 10px;
    color: #f5f5f5;
    font-weight: 700;
    margin: 0 0 0 42px;
}

input.pasek_pole {
    float: left;
    border: none;
    width: 180px;
    height: 22px;
    background: ffffff;
    color: #555753;
    margin: 1px 0 0 42px;
    padding: 0 0 0 0;
}

input.pasek_klik {
    height: 22px;
    width: 22px;
    background: no-repeat url(../images/lupa.gif);
    margin: 1px 0 0 5px;
    text-decoration: none;
}

input.pasek_klik:hover {
    background: no-repeat url(../images/lupa_hover.gif);
    margin: 1px 0 0 5px;
}

#top_menu {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 43px;
    background: url(../images/bg_menu.png);
    margin: 0 0 0 0;
    border-bottom: solid 1px #918381;
}

#top_menu ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
    list-style: none;
}

#top_menu li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 25px;
    position: relative;
    right: 50%;
    font-size: 12px;
    text-transform: uppercase;
}

#top_menu li a {
    color: #f4e1d6;
    padding: 5px;
    display: block;
    margin: 0 0 0 0;
    text-decoration: none;
    line-height: 20px;
}

#top_menu li a:hover {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    display: block;
    border-bottom: dashed 1px #380607;
    margin: 0 0 0 0px;
    padding: 5px;
    background: #88171b;
}

/*****************************************************/

/*                 koniec content                  */
/*                  start pracownie                  */

/*

#middleview {
        line-height: 0px;
        font-size: 0px;
        position:absolute;
        float: left;
        text-align: right;
        width: 980px;
        height: 231px;
        text-align: right;
        background: url(../images/banerindex_2.jpg) no-repeat;
}

*/
#pracownieview {
    visibility: hidden;
    line-height: 0px;
    font-size: 0px;
    position: absolute;
    top: 142px;
    text-align: right;
    width: 980px;
    height: 231px;
    text-align: right;
    background: url(../images/banerindex_22.jpg) no-repeat;
    z-index: 5000;
}

#pracownie {
    line-height: 0px;
    font-size: 0px;
    position: relative;
    float: left;
    text-align: right;
    width: 380px;
    text-align: right;
    background: #FFFFFF;
}

#pracownie ol {
    text-align: right;
    margin: 0;
    padding: 0;
    width: 380px;
}

#pracownie li {
    height: 32px;
    line-height: normal;
    font-size: 11px;
    background: url(../images/pracownie_kreska.jpg) repeat-x;
    list-style: none;
}

#pracownie li a {
    display: block;
    text-decoration: none;
    font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
    color: #686868;
    background: url(../images/pracownie_roll.jpg) no-repeat;
    padding: 10px 5px 10px 0;
    width: 375px;
}

#pracownie>li a {
    width: auto;
}

#pracownie a:hover {
    color: #be2b26;
    background: url(../images/pracownie_over.jpg) no-repeat #4d0507;
}

#pracownie ol ol {
    position: absolute;
    top: 0;
    left: 380px;
    text-align: left;
    display: none;
}

#pracownie ol ol ul {
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    width: 200px;
    height: 100px;
    background: none;
}

#pracownie ol ol ul li {
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 5px 5px;
    width: 180px;
    height: 10px;
    background: none;
}

#pracownie ol ol ul li a {
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 5px 5px;
    width: 180px;
    height: 10px;
    background: none;
}

#pracownie ol ol ul li a:hover {
    background: none;
}

#pracownie ol ol li div {
    padding-left: 5px;
    width: 180px;
    color: #bfbdbd;
}

#pracownie ol ol li {
    width: 600px;
    height: 231px;
    background: #2E3139;
}

#pracownie ol ol li a {
    height: 231px;
    display: block;
    background: none;
    color: #9f9d9d;
    padding: 0;
}

#pracownie ol ol li a:hover {
    background: none;
}

#pracownie ol.level1 li.sub:hover ol.level2 {
    display: block;
}

#obrazek_main {
    float: left;
    width: 600px;
    height: 231px;
    background: url(../images/obrazek_main.jpg) no-repeat;
    /*        background: transparent;*/
}

#pracownie ol ol li.pic1 {
    background: url(../images/pic1.jpg) no-repeat;
}

#pracownie ol ol li.pic2 {
    background: url(../images/pic2.jpg) no-repeat;
}

#pracownie ol ol li.pic3 {
    background: url(../images/pic3.jpg) no-repeat;
}

#pracownie ol ol li.pic4 {
    background: url(../images/pic4.jpg) no-repeat;
}

#pracownie ol ol li.pic5 {
    background: url(../images/pic5.jpg) no-repeat;
}

#pracownie ol ol li.pic6 {
    background: url(../images/pic6.jpg) no-repeat;
}

#pracownie ol ol li.pic7 {
    background: url(../images/pic7.jpg) no-repeat;
}

/*****************************************************/

/*                  koniec pracownie                 */
/*              start style akapitowe                */

/*****************************************************/
#sidebar {
    
}

#sidebar ul {
    padding: 0 0 50px 0;
    list-style: none;
}

#sidebar li {
    list-style: none;
    margin: 0 1px 0 0px;
    color: #ff1a00;
}

#sidebar li a {
    border-bottom: solid 1px #864144;
    border-left: 15px #380607 solid;
    display: block;
    text-decoration: none;
    color: #e8cdca;
    margin: 0 0 0 0px;
    padding: 7px 0px 7px 8px;
}

#sidebar li a:hover {
    display: block;
    border-bottom: dashed 1px #be170b;
    border-left: 15px #be2b26 solid;
    color: #be2b26;
    margin: 0 0 0 0px;
    padding: 7px 0 7px 8px;
    background: #4d0507;
}

#sidebar li a span {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px;
}

#baner_a {
    background: #4d0507;
    margin: 0 0 0 12px;
    width: 235px;
}

.baner_a_img {
    width: 235px;
}

#baner_b {
    background: #ebebeb;
    margin: 15px 0 0 8px;
    width: 235px;
}

.baner_b_img {
    width: 235px;
}

#side-b h1 {
    font-size: 12px;
    color: #380607;
    font-weight: 800;
    padding: 15px 0 5px 10px;
}

#side-b p {
    text-transform: uppercase;
    font-size: 10px;
    color: #942f32;
    padding: 0 0 5px 10px;
    font-weight: bold;
    line-height: 14px;
}

#szukacz1 {
    height: 57px;
    background: #430a0c;
    margin: 0 0 2px 0;
}

#szukacz1 h1 {
    text-transform: uppercase;
    font-size: 12px;
    color: #f5f5f5;
    font-weight: 700;
    padding: 12px 0 0 43px;
}

#szukacz1 h1 a {
    text-decoration: none;
    color: #f5f5f5;
}

#szukacz1 h1 a:hover {
    color: #ff7a58;
}

#szukacz1 p {
    font-size: 10px;
    color: #f5f5f5;
    font-weight: 700;
    padding: 1px 0 0 43px;
}

#szukacz2 {
    height: 57px;
    background: #a32616;
    margin: 0 0 2px 0;
}

#szukacz2 h1 {
    text-transform: uppercase;
    font-size: 10px;
    color: #f5f5f5;
    font-weight: 700;
    padding: 8px 0 0 43px;
}

input.szukacz_pole {
    border: none;
    float: left;
    width: 180px;
    height: 22px;
    background: ffffff;
    color: #be2b26;
    margin: 2px 0 0 43px;
}

input.szukacz_klik {
    height: 22px;
    width: 22px;
    background: no-repeat url(../images/lupa2.gif);
    margin: 2px 0 0 5px;
    text-decoration: none;
}

input.szukacz_klik:hover {
    background: no-repeat url(../images/lupa2_hover.gif);
    margin: 2px 0 0 5px;
}

#map {
    border: 5px solid #ebebeb;
    margin: 5px;
}

#content h1 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #380607;
    text-align: left;
    font-weight: 800;
    padding: 10px;
    margin: 50px 0 0 20px;
}

#slideshow {
    float: left;
    height: 225px;
    border-bottom: dashed 1px #918381;
    padding: 15px;
    clear: both;
}

#slideshow-rotator {
    width: 430px;
    height: 193px;
}

#slideshow-img-wrapper {
    width: 430px;
    height: 193px;
}

#slideshow-dots {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#slideshow-dots ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#slideshow-dots ul li {
    text-align: center;
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 5px 0 5px;
    position: relative;
    right: 50%;
}

#slideshow-dots ul li span {
    width: 5px;
    height: 5px;
    font-size: 2px;
    overflow: hidden;
    margin: 0;
    padding: 3px 4px 3px 4px;
    background: #918381;
    color: #918381;
    text-decoration: none;
}

#slideshow-dots ul li span:hover {
    background: #ff7a58;
    color: #ff7a58;
}

#slideshow-dots ul li span.current {
    background: #000;
}

.newsbox {
    background: #f5f5f5;
    margin: 2px 20px 10px 20px;
}

.newsbox_data {
    background: #f1ece8;
    font-size: 12px !important;
    color: #380607 !important;
    text-align: left !important;
    font-weight: 800 !important;
    padding: 5px 10px 5px 5px;
    border-bottom: dotted 1px #c1afad;
    border-top: solid 1px #f4e1d6;
    border-left: solid 5px #f4e1d6;
}

.newsbox-content {
    font-size: 12px;
    line-height: 15px;
    color: #380607;
    text-align: left;
    font-weight: lighter;
    border-bottom: solid 2px #f4e1d6;
    padding: 10px 0px 5px 10px;
    background: #f6f3f1;
}

.newsbox-content a {
    color: #ff7a58;
    font-weight: lighter;
    text-decoration: none;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 95px; /* Height of the footer */
    background: #260102;
    border-top: solid 1px #918381;
    border-bottom: solid 15px #380607;
}

#footer h1 {
    float: left;
    margin: 20px 0 0 15px;
    width: 35px;
    height: 35px;
    font-size: 11px;
    background: url(../images/imimsmall.png) no-repeat;
}

#footer h2 {
    font-size: 9px;
    margin: 10px 20px 0 0;
    color: #75484a;
    float: right;
}

#footer h2 a {
    color: #6a5357;
    text-decoration: none;
}

#footer h2 a:hover {
    color: #be170b;;
}

#footer p {
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    color: #7b6b6b;
    padding: 25px 0 0 0;
    margin: 0 10px 0 10px;
    font-size: 11px;
    line-height: 14px;
}

#footer ul {
    float: right;
    font-size: 11px;
    margin: 0;
    padding: 25px 20px 0 0;
}

#footer li {
    margin: 0 0 0 0;
    padding: 0 4px 0 4px;
    list-style: none;
    float: left;
}

#footer li a {
    color: #601a0f;
}

#footer li a:hover {
    color: #be170b;
}