<!--

    /* Arkusz styli CSS - www.chatka-kurki.pl */
    /* Przemek Kamiński - DIALNET; www.dial.net.pl */

    /* ustawienia globalne */

body {
    margin : 0px;
    padding : 0px;
    background-color : #e9dbbe;
    font-size : 11px;
    color : #6e6e6e;
    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;
    text-align : justify;
    color : #8b8064;

    }

a {
    color : #8b8064;
    font-weight : normal;
    text-decoration : none;
    }
a:hover {
    color : #000000;
    }

img {
    border : 0px;
    }

 /* tabele */

.table_main {
    width : 820px;
    height : 100%;
    background : #f4ecd8;
    }

.table_popup {
    width : 100%;
    height : 100%;
    }

 /* komórki */
 
#td_left {
    width : 30px;
    padding : 0px;
    background : #e9dbbe;
    background-image : url('../_images/bl_td_l.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;

    }

#td_right {
    width : 30px;
    padding : 0px;
    background : #e9dbbe;
    background-image : url('../_images/bl_td_r.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }


#top {
    width : 760px;
    height : 135px;
    padding : 0px;
    background-image : url('../_images/top_1.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#top_2 {
    height : 122px;
    padding : 0px;
    background-image : url('../_images/top_2.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#menu {
    width : 230px;
    padding : 0px;
    vertical-align : top;
    background-image : url('../_images/bg_menu.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#menu_in {
    margin : 35px 0px 0px 85px;
    }

#cont {
    width : 530px;
    padding : 0px;
    vertical-align : top;
    background-image : url('../_images/bg_cont.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }

#cont_title {
    text-align : right;
    margin : 35px 105px 30px 0px;
    }

#cont_text {
    margin : 0px 105px 30px 5px;
    line-height : 2;
    }

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

#foot_1 {
    height : 41px;
    padding : 0px 0px 0px 230px;
    color : #8b8064;
    font-size : 10px;
    background-image : url('../_images/bg_foot_1.jpg');
    background-repeat : no-repeat;
    background-position : 0px 0px;
    }
    
#foot_2 {
    height : 40px;
    padding : 0px 0px 0px 230px;
    color : #8b8064;
    font-size : 10px;
    background-image : url('../_images/bg_foot_2.jpg');
    background-repeat : no-repeat;
    background-position : 652px 0px;
    }

#gal {
    text-align : right;
    }

.galeria {
    margin : 0px 0px 0px 30px;
    border : 1px solid #8b8064;
    }

#popup_1 {
    padding : 5px;
    text-align : center;
    }

#popup_2 {
    padding : 5px;
    }

#popup_3 {
    padding : 5px;
    text-align : right;
    }

 /* grafiki */
 
.imenu {
    margin : 0px 0px 10px 0px;
    }

.igal {
    border : 1px solid #8b8064;
    }

 /* linki */

.afoot {
    color : #8b8064;
    }
.afoot:hover {
    color : #000000;
    }

.apopup {
    color : #8b8064;
    }
.apopup:hover {
    color : #000000;
    }

.aop {
	margin:3px 0 6px 0;
}	
	
.nt{
	border-top:1px #eee4c9 solid;
	position:absolute;
	width:200px;
	margin:48px 0 0 -200px;
	padding:20px 0 0 0;
	text-align:left;
}
-->