/* regesta CSS */

* {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #abdded url(img/bg_body.png) top repeat-x;
}


a:link {
	color: #030049;
	text-decoration: underline;
}

a:visited {
	color: #030049;
}

a:hover {
	color: #030049;
}

a:active {
	color: #030049;
}

p {
	
	line-height: 1.5;
}


#container {
	width: 900px;
	background: #fff url(img/bg_header.jpg) no-repeat;
  margin-left: auto;
	margin-right: auto;
	
}

#header {
	width: 900px;
	height: 190px;
	position: relative;
	margin-bottom: 8px;
	
}
#bannerRotate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}



#flashHeaderBody{
	width: 900px;
	height: 180px;

	margin-top: 46px;
	position: absolute;
	z-index: 0;
	top: 12px;
	left: 2px;
}

#topMenu {
	display: none;
  position: absolute;
	width: 310px;
	top: 8px;
	left: 580px;
}

#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: 120px;
	height: 90px;
	background: transparent;
	left: 640px;
	top: 50px;
	z-index: 3;
}

#header h1 a span { 
	display: none;
}
#buttonEng, #buttonPl {
  position: absolute;
  top: 160px;
  display: block; 
  height: 20px;
  width: 20px;
}
#buttonEng {
  left: 198px;
}
#buttonPl {
  left: 25px;
} 
#buttonEng span, #buttonPl span {
  display: none;
}

#languageSelect {
	display: none;
  width: 170px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 40px;
	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: 35px;
	height: 14px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#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: 10px;
	right: 20px;
	padding: 10px;
	float: right;
	z-index: 2;
}

#searchForm label {
	display: none;
}

#searchForm input.buttonSearch {
	width: 88px;
	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 {
	height: /*25*/46px;
	width: 680px;
	overflow: hidden;
	color: #fff;
	position: absolute;
	z-index: 11;
	top: 148px;
	left: 220px;
}

#breadcrumbs {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#page {
	width: 900px;
	padding: 0px;	
}
#pageHeader {
  height: 20px;
}

#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 {
	width: 240px;
	float: left;
	background: url(img/bg_leftcol.png) no-repeat;
	margin-left: 10px;    /*if IE 5px*/
	margin-top: 180px;
	padding-top: 40px;
}
#pageLeftColumnBottom {
  height: 30px;
  background: #f0f;
  background: url(img/bg_leftcol.png) bottom no-repeat;
}

#subMenu {
	
	
	padding: 0px 10px 5px 10px;
	margin-top: 5px;
	


}

#subMenu ul {
	list-style: none;
}

#subMenu li {
	display: inline;
}

#subMenu li a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #bf0000;
	border-bottom: 1px solid #ff7d7d;
	background: url(img/li.gif) 10px center no-repeat;
}


#subMenu li li a {
	display: block;
	padding: 5px 5px 5px 40px;
	margin-left: 7px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #999;
	background: url(img/li_li.gif) 20px center no-repeat;
}

#subMenu li a:link {
	color: #ffffff;
}

#subMenu li a:visited {
	color: #fffffff;
}

#subMenu li a:hover {
	background: transparent url(img/li.gif) 20px center no-repeat;
	padding-left: 40px;
}

#subMenu li a:active {
	color: #ffffff;
}

#subMenu li a.selected {
	background: transparent url(img/li.gif) 10px center no-repeat;
}


#boxNews {
	background: url(img/bg_news.gif) top no-repeat;
	margin: 0px 10px;
	
}
#boxNewsEnd {
  height: 10px;
  clear: both;
}
#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: #666666;
}

#rightCol {
	width: 620px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background:   url(img/bg_rightcol.png) no-repeat;
	/*padding: 25px 15px 0px 15px;
	border-bottom: 1px solid #ccc;*/
}

#pageBody {
	padding: 5px 15px 0px 15px;	
}

#pageBody p {
	line-height: 1.5;
	padding: 5px 10px;
}

#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/li.gif) 20px 3px no-repeat;
}

#pageBody ol li {
	margin-left: 20px;
	padding: 0 0 5px 10px;
	
}

#pageBottom {
	width: 620px;
	height: 20px;
	/*margin-right: 15px;*/
	/*background: #E0E3E8 url(img/bg_pagebody_down.jpg) top center no-repeat;*/

}

h1#pageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 15px;
  border-bottom: 1px solid #fff; 
}

#footerMenu {
	width: 900px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
}
#bannerFooter {
  position: absolute;
  top: 0;
  left: 240px;
  border: none;
}



#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: 120px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	background: transparent url(img/bg_footer.png)  center top no-repeat;
}


#footerBody span {
	padding-left: 20px;
	border-left: 1px solid #ffffff;
	margin-left: 20px;
}

#footerBody img {
	margin: 2px 0 0px 30px;
	padding: 0px;

}

#footerBody a {
	color: #ff0000;
}
#footerBody a:hover {
  color: #ff0000;
}

#hNews {
    margin: 0; 
	  padding: 0;
    position: relative;
    width: 202px; 
	  height: 30px;
    overflow: hidden;
    color: #0c0c48;
	  font-weight: bold;
	  line-height: 30px;
	  padding-left: 10px;
    }

#hNews span {
    display: block;
    position: absolute;
    font-size: 13px;
	  line-height: 30px; 

  
}


a.more {
	padding: 0px;
	margin: 0px auto;
	}
/* news index */

div.newsItem {
	padding: 0px;
	background: transparent url(img/bg_news_item.gif) center bottom no-repeat;
}

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;
	border: 4px solid #ffffff;
	background: #ffffff;
	clear: both;
}
#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;
}
