* {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(bg.gif) 0 100% repeat-x;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #333;
}
a:link, a:visited {
	color: #607e9f;
}
a:hover {
	color: #3d638c;
}
h1 {
	margin-bottom: 11px;
	margin-left: -108px;
	padding: 15px 0 21px 108px;
	border-bottom: 1px solid #ccc;
	font: italic 18px Georgia !important;
	color: #607e9f;
}
.nadpis {
  margin-left: 0px !important;
  padding: 0px !important;
  border-bottom: 0px solid black !important;
}
h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}
h2 {
	margin-left: -204px;
	padding: 10px 0 20px 204px;
	background: url(h2_ornament.gif) 3px 0 no-repeat;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #999;
}
h3 {
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #607e9f;
}
#wrap {
	background: url(wrap.gif) repeat-x;
}
#page {
	margin: 0 auto;
	width: 960px;
	background: #fff url(page.gif) repeat-y;
	/*text-align: left;*/
}
#header {
	height: 192px;
	background: #607e9f url(header.gif) bottom no-repeat;
}
#header p {
	float: left;
	padding: 60px 24px 24px 126px;
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
}
#header img {
  border: 0px solid black;
}
#content-primary {
	float: right;
	margin: 12px 24px 60px 24px;
	width: 528px;
	text-align: left;
}
#content-primary p {
	padding-bottom: 18px;
}
#content-primary .titulka-obrazek {
	float: left;
	margin: 0px 18px 0 -114px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}
table {
  border-radius: 5px;
}
#content-secondary {
	float: right;
	margin: 30px 216px 60px 24px;
	width: 144px;
	font-size: 11px;
	color: #300;
}
li {
	list-style-image: url('../core/list-image.png');
	margin-left: 25px;
}
li a {
	font-weight: bold;
}
#footer {
	clear: both;
	height: 192px;
	background: #333 url(footer.gif) top no-repeat;
	font-size: 10px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	text-align: left;
}
#footer a:link, #footer a:visited {
	color: #c99;
}		
#footer p {
	padding: 132px 24px 0 24px;
}
.clear {
	clear: both;
}
.backwards {
  unicode-bidi: bidi-override;
	direction: rtl;
}
