/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(img/tlo.jpg);
    background-repeat: repeat-x;
  background-color: #dadada;
}

.doc{
	width:900px;
	margin: auto;
}
.logo{
  width:900px;
  height:225px;
}
.logo1{
  background: url(img/top1.jpg);
  background-repeat: no-repeat;
  width:287px;
  height:226px;
  float:left;
}
.menupoz{
	height:68px;
	width:613px;
	background-image: url(img/menu1.jpg);
	float:left;
}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	float: left;
	background-color: #555555;
}

ul li {
	float: left;
	background: url("img/menu1.jpg");
}

ol li{
  font-size: 15px;
  font-weight: 800;
  font-family: helvetica;
  line-height: 45px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	background-image: url("img/menu1.jpg");
	background-repeat: repeat-x;
	height:68px;
	color:#FFFFFF;
	font-size:11px;
	padding: 28px 20px;
	letter-spacing: 2px;
}

ul a:hover {
	background-color: #800;
	background-image: url("img/menu2.jpg");
	height:68px;
}
.logo2{
  /*background: url(img/top2.jpg);
  background-repeat: no-repeat;  */
  width:613px;
  height:158px;
  float:left;
}
.lewe{
	background: url(img/tlolewe.jpg);
  	background-repeat: repeat-x;
	width:231px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}
.prawe{
	background: url(img/bg.jpg);
	background-repeat: repeat-y;
	width:609px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}
.prawe2{
	width:639px;
	float:right;
}
.prawekoniec{
	background: url(img/prawekoniec.png);
	background-repeat: no-repeat;
	width:639px;
	height:19px;
	float:left;
}
.przedstopka{
	background-color: #dadada;
	width:900px;
	height:25px;
	clear:both;
}
.stopka{
	clear:both;
	width:900px;
	height:49px;
}
.stopka1{
	background: url(img/stopka1.jpg);
 	width:683px;
  height:49px;
	float:left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: 800;
	word-spacing: 30px;
	line-height: 18px;
	text-indent: 30px;
	text-align: center;
}
.stopka2{
	background: url(img/stopka2.jpg);
 	width:217px;
  	height:49px;
	float:left;
}

a img {
      border:0;
}
h1{
	font-family: Verdana;
	font-size: 20px;
	line-height: 48px;
	margin-left:65px;
	color: #0053b0;
}
h2{
	font-family:Tahoma;
	font-size:14px;
	color:#cfe2ee;
	font-weight: 100;
	text-align: center;
}
h3{
	font-family:Tahoma;
	font-size:15px;
	line-height:20px;
	margin-left: 20px;
	color:#000;
	font-weight: 800;
	text-align: left;
}
h4{
	font-family:Tahoma;
	font-size:15px;
	line-height:15px;
	margin-left: 110px;
	font-weight: 100;
	text-align: left;
}
.tekststopka{
  padding-top: 20px;
  text-align:center;
  font-family:Tahoma;
  font-size:10px;
  color: #444444;
}
a:link{
	color: #325319;
	text-decoration:none;
}

a:visited{
	color: #325319;
	text-decoration:none;
}

a:active{
	color: #325319;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}