body {
	background: #2175D8 url(tlo.gif) repeat-y 50% 0;
	color: #000066;
	font-family: "verdana ce", verdana, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
/*----------header---------*/
#header {
	background: #fff;
	padding: 0px;
}
#title h1 {
	margin: 10px;
}
#blinks {
	background: #Fff url(lay/tlo-links.jpg) no-repeat bottom;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#blinks a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 10px 12px 15px;
	color: #aaa;
	font-weight: bolder;
}

#blinks a.selected {
	color: #171EA3;
}
#blinks a:hover {
	color: #2175D8;
}
/*----------main-----------*/
#tresc {
	width: 400px;
	float: left;
	padding: 10px 0px 20px 10px;
	text-align: justify;
}
#zdjecia {
	float: right;
	width: 270px;
	padding-top: 40px;
	margin-right: 10px;
}

#zdjecia img {
	border: 1px solid #333;
	margin: 4px;
}
ul.images {
	list-style: none;
}
ul.images li{
	clear: both;
	margin-top: 10px;
}
ul.images li img {
	border: 1px solid #333;
	margin: 3px;
}

a.next {
	background: url(link-next.gif) no-repeat 0% 50%;
	padding: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #333;
}
table.wyniki {
	text-align: left;
	background: white;
}
/*----------footer---------*/
#footer {
	
	clear: both;
	width: 400px;
	font-style: italic;
	margin: 10px;
	padding-top: 5px;
	color: black;
	border-top: 1px solid #888;
}
#flinks {
	text-align: center;
}
#flinks a {
	padding-left: 10px;
}
#flinks a.selected {
	text-decoration: none;
	color: gray;
}