html, body {
   margin: 0px;
   width: 100%;
   height: 100%;
}

.border {
    border: solid 1px black;
}

span, div, td, th, a, input, textarea, select { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	color: #0062A6;
}

div, td { font-size: 11px; line-height: 15px; }

.normalny { color: #0062A6; }
.zielony { color: #007B3C }

.bialy { color: #ffffff; font-size: 11px; }
.szary { color: #E4E0E1; 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; }

.underline { text-decoration: underline; }

a.zdjecie:hover { border: solid 1px black; }

input.zapytanie, textarea, select { background: #CEDEEB; border: solid 1px #71A2C4; color: #0062A6; font-size: 11px; width: 200px; }

.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; font-size: 1px; line-height: 1px; }


.lab_menu {
    background: url('../gfx/lab_menu_tlo.gif');
    padding-left: 44px;
    margin-bottom: 1px;
}

.lab_menu a:hover {
    color: #007A3B;
    text-decoration: none;
}

#lab_tabela th, #lab_tabela td {
    color: #000000;
}

#lab_tabela th {
    background: #86BD00;
    font-size: 10px;
}

#lab_tabela td {
    background: #99CCFF;
    font-size: 10px;
}

.bialy_prawa { 
    border-right: solid 1px white;
}

.bialy_dol { 
    border-bottom: solid 1px white;
}

img { border: 0px; }
form, input, textarea, img { margin: 0px; padding: 0px; }

a                   { text-decoration: none; }
a:link, a:visited	{ text-decoration: none; } 
a:hover 			{ text-decoration: underline; }

ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

.text {
    font-size: 11px;
    color: #000000;
    border: solid 1px black;
}

li { margin-left: 20px; }

.bg1 { background: #314969; }
.bg2 { background: #BAC0C9; }
.bg3 { background: #EAEAEA; }

#error,
.msg {
	position: relative;
	border-top: solid 1px #930706;
    border-bottom: solid 1px #930706;
	padding: 0px;
	text-align: center;
}

#error,
#error table,
#error td,
#error th {
	background: #DA0D08;
}

#error table,
#error td,
#error th {
    border: 0px;
}

.msg {
    background: #314969;
}




