body {
margin: 0;
padding: 0;
}

div#glowny {
margin: 0 auto;
text-align: center;
}

div#naglowek {
position: relative;
text-align: center;
background: #bbeeff;
border: solid 1px black;
border-bottom: none;
padding: 2px;
}

div#zawartosc {
position: relative;
text-align: center;
background: #ddeeff;
border: solid 1px black;
font-size: 16px;
padding: 2px;
}

div#stopka {
position: relative;
background: #bbeeff;
border: solid 1px black;
border-top: none;
padding: 2px;
}

h1 {
font-size: 16px;
font-weight: bold;
padding: 2px;
}

h2 {
font-size: 12px;
padding: 2px;
}

input.text {
border: solid 1px #339999;
}

input.button {
border: solid 1px #339999;
background: #bbeeff;
}

br.space {
font-size: 5px;
}

a.admin {
font-size: 14px;
color: #006666;
text-decoration: none;
}

a.admin-biale {
color: #333333;
padding: 2px;
font-size: 12px;
font-family: Arial;
text-decoration: none;
}

hr.lista {
width: 75%;
border: solid 1px #cccccc;
}

table.lista {
width: 90%;
border: none;
padding: 0px;
spacing: 0px;

}

td.lista-tresc {
border-left: solid 1px #99ccff;
background: #bbeeff;
padding: 4px;
font-size: 15px;
font-family: Arial;
}

td.lista-admin {
border-left: solid 1px #339999;
border-bottom: solid 1px #339999;
background: #99ccee;
color: #333333;
padding: 2px;
font-size: 12px;
font-family: Arial;
}

td.lista-info {
border-top: solid 1px #339999;
border-left: solid 1px #339999;
background: #99ccee;
padding: 1px;
font-size: 12px;
font-family: Arial;
}

td.lista-zalaczniki {
border-left: solid 1px #339999;
background: #bbeeff;
padding: 4px;
text-align: left;
vertical-align: top;
font-size: 13px;
font-family: Arial;
}

