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

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

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

.menu_poziome {
	width: 984px;
	height: 26px;
	overflow: hidden;
	margin-top: 10px;
}

#nav{
  font-weight: bold;
	font-family: arial;
  float: left;	
	width: 100%;
	margin: 0;
	padding: 0;
}

#nav li{
  list-style-type: none;
  float: left;
  margin: 0 1px 0 0;
  padding: 0 0 0 10px ;
  background: url("images/button.png") top left no-repeat;
	background-color: #890a01;
}

#nav li a{
  color: #000000;	
  background: url("images/button.png") top right no-repeat;
	background-color: #890a01;
  display: block;
  padding: 0 10px 0 0;
	text-decoration: none;
	line-height: 26px;
	font-size: 13px;
}

#nav li.cur,
#nav li.over,
#nav li:hover
{
  background: url("images/button_hover.png") top left no-repeat;
	background-color: #890a01;
}

#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
  display: block;
  color: #fff;
  padding: 0 10px 0 0;
  text-decoration: none;
  background: url("images/button_hover.png") top right no-repeat;
	background-color: #890a01;
}

.menu_poziome_linia {
	clear: left;
	width: 984px;
	height: 3px;
	background: url("images/menu_poziome_linia.png") no-repeat;
	z-index: 1;
	position: relative;
	margin-top: -2px;
}

.header {
	width: 984px;
	height: 216px;
	background: url("images/header_bg.png") no-repeat;
	margin-top: 10px;
}

* html .header {
	margin-top: 3px;
}

.header_left_side_frame {
	float: left;
	width: 598px;
	height: 190px;
	overflow: hidden;
	position: relative;
	z-index: -1;
	margin-left: 4px;
	margin-top: 4px;
}

.header_right_side_frame {
	float: right;
	width: 374px;
	height: 190px;
	overflow: hidden;
	position: relative;
	z-index: -1;
	margin-top: 4px;
	margin-right: 4px;
}

.left_side {
	float: left;
	width: 185px;
	position: relative;
	z-index: 2;
}

.menu_pionowe {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	/*background-color: #890a01;*/
}

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

.menu_pionowe ul li {
	position: relative;
}

.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/mp_button.png") no-repeat;
	text-indent: 20px;
	text-align: left;
	height: 28px;
	font-family: arial;
	font-size: 12px;
	color: #e2e1d8;
	line-height: 28px;
	overflow: hidden;
}

.menu_pionowe ul li a:hover {
	background: url("images/mp_button_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: 187px;
	background: url("images/sub_mp_button.png") no-repeat;
	text-indent: 10px;
	overflow: hidden;
}
.menu_pionowe ul li ul li a:hover {
	display: block;
	width: 187px;
	background: url("images/sub_mp_button_hover.png") no-repeat;
	color: #ffffff;
}

* html .menu_pionowe ul li { float: left; height: 1%; }
* html .menu_pionowe ul li a { height: 1%; }

.menu_pionowe ul li:hover ul li ul {
	display: none;
}

.menu_pionowe_drugie {
	clear: left;
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
}

.menu_pionowe_drugie ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.menu_pionowe_drugie ul li a {
	display: block;
	text-decoration: none;
	background: url("images/mp_button.png") no-repeat;
	text-indent: 20px;
	text-align: left;
	height: 28px;
	font-family: arial;
	font-size: 12px;
	color: #e2e1d8;
	line-height: 28px;
	overflow: hidden;
}

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

.middle {
	float: left;
	width: 564px;
	margin-left: 14px;
	margin-bottom: 14px;
	position: relative;
}

.middle h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.middle h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.middle h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.content_top {
	width: 564px;
	height: 33px;
	background: url("images/content_top.png") no-repeat;
	font-size: 1px;
}

.content_middle {
	width: 564px;
	height: auto ! important;
	height: 615px;
	min-height: 615px;
	background: url("images/content_middle.png") repeat-y;
	text-align: justify;
	margin: 0;
	padding: 0px;
	font-size: 12px;
}

.content_middle h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.article_title h2
{
	margin-top: -31px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #e2e1d8;
	text-indent: 15px;
	text-align: left;
	line-height: 28px;
	position: relative;
	z-index: 1;
}

.gallery_title h2
{
	margin-top: -31px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #e2e1d8;
	text-indent: 15px;
	text-align: left;
	line-height: 28px;
	position: relative;
	z-index: 10;
}

/*
.content_middle h2 {
	margin-top: -31px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #e2e1d8;
	text-indent: 15px;
	text-align: left;
	line-height: 28px;
	position: relative;
	z-index: 10;
}
*/

.content_middle p {
	text-align: justify;
	margin: 0;
	padding: 5px;
	padding-top: 0px;
	font-size: 10px;
}

.content_bottom {
	width: 564px;
	height: 1px;
	background: url("images/content_bottom.png") no-repeat;
	font-size: 1px;
}

.content_title {
	width: 560px;
	height: 28px;
	background: url("images/content_title.png") no-repeat;
	position: absolute; top: 2px; left: 2px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #e2e1d8;
	text-indent: 15px;
	text-align: left;
	line-height: 28px;
	overflow: hidden;
}

.right_side {
	float: right;
	width: 207px;
	position: relative;
}

.dane_tel_top {
	width: 207px;
	height: 33px;
	background: url("images/dane_tel_top.png") no-repeat;
}

.dane_tel_middle {
	width: 207px;
	height: auto ! important;
	height: 400px;
	min-height: 400px;
	background: url("images/dane_tel_middle.png") repeat-y;
}

.dane_tel_bottom {
	width: 207px;
	height: 1px;
	background: url("images/dane_tel_bottom.png") no-repeat;
	font-size: 1px;
	margin-bottom: 14px;
}

.dane_tel_title {
	width: 203px;
	height: 28px;
	position: absolute; top: 2px; left: 2px;
	background: url("images/dane_tel_title.png") no-repeat;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #e2e1d8;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
}

.dane_tel_textbox {
	width: 190px;
	height: auto ! important;
	height: 100px;
	min-height: 100px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	color: #000;
}

.galeria_top {
	width: 207px;
	height: 34px;
	background: url("images/galeria_top.png") no-repeat;
}

.galeria_middle {
	width: 207px;
	height: 140px;
	background: url("images/galeria_middle.png") repeat-y;
}

.galeria_bottom {
	width: 207px;
	height: 1px;
	background: url("images/galeria_bottom.png") no-repeat;
	font-size: 1px;
}

.galeria_frame {
	margin: auto;
	width: 203px;
	height: 139px;
	overflow: hidden;
}

.galeria_frame a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer {
	clear: both;
}

.footer_linia {
	width: 984px;
	height: 3px;
	background: url("images/footer_linia.png") no-repeat;
}

.footer_textbox {
	width: 900px;
	height: 30px;
	margin: auto;
}

.footer_textbox a {
	color: #000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}

.errors h2 {
	margin: 0;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;
	color: #000000;
	font-size: 13px;
}

.admin_form {
	font-size: 10px;
}

.admin_form th, tr {
	font-size: 10px;
}

* html .admin_form th, tr {
	font-size: 9px;
}

.text_short {
	border:1px solid #C2B9A0;
	height:auto;
	padding:10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.content_middle h3 {
	background-color:#C2B9A0;
	color:#6E3F0E;
	font-size:12px;
	padding:5px;
	margin-bottom: 2px;
}

a {
	text-decoration: none;
}

img {
  border: none;
}