/* Ogólne */

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: tahoma, calibri, arial, verdana, sans-serif;
	text-align: center;
}

img, table, td, th {
	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;	
}

table.tc {
	width: 695px;
	margin-bottom: 10px;
	border-top: 4px solid #82684f;	
	color: #550022;
	font-size: 10pt;
	line-height: 130%;
	text-align: justify;
	vertical-align: middle;
}

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;
	text-align: center;
	font-size: 12pt;
	letter-spacing: 1px;
}

h1, h2 span {
	font-style: italic;
}

h2 {
	margin-top: 24px;
	margin-bottom: 0px;
	padding-top: 3px;
	background-color: #82684f;
	color: #ffefdc;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;
}


h3 {
	padding: 3px;
	background-color: #ffcb9b;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
}

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;
}



/* Struktura strony */

#main {
	width: 979px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#data {
	width: 979px;
	padding: 3px 0px;
	background-color: #c58c59;		
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	color: #ffddc1;
}

#data_aktualizacja {
	float: left;
	width: 220px;
}

#data_dzis {
	float: right;
	width: 700px;
	padding-right: 39px;
	text-align: right;
}

#panel_lewy {
	float: left;
}

#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 ilustracji */

.prawa {
	margin-bottom: 0.25em;
	margin-left: 1em;
	float: right;
}

.lewa {
	margin-bottom: 0.25em;
	margin-right: 0.75em;
	float: left;
}

.srodek {
	margin: auto;
	margin-bottom: 0.25em;
	display: block;
	text-align: center;
}



/* Pozycjonowanie podpisów pod ilustracjami */

div.nrprawy {
	margin-bottom: 1em;
	color: #caa880;
	font-size: 8pt;	
	font-weight: bold;
	line-height: 110%;
	text-align: right;
}

div.nrlewy {
	margin-bottom: 1em;
	color: #caa880;
	font-size: 8pt;
	font-weight: bold;
	line-height: 110%;
	text-align: left;
}

div.nrsrodek {
	margin-bottom: 1em;
	color: #caa880;
	font-size: 8pt;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
}

div.nropis {
	background: #f6eed0;
	color: #000066;
	padding: 6px;
	font-size: 8pt;
	line-height: 120%;
	text-align: justify;
}

div.plus {
	margin-top: 1em;
}



/* 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: relative;
	top: 8px;
	width: 186px;
	margin-left: 22px;
	padding: 4px;
	background-color: #ffddc1;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
}

div.menu_tytul {
	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: 0 0 10px 0;
	padding: 0;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

div.menu ul li {
	margin: 0;
	padding: 0px;
}

div.menu ul li a {
	display: block;
	margin: 0;
	padding: 2px 0 2px 6px;
	height: 12px;
}

div.menu ul li a:hover {
	color: #ffffff;
	background-color: #ac7f47;
}

div.menu_tytul a:hover {
	display: block;
	color: #ffffff;
	background-color: #c58c59;
}


/* Cień pod obrazkami */

.wrap {
	position: relative;
	float: left;
	opacity: 0.5;
}

.wrap:hover {
	opacity: 1;
}

.cien-obraz {
	position: relative;
	z-index: 20000;
}
 
.cien {
	position: absolute; top: 9px; right: 0px; bottom: 0px; left: 9px;
	z-index: 20;
	background-color: #333333;
	box-shadow: rgba(40,0,40,0.8) 4px 4px 5px;
}

.ie-cien {
    display: none; /* tylko dla IE */
}




#slideDiv {
  width: 15px;
  height: 18px;
  overflow: hidden;
  background: green;
  color: #fff;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
}

#slideDiv:hover {
  width: 150px;
}
