html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #c2ecee url("images/page_bg.png") repeat-x;
	font: 10px verdana, arial, sans-serif;
}

.container {
	width: 910px;
	height: auto ! important;
	height: 744px;
	min-height: 744px;
	margin: auto;
	position: relative;
}

.top_menu {
	width: 222px;
	height: 30px;
	background: url("images/top_menu_bg.png") no-repeat;
	float: right;
	margin-right: 17px;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	line-height: 28px;
	color: #ffffff;
}

.top_menu a {
	color: #ffffff;
	text-decoration: none;
}

.top_menu a:hover {
	color: #ff9167;
}

.top_bg {
	clear: right;
	float: right;
	width: 908px;
	height: 29px;
	background: url("images/top_bg.png") no-repeat;
	margin-top: -10px;
}

.middle_bg {
	width: 905px;
	height: auto ! important;
	height: 200px;
	min-height: 200px;
	background: url("images/middle_bg.png") repeat-y;
	clear: both;
	float: right;
	position: relative;
}

.logo {
	width: 215px;
	height: 124px;
	background: url("images/logo.jpg") no-repeat;
	position: absolute; top: 94px; left: 10px;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.menu_poziome_frame {
	position: absolute; top: 50px; right: 29px;
	z-index: 3;
}

.menu_poziome_right_side {
	width: 12px;
	height: 39px;
	background: url("images/menu_poziome_right_side1.png") no-repeat;
	float: right;
	margin: 0;
	padding: 0;
}

.menu_poziome {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}

.menu_poziome ul {
	margin: 0;
	padding: 0;
	background: url("images/menu_poziome_middle1.png") repeat-x;
	width: 620px;
	height: 39px;
}

.menu_poziome ul li {
	float: left;
	list-style: none;
	position: relative;
	background: url("images/links.gif") no-repeat left center;
}

.menu_poziome ul li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	line-height: 14px;
	height: 39px;
	width: 95px;
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
	text-decoration: none;
	line-height: 39px;
}

.menu_poziome ul li:first-child {
	background-image: none;
}

.menu_poziome ul li a:hover {
	color: #ff0a06;
	text-decoration: underline;
	height: 39px;
}

.menu_poziome ul ul {
	background-image: none;
	width: auto;
	height: auto;
}

.menu_poziome ul li ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute; top: 39px; left: 0px;
	background-color: #ffffff;
	border-left: #32494d solid 1px;
	border-right: #32494d solid 1px;
	border-bottom: #32494d solid 1px;
}

.menu_poziome ul li ul li {
	clear: both;
}

.menu_poziome ul li ul li a, .menu ul li ul li a:link {
	background-image: none;
	background-color: #44595d;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	line-height: 21px;
	text-align: left;
	display: block;
	height: 21px;
	width: 150px;
	border: none;
	border-bottom: #32494d solid 1px;
	font-weight: normal;
	text-decoration: none;
	border-left: 1px solid #67797c;
	border-right: 1px solid #67797c;
	border-bottom: 1px solid #ffffff;
}

.menu_poziome ul li ul li a:hover {
	background-image: none;
	background-color: #ffffff;
	color: #ff0a06;
	height: 21px;
	font-weight: normal;
	text-decoration: none;
}

.menu_poziome ul li:hover ul {
	display: block;
}

#nav li.sfhover ul {
	display: block;
}

.menu_poziome_left_side {
	float: right;
	width: 14px;
	height: 39px;
	background: url("images/menu_poziome_left_side1.png") no-repeat;
	margin: 0;
	padding: 0;
}

.menu_poziome img {
	margin-top: -16px;
}

.menu_poziome h3 {
	position: absolute;	top: -40px; left: 270px;
	margin: 0;
	padding: 0;
}

.main_picture {
	width: 651px;
	height: 172px;
	background: url("images/main_picture.png") no-repeat;
	float: right;
	margin-top: 23px;
	margin-right: 27px;
	position: relative;
	z-index: 2;
}

.main_picture_frame {
	width: 645px;
	height: 165px;
	position: absolute;top: 26px; right: 30px;
	z-index: 1;
	overflow: hidden;
}

.content_top {
	clear: both;
	width: 905px;
	height: 14px;
	background: url("images/content_top.png") no-repeat;
	float: right;
 }

.content_middle {
	clear: both;
	width: 905px;
	height: auto ! important;
	height: 300px;
	min-height: 300px;
	background: url("images/content_middle.png") repeat-y;
	float: right;
	/*
	position: relative;
	z-index: 5;
	*/
}

.content_middle_box {
	clear: both;
	float: right;
	position: relative;
}

.content_bottom {
	width: 905px;
	height: 14px;
	background: url("images/content_bottom.png") no-repeat;
	float: right;
}

.opis {
	width: 905px;
	height: 20px;
	float: right;
	background: url("images/opis.png") repeat-y;
}

.opis_box {
	width: 890px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 9px;
	float: right;
	color: #096f89;
	overflow: hidden;
	margin-right: 5px;
}

.title_bg {
	width: 587px;
	height: 62px;
	background: url("images/title_bg.png") no-repeat;
	position: absolute; top: 0px; right: 70px;
	z-index: 6;
}

.title_box {
	width: 540px;
	height: 20px;
	position: absolute; top: 24px; right: 80px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	z-index: 7;
}

.article_box {
	float: right;
	margin-top: 76px;
	margin-right: 51px;
	width: 600px;
	height: auto ! important;
	height: 300px;
	min-height: 300px;
	display: inline;
	padding-bottom: 5px;
	text-align: justify;
}

.footer {
	clear: both;
	background: url("images/footer.png") no-repeat;
	width: 905px;
	height: 79px;
	float: right;
}

.footer_box {
	position: relative;
}

.footer_box1 {
	width: 500px;
	height: 20px;
	position: absolute; top: 5px; right: 70px;
	line-height: 20px;
	text-align: right;
}

.footer_box1 a {
	text-decoration: none;
	font-size: 10px;
	color: #FFD800;
	position: relative;
}

.footer_box2 {
	width: 500px;
	height: 20px;
	position: absolute; top: 48px; right: 135px;
	line-height: 20px;
	text-align: center;
}

.footer_box2 a {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}

.footer_box2 a b {
	color: #FFD800;
}

table, tr, td
{
	font-size: 11px;
}

.errors h2 {
	font-size: 14px;
	font-family: verdana;
}

img {
	border: none;
}

.menu_pionowe {
	float: left;
	width: 185px;
	height: auto;
	margin: 0;
	padding: 0;
	margin-top: -13px;
	margin-left: 20px;
	position: relative;
	z-index: 10;
}

.menu_pionowe ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}

.menu_pionowe ul li {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 185px;
}

.menu_pionowe li ul {
	position: absolute; left: 185px; top: 0px;
	display: none;
}

.menu_pionowe ul li a {
	display: block;
	text-decoration: none;
	background: url("images/menu_pionowe_main.png") no-repeat;
	text-align: left;
	height: 32px; /*tutaj zmieniłeś wysokość ze względu na IE - odstęp pod ul li a*/
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 4px;
	text-indent: 14px;
	margin: 0;
	overflow: hidden;
	width: 185px;
}

.menu_pionowe ul li a:hover {
	background: url("images/menu_pionowe_main_hover.png") no-repeat;
	color: #ffffff;
}

.menu_pionowe li:hover ul, li.over ul
{
	display: block;
	padding-left: 1px;
}

.menu_pionowe ul li ul li a {
	display: block;
	width: 185px;
	text-indent: 14px;
	overflow: hidden;
	font-weight: normal;
}

.menu_pionowe ul li ul li a:hover {
	display: block;
	width: 185px;
	color: #ffffff;
	font-weight: normal;
}

* html .menu_pionowe ul li { float: left; height: 1%; }
* html .amenu_pionowe ul li a { height: 1%; }						/*wyłączone ze względu na ukrywanie przycisku przy overflow*/

