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

body {
    margin : 0px;
    padding : 0px;
    background : #dbdbdb;
    text-align : center;
    font-size : 11px;
    color : #ffffff;
    background : #61bbf0;
    }

table {
    border : 0px;
    }

div {
    font-family : tahoma, geneva, arial, sans-serif;
    font-size : 12px;
    text-align : justify;
    color : #ffffff;
    margin : 0;
    padding : 0;
    }

td {
    font-family : tahoma, geneva, arial, sans-serif;
    font-size : 12px;
    text-align : justify;
    vertical-align : top;
    color : #ffffff;
    margin : 0;
    padding : 0;
    }

a {
    color : #ffffff;
    font-weight : normal;
    text-decoration : none;
    }
a:hover {
    color : #ffff00;
    }

img {
    border : 0px;
    }

 /* nośnik treblinek */
 
#container {
    width : 550px;
    height : 100%;
    margin: 0px auto;
    padding : 0 5px 0 5px;
    vertical-align : top;
    }


 /* tabele */

#table_main {
    width : 550px;
    height : 100%;
    background-image : url('../_images/bg_table.jpg');
    background-repeat : repeat-y;
    background-position : 0 0;
    }

 /* komórki */
 
#top {
    width : 550px;
    height : 85px;
    padding : 10px 0 0 20px;
    background-image : url('../_images/bg_top.jpg');
    background-repeat : no-repeat;
    background-position : 0 0;
    }

#menu {
    width : 550px;
    height : 200px;
    padding : 40px 0 0 20px;
    background-image : url('../_images/bg_menu.jpg');
    background-repeat : no-repeat;
    background-position : 0 0;
    }

#cont {
    width : 550px;
    height : auto;
    background-image : url('../_images/bg_cont.jpg');
    background-repeat : no-repeat;
    background-position : 0 0;
    }

#title {
    text-align : right;
    margin : 0 70px 0 0;
    }

#text {
    margin : 20px 70px 30px 30px;
    }


#foot {
    height : 50px;
    padding : 0 0 0 20px;
    font-size : 9px;
    }

.amenu {
    color : #000000;
    font-size : 14px;
    font-weight : bold;
    }

.amenu:hover {
    color : #c00000;
    font-size : 14px;
    font-weight : bold;
    }

.imenu {
    width : 150px;
    height : 25px;
    border-bottom : 1px dashed #000000;
    }



