* {font-family: Arial, Helvetica, Verdana, sans-serif;}

body
{
	background: url("pic/tlo.jpg");
	background-color: #c0ffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align:center; /* wyśrodkowanie strony w IE */
}

#container
{
	width:728px;
	height: auto !important;
	height: 100%;
	min-height: 550px;
	background-color: #99d9ea;
	float: center;
	margin: 0 auto 0 auto;
	border: 2px solid;
	border-color: #00a0a0;
	position: relative;
}
#banner
{
	display: block;
	width: 728px;
	height: 132px;
	border-bottom: 1px solid;
	border-color: #00a0a0;
}

#banner_pic
{
	float: left;
	display: inline;
	width: 128px;
}

#banner_rest
{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 25px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

#menu 
{   
  float: left; 
  width: 100%;
  height: 20px;
  display: inline;
  border-top: 1px solid #00a0a0;
  border-bottom: 1px solid #00a0a0;
  font-size: 12px;
}

#menu li 
{
	border-left: 1px solid #00a0a0;
	float:left;
	list-style: none; 
	margin: 0; 
	width: auto; 
	line-height: 20px;
}

#menu li.first 
{
	border-left: 0;
}

#menu li a
{
	padding: 3px 38px;
	font-weight: normal; 
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#menu li a:hover
{
	color: #ffffff;
	background: #00a0a0;
	text-decoration: underline;
}

#menu ul
{
	margin: 0;
	padding: 0;
}

#tresc
{
	padding: 100 75 100 75;
	text-align: justify;
	color: #000000;
	font-size: 15px;
}

#tresc a
{
	font-weight: normal;
	text-decoration: none;
	color: #00a0a0;
}

#tresc a:hover
{
	text-decoration: underline;
	color:#006060;
}

#tresc h1
{
	font-size: 15px;
	text-decoration: underline;
	font-weight: normal;
}

#tresc h2
{
	font-size: 15px;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	
}

#tresc h3
{
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
}

#tresc p.srodek
{
	text-align: center !important;
	letter-spacing: 2;
}

#tresc ol
{
	list-style-type: upper-roman;
	font-size: 15px;
	font-weight: bold;
}

#tresc ol ol
{
	list-style-type: decimal;
	text-decoration: none;
	font-weight: normal;
}

#tresc ol ol li
{
	text-decoration: none;
}

#logo_ok
{
	height: 75;
	float: right;
	position: absolute;
	right: 10;
	bottom: 10;
}