*, body * {
	margin: 0;
	padding: 0;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color : #515151;
	background-color: #FFFFFF;
	line-height: 17px;
	}

TD	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	color : #515151;
	line-height: 17px;
}

P	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #515151;
	margin: 0;
	line-height: 17px;
}

UL	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	margin-left: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
	line-height: 17px;
}
LI {
  color: #515151;
  margin: 2px 0px; 0px; 0px;
  }

OL	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
	line-height: 17px;
}

blockquote {
    margin-left: 15px;
}

A:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #860505;
}

A:active
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	text-decoration: none;
	font-weight: normal;
	color: #860505;
}

A:visited
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	text-decoration: none;
	font-weight: normal;
	color: #860505;
}

A:hover
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	text-decoration: underline;
	font-weight: normal;
	color: #860505;
}

h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5x;
	margin-bottom: 5px;
	color: #880509;
	text-align: left;
}

h2	{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color : #ffa200;
	margin-bottom: 3px;
	text-align: left;
}

h3	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :13px;
	font-weight: bold;
	color : #000000;
	margin-bottom: 3px;
	margin-top: 5px;
}

.path
	{
	padding-top: 3px;
	padding-left: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
}

input,.input
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	background-color: #FFFFFF;
    border-bottom: 1px solid #d3cfc6;
    border-left: 1px solid #d3cfc6;
    border-right: 1px solid #d3cfc6;
    border-top: 1px solid #d3cfc6;
    color: #515151;
	vertical-align: middle;
}

textarea	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #d3cfc6;
    border-left: 1px solid #d3cfc6;
    border-right: 1px solid #d3cfc6;
    border-top: 1px solid #d3cfc6;
}

select	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	color: #515151;
	font-size : 11px;
	BACKGROUND-COLOR: #FFF;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	border-right: #CCCCCC;
	border-top: #CCCCCC;
	border: solid 1px #BFBFBF;
	vertical-align: middle;
}

textarea.error
		{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	font-weight: normal;
	color: #ffa200;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ffa200;
    border-left: 1px solid #ffa200;
    border-right: 1px solid #ffa200;
    border-top: 1px solid #ffa200;
}

input.error
			{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	font-weight: normal;
	color: #ffa200;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ffa200;
    border-left: 1px solid #ffa200;
    border-right: 1px solid #ffa200;
    border-top: 1px solid #ffa200;
}

.success
			{
    font-weight: bold;
	color: #ffa200;
}

.error
			{
    font-weight: bold;
	color: #ffa200;
}

.image
	{
	border: 2px solid #FFFFFF;
}

#popup {
    background: #FCB200;
}

.zoom {
    border: 0px solid #D6DBDF;
}

hr {
	height: 0; border: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-bottom: 9px;
}

.hide {
    display: none;
}


.row {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
}

.searchButton {
	background: transparent url('../images/go.gif') no-repeat;
	width: 27px;
	height: 17px;
	border: 0;
	cursor: pointer;
}

.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	background-color: #880509;
	margin: 0px;
	padding: 2px;
	vertical-align: middle;
}

button {
	cursor: pointer;
	border: 0;
	background-color: #F3F3EE;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}

.radio {
	border: 0px none;
}

.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	font-weight: bold;
	color : #000000;
}

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #656562;
	background-color: #f2efe9;
	padding: 20px;

}

.image_background {
	background-color: #E2DED8;
}

#search, #search * {
	margin: 0;
	padding: 0;
}

#menu{
  background: transparent url(../images/menu.gif) top no-repeat;
  width: 366px;
  height: 33px;
  float: left;
}
#item_1{
  background: transparent url(../images/menu.gif) 0px -33px no-repeat;
  width: 91px;
  height: 33px;
  float: left;
}
#item_2{
  background: transparent url(../images/menu.gif) -91px -33px no-repeat;
  width: 75px;
  height: 33px;
  float: left;
}
#item_3{
  background: transparent url(../images/menu.gif) -166px -33px no-repeat;
  width: 63px;
  height: 33px;
  float: left;
}
#item_4{
  background: transparent url(../images/menu.gif) -229px -33px no-repeat;
  width: 67px;
  height: 33px;
  float: left;
}
#item_5{
  background: transparent url(../images/menu.gif) -296px -33px no-repeat;
  width: 70px;
  height: 33px;
  float: left;
}

.red {color: #8b1919; font-weight: bold;}
.orange{color: #ffa200; font-weight: bold;}

.table{
   margin: 2px 0px 5px 0px;
   background-color: #f2efe9;
   text-align: left;
   border: 1px solid #c7c2b9;
}
.table th{
  background: #ad040a;
  padding: 4px 6px;
  color: #FFFFFF;
}

.table tr{
  background-color: #E8E4DC;
}
.table td{
  background-color: transparent;
  padding: 4px 6px;
}

#szukaj{
  background: transparent url(../images/szukaj.gif) no-repeat;
  width: 250px;
  height: 90px;
  position: relative;
}
#szukaj input{
  background: transparent;
  border: 0;
  width: 130px;
  height: 15px;
  padding 3px 0px;
  position: absolute;
  top: 33px;
  left: 68px;
  font: 11px Arial, Verdana;
}
#szukaj_btn{
  background: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 34px;
  right: 26px;
}

#news{
  background: transparent url(../images/news_bkg.jpg) no-repeat;
  width: 335px;
  height: 225px;
  padding: 15px;
  color: #636360;
  text-align: left;
}
#news img {margin-bottom: 17px;}

#news a, #news a:visited, #news a:active, #news a:hover{  
  color: #860505;
  }
.title, .title a, .title a:visited, .title a:active, .title a:hover{  
  font-weight: bold;
  color: #860505;
  text-align: left;
  }
.title{
    width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}  
.date{
  font-size: 11px;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#news_txt{
  float: left;
  text-align: justify;

}
#he{
  width: 100%; 
  background: #e8e4dc; 
  margin-bottom: 15px; 
  text-align: left;

}