* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.5 Arial, sans-serif;
	text-align: center;
	color: #4d4d4d;
	background: #d45500;
}
p {
	margin: 1em 0;
}
ul {
	clear: both;
	margin: 1em 0;
	list-style-type: none;
}
li {
	padding-left: 2em;
	background: url('/img/bg_li.png') 10px 10px no-repeat;
}
#top {
	background: url('/img/bg_top.png') 50% 0% repeat-x;
}
#bottom {
	background: #ffe6d5 url('/img/bg_bottom.png') 50% 100% repeat-x;
}
#window {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url('/img/bg_window.png') 50% 0% repeat-y;
}
#container {
	text-align: left;
	background: url('/img/bg_container.png') 50% 100% no-repeat;
}
#header {
	height: 208px;
	/*padding-top: 28px;*/
	background: url('/img/bg_header.png') 0% 0% no-repeat;
}
.headertop {
	height: 28px;
}
.headertext {
	height: 12px;
	overflow: hidden;
	font-size: .7em
}
h1 {
	padding-top: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 54px;
	color: #d45500;
}
h1 a {
	text-decoration: none;
	color: #d45500;
}
#myurl {
	margin-top: -28px;
	margin-right: 254px;
	text-align: right;
	color: white;
}
#column {
	float: left;
	width: 210px;
	padding: 40px 0 60px 0;
}
#column a.menu {
	display: block;
	margin: 3px 1px;
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	color: black;
	background: url('/img/arrow.png') 175px 50% no-repeat;
}
#column a.menu span {
	color: #d45500;
}
#column a:hover.menu, #column a.active {
	color: white;
	background: #d45500 url('/img/arrow_active.png') 175px 50% no-repeat;
}
#column a:hover.menu span, #column a.active span {
	color: white;
}
#column a:hover.active, #column a:hover.active span {
	color: #cccccc;
}
#content {
	float: left;
	width: 610px;
	padding: 0 0 0 40px;
}
h2 {
	margin-bottom: 1em;
	padding-right: 40px;
	font-size: 1.6em;
	text-align: right;
	color: black;
	background: url('/img/bg_h2.png') 100% 50% no-repeat;
}
h2:first-letter {
	color: #d45500;
}
h2 span {
	padding: 0 .5em;
	background: white;
}
#content img.foto {
	float: left;
	margin: 0 1em 0 0;
	padding: 13px 18px 18px 13px;
	background: url('/img/bg_foto.png') no-repeat;
}
#content a {
	color: #d45500;
}
#content a:hover {
	color: black;
}
#content p {
	text-align: justify;
}
#footer {
	clear: both;
	padding: 40px 0;
	text-align: center;
	font-size: .8em;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footerlinks {
	padding: 0 0 10px 0;
	font-size: .8em;
	color: #ff7f2a;
}
#footerlinks a {
	color: #ff7f2a;
	text-decoration: none;
}
#footerlinks a:hover {
	color: white;
	text-decoration: underline;
}
/* <pomocne> _________________________________________________________________*/
.cleaner {
	clear: both;
}
iframe {
	border: 1px solid #999999;
}

