html, body {
	margin: 1em 0 1em 0;
	padding: 0;
	text-align: center;
}
body {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	color: #004A51;
	background-color: transparent;
}
/* style globalne znaczników */
/* kontener */
div {
	margin: 0;
	padding: 0;
	border: 0;
}
/* obrazek */
img {
	border: 0;
	margin: 0;
	padding: 0;
}
/* klasy ogólne */
/* pogrubienie tekstu */
.bold {
    font-weight: bold;
}
/* style kontenerów głównych */
/* calosc strony - wypozycjonowanie marginesami na srodek okna przegladarki */
#calosc {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	text-align: justify;
}
/* naglowek z logiem firmy */
#naglowek {
	width: 750px;
	height: 150px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
/* style listy menu*/
ul#menu {
	float: left;
	width: 200px;
	list-style-type: none;
	font: bold 1em Georgia, "Times New Roman", sans-serif;
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
ul#menu li {
	padding: 6px 0 6px 0;
	margin: 0 15px 0 15px;
	border: 0;
}
ul#menu li a {
	display: block;
	text-align: center;
	color: white;
	background-color: transparent;
	border: 0;
	margin: 7px 0 0 0;
	padding: 7px 0 7px 0;
	text-decoration: none;
}
/* obrazki tla pod menu */
body#glowna ul#menu {
	background-image: url(gfx/biblioteka.jpg);
	height: 280px !important;
}
body#uslugi ul#menu {
	background-image: url(gfx/lawbooks.jpg);
	height: 260px !important;
}
body#dziedziny ul#menu {
	background-image: url(gfx/pens.jpg);
	height: 283px !important;
}
body#zakladanie ul#menu {
	background-image: url(gfx/spolka.jpg);
	height: 268px !important;
}
body#kontakt ul#menu {
	background-image: url(gfx/kontakt.jpg);
	height: 290px !important;
}
/* czarny kolor czcionki na pozycji "dziedziny prawa" */
body#dziedziny ul#menu li a {
	color: Black !important;
	background-color: transparent;
}
/* efekty najazdu na pozycje listy */
ul#menu li a:hover {
	display: block;
	text-align: center;
	padding: 6px 0 6px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-decoration: none;
}
/* efekt najazdu na pozycji "dziedziny prawa" */
body#dziedziny ul#menu li a:hover {
	color: Black !important;
	background-color: transparent;
	border-top: 1px solid Black !important;
	border-bottom: 1px solid Black !important;
}
/* style tresci dokumentów */
#tresc {
	width: 550px;
	clear: right;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}
#tresc p {
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 0;
	padding: 0 1em 0 1.2em;
	text-align: justify;
}
#tresc h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0.5em 0 0 0.8em;
	padding: 0 0.5em 1em 1em;
	text-align: left;
}
#tresc h3:first-letter {
	font-size: 2.6em;
	font-family: Georgia, "Times New Roman", sans-serif;
	line-height: normal;
	background-color: transparent;
	color: #004A51;
}
#tresc ul, #tresc ul li {
	list-style-type: disc;
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 0;
	padding: 0 1em 0 1.2em;
	text-align: justify;
	list-style-position: inside;
	text-indent: -1em;
}