body{
	background-color:#FFF;
	font-family:verdana;
	margin:0;
	text-align:center;
}
.granatowy_tlo{
	background-color:#005FAA;
}
.jasno_szary_tlo{
	background-color:#F6F6F6;
}

#menu td{
	background-color:#F6F6F6;
	background: url('images/kreska_off.gif') no-repeat top left;	
	padding:0px 0px 0px 8px;
	cursor:hand;
}
#menu a, #menu{
	text-transform:uppercase;
	color: #000;
	font-family: verdana;
	font-size:10pt;
	text-decoration: none;
	font-weight:bold;
}

#menu .active{
	background: url('images/kreska_on.gif') no-repeat top left;
}

a#mapa, a#mapa img{
	background: #005faa url('images/mapa.gif') no-repeat 0 0;
}
a#mapa:hover img{
	background: #005faa url('images/mapa_on.gif') no-repeat 0 0;
}
a#pomoc, a#pomoc img{
	background: #005faa url('images/pomoc.gif') no-repeat 0 0;
}
a#pomoc:hover img{
	background: #005faa url('images/pomoc_on.gif') no-repeat 0 0;
}
.input_szukaj{
	border:1px solid #f6f6f6; 
	width:100;
	height:18;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:7;
	font-size:10;
}
.input_select{
	border:1px solid #f6f6f6; 
	font-size:10;
	background-color:#f0f0f0;
}
.button_wyszukaj{
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 2px;
}

#tresc, #tresc td{
	margin: 0 0 0 4;
	padding: 4 6 4 4;
	background-color:#fafafa;
	font-family:verdana;
	font-size:10;
}
#tresc h1{ 
	margin:-4 -6 2 -4;
	padding:2 0 2 10;
	font-family:verdana;
	font-size:12pt;
	border-width: 0 0 4 0;
	border-style: solid;
	border-color: #fff;
	background: #f6f6f6 url('images/kreska_off.gif') no-repeat top left;
	color:#005FAA;
	font-weight:bold;
}
.stopka_header{
	margin-top: 4;
}

#stopka{
	height:25;
}

#stopka, #stopka a{
	text-decoration:none;
	color:#fff;
	font-size:10;
}
#stopka a:hover{
	text-decoration:underline;
}
#tresc a{
	color:#005FAA;
	text-decoration:none;
	font-weight:bold;
}

#tresc a:hover{
	text-decoration:underline;
}

.lista {
	border-width: 1;
	border-style: solid;
	border-color: #005FAA;
	border-collapse: collapse;
	width:570;
}

.lista th {
	border-width: 1;
	border-style: solid;
	border-color: #005FAA;
	height: 20px;
	font-size: 11px;
	color: #005FAA;
	padding:2;
	background-color:#fff;
}
.lista td {
	font-size:10;
	padding: 2 2 2 2;
	border-width: 1;
	border-style: solid;
	border-color: #005FAA;

}
.lista tr{
	background-color:#f6f6f6;
}
.lista tr.row1{
	background-color:#f0f0f0;
}

#mapa ul{
	margin:5 0 0 15;
	padding:0 0 5 0;
}
#mapa li{
	margin:0;
	padding:0;
}
.err{
	font-size:13;
	color:red;
	text-align:center;
	font-weight:bold;
}
#myframe{
	overflow:visible;
	width:100%;
}
