/*------------------------------------------------------------------------------
  Theme created by Oleg Stepura for http://duma.kaliningrad.org/
  License http://creativecommons.org/licenses/LGPL/2.1/
  All questions and feedback at http://www.cdstudio.org/
  Printing stylesheet
------------------------------------------------------------------------------*/

body {
	font:0.8125em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	padding:0;
	margin:0;
	}
p {
        text-align:justify;
	text-indent:2em;
	}
.header,
.rail,
.footer,
.building,
.underTop {
	display:none;
	}
.content,
.text {
	width:100%;
	}
h1,
.content .title {
	font:bold 1.3em Georgia, Arial, Helvetica, sans-serif;
	color:#8D3D34;
	padding:15px 0;
	}
h2, th {
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #C16257;
	padding:10px 0;
	}
h3 {
	font:bold 1.1em Georgia, Arial, Helvetica, sans-serif;
	color:#8D3D34;
	padding:8px 0;
	}
h4 {
	font:bold 1em Arial, Helvetica, sans-serif;
	color:#8D3D34;
	letter-spacing:1px;
	padding:8px 0;
	}
h5 {
	font:bold .8em Verdana, Arial, Helvetica, sans-serif;
	color:#8D3D34;
	text-transform:uppercase;
	padding:8px 0;
	}
h6 {
	font:normal .8em Arial, Helvetica, sans-serif;
	color:#8D3D34;
	text-transform:uppercase;
	padding:8px 0;
	}
.content .text img {
	border:1px solid #cccccc;
	background-color:#F0F0EE;
	padding:6px;
	margin:.8em;
	position:relative;
	}
.content .text hr {
	border-top:1px dotted #cccccc;
	height:0px;
	line-height:0px;
	margin:7px 2px;
	}
a.amore {
	color:#826739;
	padding-right:13px;
	margin-right:10px;
	background:url(/skin/normal/images/llis.gif) center right no-repeat;
	font-size:.88em;
	text-decoration:underline;
	}
.content .text .podpisi {
	padding-top:15px;
	text-align:right;
	padding-right:15px;
	font-size:.88em;
}
.pathwayBody {
	border-bottom:#665941 1px solid;
	padding-bottom:8px;
	}
.pathwayBody a {
	color:#665941;
	margin-left:5px;
	margin-right:5px;
	font-size:.95em;
	text-decoration:none;
	}
ul, ol {
	padding:1em 2em 1em 3em;
        }
ul li {
	list-style-position:outside;
	list-style-image:url(/skin/normal/images/li1.gif);
        }
.noborder {
	border:0;
	}
.nodisplay {
	display:none;
	}
.hide {
	position:absolute;
	left:-3000px;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear {
	clear:both;
	}
