﻿/* Ogólne */


header, footer, section, nav, article {
	display: block;
}

html, body {
	margin: 0 auto 0 auto;
	padding: 0;
	background: #c58c59 url(varia/tlo.jpg) repeat-y center top;
	color: #000;
	font-size: 10.5pt;
	font-family: arial, tahoma, calibri, verdana, sans-serif;
	text-align: center;
}

img {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	font-family: tahoma, calibri, arial, verdana, sans-serif;
}

ul, ol, li {
	margin: 0 auto 0 auto;
	font-family: tahoma, calibri, arial, verdana, sans-serif;
}

ol, ul {
	text-align: justify;
}

div.nropis ul li {
	margin-left: -20px;
}

p + ul {
	font-size: 10.5pt;
	text-align: justify;
	line-height: 140%;
}

p {
	margin: 0px;
	color: #000000;
	font-size: 10.5pt;
	text-align: justify;
	line-height: 140%;
	text-indent: 30px;
}

p:first-letter {
	font-size: 120%;
	font-weight: bold;
}


h1 {
	margin: 0 0 10px 0;
	padding: 3px;
	background-color: #ffcb9b;
	border-radius: 22px;
	text-align: center;
	font-size: 15pt;
	letter-spacing: 1px;
	clear: both;
}

h1 span, h2 span, h3 span {
	font-style: italic;

}

h2 {
	margin-top: 24px;
	margin-bottom: 0px;
	padding-top: 3px;
	background-color: #82684f;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	color: #ffefdc;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
}

h3 {
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 2px;
	background-color: #c2a88f;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	color: #ffefdc;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	clear: both;
}

a {
	text-decoration: none;
	color: #000000;
}

a.nowy {
	text-decoration: underline;
	color: #550022;
}

a.nowy:hover {
	background-color: #fffcdd;
}

a.http {
	text-decoration: underline;
	color: #550022;
}

a[class="http"]:before {
	content: url(varia/http.gif);
	margin-right: 3px;
}

ul.submenu1 a {
	text-decoration: underline;
	color: #550022;
}

ul.submenu1 a:hover {
	background-color: #fffcdd;
	font-weight: bold;
	color: #ff0000;
}

div.tc {
	clear: both;
	width: 695px;
	padding-top: 3px;
	padding-bottom: 10px;
	border-top: 4px solid #82684f;
	color: #550022;
	font-size: 10pt;
	line-height: 130%;
	text-align: justify;
}

div:target {
	color: #dd0000;
}


/* Struktura strony */

#kontener {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#szlaczek {
	width: 100%;
	height: 18px;
	background-color: #c58c59;
}

#panel_lewy {
	float: left;
	position: fixed;
	top: 75px;
	width: 186px;
	height: 300px;
	z-index: 3;
}

#panel_prawy {
	float: right;
	width: 695px;
	margin: 8px 25px 8px 13px;
	padding: 0 15px 0 15px;
	overflow: hidden;
}

#stopka {
	float: right;
	width: 738px;
	margin-right: 11px;
	padding: 5px;
	background-color: #ffcb9b;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}



/* Pozycjonowanie divów z ilustracjami */

.divprawa {
	float: right;
	margin: 6px 0px 6px 20px;
}

.divlewa {
	float: left;
	margin: 6px 20px 6px 0px;
}



/* Pozycjonowanie ilustracji */

.prawa {
	float: right;
	margin: 0px 0px 6px 20px;
}

.lewa {
	float: left;
	margin: 0px 20px 6px 0px;
}

.srodek {
	margin: auto;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}



/* Cienie */

.cien-z {
	box-shadow: 3px 3px 3px #886666;
	margin-bottom: 0.4em;
}

.cien-k, .cien-c {
	box-shadow: 4px 4px 4px #775555;
	margin-bottom: 0.4em;
}



/* Pozycjonowanie podpisów pod ilustracjami */

.nrprawy, .nrlewy, .nrsrodek {
	margin-bottom: 0.4em;
	color: #caa880;
	font-size: 8pt;
	font-weight: bold;
	line-height: 110%;

}

.nrprawy {
	text-align: right;
}

.nrlewy {
	text-align: left;
}

.nrsrodek {
	text-align: center;
}

.plus {
	margin-top: 0.75em;
}

.nropis {
	background: #f6eed0;
	color: #000066;
	padding: 6px;
	font-size: 8pt;
	line-height: 120%;
	text-align: left;
}


.nrtytul {
	margin-top: 8px;
	width: 100%;
	background: #f6eed0;
	border-top: solid 1px #ffffff;
	color: #000066;
	padding: 6px;
	font-size: 8pt;
	line-height: 120%;
	text-align: justify;
}



/* Wyróżnienia tekstu */

.gatunek1 {
	font-weight: bold;
	font-style: italic;
}

.gatunek2 {
	font-style: italic;
}

.wazne {
	font-weight: bold;
}

.wazne2 {
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

.sup {
	position: relative;
	bottom: 5px;
	font-size: 75%;
}

.sub {
	position: relative;
	top: 5px;
	font-size: 75%;
}

.ramka {
	margin: 12px 0px;
	border: solid #c58c59 1px;
	padding: 8px;
	background-color: #fcdab8;
	color: #550022;
	font-size: 90%;
	text-align: justify;
}

.ramka_prawa {
	float: right;
	margin: 12px 0px 12px 12px;
	border: solid #c58c59 1px;
	padding: 8px;
	background-color: #fcdab8;
	color: #550022;
	font-size: 90%;
	text-align: justify;
}

.ramka_lewa {
	float: left;
	margin: 12px 12px 12px 0px;
	border: solid #c58c59 1px;
	padding: 8px;
	background-color: #fcdab8;
	color: #550022;
	font-size: 90%;
	text-align: justify;
}



/* Menu */

div.menu {
	position: absolute;
	left: -2px;
	width: 186px;
	margin-left: 22px;
	padding: 4px;
	background-color: #ffddc1;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
}

div.menutitle {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 0 2px 0;
	background-color: #ffeee9;
	color: #000000;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

div.menu ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

div.menu ul li {
	margin: 0;
	padding: 0;
}

div.menu ul li a {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 6px;
	height: 12px;
}

div.menu ul li a:hover {
	color: #ffffff;
	background-color: #ac7f47;
}

div.menutitle a:hover {
	display: block;
	color: #ffffff;
	background-color: #c58c59;
}

/* Kafelki ze stopki */

.kafelki {
	display: block;
	border-radius: 8px;
	box-shadow: 6px 4px 4px #594530;
	opacity: 0.6;
}

.kafelki:hover {
	opacity: 1.0;
}