/* ogólne --------------------------------------------------------------------------------------------- */
body {
  color: #000000;
  font-size: 13px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
  background-color: #ffffff;
  background-image: url(../img/tlo.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  margin: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

p.error {
  color: red;
}

p,td {
  color: #666666;
  font-size: 13px;
  font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

a {
  color: #5298d4;
  text-decoration: underline;
}

a:hover {
  color: #5298d4;
  text-decoration: none;
}

.hidden {
  visibility: hidden;
}

.undisplayed {
  display: none;
}

form {
  padding: 0px;
  margin: 0px;
}

img {
  border-width: 0px;
}

.clickable {
  cursor: pointer;
}

div.separator {
  line-height: 1px;
  font-size: 1px;
}

div#introFlash {
  text-align: center;
}
/* sekcje główne --------------------------------------------------------------------------------------------- */
div#pageHeader {
  width: 800px;
	height: 150px;
  margin: 0px auto;
}

div#footer {
  clear: both;
  width: 800px;
  height: 52px;
  margin: 0px auto;
	border-bottom: 1px solid #95cbe7;
  padding: 0px;
  background-image: url(../img/stopka_tlo.jpg);
  background-repeat: no-repeat;
  background-position: top;
	color: #666666;
	font-size: 10px;
}

div#footer a {
	font-weight: bold;
  text-decoration: none;
  color: #3366cc;
}
div#footer a:hover {
	font-weight: bold;
  text-decoration: underline;
  color: #003399;
}

div#footer .left {
  float: left;
	padding: 20px 0px 0px 15px;
}

div#footer .right {
  float: right;
	padding: 20px 15px 0px 0px;
}

div.columns {
  clear: both;
  width: 800px;
  padding-left: 0px;
  margin: 0px auto;
  clear: both;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

/* KOLUMNY --------------------------------------------------------------------------------------------- */
/* sekcje lewej kolumny (w±skiej) --------------------------------------------------------------------------------------------- */
div.columnLeftNarrow {
  float: left;
  display: inline;
  width: 180px;
  margin-top: 20px;
}

div.columnLeftNarrow div {
  float: left;
}

div.columnLeftNarrow div.separator {
  height: 20px;
}
.leftcol { 
	border-right: 1px solid #95cbe7;
  background-image: url(../img/leftcol_tlo.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
	background-color: #FFFFFF;
}

.leftcol_main { 
	border-right: 1px solid #95cbe7;
  background-image: url(../img/leftcol_tlo_.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
	background-color: #FFFFFF;
	padding: 0px 8px 30px 8px;
	font-size: 10px;
	color: #006699;
}

.rightcol { 
	border-bottom: 1px solid #95cbe7;
}
.aktualnosci { 
height: 113px;
  background-image: url(../img/aktualnosci_tlo.jpg);
  background-repeat: repeat-x;
  background-position: top;
}
.tittle {
padding: 8px 5px 7px 30px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
		border-bottom: 1px solid #95cbe7;
			background: #edf6ff;
	color: #1c446c;
}

.tresc {
padding: 10px 10px 10px 30px;
  background-image: url(../img/tlo_kontakt.gif);
	background-position: bottom;
  background-repeat: no-repeat;
}


/*------------------------------------------------------------------------------------------------------------------*/
div.newslist {
width: 640px;
float: left;
}
div.newslist div {
  float: left;
}

div.newslist div.news {
  width: 280px;
  color: #000000;
  overflow: hidden;
	padding-left: 25px;
	padding-right: 14px;
}
div.newslist div.news div.date {
  width: 100%;
  color: #666699;
  font-size: 11px;
  font-weight: normal;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #CCCCCC;
}
div.newslist div.news div.content {
  width: 100%;
  color: #666666;
  font-size: 11px;
  font-weight: normal;
	padding-top: 3px;
	padding-bottom: 10px;
}
div.newslist div.news div.content a {
  text-decoration: none;
  color: #3366cc;
}
div.newslist div.news div.content a:hover {
  text-decoration: underline;
  color: #003399;
}
div.newslist div.separatorVertical {
  line-height: 1px;
  font-size: 1px;
  width: 2px;
  height: 1px;
}
/* menu --------------------------------------------------------------------------------------------- */
.menu {
	width: 159px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right 0px;
	margin-top: 62px;
	padding-top: 0px;
	float: left;
	background: none;
	border-top: 1px solid #b2cded;
}

a.menu01 {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #225d97;
	background: none;
	margin: 0;
	padding: 6px 3px 3px 6px;
	border-bottom: 1px solid #b2cded;
}

a:link.menu01  {
	margin: 0;
}

a:visited.menu01  {
	margin: 0;
}

a:hover.menu01  {
	margin: 0;
	padding: 6px 5px 3px 5px;
	background: #edf6ff;
	color: #1c446c;

}

a:active.menu01  {
	margin: 0;
}