html, body {
   text-align: center;
   margin: 0px;
   padding: 0px;
   width: 100%;
   height: 100%;
   color: inherit;
   background: #FFEAB4 url('../gfx/strona_tlo.jpg') repeat-x;
}

span, div, td, th, a, input, button, textarea, select { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #261B17;
}

a {
    font-weight: bold;
    color: #261B17;
}

.trebuchet { font-family: "Trebuchet MS", sans-serif; }

.bialy { color: #ffffff; }
.czarny { color: #000000; }
.szary { color: #E4E0E1; font-size: 9px; }
.szary_ciemny { color: #363B3E; }
.braz { color: #433109; }
.blad {	font-family: Arial; color: #ffffff; font-size: 12px; font-weight: bold; }
.szary_jasny { color: #BDB9BA; }
.szary_jasny2 { color: #A49D95; }
.czerwony { color: #C60001; }
.szary_ciemny2 { color: #656565; }
.jakistam { color: #c08f3e; font-weight: normal !important; }

ul.menu, ul.menu li {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.menu li {
 display: inline;
 height: 0px;
 width: 0px;
}

.s1 { line-height: 1px; }
.l1 { line-height: 1px; }

.s8 { font-size: 8px; }
.s9 { font-size: 9px; }
.s10 { font-size: 10px; }
.s11, input, button, div, td { font-size: 11px; }
.s12 { font-size: 12px; }
.s13 { font-size: 13px; }
.s14 { font-size: 14px; }
.s15 { font-size: 15px; }
.s16 { font-size: 16px; }

.left, td	{ text-align: left; }
.center, th	{ text-align: center; }
.right		{ text-align: right; }
.justify    { text-align: justify; }

.clear {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  clear: both;
}

.float  { float: left; }
.bold   { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }

.border { border: solid 1px black; }

img { border: 0px; }
form, img { margin: 0px; padding: 0px; }

input.text, textarea {
    width: 194px;
    height: 19px;
    background: #FDD99F;
    border: solid 1px #C48110;
    color: #261B17;
    font-size: 12px;
}

input.submit {
    width: auto;
    height: auto;
}

textarea {
    height: 145px;
    overflow: auto;
}

div { line-height: 15px; }


a                   { text-decoration: none; }
a:link, a:visited	{ text-decoration: none; } 
a:hover 			{ text-decoration: underline; }

a.tlo:hover     { text-decoration: none; background: #DEE9E9; }
a.tlo_pk:hover  { text-decoration: none; background: #D9EAEA; }

