/* uwagi
patrz dobrze gdzie masz obrazki muszą byc w katalogu gdzie jest arkusz css !!!
*/
BODY {
	font: 11px arial, helvetica, sans-serif;
	background: url("body.jpg");
	text-align: center;
}

h1 { font-size: 16px }
h2 { font-size: 14px }
h3 { font-size: 13px }
h4 { font-size: 12px }
h5 { font-size: 11px }

p, h1, h2, h3, h4, h5 {
  margin: 0 0 16px 0; padding: 0;
}
span.red{
	color:red;
	text-decoration: underline;
}
span.green{
	color:green;
	text-decoration: underline;
}
span.yellow{
	background: yellow;
}
p {
  text-align: justify;
}
p.nieaktualne {
  font-size: 38px;
	color:red;
  text-align: justify;
}

th {
  font-size: 12px;
  text-align: right;
}

td {
  font-size: 12px;
  text-align: left;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*To jet glowny wrapper*/
#wrapper {
	width: 830px;
	background: gray;
	border: 1px none;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}
#conleft{
	font: normal bold 16px arial;
	display: block;
	float: left;
	width: 798px;
	background: #fffcec;
	margin: 0px 0;
	padding: 16px;
}

#wrapper p.tyt {
	font: bold 18px arial;
	color: red;
}
#wrapper p.tyt2 {
	font: bold 18px arial;
	color: green;
}

/* Naglowek na samej gorze */
#top {
	height: 140px;
	font: italic bold 28px Arial;
	padding: 20;
	text-align: center;
	background: red;
   color:blue;
	background-color: #fffcec;
}
/* logo glowne */
#logopag {
	text-align: right;
	height: 200px;
	margin: 5px 0;
	padding: 5px 5px;
	background: #fffcec;
}
#logopag span{
	text-align: right;
	letter-spacing: 2px;
	padding: 10px;
}
#logopag h1 {
	font: bold 30px tahoma;
	color: red;
}
/* menu jezeli zostalo wybrane */
#menu {
	background: #b2afde;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* tresc wstepna na gorze */
#contop{
	font: normal bold 16px arial;
	text-align: justify;
	color: black;
	display: block;
	margin: 0px 0;
	padding: 5px 5px;
	background: #fffcec;
}
#contop h1 {
	font: italic bold 20px tahoma;
	color: yellow;
}
/* tresc z lewej strony */
/* tesc z prawej strony */
#conright{
	display: block;
	float: right;
	width: 200px;
	text-align:center;
	margin: 5px 0;
	padding: 16px;
	background: #fffcec;
	border-left: 2px dotted #fffcec;
}
#conright img{
	border: thick black;
	margin: 5px;
}
/* stopka na samym dole */
#foot {
	font: 8px tahoma;
	text-align: center;
	clear: both;
	background: #fffcec;
	height: 15px;
}


