BODY {
    background-color: #131313;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    
    margin: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#banner {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 100%;
    height: 160px;
    z-index: 2;
}

#info {
    margin: auto;
    width: 950px;
}

#msg {
    float: left;
    width: 675px;
    height: 125px;
    background: black;
    border: solid 3px white;
    text-align: justify;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    font-weight: bold;
}

#msg > p > img, #msg2 > p > img
{
    vertical-align: top;
    padding-right: 10px;
}

.msg_1 {
    float: left;
    width: 30px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 15px;
}

.msg_2 {
    float: left;
    width: 250px;
}

#info2 {
    position: absolute;
    margin: auto;
    width: 600px;
    z-index: 3;
}

#msg2 {
    float: left;
    width: 550px;
    background: black;
    border: solid 3px white;
    text-align: justify;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-weight: bold;
}

.msg_3 {
    float: left;
    width: 470px;
}

/* główny kontener strony */

#main {
    width: 1002px;
    margin: auto;
    background-image: url('../images/stopka_r.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

/* górne pudełko */

#top {
    width: 1002px; height: 195px;
    background-image: url('../images/top.jpg');
    padding-left: 30px;
    background-repeat: no-repeat;
}

/* pasek wyszukiwania */

#search_bar {
    position: absolute; top: 165px;
    width: 650px;    height: 30px;
    padding-top: 2px;
}

#search_textfied {
    position: absolute; top: 3px; left: 300px;
    background: url('../images/search_bg.gif');
    border: solid 0px;
    font-family: Verdana; font-size: 15px; color: white;    
    height: 18px; width: 202px;
}

#search_submit {
    position: absolute; top: 2px; left: 520px; 
    width: 58px; height: 23px;
    background: url('../images/search_bg.gif'); border: solid 0px;
}

/* Lewa część - pudełko z treścią strony */

#left_t {
    width: 642px;
    float: left;
    
    background-image: url('../images/bg_l.gif');

}

#left_b {
    width: 642px;
    
    background-image: url('../images/stopka_l.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
}

#left {
    width: 642px;
    
    background-image: url('../images/main_l.jpg');
    background-position: top left;
    background-repeat: no-repeat;
        
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 60px;
}

#content_l {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 60px;
    margin-bottom: 0px;
}

/* prawa część - menu */

#right_t {
    width: 360px;
    float: left;

}

#right_box {
    background-image: url('../images/bg_r.gif');
}

#right_b {
    height: 40px;
    width: 360px;
    
    background-image: url('../images/r_bottom.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#right {
    width: 360px;
    
    background-image: url('../images/main_r.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    
    padding-top: 15px;

}

#content_r {
    margin-top: 130px;
    margin-left: 30px;
    margin-right: 35px;
    margin-bottom: 0px;

}

#blank {
    width: 0px; height: 0px;
    clear: both;
}

#bottom {
    width: 1002px;
    height: 40px;
    margin: auto;
    clear: both;
    background-image: url('../images/stopka.jpg');
    text-align: center;
}

#search_text {
    font-size: 15px;
    margin-top: 0px;
}

.main_div{
    float: left;
    width: 250px;
    margin: 15px;    
    text-align: center;
}

#log_bar {
    width: 190px; height: 180px; float: right; position: relative; right: 60px; top: 10px;
    z-index: 3;
}
