html, body
{
background-color: teal;
color: #000000;
margin-top: 10px;
font-family: 'Trebuchet MS', Times New Roman, sans-serif;
}

div#strona
{width: 960px;
margin: 0 auto;
padding: 0px;
background-color: #cccc66;
}

div#naglowek
{height: 100px;
padding: 0px;
background-color: #7b327b;
color: #ffffff;
}

div#menu
{width: 150px;
height: auto;
float: right;
overflow: hidden;
padding: 2px;
background-color: #cccc66;
}

#gminy
{
margin: 1px;
width: 148px;
}

#szkoly
{
margin: 1px;
width: 148px;
}

div#zawartosc
{
overflow: hidden;
padding: 10px;
background-color: #ffcc66;
text-align: justify;
}

ul
{
text-padding: 3px;
}

li
{
text-indent: 0px;
}

#data
{
width: 50px;
font-size:13px;
float: left;
height: 60px;
background-color: white;
text-indent:0px;
text-align: center;
font-weight:bold;
text-shadow:2px 2px 2px gray;
margin:0px;
border-top-left-radius: 15px 15px;
}

#tytul
{
width: 736px;
height: 60px;
overflow: hidden;
float: left;
padding: 3px;
background-color: #FFFFCC;
text-align: left;
font-size:20px;
color: #7F0000;
font-weight:bold;
border-top-right-radius: 15px 15px;
}

div#tresc
{
width: 762px;
float: left;
text-indent:20px;
padding: 10px;
background-color: #FFFFCC;
border-style:solid;
border-width:2px;
border-color:gray;
border-bottom-left-radius: 15px 15px;
border-bottom-right-radius: 15px 15px;

}

div#odstep
{
width: 764px;
height: 10px;
float: left;
background-color: transparent;
}

div#stopka
{
text-align: center;
clear: both;
padding: 10px;
background-color: #000000;
color: #ffffff;
}

