@charset "utf-8";
/* CSS Document for div #page*/

h1{
	font-size:1.4em;
	font-weight: bold;
	color:#ed002a;
	margin-bottom: 25px;
	padding-top: 15px;
	font-family: Georgia, Times New Roman, Geneva, serif
}

h2{
	font-size:1.2em;
	font-weight: bold;
	color:#3169c6;
	margin-bottom: 13px;
}

h3{
	font-size:1.1em;
	font-weight: bold;
	color:#777;
	margin-bottom: 11px;
}

h4{
	font-size:1em;
	font-weight: bold;
	color:#666;
	margin-bottom: 7px;
}

h5{
	font-size: .9em;
	font-weight: bold;
	color:#ed002a;
	margin-bottom: 3px;
}

#page h1{}

#page p, #page td, #page div{
	font-weight:normal;
	font-family: simbalregular, sans-serif;
	line-height: 150%;
}

#page p{
	text-indent:0;
	margin-top: 3px;
	text-align: justify;
	/*padding:0 4px;*/
}
#page p.text, #page ul.list li {
	margin-top: 10px;
}
#page p.text:first-letter {
	font-size: 1.4em;
	color: #ed002a;
	*font-weight: bold;
}

#page td p{
	text-indent: 0;
	text-align: left;
	padding:0 3px 0 3px;
	margin-top:3px;
}
#page div{
	padding:0;
	margin-top: 3px;
}
#page img.img_left_border {
  border: 1px solid #606060;
  float: left;
  margin-bottom: 7px;
  margin-right: 10px;
}
#page img.img_right_border {
  border: 1px solid #606060;
  float: right;
  margin-bottom: 7px;
  margin-left: 10px;
}
#page img.img_border{
	border:1px solid #60574A;
	margin-right:10px;
	clear:both;
	margin-bottom:10px;
}
img.img_clear {
	clear:both;
}
@media (max-width: 340px){
	#page img.img_left_border, #page img.img_right_border {
  	float: none;
	}
}
#page table.table_border{
	border:1px solid #919191;
	border-width: 0 0 1px 1px;
}

#page table.table_border td, #page table.table_border th{
	border:1px solid #919191;
	border-width: 1px 1px 0 0;
	padding: 2px;
}

#page div{
	font-size:1em;
	font-weight:normal;
	margin-top:8px;
}

#page p.rubrik{
	font-weight:bold;
	line-height:200%;
	font-size: 1.2em;
	text-indent:0;
	color: #ed002a;
	font-family: simbalregular,sans-serif;
	text-align: left;
}

#page p.rubrik_2{
	line-height:200%;
	margin-top:10px;
	margin-left: 15px;
	font-size:12px;
	text-indent:0;
	color: #60574A;
}

#page p.snimki{
	font-size:12px;
	padding:0 20px 0 20px;
	font-weight:normal;
	margin-top:8px;
	text-indent:0;
	text-align:justify;
	font-family: simbalregular, sans-serif;
}

#page p.bold_paragraf{
	line-height:150%;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	text-indent:0;
	color: #3a3d3c;
	font-family:Georgia,Times New Roman,Times,serif;
}

#page p.small{
	font-size: 75%;
}

#page p.contact {
	line-height:150%;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:0;
}
#page p.contact:first-line {
	font-family: simbalregular, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #777;
}
div.off, p.off, .off {
	display: none;
}
p.newstext {
	margin-left: 0px; 
	text-indent:20px;
}
#page ul.list, #page ul.sublist {
  display: block;
  list-style-type: none;
  margin-block-end: 1em;
  margin-block-start: 1em;
  padding-inline-start: 10px;
  padding: 0;  
  margin: .5em 1em .5em 2em;
  
}
#page ul.list li:before, #page ul.sublist li:before {
  content: "\2022";
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
#page ul.list li:before {
	color: #ed002a;
} 
#page ul.sublist li:before {
	color: #888;
}
