body {
	text-align: center;
	background: #eee;
}
#wrap {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	font-family: "verdana ce", verdana, helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #999;
	background: #fff;
	color: #555;
}
#stopka {
	clear: both;
	padding: 10px;
	margin: 10px 20px;
	border-top: 1px solid #999;
	color: #666;
	text-align: right;
	font-style: italic;
}
#stopka a {
	color: #333;
}
#side {
	width: 200px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	text-align: right;
}

#main {
	width: 500px;
	float: right;
	margin-right: 20px;
}
#nav, #nav li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li ul li a  {
	border-color: #fc0;
	font-size: 10px;
}
#nav li {

}
#nav li a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: #555;
	line-height: 1.5em;
	padding-right: 10px;
	border-right: 3px solid #ccc;
	font-size: 12px;
}
#nav li a:hover {
	color: red;
}
#nav li a.selected {
	color: green;
	border-color: green;
	font-weight: bolder;
}

#flagi {
	text-align: right;
}

h1 {
	font-size: 1.3em;
	text-align: right;
	color: #396;
}
h2 {
	color: #396;
	font-size: 1.2em;
}

dl {

}
dt {
	font-weight: bolder;
}
dd {
	padding: 5px;
	margin-left: 10px;
}

table.tb-info {
	border-collapse: collapse;
}
table.tb-info td {
	vertical-align: top;
	border-bottom: 1px solid #666;
	padding: 3px;
}
td.data {
	background: #DFF1E7;
	font-weight: bolder;
}
.r-info {
	float: right;
	padding: 3px;
	background: #DFF1E7;
}
/*****************POLTOUR************/
table.poltour tr th {
	background: #eee;
}
table.poltour tr td.pkt {
	text-align: right;	
}
td.ile2 {
	color: #666;	
}
td.ile3 {
	color: #900;	
}
table.poltour {
	border-collapse: collapse;
}
table.poltour td {
	border-bottom: 1px solid #999;
}
table.poltour .pkt{
	padding-right: 5px;
}
table.poltour .mce {
	text-align: center;
}
table.poltour .sum {
	background: #eee;
	font-weight: bolder;
	text-align: right;
}

img.floater {
	margin: 5px;
	border: 1px solid #999;
}
