/* zero */
body, p,ul,li,table,th,td,tr,em,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
 }

h1 {
  font-family:'Trebuchet MS','Lucida Grande',Helvetica,Arial;
  font-size:21px;
  line-height:21px;
  margin: 10px 0 15px;
}

h2 {
  font-family:'Trebuchet MS','Lucida Grande',Helvetica,Arial;
  font-size:18px;
  line-height:21px;
  margin: 10px 0 10px;
}

 p {
   margin: 0 0 10px;
 }
 
 body {
  background: #EEEEEE url(../img/header_bg.png) repeat-x scroll left top;
  font-size: 12px;
  color: #333;
 }

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.textR {
  text-align: right;
}

.block {
  display: block;
}

a {
  color: #006699;
}

a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}

.con {
  margin: 0 auto;
  width: 1000px;
}

.pLeft {
  padding-left: 10px;
}

.pBottom {
  padding-bottom: 10px;
}

.pTop {
  padding-top: 10px;
}

.margin {
  margin: 10px;
}

.main {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.maxSzer {
  width: 100%;
}

.cov {
  overflow: hidden;
  clear: both;
}

#header {
  height: 150px;
  background: #066c9f url(../img/header_bg.png) top left repeat-x;
  position: relative;
}

#header a img  {
  margin: 5px 0 0 10px;
}

#header .ozdobnik {
  position: absolute;
  right: 100px;
  top: 0;
}

#menu {
  background-color: #663399;
  overflow: hidden;
  clear: both;
}

#menu ul {
  color: #fff;
  padding: 0;
  list-style: none;
}

#menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#menu .aktywna {
  font-weight: bold;
  color: #ddd;
}

#menu a:hover {
  text-decoration: underline;
}

#menu li {
  float: left;
  padding: 5px 0 6px;
  width: 105px;
  border-left:1px dotted #FFFFFF;
}

#menu li.pierwszy {
  width: 155px;
  border-left: none;
}

#content {
  overflow: hidden;
  border: 1px solid #C0C0C0;
  border-top: 0;
  background: #fff;
  padding: 15px 10px;
}

#footer  {
  background-color:#C0C0C0;
  color:#FFFFFF;
  padding:10px;
}

#footer .virtal {
  background-color:#C0C0C0;
  color:#FFFFFF;
  padding:10px 0 0 0;
  
}


/* style dla kontentu */

.kol2 {
  float: left;
  width: 49.9%;
}

.kol3 {
  float: left;
  width: 33.2%;
}

ul {
  margin: 10px 0 10px 15px;
  padding: 0 0 0 20px;
}

.lista li {
  padding: 0 0 5px;
}

/* naglowki */

.tytul {
  border-bottom:1px dotted #6633CC;
  color:#663399;
  font-size:14px;
  line-height:14px;
  padding-bottom:5px;
  width:100%;
}

.tytulDuzy {
  font-size: 21px;
  padding: 15px 0 10px;
  margin: 0;
  font-weight: normal;
}

h2.sekcjaTytul {
  border-bottom:1px dotted #555;
  margin: 15px 0 0px;
  font-size:14px;
  line-height:14px;
  padding-bottom:5px;
  width:100%;
}

h2.sekcjaTytul a {
	text-decoration: none;
}
	

/* tabela */

table th {
  background-color:#EEEEEE;
}

table td, table th {
  border-bottom:1px solid #C0C0C0;
  border-collapse:collapse;
  padding:5px;
  text-align: left;
}

.naglowekdata {
	clear: both;
	overflow: hidden;
	font-size: 12px;
	border-bottom:1px dotted #555;
	position: relative;
	margin-top: 20px;
}

.naglowekdata .sekcjaTytul {
	float: left;
	width: auto;
	margin-top: 0;
	border-bottom: 0;

}

.naglowekdata span {
	position: absolute;
	top: 0;
	right: 0;
}

.naglowekMotto {
  position: absolute;
  left: 145px;
  top: 40px;
}

.nSubTytul,
.nTytul {
  margin: 0;
  padding: 0 0 3px;
  color: #fff;
  font-weight: normal;
  font-size: 26px;
}

.nSubTytul {
  font-size: 14px;
}

#EmailForm  h3 {
   padding: 15px 0 3px;
  border-bottom: 1px solid #ddd;
  margin: 0 20px 10px 0;
}

#EmailForm input,
#EmailForm textarea {
  width: 300px;
}

#EmailForm select {
  width: 304px;
}

#EmailForm #cfContact {
  width: auto;
padding-left: 15px;
padding-right: 15px;
}

