html, body {
   margin: 0px;
   width: 100%;
   height: 100%;
}

.border {
    border: solid 1px black;
}

span, div, td, th, a {
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif; 
	color: #404040;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	color: #404040;
        font-size: 12px;
        border: 1px solid #bbcfdf;
        background-color: #f0f4f8
}

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

.bialy { color: #ffffff; font-size: 12px; }
.szary { color: #E4E0E1; font-size: 12px; }
.granat { color: #002756; font-size: 12px; }
.braz { color: #970706; font-size: 12px; }
.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.zdjecie:hover { border: solid 1px black; }

ul.mleczna { list-style-type: square; }

.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; }

.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, 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;
}


.table {
  font-size: 12px;
  font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif; 
  color: #404040
}
