* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F2F3E1;
}
.a{
background-image:url(pliki/header-bg2.jpg);
background-repeat: no-repeat;
background-position: center;
height: 365px;
}
.all{
	width: 900px;
	height: 350px;
	margin: 0 auto;
	padding: 0px;
}
.content{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.logo{
padding-top: 25px;
padding-bottom: 10px;
}
.menu{
padding: 8px 0 8px 50px;
height: 30px;
font-size: 18px;
letter-spacing: -1px;

}
.tytul{
padding: 20px 0px 10px 0px;
font-size: 24px;
color:#000000;
}
.text{
padding: 0 20px 0 20px;
text-align:justify;
color:#000000;
}
.footer{
	background-image:url(pliki/tlo.png);
	background-repeat:repeat-x;
	height: 65px;
	padding-top: 120px;
}
#stopka{
	margin: 0 auto;
	padding: 10px 0 25px 0;
	background:#FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.stopka-size{
	width: 900px;
	margin: 0 auto;
}
.copyright{
	width: 400px;
	float:left;
	padding-left: 40px;
}
.projekt{
	width: 400px;
	padding-right: 40px;
	float: right;
	text-align: right;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: 	#93B41B;
}
a:active {
	text-decoration: none;
	color: #666;
}
