td.header {
	height: 30px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
td.orange {
	background: #ff9900;
	height: 11px;
}
td.col-1 {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #d5d5d5;
	height: 20px;
}
td.col-2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #000000;
	height: 20px;
	background: #d5d5d5;
}
td.col-3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 20px;
	background: #d5d5d5;
}
td.coltext-1 {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 6px;
}
td.coltext-2 {
	border-bottom: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 6px;
}
td.coltext-3 {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 6px;
}
td.coltext-4 {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 6px;
}
td.ice {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
td.orange-small {
	background: #ff9900;
	height: 6px;
}
td.medium-header {
	height: 30px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
td.attachment-header {
	height: 30px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
td.small-header {
	height: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
td.osw {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 6px;
}
td.coltext-1-bottom {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 40px;
}
td.coltext-2-bottom {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 40px;
}
td.coltext-3-bottom {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 40px;
}
td.text {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	height: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 6px;
}
td.osw-header {
	height: 30px;
	background: #d5d5d5;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td.logo-1 {
	padding-bottom: 20px;
}
td.logo-2 {
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
td.logo-3 {
	padding-bottom: 20px;
	text-align: right;
}
input[type=submit]
{
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	cursor: pointer;
}

input[type=submit]:hover
{
	background: #25A6E1;
	background: -moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1));
	background: -webkit-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: -o-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: -ms-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#188BC0',endColorstr='#25A6E1',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	cursor: pointer;
}

a.powrot
{
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	text-decoration: none;
}

a.powrot:hover
{
	background: #25A6E1;
	background: -moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1));
	background: -webkit-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: -o-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: -ms-linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	background: linear-gradient(top,#188BC0 0%,#25A6E1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#188BC0',endColorstr='#25A6E1',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
}





td.tresc
{
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
  line-height: 150%;
}

input
{
  font-size: 12px;
  color: #404040;
  background: #E5E5E5;
  border: 1px solid #C0C0C0
}

input.zgloszenie_blad
{
  font-size: 12px;
  color: #404040;
  background: #FFD3D3;
  border: 1px solid #FF7373;
}

select.zgloszenie 
{
  background-color: #E5E5E5;
  border-width: 1px;
  border-color: #C0C0C0;
  color: #404040;
}

select.zgloszenie_blad
{
  background-color: #FFD3D3;
  border-width: 1px;
  border-color: #FF7373;
  color: #404040;
}

span.kursor
{
  cursor: pointer;
}

a.link
{
  font-weight: normal;
  font-size: 11px;
  color: #585858;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}

a.link:hover
{
  font-weight: normal;
  font-size: 11px;
  color: #585858;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: underline;
}

a.linkmore
{
  font-weight: bold;
  font-size: 11px;
  color: #4F708F;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}

a.linkmore:hover
{
  font-weight: bold;
  font-size: 11px;
  color: #404040;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}














textarea
{
  font-size: 11px;
  color: #404040;
  background: #FFFFFF;
  border: 1px solid #E5E5E5
}



a.linkakt
{
  font-weight: normal;
  font-size: 11px;
  color: #6F840E;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}
a.linkakt:hover
{
  font-weight: normal;
  font-size: 11px;
  color: #373601;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}
a.linkup
{
  font-weight: normal;
  font-size: 10px;
  color: #4F708F;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}
a.linkup:hover
{
  font-weight: normal;
  font-size: 10px;
  color: #404040;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: underline;
}






img.imggal
{
  border: solid 5px #C0C0C0;
  padding: 0px;
}
img.imgnews
{
  border: solid 1px #C0C0C0;
  padding: 4px;
  margin-right: 10px;
}
img.imglink
{
  border: solid 1px #C0C0C0;
  padding: 4px;
}
img.imglink:hover
{
  border: solid 1px #808080;
  padding: 4px;
}
td.tlo_bottom
{
  background-image: url(gfx/tlo_bottom.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
td.tlo_kropka
{
  background-image: url(gfx/kropka.jpg);
  background-repeat: repeat-x;
}
table.tlo_top
{
  background-image: url(gfx/tlo_top.png);
  background-repeat: repeat-x;
  background-position: top;
}
td.data
{
  font-weight: normal;
  font-size: 11px;
  color: #585858;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
  line-height: 150%;
}

p.naglowek
{
  font-weight: bold;
  font-size: 12px;
  color: #585858;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}
a.news
{
  font-weight: normal;
  font-size: 11px;
  color: #585858;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}
a.news:hover
{
  font-weight: normal;
  font-size: 11px;
  color: #161C20;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}
a.linkdol
{
  font-weight: normal;
  font-size: 12px;
  color: #242E35;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}
a.linkdol:hover
{
  font-weight: normal;
  font-size: 12px;
  color: #CACACA;
  font-style: normal; 
  font-family: Verdana;
  text-decoration: none;
}



body 
{
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  font-size: 10px;
  background-color: #000000;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana;
  height: 100%;
}