html, body {
        background-image: url("background.jpg");
        background-repeat: repeat-y;
        color: #fff;
        margin: 0;
        padding: 0;
}

#top {
        width: 730px;
}


#NAGLOWEK {
        margin-bottom: 5px;
}

#MENU {
        clear: both;
        width: 732px;
        heigh: 37px;
        background-color: ;
}

#TRESC1 {
        width: 560px;
        float: left;
        overflow: hidden;
}

#KONTAKT1 {
        width: 160px;
        float: right;
        overflow: hidden;
}

#TRESC2 {
        width: 550px;
        float: left;
        overflow: hidden;
        background-image: url("back1.gif");
        text-align: left;
        padding-left: 10px;
}

#KONTAKT2 {
	width: 160px;
	float: right;
	overflow: hidden;
	background-image: url("back2.gif");
	font-family: "Arial Black", Gadget, sans-serif;
}

#STOPKA1 {
        clear: both;
        width: 100%;
}

#STOPKA2 {
        clear: both;
        width: 100%;
        background-image: url("back3.gif");
}

TEXTAREA {
        FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; border: 1px black solid;
}
INPUT {
        FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;;
}
TD {
        FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TR {
        FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TABLE {
        FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
        border-collapse: collapse;
}
BR {
        FONT-SIZE: 10px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A {
        COLOR: yellow; TEXT-DECORATION: none; font-weight: normal;
}

a:hover { color:white; text-decoration:underline; }



ul, ul li {
        display: block;
        list-style: none;
        margin: 0px 9px 2px 0px;
        padding: 0;
}

ul {
        float: left;
        padding: 0px 0 0px 0px;
        border: 0px solid #000;
}

ul li {
        float: left;
        width: 113px;
}

ul a:link, ul a:visited {
        text-decoration: none;
        display: block;
        font-weight: bold;
        background:  url("button1.png") repeat-x center;
        color: #fff;
        padding: 10px 0px;
}

ul a:hover {
        background-image: url("button2.png");
}


