div#zawartosc {
background-image: url('grafika/stopka1.png'); 
background-position: bottom; 
background-repeat: no-repeat;
}

div#skrypt {
visibility: hidden; 
height: 220px; 
width: 400px;
}

p {
float: left;
width: 310px;
margin: 2em 1em 1em 3em;

text-align: justify;
text-indent: 2em;
line-height: 0.9em;
}

ul {
float: left;
}

        ul a {
        font-weight: bold;
        font-variant: small-caps;
        color: #000000;
        text-decoration: none;
        font-size: 0.9em;
        font-family: verdana;
        }
        
        li a:hover {
        color: #FFFFFF;
        background-color: #000000;
        }
        
        li {
        margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: url('grafika/ul.png');}

