/* regesta CSS */

* {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 4px solid #333333;
	background: #BBAB9B  url(img/bg.jpg) top repeat-x;
}


a:link {
	color: #003300;
	text-decoration: underline;
}

a:visited {
	color: #003300;
}

a:hover {
	color: #900;
}

a:active {
	color: #003300;
}

p {
	
	line-height: 1.5;
}


#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	height: 260px;
	background:  url(img/header.jpg) top no-repeat;
	position: relative;
	
}




#flashHeaderBody{
	width: 900px;
	height: 180px;

	margin-top: 46px;
	position: absolute;
	z-index: 0;
	top: 12px;
	left: 2px;
}

#topMenu {
	position: absolute;
	width: 310px;
	top: 8px;
	left: 30px;
}

#topMenu ul {
	list-style: none;
	float: right;
}

#topMenu li {
	float: left;
}

#topMenu li a {
	display: block;
	padding: 0 18px;
}

#topMenu li a.home {
	background: url(img/icon_home.gif) left center no-repeat;
}

#topMenu li a.sitemap {
	background: url(img/icon_sitemap.gif) left center no-repeat;
}

#topMenu li a.contact {
	background: url(img/icon_contact.gif) left center no-repeat;
}

#topMenu li a:link {
	color: #333;
	text-decoration: none;
}

#topMenu li a:visited {
	color: #333;
}

#topMenu li a:hover {
	color: #999;
	text-decoration: underline;
}

#topMenu li a:active {
	color: #333;
}

	
#header h1 {
	font-size: 10px;
}

#header h1 a {
	position: absolute;
	display: block;
	width: 209px;
	height: 80px;
	background: transparent url(img/logo.gif) no-repeat;
	left: 25px;
	top: 10px;
}

#header h1 a span { 
	display: none;
}



#languageSelect {
	width: 260px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 600px;
	font-size: 10px;
	font-weight: bold;
	padding-right: 0;
	float: none;
}

#languageSelect h3 {
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #F8E8C7;
	display: none;
}

#languageSelect ul {
	list-style: none;
	float: right;
}

#languageSelect ul li {
	width: 25px;
	height: 14px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#languageSelect ul li.last {
	background: none;
}

#languageSelect ul li a {
	display: block;
	text-decoration: none;
	height: 14px;
	padding: 1px 13px;
	color: #636252;
	float: left;
	border: 1px solid #efefef;
}

#languageSelect ul li a:hover {
	border: 1px solid #ccc;
}

#languageSelect ul li a span {
	display: none;
}

#languageSelect ul li a.pl {
	background: transparent url(img/flag_pl.gif) center no-repeat;
}

#languageSelect ul li a.en {
	background: transparent url(img/flag_en.gif) center no-repeat;
}

#languageSelect ul li a.de {
	background: transparent url(img/flag_de.gif) center no-repeat;
}

#languageSelect ul li a.ru {
	background: transparent url(img/flag_ru.gif) center no-repeat;
}

#searchForm {
	position: absolute;
	top: 310px;
	left: 670px;
	padding: 10px;
	float: right;
}

#searchForm label {
	display: none;
}

#searchForm input.buttonSearch {
	width: 78px;
	height: 23px;
	background: transparent url(img/btn_search.gif) no-repeat;
	color: #333;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px;
}

/* forms */

input, select {
	border: 1px solid #999;
	background: #fff;
	padding: 1px;
	font-size: 11px;
}


#flashHeader {
	width: 900px;
	height: 190px;
	background: #FFFFFF;
	position: relative;
	z-index: 0;	
}

#flashHeaderBody {
	width: 900px;
	height: 190px;
	position: absolute;
	z-index: 0;	
	top: 0;
	left: 0;
}

#mainMenu {
	width: 900px;
	height: 25px;
	color: #fff;
	
	margin-bottom: 3px;
	position: absolute;
	z-index: 11;
	top: 232px;
	left: 2px;
}

#breadcrumbs {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#page {
	width: 880px;
	background:  #EEE7CE url(img/bg_page.gif) left top no-repeat;
	padding: 10px;

	
	
}

#pageIndexBody {
	background: url(img/indexnewsbg.jpg) top repeat-x;
	border-top: 1px solid #ccc;
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#pageIndexBody p {
	padding: 5px 0;
}

#pageIndexBody h1 {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 10px;
}

#pageIndexBody h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

#pageIndexNews {
	width: 230px;
	float: left;
	padding: 0 15px 0 5px;
	margin-right: 10px;
}


#pageIndexBody a:link {
	color: #333;
	text-decoration: underline;
}

#pageIndexBody a:visited {
	color: #333;
}

#pageIndexBody a:hover {
	color: #999;
}

#pageIndexBody a:active {
	color: #333;
}

#pageIndexCompany {
	width: 450px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

#pageIndexCompany p {
	font-size: 13px;
}

#pageIndexCompanyIso {
	margin-top: 20px;
	padding-top: 10px;
	height: 280px;
	border-top: 1px solid #ccc;
	padding-left: 160px;
	background: url(img/indexicons.jpg) left 10px no-repeat;
}

#pageIndexCompanyIso p {
	font-size: 11px;
}

div.indexItem {
	width: 245px;
	display: inline;
	float: left;
	margin: 0 4px;
}

div.indexItem a {
	text-decoration: none;
}

div.indexItem a:link {
	color: #000;
}

div.indexItem a:visited {
	color: #000;
}

div.indexItem a:hover {
	color: #000;
	text-decoration: underline;
}

div.indexItem a:active {
	color: #000;
}

div.indexItem h1 {
	background: #CF1616;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	border-bottom: 5px solid #333;
	margin-bottom: 1px;
}

div.indexItemDesc {
	padding: 98px 0 10px 0;
}

div.indexItemDescBg {
	background: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 60px;
	filter: alpha(opacity=70);
	opacity: .70;
	padding: 10px;
	font-weight: bold;
	font-size: 10px;
	/*font-variant: small-caps;*/
}


div.indexItemDescBg:hover {
	background: #ddd;
}


/* ----------------------- tpl page ---------------------- */


#pageLeftColumn {
	margin-top: 10px;
	width: 240px;
	float: left;
	background: url(img/bg_submenu.jpg) top center no-repeat;
}

#subMenu {
	
	
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	


}

#subMenu ul {
	list-style: none;
}

#subMenu li {
	display: inline;
}

#subMenu li a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #999;
	background: url(img/arrow_li.gif) left center no-repeat;
}


#subMenu li li a {
	display: block;
	padding: 5px 5px 5px 20px;
	margin-left: 7px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #999;
	background: url(img/arrow_li_li.gif) left center no-repeat;
}

#subMenu li a:link {
	color: #000000;
}

#subMenu li a:visited {
	color: #333;
}

#subMenu li a:hover {
	color: #000000;
	background: #FBFAF4 url(img/arrow_li.gif) left center no-repeat;
}

#subMenu li a:active {
	color: #fff;
}

#subMenu li a.selected {
	background: #F7F5E7 url(img/arrow_li.gif) left center no-repeat;
}


#boxNews {
	background: transparent url(img/indexnewsbg.jpg) top repeat-x;
	padding: 5px 0 0 0;
	
}

#boxNews .newsItem {
	padding: 15px;
}

#boxNews h1, #boxNews h2 {
	font-size: 11px;
}

#boxNews h1 {
	margin-left: 5px;
}

#boxNews h2, #boxNews p {
	padding-left: 20px;
	margin-bottom: 5px;
	color: #6B9360;
}

#rightCol {
	width: 620px;
	float: left;
	margin-left: 13px;
	margin-top: 30px;
	background: #F7F5E8;
	/*padding: 25px 15px 0px 15px;
	border-bottom: 1px solid #ccc;*/
	margin-bottom: 0px;
}

#pageBody {
	padding: 25px 15px 0px 15px;	
}

#pageBody p {
	line-height: 1.5;
	padding: 5px 10px;
}

#pageBody h1 {
	font-size: 16px;
}

#pageBody h2 {
	font-size: 15px;
}

#pageBody ul {
	list-style: none;
	margin-left: 15px;
	line-height: 1.5;
	padding: 5px 0;
}

#pageBody ul li {
	padding: 0 0 5px 20px;
	background: url(img/arrow_li.gif) left 3px no-repeat;
}

#pageBody ol li {
	margin-left: 20px;
	padding: 0 0 5px 10px;
	
}

#pageBottom {
		width: 620px;
	
	height: 37px;
	margin-right: 15px;
	/*background: #E0E3E8 url(img/bg_pagebody_down.jpg) top center no-repeat;*/

}

h1#pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #3E3D33;
	margin-bottom: 15px; 
}

#footerMenu {
	width: 750px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

#footerMenu ul {
	list-style: none;
	float: right;
}

#footerMenu li {
	list-style: none;
	float: left;
}

#footerMenu li a {
	display: block;
	padding: 0 0px 0 0px;
	font-variant: small-caps;
	background: transparent url(img/arrow_menu.gif) left center no-repeat;
}

#footer {
		
}

#footerBody {
	width: 900px;
	height: 34px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	
	text-align: right;
	background: #BBAB9B  url(img/footer.gif) bottom no-repeat;
}

#footerBody span {
	padding-left: 20px;
	border-left: 1px solid #aaa;
	margin-left: 20px;
}

#footerBody img {
	margin: 2px 0 0px 30px;
	padding: 0px;

}

#hNews {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 202px; 
	  height: 20px;
      overflow: hidden;
	  font-weight: normal;
      }

#hNews span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index:1;
      width: 202px; 
	  height: 20px;
      margin: 0; 
	  padding: 0;
      background: transparent url(img/h_news.png) no-repeat;
}


a.more {
	background: url(img/arrow.gif) left center no-repeat;
	padding-left: 15px;
	float: right;
	text-decoration: none;
	color: #777;
}

/* news index */

div.newsItem {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

div.newsItem p.date {
	font-size: 10px;
	color: #777;
	background: url(img/arrow_news.gif) left center no-repeat;
	padding: 0 0 0 20px;
}

#pageIndexNews h2, #pageIndexNews p {
	padding-left: 20px;
}

#randimage {
	margin: 10px 10px 10px 10px;
	border: 4px solid #E0E3E8;

}

#galeria {
	width: 590px;
	
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-right: 10px;

	display: block;
}



#galeria img {
	margin: 5px 0 5px 0;
	padding: 4px;
	background: #FFFFFF;
}


#galeria table, td {
	float: none;
	padding: 5px;
	border-spacing: 3px 0 3px 0;
}
