html, body {
    margin: 0px;
    padding: 0px;
  	background: #cfe2e8; 
    text-align: center;
}

.normalny { color: #0062A6; }
.zielony { color: #007B3C }
.kategorie { color: #075D0B; font-weight: bold; }
.szary { color: #757575; font-size: 11px; }
.bialy { color: #ffffff; font-size: 11px; }
.granat { color: #002756; font-size: 11px; }
.braz { color: #970706; font-size: 11px; }
.blad {	font-family: Arial; color: #ffffff; font-size: 12px; font-weight: bold; }
.opis { color: #767676; font-weight: bold; }
.naglowek { color: #ff0000; font-weight: bold; }
.tytul { color: #3F5D80; }


a.kontakt:hover { background: #D4E6E6; text-decoration: none; }

.float { float: left; }
.underline { text-decoration: underline; }

a.zdjecie:hover { border: solid 1px black; }

input.zapytanie, textarea { background: #9EBCD1; border: solid 1px #003E69; width: 200px; }

.bold { font-weight: bold; }

.border { border: solid 1px black; }

span, div, td, th, a, input, textarea, select { 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	color: #2D2D2D;
}

a.link,
#linki_pasek_dol div,
#pasek_gora_tlo div {
  font-family: Verdana;
  font-size: 11px;
  color: white;
}

textarea { background: #ffffff; }

div, td { font-size: 11px; line-height: 15px; }

.bold   { font-weight: bold; }
.l1     { line-height: 1px; }
.s1     { font-size: 1px; }
.s8     { font-size: 8px; }
.s9     { font-size: 9px; }
.s10    { font-size: 10px; }
.s11, input { font-size: 11px; }
.s12    { font-size: 12px; }
.s13    { font-size: 13px; }
.s14    { font-size: 14px; }
.s15    { font-size: 15px; }

.i { font-style: italic; }
.u { text-decoration: underline; }

.left, td, div { text-align: left; }
.center, th	{ text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.clear { clear: both; }

img { border: 0px; }
form, input, textarea, img { margin: 0px; padding: 0px; }

ul {
  list-style-image: url('../gfx/wypunktowanie.gif');
  padding: 0px; 
  margin: 10px; 
  margin-left: 20px;
  text-align: justify
}

a { text-decoration: none; }
a:link, a:visited { text-decoration: none; } 
a:hover { text-decoration: underline; }

ul.index {
  padding: 0px;
  margin: 0px 0px 0px 30px;
  list-style-image: url('../gfx/strzalka.gif');
}



