/**
 * Arkusz stylów strony www
 * @package css
 * @author Mariusz Lisowski
 * @copyright 2007-2009 Kryptonim:PL
 * @version 1.2
 */

body {
    margin: 0px;
    padding: 0px;
}

* {
    font-family: Verdana;
    color: black;
}

a {
    text-decoration: none;
}

td, th, table, img {
    border: none;
}

body, td, th {
    font-size: 12px;
    /*color: #666666;*/
    color: black;
}

.hidden {
    visibility: hidden;
    display: none;
}

.bold {
    font-weight: bold;
}

#container {
    width: 100%;
}

#cleft {
    height: 600px;
    background-color: white;
}

#tdcentral {
    width: 1008px;
    height: 600px;
}

#central {
    width: 1008px;
    height: 600px;
    background-repeat: no-repeat;
    background-image: url('tlo.jpg');
    background-position: top center;
    position: relative;
    overflow: hidden;
}

#cright {
    height: 600px;
    background-color: white;
}

#logoitc {
    position: absolute;
    bottom: 5px;
    /*right: 12px;*/
    right: 47px;
}

#logodz {
    position: absolute;
    top: 15px;
    right: 12px;
}

#adz {
    display: block;
    position: absolute;
    top: 30px;
    right: 60px;
    width: 180px;
    height: 160px;
}

.boxfilm {
    position: absolute;
    right: 47px;
    width: 186px;
    height: 148px;
    background-repeat: no-repeat;
    background-image: url('tlo_video.png');
    background-position: bottom left;
    color: white;
    font-weight: bold;
}

#boxfilm1 {
    bottom: 107px;
}

#boxfilm2 {
    bottom: 259px;

}

.filmtxt {
    position: absolute;
    top: 2px;
    left: 17px;
    color: white;
    font-weight: bold;
}

.boxfilm img {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 10px;
}

#filmy {
    display: block;
    text-align: center;
}

#filmy img {
    margin: 10px 20px 10px 20px;
}

#rckik {
    position: absolute;
    top: 107px;
    right: 10px;
}

#bgmenu {
    position: absolute;
    top: 28px;
    left: 0px;
    width: 207px;
    background-color: #c50000;
    background-repeat: no-repeat;
    background-image: url('tlo_menu_d.png');
    background-position: bottom left;
    color: white;
    padding-top: 5px;
    padding-bottom: 7px;
}

#menu {
    padding-left: 45px;
    padding-right: 5px;
    color: white;
}

#menu a {
    display: block;
    color: white;
}

#menu a:hover, #menu a.selected {
    font-weight: bold;
}

#menu a.submenu {
    margin-top: 5px;
    margin-left: 5px;
}

#flags {
    position: absolute;
    left: 7px;
    width: 23px;
}

#flags img {
    display: block;
    margin-bottom: 6px;
}

#bgipartner, #bgipartner2 {
    position: absolute;
    left: 10px;
    width: 181px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 5px 10px;
    z-index: 2;
}

#bgipartner {
    bottom: -90px;
    background-image: url('tlo_patron_internetowy.png');
}

#bgipartner2 {
    bottom: -150px;
    background-image: url('tlo_box.png');
}

#nieruchomoscitv {
    display: block;
    margin-top: 2px;
    font-weight: bold;
}

#copyright {
    position: absolute;
    bottom: 10px;
    /*left: 15px;*/
    left: 50px;
    color: white;
}

#copyright * {
    color: white;
}

.separator_horizontal {
    background-repeat: repeat-x;
    background-image: url('hr.gif');
    background-position: center left;
    width: 145px;
    height: 20px;
}

#film {
    position: absolute;
    padding: 50px;
    width: 320px;
    height: 263px;
    top: 87px;
    left: 271px;
    border: 1px;
    border-style: solid;
    border-color: red;
    background-color: white;
    opacity: 0.85;
    filter: alpha(opacity=85);
    overflow: hidden;
}



#content {
    position: absolute;
    padding-left: 18px;
    padding-right: 14px;
    width: 493px;
    height: 392px;
    top: 51px;
    /*left: 239px;*/
    left: 222px;
    border: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-color: red;
    background-color: white;
    opacity: 0.85;
    filter: alpha(opacity=85);
    overflow: auto;
}

#content a.alert {
    display: block;
    text-align: center;
    color: red;
    margin-left: 0px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
}

#content a.alert:hover {
    text-decoration: underline;
}

#content a.more {
    display: block;
    color: red;
    margin-left: 0px;
    font-weight: normal;
}

#content a.more:hover {
    font-weight: bold;
}

#content #flowplayer {
    display: block;
    margin: 50px auto;
    width: 320px;
    height: 262px;
}

#c_top, #c_bottom {
    display: block;
    position: absolute;
    /*left: 239px;*/
    left: 222px;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

#c_top {
    top: 37px;
}

#c_bottom {
    top: 443px;
}

#img_close {
    display: block;
    position: absolute;
    top: 51px;
    /*left: 726px;*/
    left: 709px;
    z-index: 1;
}

#img_gallery {
    display: block;
    position: absolute;
    top: -4px;
    right: 40px;
}

#content object {
    display: block;
    margin: 0 auto;
    margin-top: 53px;
}

#images img {
    margin-top: 5px;
    margin-right: 5px;
}

h1, h2, h3 {
    color: red;
    font-weight: bold;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 15px;
}

#content h1.title {
    margin-top: 3px;
    margin-bottom: 7px;
}

#file_list h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #636363;
}

#file_list a {
    color: #636363;
    font-weight: normal;
}

#file_list a:hover {
    text-decoration: underline;
}

#file_list a.download {
    color: red;
    font-weight: bold;
    font-size: 11px;
    margin-left: 23px;
}

#file_list a.download:hover {
    text-decoration: none;
    font-weight: bold;
}

#file_list span {
    font-weight: bold;
    color: #636363;
}

#partners {
    position: absolute;
    width: 937px;
    height: 56px;
    top: 495px;
    left: 35px;
    overflow: hidden;
}

#partners #p1, #partners #p2 {
    position: absolute;
    width: 2650px;
    height: 46px;
    top: 5px;
}

#partners img {
    margin-left: 30px;
}