/* Główne elementy */

html, body {
	height: 100%;
}

body {
	font-family: Tahoma, tahoma, verdana, arial, sans-serif;
	font-size: 62.5%; /* Sets 1em to 10px */
	margin: 0;
	padding: 0; /* dla Opery 8 */
	color: #212119;
	background: #FFFBF2 url(../design/tlo.png) repeat-x;
	text-align: center; /* dla starego IE5 */
}


/* Elementy konstrukcyjne */

#wysrodkowanie {
	width: 766px;
	margin: 0 auto;

/* na podstawie http://ryanfait.com/sticky-footer/ */
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin-bottom: -4em;
}
#cialo {
	float: left;
	width: 100%; /* po IE dla innych przegldarek */
	margin: 10px 0px 40px;
}
#goramenu {
	height: 105px;
	background: transparent url(../design/naglowek_lewa.png) no-repeat bottom;
	padding-top: 35px;
	margin-bottom: 5px;
	position:relative;
	text-align:left;
}
#menu {
	float: left;
	width: 185px;
	font-size: 1em;
}
.nawigacja {
	background: transparent url(../design/srodek_lewa.png) no-repeat;
	padding: 18px 5px 5px;
}
.polecane {
	background: transparent url(../design/srodek_lewa_polecane.png) no-repeat; 
}
.dolmenu {
	background: transparent url(../design/dol_lewa.png) no-repeat;
	height: 15px;
}
#goratresc {
	height: 130px;
	background: transparent url(../design/naglowek_prawa.png) no-repeat;
	margin-bottom: 5px;
	padding: 5px 20px;
	color: #fffbf2;
	position: relative;
}
#glownakolumna {
	margin-left: 190px;
	font-size: 1.2em;
	text-align: left;
	position:relative;
}
#zawartosc {
	background: transparent url(../design/srodek_prawa.png) no-repeat;
	padding: 8px 23px;
	float:left;
	width:500px;
}
#tresc {
	width: 380px;
	line-height:1.3;
	min-height: 400px;
}
#boczny {
	margin-left: 550px;
}
#stopka {
	text-align: center;
	color: white;
 	clear: both; /* IE */
	width: 100%; /* IE */
	background-color: #560100;
	min-height:4em;
	clear:both;
}
#stopka1 {
	background-color: #690600;
	padding: 4px;
}
#stopka2 {
	background-color: #560100;
	padding: 4px;
}
/* Głupie i brzydkie, ale zastępuje obrazek PNG, bo IE go nie obsłuży */
.jezyki {
	width: 25px;
	height: 88px;
}
#jezykide {
	background: transparent url(../design/jezyki_de.png) no-repeat;
}
#jezykipl {
	background: transparent url(../design/jezyki_pl.png) no-repeat;
}
.jezykilink {
	width: 25px;
	height: 44px;
	display:block;
	position: relative;
}
#jezykilinkde {
	top: 44px;
	left: 0px;
}
#jezykilinkpl {
	top: 0px;
	left: 0px;
}


/* Klasy i mniejsze elementy konstrukcyjne */

.nawigacja  ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.polecane ul a {
	font-size: 1.1em;
	font-weight: bold;
}
.nawigacja  p {
	margin: 20px 15px 5px;
}
.nawigacja a {
	background-color: transparent;
	color: #c24400;
	width: 138px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	margin-left: 10px;
	border-bottom: solid 2px #FFFBF2;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 17px;
}
.nawigacja a.aktywny {
	background: transparent url(../design/strzalka_off.png) no-repeat left center;
}
.nawigacja a:hover {
	background-color: #dd6100;
	color: #fffbf2;
	background: #dd6100 url(../design/strzalka_on.png) no-repeat left center;
	border-bottom: solid 2px #BB5100;
}


/* Dodatkowe elementy */

h1 {
	margin-left: 20px;
	margin-right: 20px;
	padding:0;
	margin-bottom: 0;
	position:absolute;
	bottom: 20px;
	font-size: 1.2em;
	line-height:1.15;
	font-family: sans-serif;
	font-weight: bold;
	color:#FFFBF2;
}
h2 {
	margin-bottom: 0;
	padding:0;
	position:absolute;
	bottom: 10px;
	font-size: 4em;
	font-family: serif;
	font-weight: bold;
}
a img, img {
	border-width:0;
}
#tytuldladruku {
	display:none;
}
#stopka a {
	text-decoration: none;
	color: white;
}
#stopka a:visited {
	text-decoration: none;
	color: white;
}
#stopka a:hover {
	text-decoration: underline;
	color: white;
}

/* Elementy treści */

p {
	text-align: left;
}
.wciety {
	margin-left: 20px;
}
ul.bezkropki {
	list-style-type: none;
	padding: 0;
}
.nawigacja h2 {
	text-align: left;
	font-size: 1.6em;
	margin-top: 5px;
	padding: 5px 2px 0px 27px;
	font-family: inherit;
	font-weight: bold;
	color: #c24400;
	line-height: 1.2em;
	position: relative;
}
#tresc h3 {
	margin-top: 35px;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 0px;
	color: #c24400;
}
#tresc h3.pierwszy {
	margin-top: 10px;
}
.nawigacja h3 {
	font-size: 1.3em;
	margin: 5px 15px;
	border-left-width: 5px;
}
#tresc a {
	text-decoration: none;
	color: #212119;
}
#tresc a:visited {
	text-decoration: none;
	color: #212119;
}
#tresc a:hover {
	text-decoration: underline;
	color: #c24400;
}
abbr {
	cursor: help;
	border-bottom-width: 0;
}
#tresc hr {
	color:#5F5F50;
}
table {
	border: solid 1px #96967F;
	padding: 1px;
}
tr.odd {
	background-color:#F0EADD;
}
caption {
	font-style:italic;
	font-size:0.9em;
	text-align:left;
	margin-left:1px;
}
dd {
/* 	margin-bottom: 2em; */
	margin-left: 20px;
}
/*div.wysrodkowanie * {
	text-align: center;
}*/
h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0;
}
.bezmarginbottom {
	margin-bottom:0;
	padding-bottom:0;
}
.pbezmargin p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0;
}
/* Skoro akapity są bez marginesów, to trzeba jakoś zapewnić odstęp między punktami: */
.pbezmargin li, .pbezmargin dd {
	margin-bottom: 1.5em;
}
ul {
	margin-top: 0;
	padding-left:0;
	margin-left: 20px;
}
ul.bezkropek {
	list-style-type:none;
}
