@charset "utf-8";
/* CSS Document */

@import url('css/rte_default.css');

body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	padding: 10px 0 0 10px;
	color: #000000;
}

#page {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0 auto;
	padding: 0;
}

img {border: none;}

.contentText img {
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
}

a {color:#000000;}

#page #wrapper {
	width: 925px;
	text-align: left;
	margin: 0 auto;
}
#page  #wrapper  #header  #cert {
	float: right;
	background-repeat: no-repeat;
	height: 100px;
	width: 675px;
}
#page #wrapper #header {
	width: 925px;
	float: left;
	margin-top: 30px;
}
#page   #wrapper   #header   #logo  {
	float: left;
	width: 250px;
	height: 100px;
}
#page  #wrapper  #header  #headerBgr  {
	float: left;
	width: 281px;
	height: 130px;
}

#page #wrapper #content {
	float: left;
	width: 925px;
}
#page #wrapper #content #topLeft {
	float: left;
	width: 186px;
}
#page #wrapper #content #topLeft .textField {
	height: 380px;
	margin: 10px 0 15px 0;
}
#page #wrapper #content #topLeft .textField2 {
	width: 186px;
}


#page #wrapper #content #bottomLeft {
	float: left;
	height: 250px;
	width: 300px;
	margin: 5px 12px 0 0;
	background-color: #75c584;
}
#page #wrapper #content #bottomLeft .textField {
	float: left;
	width: 300px;
}

#page #wrapper #content #bottomRight {
	float: left;
	width: 300px;
	height: 250px;
	margin: 5px 0 0 0;
	background-color: #fe903b;
}
#page #wrapper #content #bottomRight .textField {
	width: 300px;
	float: left;
}
.clear {
	clear: both;
}
#page #wrapper #content #bottomRight .textField2 {
	width: 389px;
	height: 380px;
	margin: 13px 10px 15px 10px;
}
#page #wrapper #content #topRight .textField #leftLink {
	float: left;
	width: 100px;
	list-style-position: inside;
	list-style-image: url(../images/li_arrow.jpg);
}
#page #wrapper #content #topRight .textField #rightLink {
	float: left;
	width: 100px;
	list-style-position: inside;
	list-style-image: url(../images/li_arrow.jpg);
}
.praca {
	list-style-position: inside;
	list-style-image: url(../images/li_arrow.jpg);
}
.lnk {
	margin-left: 10px;
}
#page #wrapper #slogan {
	background-image: url(../images/header_bgr.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 925px;
	padding: 10px 10px 0 10px;
	height: 323px;
}
#page #wrapper #header #logo img {
	float: left;
}
#page #wrapper #header #cert img {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}
#page #wrapper #slogan #menu {
	float: left;
	height: 288px;
	width: 172px;
	margin: 17px 8px 15px 15px;
}
#page #wrapper #slogan #slideshow {
	float: left;
	height: 288px;
	width: 718px;
	margin-bottom: 3px;
	margin-left: 12px;
	margin-top: 6px;
}
#page  #wrapper  #breadcrumbs {
	height: 35px;
	width: 921px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8A8;
	margin: 0 3px 5px 3px;
}
#page #wrapper #breadcrumbs .bread {
	width: 800px;
	margin-left: 15px;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
}
#page #wrapper #content #topLeft .textField .logos img {
	margin-top: 15px;
}
#page #wrapper #content #bottomMid {
	float: left;
	height: 250px;
	width: 300px;
	margin: 5px 12px 0 0;
	background-color: #f9eb5e;
}
#page #wrapper #content #bottomMid .textField {
	float: left;
	width: 300px;
}
#page #wrapper #footer {
	float: left;
	height: 50px;
	width: 925px;
	margin: 5px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8A8A8;
}
#page #wrapper #footer .fooinfo {
	float: left;
	color: #666666;
}
#page #wrapper #footer .prywatnosc {
	width: 325px;
	float: right;
	margin-top: 10px;
}
#page #wrapper #footer .prywatnosc a {
	float: right;
	padding-right: 15px;
	color: #666666;
	text-decoration: none;
}
#page #wrapper #footer .prywatnosc a:hover {
	float: right;
	padding-right: 15px;
	color: #666666;
	text-decoration: underline;
}
.botMen      {
	margin-top: 15px;
}
#page #wrapper #slogan #slideshow #slide {
	height: 288px;
	width: 718px;
	float: left;
}

/* Tables */
.pretty-table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000;
	width: 710px;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
	color: #000;
	background-color: #8fadcc;
	text-transform: uppercase;
	font-size: 12px;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
	color: #000000;
	font-size: 12px;
}

/* Table end */

#page #wrapper #content #text {
	float: right;
	width: 728px;
	margin-top: 10px;
	background-color: #FFF8BB;
}

#page #wrapper #content #text .contentText {
	font-size: 13px;
	background-color: #fff8bb;
	padding: 0 10px 20px 10px;
	line-height: 150%;
}

#page #wrapper #content #text .contentDivider {
	font-size: 13px;
	background-color: #fff8bb;
	height: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C4B000;
	padding-top: 5px;
}

#page #wrapper #content #containerKomunikaty {
	float: right;
	width: 730px;
	background-color: #fff8bb;
	padding: 5px 0 10px 0;
	margin: 5px 0 0 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #000000;
	background-color: #FFF8BB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #B7A500;
	border-bottom-color: #B7A500;
	line-height: 150%;
	
}

#page #wrapper #content #text .contentText h2 {
	font-size: 12px;
	font-style: italic;
	color: #fe903b;
}

#page #wrapper #content #text .contentTextKomunikaty h2 {
	font-size: 12px;
	font-style: italic;
	color: #fe903b;
}

#page #wrapper #content #text .contentText h3 {
	font-size: 14px;
	
}

#page #wrapper #content #text .contentTextKomunikaty h3 {
	font-size: 14px;
	
}

#page #wrapper #content #text .contentList {
	margin-left: 15px;
	list-style-type: square;
	list-style-position: outside;
	
}
#footer .jnc {
	float: right;
	margin-top: 13px;
	margin-right: 5px;
}
