<!--

    /* ustawienia globalne */

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

table {
    border : 0px;
    }

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

a {
    color : #5c8573;
    font-weight : normal;
    text-decoration : underline;
    }
a:hover {
    color : #8eb05f;
    }

img {
    border : 0px;
    }


    /* tabele */

.table_main {
    width : 100%;
    height : 100%;
    background-image : url('../_images/bg_bottom.jpg');
    background-repeat : repeat-x;
    background-position : center bottom;
    }

.table_in {
    width : 760px;
    height : 100%;
    background : #fafafa;
    }

.table_top {
    width : 740px;
	height : 20px;
    }

    /* komórki */

#top {
    height : 213px;
    padding : 0px;
    text-align : center;
    vertical-align : top;
    background-image : url('../_images/bg_top.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#top_l {
    width : 370px;
    padding : 0px;
    text-align : left;
    }

#top_r {
    width : 370px;
    padding : 0px;
    text-align : right;
    vertical-align : bottom;
    font-size : 10px;
    }

#title {
    height : 140px;
    padding : 0px;
    text-align : center;
    background-image : url('../_images/bg_title.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#menu {
    height : 80px;
    padding : 0px;
    margin : 30px 0px 20px 0px;
    }

#header {
    height : 60px;
    padding : 0px;
    margin : 0px 35px 0px 35px;
    text-align : right;
    font-size : 16px;
    }

#content {
    padding : 0px;
    text-align : center;
    vertical-align : top;
    }

.text {
    padding : 0px;
    margin : 0px 60px 30px 60px;
    text-align : justify;
    line-height : 1.5;
    }

.title {
    font-weight : bold;
    font-size : 12px;
    margin : 20px 0 0 0;
    }

#data {
    font-size : 9px;
    color : #b8b8b8;
    text-align : right;
    margin : 40px 0 0 0;
    }


#arrows {
    padding : 0px;
    margin : 50px 60px 30px 60px;
    text-align : right;
    }

#prefoot {
    height : 40px;
    padding : 0px;
    vertical-align : top;
    background-image : url('../_images/bg_prefoot.jpg');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }

#foot {
    height : 105px;
    padding : 8px 0px 0px 0px;
    color : #779289;
    font-size : 9px;
    text-align : center;
    vertical-align : top;
    background-image : url('../_images/bg_foot.jpg');
    background-repeat : repeat-x;
    background-position : 0px 0px;
    }

    /* grafiki */
    
.ilogo {
    width : 110px;
    height : 200px;
    margin : 0px 30px 0px 0px;
    float : left;
    }


    /* linki */

.afoot {
    color : #b9c9c4;
    text-decoration : none;
    }
.afoot:hover {
    color : #ffffff;
    }

#alink {
    text-decoration : none;
    }
	

.atop {
    color : #ffffff;
    text-decoration : none;
    }
.atop:hover {
    color : #b9c9c4;
    }

-->