html, body {
	margin: 0;
	padding: 0;
	height: 100%
}

body {
	font-family: sans-serif;
	color: #524941;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #FAF6EA;
}

#body {
	min-height: 100%;
	position: relative;
}

/* ------------------------------ Nagłówek ------------------------------ */

#naglowek {
	color: #53bdb8;
	width: 100%;
	margin: 0;
}

.srodek {
	margin: 0 auto;
	width: 660px;
	text-align: center;
}

#paseczekgora {
	background-color: #332D28;
/*	border-bottom: solid 1px #FAF6EA;*/
	height: 10px;
}

#logo {
	background-color: #524941;
}

#logo img {
	border-width: 0;
}

h1 {
	margin: 0;
}

h1 a, h1 a:visited, h1 a:hover {
	color: #EFEFE5;
	text-decoration: none;
}

/* ------------------------------ Kontener ------------------------------ */

#kontener {
	margin: 0 auto;
	width: 600px;
	padding-top: 1.5em;
	font-size: 1.1em;
}

/* ------------------------------ Treść ------------------------------ */

#tresc {
	font-size: 1.3em;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 3em;
}

h2 {
	font-family: serif;
	font-weight: normal;
	letter-spacing: 0.06em;
	font-size: 1.2em;
	border-bottom-color: #524941;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 1em 0;
	overflow: hidden;
	position: relative; /* Bez tego IE7 nie zrozumie `overflow: hidden`. */
	height: 1.7em;
}

h2 span {
	color: #FAF6EA;
	color: white;
	background-color: #524941;
	position: relative;
	top: 0.3em;
	padding: 0.6em 0.9em;
}

abbr {
	cursor: help;
	border-bottom-color: #524941;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#tresc a {
	color: black;
	text-decoration: none;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#tresc a:hover, #tresc a:visited {
	background-color: #D9CDAD;
}

#tresc a:hover {
	border-bottom-style: dotted;
}

blockquote {
	border-left: solid 3px #665048;
	margin-left: 2em;
	padding-left: 0.5em;
}

#tresc img, #tresc iframe, #tresc object {
	border: #7BA894 solid 1px;
	padding: 4px;
	background-color: white;
}

table.galeria {
	margin: 0 auto;
	line-height: 0;
}

table.galeria img {
	margin: 3px;
}

#tresc table.galeria a {
	background-color: inherit;
	border-width: 0;
	text-decoration: none;
}

td.naglowek {
	text-align: right;
	vertical-align: top;
	padding-right: 0.5em;
	font-style: italic;
}

/* ------------------------------ Stopka ------------------------------ */

#stopka {
	text-align: center;
	background-color: #332D28;
	font-size: 1.1em;
	padding: 4px 0;
	color: #FAF6EA;
	/* Przypięcie u dołu okna. */
	width: 100%;
	position: absolute;
	bottom: 0;
}

#stopka a {
	text-decoration: none;
	color: #FAF6EA;
}

#stopka a:hover {
	text-decoration: underline;
	color: #FAF6EA;
}

#stopka p {
	margin: 0.5em 0;
}

#stopka p {
	margin: 0;
	padding: 0;
}
