/* CSS strony głównej */
body {
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
	background: silver;
	color: black;
	text-align: center;
	margin: 0;
}
h1 {
	font-size: 36px;
	line-height: 1.5em;
	font-weight: normal;
	color: gray;
	margin: 16px 0 32px;
	padding: 0;
}
h2 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: normal;
	color: gray;
	margin: 16px 0 0;
	padding: 0;
}
a, img {
	margin: 0;
	padding: 0;
	border: 0;
}
h2 a {
	color: gray;
	text-decoration: none;
}
h2 a:hover {
	color: white;
	background: gray;
}
h2 a.ksiegarnia {
	color: red;
	text-decoration: none;
}
h2 a:hover.ksiegarnia {
	color: white;
	background: red;
}
div#ramka {
	width: 704px;
	height: 100%;
	margin: 0 auto;
	padding: 32px 32px 64px;
	background: white;
	clear: both;
}
div#baner {
	padding-top: 16px;
}
div.krzyzyk {
	clear: both;
}
div#zrobionel {
	width: 336px;
	padding-right: 16px;
	float: left;
}
div#zrobionep {
	width: 326px;
	padding-left: 16px;
	float: right;
}
a:link img#rysunki, a:visited img#rysunki {
	background-image:url(../images/o_swie_c.gif);
	background-repeat: no-repeat;
	width: 256px;
	height: 256px;
	border: 1px solid silver;
}
a:hover img#rysunki {
	background-image:url(../images/o_swie_n.gif);
	background-repeat: no-repeat;
	width: 256px;
	height: 256px;
	border: 1px solid silver;
}
div#marzenia {
	text-align: center;
	padding: 16px 0;
}
div#stopka {
	padding-top: 16px;
	color: silver;
}
img.ramka {
	border: 1px solid silver;
	background: silver;
}
div#komunikat {
padding: 2em;
}
