#content {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
.content-left {
	width: 620px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
.content-right {
	width: 300px;
	margin: 0;
	float: left;
	display: inline;
}
.content-left h3.flash {
	font-size: 25px;
	margin: 10px 0 0 0;
	background-color: transparent;
	color: #B54649;
}
.content-left p.flash {
	font-size: 18px;
	line-height: normal;
	margin: 0;
	font-weight: bold;
}
.content-left .text {
	font-size: 1.1em;
	line-height: 1.4em;
	color: Black;
}
.text img {
	background-color: White;
	border: 1px solid #7F7258;
	padding: 2px;
}
.text img.alignright {
	float: right;
	display: block;
	margin: 0 10px 10px 10px;
}
.text img.alignleft {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}
ul#podmenu {
	width: 300px;
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: none none;
}
ul#podmenu li {
	margin: 0;
	padding: 0;
	list-style: none none;
}
ul#podmenu li a {
	width: 300px;
	height: 33px;
	line-height: 33px;
	display: block;
	text-align: center;
	background-image: url(pic/podmenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 3px;
	color: #8B3739;
}
ul#podmenu li a:hover, ul#podmenu li.current_page_item a {
	background-position: -300px 0;
	color: White;
}

.content-right dl {
	margin: 10px 0 10px 30px;
	padding: 0;
	width: 270px;
}
.content-right dl dd {
	margin: 0;
	padding: 0;
}
.content-right dl dd h3.flash {
	margin: 0;
	font-size: 14px;
	color: #58748F;
}
.content-right dl dd img {
	margin: 5px 10px 10px 0;
	background-color: White;
	border: 1px solid #7F7258;
	padding: 2px;
	float: left;
}
.content-right dl dd p {
	margin: 5px 0 0 0;
	line-height: 1.4em;
}

table.strefy {
	font-family: arial;
	background-color: #BDB76B;
	margin: 0;
	font-size: 11px;
	line-height: normal;
}
table.strefy thead tr th, table.strefy tfoot tr th {
	background-color: #E2DFBD;
	border: 1px solid #FFF;
	font-size: 11px;
	padding: 3px;
}
table.strefy tbody td {
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.strefy tbody tr.odd td {
	background-color: #F0EFDD;
}
.gmnoprint span {
	display: none!important;
}