<!--

    /* Arkusz styli CSS - drogowskaz.edu.pl */
    /* Przemek Kamiński - DIALNET; www.dial.net.pl */

    /* ustawienia globalne */

body {
	margin : 0px;
	background-color: #ffffff;
	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 : 11px;
    color : #7c7c7c;
	}

h1 {
    font-size : 18px;
    font-weight: bold;
    margin-bottom : 20px;
    }

a {
    font-size : 11px;
    color : #ff0000;
    font-weight : normal;
    text-decoration : none;
	}
a:hover {
	color : #ff9600;
	}

img {
	border : 0px;
	}

ul {
    display: block;
    margin : 0px;
    padding : 0px;
    }

li {
    display: block;
    padding : 8px;
    margin-left : 5px;
    margin-bottom : 5px;
    }

.li_2 {
    display: block;
    padding : 5px;
    margin-bottom : 5px;
    border : 0px;
    }
    
    
    /* tabele */

.table_main {
    width : 810px;
    height : 100%;
    background-color : #ffffff;
    }

.table_foot {
    width : 760px;
    height : 115px;
    }

.table_cont {
    width : 660px;
    height : 100%;
    }

    /* komorki */
    
#td_left {
    width : 25px;
    padding : 0px;
    vertical-align : top;
    }

#td_top {
    width : 760px;
    height : 55px;
    padding : 0px;
    background-image: url('../_images/bg_top.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    }
    
#td_right {
    width : 25px;
    padding : 0px;
    vertical-align : top;
    }

#td_cont {
    padding : 0px;
    padding-top : 100px;
    text-align : left;
    vertical-align : top;
    background-image: url('../_images/bg_cont.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    }

#in_empty {
    width : 500px;
    height : 130px;
    padding : 0px;
    vertical-align : bottom;
    }

#in_cont {
    padding : 10px;
    padding-right : 40px;
    padding-bottom : 20px;
    text-align : justify;
    vertical-align : top;
    }

#in_menu {
    width : 160px;
    padding : 0px;
    padding-bottom : 40px;
    vertical-align : top;
    font-size : 9px;
    background-image: url('../_images/bg_menu.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    }

#td_foot {
    height : 115px;
    padding : 0px;
    }

#td_foot_1 {
    height : 50px;
    padding : 0px;
    padding-left : 22px;
    vertical-align : top;
    font-size : 9px;
    background-image: url('../_images/bg_foot_1.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    }

#td_foot_2 {
    height : 45px;
    padding : 0px;
    background-image: url('../_images/bg_foot_2.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    }

#td_foot_3 {
    height : 25px;
    padding : 0px;
    padding-left : 5px;
    font-size : 9px;
    color : #c7c7c7;
    background-color : #303586;
    }

    /* grafiki */
    
    /* naglowki */
		
h2 {
		font-size:14px;
}
    
    /* linki */

.adial {
    color : #ffffff;
    font-size : 9px;
    }

.afoot {
    color : #303586;
    font-size : 9px;
    text-decoration : none;
    }
.afoot:hover {
    color : #0c97d2;
    }
    
.amenu {
    color : #ffffff;
    font-size : 12px;
    text-decoration : none;
    }
.amenu:hover {
    color : #c7c7c7;
    }    

-->