﻿@charset "utf-8";
body {
	font: 11px Tahoma, Geneva, sans-serif;
	background: #372D2B;
	background-image: url(img/bg_left-sidebars.png);
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0;
	color: #ECE7E6;
	line-height: 125%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, p {
	margin-top: 0;
	padding: 0 25px;
	text-align: justify;
}

p.ramka {
	color: #AA9793;
	border: 1px solid #6B5854;
	background-color: #201614;
	margin: 0 25px;
	padding: 5px 10px;
}

p.back {
	text-align: center;
}

p.back a, p.back a:visited {
	background: #E1B313;
	color: #150E0D;
	padding: 11px 15px 0;
	width: 80px;
	height: 25px;
	display: block
}

p.back a:hover, p.back a:active, p.back a:focus { 
	background: #150E0D;
	color: #ECE7E6;
}

h1, h2, h3, h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
/*	Wedle gustu można zmienić :)
	Georgia, "Times New Roman", Times, serif; */
	padding-top: 15px;
}

h1 {
	font-size: 27px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

h2 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 7px;
}

h3 {
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 6px;
}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

a img { 
	border: none;
}

a:link {
	color: #E0B213;
	text-decoration: underline; 
}
a:visited {
	color: #E0B213;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 800px;
	margin: 0 auto; 
	overflow: hidden; 
	float: left;
}

.sidebar1 {
	float: left;
	width: 190px;
	background: #201614;
	padding-bottom: 10px;
}

.sidebar2 {
	float: left;
	width: 10px;
	background: #312622;
}

.content {
	padding: 10px 0 0 0;
	width: 600px;
	float: left;
	line-height:150%;
}

.content ul, .content ol { 
	padding: 0 15px 15px 5px;
}


ul.nav {
	list-style: none;
	border-top: 5px solid #201614; 
	margin-bottom: 15px; 
	margin-top: 15px;
	margin-left: 10px;
}
ul.nav li {
	border-bottom: 5px solid #201614;
}
ul.nav a, ul.nav a:visited { 
	padding: 11px 5px 0px 15px;
	display: block; 
	width: 150px; 
	height: 25px;
	text-decoration: none;
	background: #150E0D;
	color: #ECE7E6;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #312622;
	color: #E0B213;
}
/*
wersja z brązowym tłem:
	background: #312622;
	color: #E0B213;

wersja z żółtym tłem:
	background: #E0B213;
	color: #150E0D;
*/

img {
	border: 7px solid #6B5854;
}

img.noborder {
	border: none;
}

img.giantpanda {
	/*	
	Nazwa giantpanda pochodzi od przykładowego obrazku, który został umieszczony w celach demonstracyjnych.
	Maksymalna wielkość obrazka mieszczącego się w kolumnie to 536 (550 to cała szerokość plus 7*2 to ramka). Większe obrazki należy umieszczać na samym końcu dokumentów, za 'kontenerem'. 
	Założenie jest takie, że większe obrazki są umieszczane pojedynczo, a na górze jest klik powrót, która wraca do poprzedniej strony.
	*/
	float: left;
	margin-left: 215px;
	margin-bottom: 50px;
}

/* Strona autorstwa Zbynia, który lubi pandy i jest bardzo dumny ze swojej strony. */