body{
	background-color: #f2f2f2;
	font-size: 62.5%;
	margin: 0;
}

#main{
	position: absolute;
	top: 115px; left: 230px;
  width: 735px;
	padding: 0 10px 30px 10px;
  border-left: solid 1px white;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
  overflow: visible; /*//~widoczne, potem ukryć gdy zmienione*/
}

#leftCover{
  position: fixed;
  top: 0; left: 0;
  width: 230px; height: 100%;
  background-color: white;
  border-right: solid 1px #cdcdcd;
}

#rightCover{
  position: fixed;
  top: 0; left: 986px;
  width: 27px; height: 100%;
  background-color: white;
  border-left: solid 1px #cdcdcd;
}

h1#title{
  margin: 0.6em auto 0.8em auto;
  padding: 0.1em 0 0.1em 1.4em;
	border-top: 3px solid #cdcdcd;
	border-bottom: 3px solid #cdcdcd;
	background-color: #fff;
	color: #909090;
	font: 1.9em Verdana, Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

p{
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #505050;
  text-align: justify;
}

img{
  border: 0;
}

.imgFrame{
  margin: 5px;
  border: #a0a0a0 1px solid;
  background: #fafafa;
  padding: 3px;
}

.floatLeft{
  float: left;
  margin-left: 0;
}

.floatRight{
  float: right;
  margin-right: 0;
}

.floatCenter{
  text-align: center;
  margin-right: 0;
}

.naglowek {
	text-align: center; font-style: italic; font-size: 2em;
}

/* ------- Table styles -------- */
table.style1 {
	width: 100%;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 1.6em;
	border-collapse: collapse;
}

.style1 col#a{
  text-align: left;
}

.style1 col#b,
.style1 col#c,
.style1 col#d,
.style1 col#e{
  width: 120px;
}

.style1 td, th {
	font-size: 0.8em;
	padding: 3px 5px 2px 5px;
	border: 1px solid #73afb7;
	text-align: center;
}

.style1 td.small{
  font-size: 0.64em;
}

.style1 td.left{
  text-align: left;
}

.style1 th {
	background: url(img/th_bg.png) no-repeat left top;
	color: white;
  text-align: center;
	border-color: #14556b;
}

.style1 th#empty{
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-bottom: #73afb7;;
}

.style1 tr.ev td {
	background: url(img/td_bg.png) no-repeat left top;
}


/*-------- list styles ---------*/
.list1 li{
	list-style: none;
	background: url(img/listimg/arrws.gif) no-repeat;
	background-position: 0 0.6em;
	padding-left: 2em;
	margin-bottom: -1em;
}

.list1a li{
	list-style: none;
	list-style-image: url(img/listimg/arrws.gif);
	margin-bottom: -1em;
	margin-left: -2em;
}

.list2 li{
	list-style: none;
	background: url(img/listimg/gcheck.png) no-repeat;
	background-position: 0 0.2em;
	padding-left: 2.3em;
	margin-bottom: -1em;
	margin-left: 0em;
}

.list2a li{
	list-style: none;
	list-style-image: url(img/listimg/gcheck.png);
	margin-bottom: -1em;
	margin-left: -2em;
}

#mailinfo{
	font-size: 1.5em;
	font-weight: bold;
}

