* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Arial";
	font-size: 14px;
	color: #000;
	background: url('img/naglowek.png') repeat-x;
}
 hr {
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 2px;
	margin-bottom: 20px;
}
#srodek {
	width: 768px;
	margin: 0px auto 0px;
	position: relative;
	padding-bottom: 30px;
	}
#naglowek {
	position: relative;
  	height: 160px;
	width: 100%;
	/*border: 1px solid #DCDCDC;*/
}
#naglowek h1 {
	position: relative;
	display: block;
	top: 60px;
	left: 30px;
	color: #fff;
	font-weight: 100;
	font-family: "Arial";
	font-size: 50px;
}
/*------------------navigation-------------------------*/
#nawigacja {
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
 	width: 100%;
 	height: 40px;
 	padding: 0px;
 	border: 0px;
 	margin: 0px;
}
#nawigacja ul {
	position: relative;
	top: 5px;
	left: 0px;
}
#nawigacja li {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	list-style: none;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
#nawigacja li a{
	color: #fff;
	text-decoration: none;
}
#nawigacja li a:hover{
	text-decoration: underline;
}
/*==================navigation=========================*/
/*------------------ content --------------------------*/
#zawartosc {
	position: relative;
	margin-bottom: 30px;
	width: 500px;
	float: left;
	background: #fff;
	padding: 20px 20px 20px 30px;
	border: 0px;
	line-height: 1.25em;
}
.ital {
	font-style: italic;
}
#fotka {
	display: block;
	width: 311px;
	height: 211px;
	background: url('img/law.jpg') no-repeat;
	margin: 15px;
	}
/*============================content=======================*/
/*----------------------------prawa kolumna------------------*/
#menu-linki {
 position: relative;
 float: left;
 color: #333;
 margin: 0px 8px 0px 0px;
 padding: 20px 10px 20px 10px;
 width: 168px;
 background: #fff;
}
#menu-linki h3 {
	margin-bottom: 15px;
	border-bottom: 1px solid #C0C0C0;
	}
#menu-linki ul {
	position: relative;
	top: 0px;
	left: 0px;
	width: 168px;
	background: #fff;
}
#menu-linki ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#menu-linki ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #C0C0C0;
}
#menu-linki ul li a:hover {
	background: #EFEFEF;
	color: #800000;
}

.wycentrowanie {
	text-align: center;
}
/*=============================right column==================*/
/*-----------------footer------------------------------------*/
#stopka {
	displaty: block; 
 	width: 100%;
 	height: 100px;
 	clear: both;
 	color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9E9C9C;
	margin: 0px 0px 0px 0px;
 	padding: 10px;
	background: #333333;
	font-size: 14px;
	text-align: center;
}
/*=================footer====================================*/

