<!--

    /* ustawienia globalne */

body {
    margin : 0px;
    padding : 0px;
    background : #fcfcfc;
    font-size : 11px;
    color : #595959;
    font-family : tahoma, geneva, arial, sans-serif;
    background-image : url('../_images/bg_main.png');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }

table {
    border : 0px;
    }

td {
    font-family : tahoma, geneva, arial, sans-serif;
    font-size : 11px;
    color : #595959;
    }

a {
    color : #0554b1;
    font-weight : normal;
    text-decoration : none;
    }
a:hover {
    color : #ff0000;
    }

img {
    border : 0px;
    }


    /* tabele */

.table_main {
    width : 820px;
    background : #f6f6f6;
    background-image : url('../_images/bg_table.png');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }

.table_download {
    width : 259px;
    height : 85px;
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

.table_forum {
    width : 259px;
    height : 85px;
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

    /* komorki */

#main_left {
    width : 30px;
    height : 550px;
    padding : 0px;
    background : #fcfcfc;
    background-image : url('../_images/bg_main_l.png');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }
#main_right {
    width : 30px;
    height : 550px;
    padding : 0px;
    background : #fcfcfc;
    background-image : url('../_images/bg_main_r.png');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#main_center {
    width : 760px;
    height : 71px;
    padding : 0px;
    text-align : right;
    vertical-align : bottom;
    background-image : url('../_images/bg_top_1.png');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#main_path {
    height : 26px;
    padding : 0px;
    background-image : url('../_images/bg_path.png');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }


#cont_all {
    width : 760px;
    height : 230px;
    padding : 0px;
    text-align : center;
    vertical-align : bottom;
    background-image : url('../_images/bg_full.png');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#cont_left {
    width : 380px;
    padding : 0px;
    vertical-align : top;
    text-align : right;
    }
#left_in {
    margin : 0 20px 0 0;
    }

#cont_right {
    width : 380px;
    padding : 0px;
    vertical-align : top;
    }
#right_in {
    margin : 0 20px 0 0;
    }

.sep {
    height : 60px;
    padding : 0px;
    }


#foot {
    height : 46px;
    padding : 0px;
    text-align : center;
    font-size : 10px;
    background-image : url('../_images/bg_foot.png');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }

#pobierz {
    color : #ffffff;
    margin : 40px 30px 0px 89px;
    }
#pobierz_2 {
    color : #ffffff;
    margin : 40px 89px 0px 30px;
    }

#mods {
    padding : 0px;
    }
    
 /* moduly */
 
.mod_1 {
    width : 20px;
    padding : 0px;
    }
	
.mod_2 {
    width : 236px;
    padding : 0px;
    vertical-align : top;
    background-image : url('../_images/modul_bg.png');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }
.mod_21_t {
    width : 236px;
    height : 49px;
    padding : 0px;
    background-image : url('../_images/modul_t_1.png');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }
.mod_22_t {
    width : 236px;
    height : 49px;
    padding : 0px;
    background-image : url('../_images/modul_t_2.png');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }
.mod_23_t {
    width : 236px;
    height : 49px;
    padding : 0px;
    background-image : url('../_images/modul_t_3.png');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }

.mod_2_in {
    text-align : justify;
    margin : 10px 5px 10px 15px;
    }
.mod_2_more {
    text-align : right;
    margin : 0px 5px 10px 15px;
    font-size : 10px;
    }

.mod_3 {
    width : 11px;
    padding : 0px;
    }


 /* linki */
 
.apath {
    color : #ffffff;
    }
.apath:hover {
    color : #ffcc00;
    }

.apobierz {
    color : #ffffff;
    }
.apobierz:hover {
    color : #f0c93a;
    }

.afoot {
	color : #000000;
	}
.afoot:hover {
	color : #595959;
	}


-->