
body{
	background-color: #EEEEEE;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #404040;
}


#strona{
	width: 769px;
	margin: 15px auto;
}

/*STYLE NAGŁÓWKA*/
#naglowek{
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 768px;
	height: 236px;
	text-align: left;

}
		#logo{
			margin-top: 153px;
			border: 0px;
		}
/*STYLE MENU*/
#menu{
	background-color: #19A5BC;
	width: 765px;
	height:51px;
	background-image: url('images/menu.png');
	background-position: center;
	background-repeat: no-repeat;	
	border-left: 2px solid #819EB1; 	
 	border-right: 2px solid #819EB1; 		
	text-align: left;	
}

		#strona_glowna{
			width: 183px;
			height: 51px;
			background-image: url('images/menu_strona_glowna.png');
			background-repeat: no-repeat;
			background-position: 70px 17px;
			display: block;
			float: left;
		}
		#strona_glowna:hover{
			background-image: url('images/menu_strona_glowna_hover.png');
			background-position: 56px 8px;
		}

		#aktualnosci_prawne{
			display: block;
			float: left;
			width:175px ;
			height:51px;
			background-image: url('images/menu_aktualnosci_prawne.png');
			background-repeat: no-repeat;
			background-position: 25px 17px;
		}
		#aktualnosci_prawne:hover{
			background-image: url('images/menu_aktualnosci_prawne_hover.png');
			background-position: 11px 8px;
		}

		#twoje_roszczenia{
			display: block;
			float: left;
			width: 173px;
			height:51px;
			background-image: url('images/menu_twoje_roszczenia.png');
			background-repeat: no-repeat;
			background-position: 40px 17px;
		}
		#twoje_roszczenia:hover{
			background-image: url('images/menu_twoje_roszczenia_hover.png');
			background-position: 20px 8px;
		}

		#kontakt{
			display: block;
			float: left;
			width:128px;
			height:51px;
			background-image: url('images/menu_kontakt.png');
			background-repeat: no-repeat;
			background-position: 40px 17px;
		}
		#kontakt:hover{
			background-image: url('images/menu_kontakt_hover.png');
			background-position: 17px 8px;
		}


#bottom_menu{
	clear: both;
	background-color: #fff;
	background-image: url('images/menu_bottom.jpg');	
	background-repeat: no-repeat;	
   background-position: center top;	
	width: 765px;
	height: 	5px;
	border-left: 2px solid #819EB1; 	
 	border-right: 2px solid #819EB1; 		
	font-size: 0px;	
}
/*STYLE TREŚCI*/
#tresc{
  width: 765px;
  background-color:#FFF ;
  border-left: 2px solid #819EB1; 		
  border-right: 2px solid #819EB1; 		
  padding: 0;
  padding-top: 25px;
}

	#lewa_kolumna{
		float: left;
		width: 380px;
		text-align: justify;
		
	}
	.srodek_kolumny_lewej{
		padding-left: 40px;
		padding-right: 20px;
	}

	#prawa_kolumna{
		float: right;
		width: 380px;
		text-align: justify;
	}
	.srodek_kolumny_prawej{
		padding-left: 20px;
		padding-right: 40px;
	}

	.tytul{
		height: 35px;
	}
	.tytul img {
		vertical-align: top;
	}
	.kreska{
		border-bottom: 1px solid #ECF1F7;
	}
	.wiecej{
		padding-left: 30px;
		background-image: url('images/arrow_more.jpg');
		background-repeat: no-repeat;
		background-position: left;
		line-height: 22px;
		width: 91px;
		display: block;
		margin-left: 180px;
		color: #AFAFAF;
	}
	.wiecej:hover{
		background-image: url('images/arrow_more_hover.jpg');
		color: red;
	}
	.data{
		color: #AFAFAF;
	}
	.doprawej{
		text-align: right;
	}
	img.ilustracja{
		border: 1px solid #19A5BC;
	}	
	
#tresc_corner{
	width: 769px;
	_width: 765px;
	height: 10px;
	background-image: url('images/tresc_corner.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0px;
}
/*STYLE STOPKI*/
#stopka{
	width: 769px;
	margin: 15px;
}
	#adres{
		width: 330px;
		float: left;
		text-align: left;
		margin-left: 20px;
		background-image: url('images/icon_home.jpg');
		background-position: right center;
		background-repeat: no-repeat; 
		font-size: 8pt;
		line-height: 15px;
	}
	
	#copyright{
		width: 190px;
		float: right;
		font-size: 7pt;
		background-image: url('images/logo_iluste.jpg');
		background-position: left center;
		background-repeat: no-repeat; 
		text-align: left;

		height: 30px;
		padding-top: 5px;
		padding-left: 50px;
	}

	#copyright a{
		color: #555;
	}
	#copyright a:hover{
		color: red;
	}
	
/*STYLE OGÓLNE*/
	
p{
	margin: 15px 0;
	padding: 0;
	line-height: 15px; 
}

.wyroznienie{
	color: #0D71A5;
}

a{
	color: #19A5BC;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	color: red;
	}
	

.poprzeczka{
	clear: both;
}