/**************************
 * Style artykulow roznych
 **************************/
/* -------------------------------------------------------- *\
	Tlumacz, autor, tytuł
\* -------------------------------------------------------- */
.tytul { font-size: 12px; font-weight: bold; color: #DCDCBA; }
.autor { font-size: 12px; font-weight: normal; color: white; }
.tlumacz { font-size: 12px; font-weight: normal; font-style: italic; color: white; }

p.tytul { margin: 0px 0px 12px 0px; }
p.autor { margin: 0px; }
p.tlumacz { margin: 0px; }

/* -------------------------------------------------------- *\
    ogolne
	
	+ wewnetrzne czesci artykulu
	+ linki
	+ naglowki <hx>
	+ akapity <p>
\* -------------------------------------------------------- */

.nowrap {
	white-space: nowrap;
}

/* wewnetrzne czesci artykulu */
div.all_txt_pic {
	font-size: 10pt;	
	clear: both;
	margin: 10px 15px;
}
div.all_txt_pic * {
	font-size: 10pt;
}

/* linki */
.all_holder a { text-decoration: none; color: #DCDCBA; }
.all_holder a:hover { text-decoration: underline; }

/* naglowki */
.all_holder h1 {
	margin: 12px 10px 5px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.all_holder h2 {
	margin: 0.5em 0px 0.5em;
}

/* akapity */
.all_holder p {
	margin: 0px 0px 1.5em;
}

/* -------------------------------------------------------- *\
    obrazek i tekst fruwajacy z prawej (lewej)
	
	+ obrazek
	+ podpis
	+ tekst fruwajacy jak obrazek (w ramce)
\* -------------------------------------------------------- */
div.left_pic {	float: left }
div.right_pic { float: right }
/* obrazki plywajace - wspolne */
div.right_pic,div.left_pic {
	text-align: center;
}
div.right_pic img,div.left_pic img {
	margin: 0px 0px 3px;
	border-style: none;
}
/* backward compatibility */
div.right_pic img.frame_tmp,div.left_pic img.frame_tmp {
	border: 2px solid #ECECCA;
}
div.right_pic img.frame,div.left_pic img.frame {
	border: 2px solid #ECECCA;
}
div.right_pic .podpis {
	font-style: italic;
	color: #ECECCA;
}

/* tekst plywajacy */
div.txt_float {
	width: 195px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	text-align: left;
}

/* -------------------------------------------------------- *\
    tekst zwykly od lewej
	
	+ ogolnie
	+ listy
	+ tekst fruwajacy jak obrazek (w ramce)
	+ tabelki
\* -------------------------------------------------------- */

/* ogolnie */
div.left_txt {
	margin-bottom: 20px;
	text-align:justify;
}

/* listy */
.left_txt ul {
	margin: 5px 0px;
	padding-left: 0px;
	list-style-position: inside;
	text-align:left;
}
.left_txt ol {
	margin: 5px 0px;
	padding-left: 2em;
	list-style-position: outside;
	text-align:left;
}

/* tabelki */
div.left_txt table {
	margin: 0.5em 0px;
}
div.left_txt table th {
	background-color: #636252;
}
div.left_txt table,div.left_txt table th,div.left_txt table td {
	border: 1px solid #434232;
}
div.left_txt table td { vertical-align: top; }


/* -------------------------------------------------------- *\
    konkretne czesci tekstu
	
	+ autor: nazwa, link
	+ tlumacz
	+ bibliografia
	+ prawa autorskie
\* -------------------------------------------------------- */

/* autor, tlumacz */
p#autor_link,p#autor_name,p#tlumaczenie {
	font-size: 10pt;
	margin: 0px;
	text-align: center;
}
p#autor_name {
	font-weight: bold;
}
p#autor_link {
	font-weight: normal;
}
p#tlumaczenie {
	font-weight: normal;
}

/* bibliografia */
div#bibliografia {
	margin: 2.5em 0px 1em;
	padding: 0px;
	border: none;
	/*
	border-top: 2px groove #A19F8E;
	border-top: 2px groove #636252;
	border-top: 2px groove #898772;
	*/
	border-top: 2px groove #D1CFBE;
}

div#bibliografia h3 {
	margin: 1.5em 0px 5px;
	font-weight: normal;
	font-style: italic;
}

/* prawa autorskie */
div#copyright {
	margin: 20px 0px 10px;
}