/* =reseting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

/* =main-settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background-color: #fff;
	color: #616161;
	font: normal 100% Tahoma, Verdana, Arial, sans-serif;
}

a { color: #1b67b4; }
a:hover, a:focus { color: #a00000; text-decoration: none; }
address { font-style: normal; }
fieldset, img { border: none; }
li { list-style: none; }
input, textarea, select { font: normal 1em Tahoma, Verdana, Arial, sans-serif; }
legend { display: none; }
hr { display: block; height: 0; overflow: hidden; border: none; color: #fff; background-color: #fff; clear: both; }

.brand { text-transform: uppercase; }

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrap {
	font-size: 0.81em;
	width: 900px;
	margin: 0 auto;
}

.left {
	float: left;
	width: 205px;
	padding-left: 25px;
	padding-right: 15px;
}

.right {
	float: right;
	width: 655px;
}

#header .wrap,
#middle .wrap,
#content .wrap {
	overflow: hidden;
}

/* =top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#top .wrap {
	position: relative;
	z-index: 20;
}

#top h1 {
	background: url(/images/frontend/elterma-logo.png) 0 0 no-repeat;
	width: 246px;
	height: 123px;
	position: absolute;
	text-indent: -1000em;
}

#top h1,
#top h1 a {
	display: block;
	width: 246px;
	height: 123px;
}

#top ul {
	position: absolute;
	right: 15px;
	top: 30px;
}

#top li {
	float: left;
	margin-left: 7px;
	font-size: 0.85em;
}

#top li a {
	line-height: 30px;
	padding: 0 10px 0 8px;
	color: #616161;
	text-decoration: none;
}

#top li.active {
	background: url(/images/frontend/lang-right.png) 100% 0 no-repeat;
}


#top li.active a {
	background: url(/images/frontend/lang-left.png) 0 0 no-repeat;
}

#top li a:hover,
#top li a:focus {
	color: #333;
}

#top li a,
#top li a span {
	display: block;
}

#top li a span {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#top #lang-english a span { background-image: url(/images/frontend/lang-english.png); }
#top #lang-polish a span { background-image: url(/images/frontend/lang-polish.png); }
#top #lang-russian a span { background-image: url(/images/frontend/lang-russian.png); }
#top #lang-german a span { background-image: url(/images/frontend/lang-german.png); }

/* =header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	padding-top: 44px;
	position: relative;
}

#header .bg-left,
#header .bg-right {
	position: absolute;
	background-repeat: repeat-x;
	background-position: 0 100%;
	height: 235px;
	width: 50%;
}

#header .bg-left {
	left: 0;
	background-image: url(/images/frontend/header-bg-left.png);
}

#header .bg-right {
	right: 0;
	background-image: url(/images/frontend/header-bg-right.png);
}

#header .wrap {
	background: url(/images/frontend/header-bg-center.png) 245px 100% no-repeat;
	position: relative;
	z-index: 10;
}

#header .wrap div {
	height: 235px;
	background: url(/images/frontend/top-picture.png) 0 100% no-repeat;
}

#header .wrap p {
	position: absolute;
	top: 135px;
	left: 40px;
	color: #6caedf;
	color: #aaccdf;
/*	font-family: Verdana, Tahoma, Arial, sans-serif;   */
/*  font-family: Arial, sans-serif; */
    font-family: Tahoma;
	font-size: 1.20em;
	text-align: right;

}

#header .wrap p strong {
	font-size: 1.20em;
	color: #fff;
	display: block;
	font-weight: normal;
	font-family: Tahoma;
}

#header .wrap ul {
	position: absolute;
	right: -20px;
	top: 130px;
	text-align: right;
}

#header .wrap li {
	padding: 5px 25px;
	background: url(/images/frontend/top-nav-spacer.png) 100% 100% no-repeat;
}

#header .wrap li.top-offer {
	background: none;
}

#header .wrap li a {
	text-decoration: none;
	color: #fff;
	padding-right: 28px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#header .wrap li a:hover,
#header .wrap li a:focus {
	color: #86a3c0;
}

#header .wrap li.top-map a { background-image: url(/images/frontend/icon-sitemap.png); }
#header .wrap li.top-contact a { background-image: url(/images/frontend/icon-contact.png); }
#header .wrap li.top-offer a { background-image: url(/images/frontend/icon-offers.png); }

/* =middle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
#middle .left fieldset {
	padding-top: 25px;
	margin-top: 26px;
}

body.en #middle .left fieldset {
	background: url(/images/frontend/search-label_en.png) 0 0 no-repeat;
}

body.pl #middle .left fieldset {
	background: url(/images/frontend/search-label_pl.png) 0 0 no-repeat;
}

body.ru #middle .left fieldset {
	background: url(/images/frontend/search-label_ru.png) 0 0 no-repeat;
}

body.de #middle .left fieldset {
	background: url(/images/frontend/search-label_de.png) 0 0 no-repeat;
}
/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */


#middle .left fieldset div {

	overflow: hidden;
}

#middle .right {
	position: relative;
}

#middle .left input {
	display: block;
	float: left;
}

#middle .left input.submit {
	background: transparent url(/images/frontend/icon-search.png) 50% 50% no-repeat;
	border: none;
	width: 32px;
	height: 23px;
	max-height: 23px;
	padding-top: 40px;
	cursor: pointer;
}

#middle .left input.submit::-moz-focus-inner {
	border: none;
}

#middle .left input.edit {
	width: 170px;
	background-color: #fff;
	color: #616161;
	border-width: 1px;
	border-style: solid;
	border-color: #acacac #e7e7e7 #ededed #bfbfbf;
	padding: 2px 0;
}

#middle .left fieldset div {
  padding-bottom:10px;
}

#middle .left fieldset a {
	background: url(/images/frontend/icon-next.png) 0 0.46em no-repeat;
	padding-left: 10px;
}

#nav {
	background: url(/images/frontend/nav-bg.png) 0 0 no-repeat;
	overflow: hidden;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -1000em;
}


/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
#nav #nav-home  { margin-left: 29px; }
body.ru #nav #nav-home  { margin-left:5px;}



/* English */
/* #nav.en #nav-home a { width: 119px; background-image:     url(/images/frontend/en-nav-home.png)} */
body.en #nav #nav-home a { width: 60px; background-image:      url(/images/frontend/en-nav-home.png)}
body.en #nav #nav-company a { width: 81px; background-image:   url(/images/frontend/en-nav-company.png)}
body.en #nav #nav-offer a { width: 63px; background-image:    url(/images/frontend/en-nav-offer.png)}
body.en #nav #nav-potential a { width: 97px; background-image: url(/images/frontend/en-nav-potential.png)}
body.en #nav #nav-use a { width: 100px; background-image:      url(/images/frontend/en-nav-use.png)}
body.en #nav #nav-announce a { width: 123px; background-image:  url(/images/frontend/en-nav-announce.png)}
body.en #nav #nav-contact a { width: 76px; background-image:   url(/images/frontend/en-nav-contact.png)}

body.en #nav #nav-home a.active { background-image:      url(/images/frontend/en-nav-home-active.png)}
body.en #nav #nav-company a.active { background-image:   url(/images/frontend/en-nav-company-active.png)}
body.en #nav #nav-offer a.active { background-image:     url(/images/frontend/en-nav-offer-active.png)}
body.en #nav #nav-potential a.active { background-image: url(/images/frontend/en-nav-potential-active.png)}
body.en #nav #nav-use a.active { background-image:       url(/images/frontend/en-nav-use-active.png)}
body.en #nav #nav-announce a.active { background-image:  url(/images/frontend/en-nav-announce-active.png)}
body.en #nav #nav-contact a.active { background-image:   url(/images/frontend/en-nav-contact-active.png)}

/* poland */
body.pl #nav #nav-home a { width: 119px; background-image:     url(/images/frontend/pl-nav-home.png)}
body.pl #nav #nav-company a { width: 57px; background-image:   url(/images/frontend/pl-nav-company.png)}
body.pl #nav #nav-offer a { width: 66px; background-image:     url(/images/frontend/pl-nav-offer.png)}
body.pl #nav #nav-potential a { width: 87px; background-image: url(/images/frontend/pl-nav-potential.png)}
body.pl #nav #nav-use a { width: 110px; background-image:      url(/images/frontend/pl-nav-use.png)}
body.pl #nav #nav-announce a { width: 93px; background-image:  url(/images/frontend/pl-nav-announce.png)}
body.pl #nav #nav-contact a { width: 74px; background-image:   url(/images/frontend/pl-nav-contact.png)}

body.pl #nav #nav-home a.active { background-image:      url(/images/frontend/pl-nav-home-active.png)}
body.pl #nav #nav-company a.active { background-image:   url(/images/frontend/pl-nav-company-active.png)}
body.pl #nav #nav-offer a.active { background-image:     url(/images/frontend/pl-nav-offer-active.png)}
body.pl #nav #nav-potential a.active { background-image: url(/images/frontend/pl-nav-potential-active.png)}
body.pl #nav #nav-use a.active { background-image:       url(/images/frontend/pl-nav-use-active.png)}
body.pl #nav #nav-announce a.active { background-image:  url(/images/frontend/pl-nav-announce-active.png)}
body.pl #nav #nav-contact a.active { background-image:   url(/images/frontend/pl-nav-contact-active.png)}

/* Russkiy */
body.ru #nav #nav-home a { width: 77px; background-image:     url(/images/frontend/ru-nav-home.png)}
body.ru #nav #nav-company a { width: 77px; background-image:   url(/images/frontend/ru-nav-company.png)}
body.ru #nav #nav-offer a { width: 93px; background-image:    url(/images/frontend/ru-nav-offer.png)}
body.ru #nav #nav-potential a { width: 94px; background-image: url(/images/frontend/ru-nav-potential.png)}
body.ru #nav #nav-use a { width:119px; background-image:      url(/images/frontend/ru-nav-use.png)}
body.ru #nav #nav-announce a { width: 105px; background-image:  url(/images/frontend/ru-nav-announce.png)}
body.ru #nav #nav-contact a { width: 80px; background-image:   url(/images/frontend/ru-nav-contact.png)}

body.ru #nav #nav-home a.active { background-image:      url(/images/frontend/ru-nav-home-active.png)}
body.ru #nav #nav-company a.active { background-image:   url(/images/frontend/ru-nav-company-active.png)}
body.ru #nav #nav-offer a.active { background-image:     url(/images/frontend/ru-nav-offer-active.png)}
body.ru #nav #nav-potential a.active { background-image: url(/images/frontend/ru-nav-potential-active.png)}
body.ru #nav #nav-use a.active { background-image:       url(/images/frontend/ru-nav-use-active.png)}
body.ru #nav #nav-announce a.active { background-image:  url(/images/frontend/ru-nav-announce-active.png)}
body.ru #nav #nav-contact a.active { background-image:   url(/images/frontend/ru-nav-contact-active.png)}

/* Deutsch */
body.de #nav #nav-home a { width: 60px; /* width: 91px; */background-image:      url(/images/frontend/en-nav-home.png)}
body.de #nav #nav-company a { width: 57px; background-image:   url(/images/frontend/de-nav-company.png)}
body.de #nav #nav-offer a { width: 76px; background-image:     url(/images/frontend/de-nav-offer.png)}
body.de #nav #nav-potential a { width: 83px; background-image: url(/images/frontend/de-nav-potential.png)}
body.de #nav #nav-use a { width: 70px; background-image:       url(/images/frontend/de-nav-use.png)}
body.de #nav #nav-announce a { width: 81px; background-image:  url(/images/frontend/de-nav-announce.png)}
body.de #nav #nav-contact a { width: 74px; background-image:   url(/images/frontend/de-nav-contact.png)}

body.de #nav #nav-home a.active { background-image:      url(/images/frontend/en-nav-home-active.png)}
body.de #nav #nav-company a.active { background-image:   url(/images/frontend/de-nav-company-active.png)}
body.de #nav #nav-offer a.active { background-image:     url(/images/frontend/de-nav-offer-active.png)}
body.de #nav #nav-potential a.active { background-image: url(/images/frontend/de-nav-potential-active.png)}
body.de #nav #nav-use a.active { background-image:       url(/images/frontend/de-nav-use-active.png)}
body.de #nav #nav-announce a.active { background-image:  url(/images/frontend/de-nav-announce-active.png)}
body.de #nav #nav-contact a.active { background-image:   url(/images/frontend/de-nav-contact-active.png)}
/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */


#nav li a:hover,
#nav li a:focus {
	background-position: 0 -39px;
}

#nav li.active a:hover,
#nav li.active a:focus {
	background-position: 0 0;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	top: 39px;
	width: 645px;
	padding-left: 10px;
	background: url(/images/frontend/nav-sec-bg.png) 0 100% no-repeat;
}


#nav li.active ul {
	display: block;
}

#nav ul li {
	background: url(/images/frontend/inline-sep.png) 0 50% no-repeat;

}

#nav ul li:first-child {
	background: none;
}

#nav ul li a {
	height: 2.69em;
	line-height: 2.69em;
	width: auto !important;
	background: none !important;
	text-indent: 0;
	color: #616161;
	text-decoration: none;
	padding: 0 5px 0 8px;
}

#nav ul li a:hover,
#nav ul li a:focus {
	text-decoration: underline;
}

#nav ul li.active a {
	font-weight: bold;
	color: #a00000;
}

#breadcrumbs {
	margin-top: 2.69em;
	padding: 10px 25px;
	clear: both;
}

#breadcrumbs li {
	display: inline;
	background: url(/images/frontend/bread-sep.png) 0 0.46em no-repeat;
	padding: 0 7px 0 14px;
}

#breadcrumbs li:first-child {
	background: none;
	padding-left: 0;
}

/* =content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	background: url(/images/frontend/content-bg.png) 0 0 repeat-x;
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
}

#content .right {
	width: 630px;
	padding-left: 25px;
}

ul.default{
	margin-top: 20px;
	border-top: 1px solid #dcdcdc
}

ul.nested {
	margin-top: 20px;
}

ul.default li {
	background: url(/images/frontend/menu-bg.png) 100% 100% no-repeat;
	font-size:.9em;
}

ul.default li.last {
	background-image: url(/images/frontend/menu-bg-rounded.png);
}

ul.default a {
	display: block;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	font-weight: bold;
}

ul.default a {
	background: url(/images/frontend/menu-bullet.png) 10px 50% no-repeat;
}



ul.nested li {
/* ### 	font-size: 1.08em; */
	font-size: 1em;
  border-top: 1px solid #dcdcdc;

	font-weight: bold;
}

ul.nested li li {
	font-size: 0.9em;

font-weight:normal;
}

ul.nested li li li {
	font-size: 1em;
/* ### dodane */

}

/* ### dodane */




ul.nested li a {
	text-decoration: none;
	display: block;
/* ### padding: 10px; */
	padding: 7px;
	background: url(/images/frontend/menu-nested-bg.png) 50% 100% no-repeat;
}

ul.nested li li a {
	color: #616161;
	padding-left: 20px;
	background: url(/images/frontend/bread-sep.png) 10px 50% no-repeat;
}

ul.nested li li li a {
	padding-left: 40px;
	background-position: 30px 50%;
}

ul.nested li li.active a {
	background-image: url(/images/frontend/menu-nested-active.png);
}

ul.nested li li.active li a {
	background-image: url(/images/frontend/bread-sep.png);
}

ul.nested li li li li a {
	padding-left: 60px;
	background-position: 50px 50%;
}
/* =elements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2 {
	color: #989898;
/*	font: bold 1.15em Verdana, Tahoma, Arial, sans-serif; */
font: bold 1.15em Arial, sans-serif;
}

h3 {
	margin-bottom: 0.85em;
	font-size: 1.08em;
font-family:arial,sans-serif;
}

h3.represenationsh3
  {
  color:#777;
  padding-left:1px;
  margin-top:25px;
  margin-bottom:-7px;
  font-size:1em;
  background:#eee;

  }

.wide h4
  {
  font-size:1em;

  }

dt {
	font-weight: bold;
}

.important {
	font-weight: bold;
}

.bulleted li,
.bulleted2 li {
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(/images/frontend/bread-sep.png) 0 0.6em no-repeat;
	padding-left: 10px;
}



.bulleted2 li.item1 {
	background: url(/images/frontend/icon2.png) 0 0.3em no-repeat;
	padding-left:17px;
}

.bulleted2 li.item2 {
	background: url(/images/frontend/icon3.png) 0 0.3em no-repeat;
	padding-left:17px;
}

.bulleted2 li.item3 {
	background: url(/images/frontend/icon1.png) 0 0.3em no-repeat;
	padding-left:17px;
}

h3.name {
	text-transform: uppercase;
	margin-bottom: 0;
}

.section {
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	margin-top: 8px;
	overflow: hidden;
}

.section .body { margin-left: 150px; }
.average .body { margin-left: 180px; }
.long .body { margin-left: 210px; }
.wide .body { margin-left: 250px; }


.fancy {
	width: 287px;
	padding: 25px 10px 0 10px;
	height:150px;
	background: #dce3ea url(/images/frontend/fancy-bg.png) 0 0 no-repeat;
	border-bottom: 1px solid #cdd6e0;
}

span.item3
  {
  font-size:11px;
  display:block;
  line-height:13px;
  margin-top:4px;
  }


.fancy2 {
	width: 460px;
	height:146px;
padding: 30px 10px 0 10px;
	background: transparent url(/images/frontend/fancy2-bg.jpg) 0 0 no-repeat;

}

.section p, .section blockquote,
.section ul, .section ol {
	margin-bottom: .6em;
	line-height: 140%;
}

ul.indent li {
	overflow: hidden;
}

.indent b,
.indent dt {
	float: left;
	width: 100px;
}

.indent dd {
	margin-left: 100px;
}

.stretch b,
.stretch dt {
width: 200px;
}

.stretch dd {
	margin-left: 200px;
}

div.repre .stretch b,
div.repre .stretch dt {
	width: 130px;
	text-align:right;
	margin-right:10px;
  }


.circle-graph {
	width: 100%;
	height: 594px;
	position: relative;
	background: url(/images/frontend/graph-circle-bg.png) 0 0 no-repeat;
}

.circle-graph li {
	position: absolute;
}

#item-1 { left: 0; top: 505px; }
#item-2 { left: 0; top: 335px; }
#item-3 { left: 0; top: 170px; }
#item-4 { left: 230px; top: 0; }
#item-5 { right: 0; top: 170px; }
#item-6 { right: 0; top: 335px; }
#item-7 { right: 0; top: 505px; }

.circle-graph li,
.circle-graph a,
.table dt,
.table dt strong {
	width: 188px;
}

.circle-graph li,
.circle-graph a,
.table dt strong,
.table dd p {
	height: 72px;
}

.circle-graph a {
	display: block;
	line-height: 72px;
}

.circle-graph li {
	background: url(/images/frontend/label-bg.png) 0 0 no-repeat;
}

.table {
	display: table;
}

.table dt, .table dd {
	min-height: 72px;
	float: left;
	padding-bottom: 18px;
}

.table dt {
	background: url(/images/frontend/label-bg.png) 0 0 no-repeat;
	text-align: center;
	position: relative;
	font-weight: normal;
}

.table dd {
	width: 342px;
	clear: right;
	background: url(/images/frontend/label-desc-bg.png) 0 0 no-repeat;
	padding-left: 60px;
	padding-right: 40px;
	position: relative;
}

.table dt span {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	background: url(/images/frontend/table-connector.png) 0 0 no-repeat;
	top: -23px;
	left: 50%;
	margin-left: -14px;
}

.table dt strong,
.circle-graph a {
	font-size: 1.08em;
	color: #1b67b4;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

.circle-graph a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.table dd p {
	text-align: center;
	margin-bottom: 0;
	display: table-cell;
	width: 342px;
	vertical-align: middle;
}

.section .date {
	font-size: 0.92em;
	color: #979797;
	margin-bottom: 0;
}

.section .meta ul {
	line-height: 100%;
}

.thumb {
	float: left;
}

.section .thumb p
  {
  text-align:center;
  width:120px;
  padding-bottom:15px;
  font-size:11px;
  }

.image {
	margin-top: 20px;
	overflow: hidden;
}

.thumb img {
	margin-bottom: 4px;
}

.thumb img,
.image img {
	display: block;
	border: 5px solid #d8dbdd;
}

.image .thumb {
	margin-right: 20px;
}

.thumb p {
	font-style: italic;
	text-align: center;
	line-height: 100%;
	margin-bottom: 0;
}

.thumb p span {
	display: block;
}

.options,
.indentity {
	float: right;
}

.options li,
.section .meta li,
.files li {
	float: left;
	margin-right: 10px;
}

.options li.meta-print {
	background: none;
	padding: 0;
}

li.meta-more {
	background: url(/images/frontend/icon-next.png) 0 0.55em no-repeat;
	padding-left: 10px;
	clear:both;
}

li.meta-print,
li.meta-send {
	background: url(/images/frontend/inline-sep.png) 0 50% no-repeat;
	padding-left: 10px;
}

li.meta-print a,
li.meta-send a {
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -1000em;
}

li.meta-print a { background-image: url(/images/frontend/icon-print.png); }
li.meta-send a { background-image: url(/images/frontend/icon-send.png); }

.pager {
	margin-top: 20px;
	padding: 20px 25px 0 25px;
	position: relative;
	border-top: 1px solid #dfdfdf;
}

.sibling {
	border-top: none;
	margin-top: 0;
}

.pager p, .pager ul, .pager li, .files li {
	display: inline;
}

.pager li, .files li {
	background: url(/images/frontend/inline-sep.png) 5px 50% no-repeat;
	padding-left: 15px;
}

.pager li:first-child, .files li:first-child {
	background: none;
	padding-left: 10px;
}

.pager ul.steps {
	position: absolute;
	right: 0;
}

.pager li.prev a {
	background: url(/images/frontend/icon-prev.png) 0 0.46em no-repeat;
	padding-left: 10px;
}
.pager li.next a {
	background: url(/images/frontend/icon-next.png) 100% 0.46em no-repeat;
	padding-right: 10px;
}

.files a {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 25px;
}

.files .files-pdf a { background-image: url(/images/frontend/icon-file-pdf.png); }
.files .files-doc a { background-image: url(/images/frontend/icon-file-doc.png); }
.files .files-xml a { background-image: url(/images/frontend/icon-file-xml.png); }

#adv-search fieldset {
	padding: 0 20px 20px 20px;
	background: url(/images/frontend/search-advanced-bg.png) 0 100% no-repeat;
	text-align: center;
}

#adv-search label {
	font-weight: bold;
}

#adv-search input.graphic {
	margin-left: 10px;
}

.result {
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
}

.result p {
	margin-bottom: 0;
}

.even  {
	background: url(/images/frontend/search-result-even-bg.png) 0 0 repeat-y
}

.columns {
	margin: 10px 0;
	background: url(/images/frontend/columns-top-bg.png) 0 0 no-repeat;
}

.columns div {
	background: url(/images/frontend/columns-bot-bg.png) 0 100% no-repeat;
	padding: 15px;
	overflow: hidden;
}

.columns .first {
	float: left;
	width: 250px;
	margin-bottom:25px;
}

.columns .first p {
	margin-top: 10px;
	padding-left: 10px;
	background: url(/images/frontend/bread-sep.png) 0 0.55em no-repeat;
}

.columns .first dt,
.columns .first dd {
	margin-right: 10px;
}

.columns .second dt,
.columns .second dd {
	margin-left: 10px;
}

.columns .second {
	float: right;
	width: 349px;
	border-left: 1px solid #d6d6d6;
}

table.standard {
	width: 630px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 20px;
	background: url(/images/frontend/columns-top-bg.png) 0 0 no-repeat;
}

table.first {
	background-position: 0 40px;
}

table.standard th {
	text-align: left;

}

table.standard tr.header td {
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	border-bottom: none;
	color: #1b67b4;
	font-size: 1.08em;
	font-variant: small-caps;
	
}

table.standard td,
table.standard th {
	vertical-align: top;
padding: 10px;
}

table.standard td {
	border-bottom: 1px solid #d6d6d6;
  width:180px;
}

table.standard td.even {
	background: url(/images/frontend/standard-column-bg.png) 0 0 no-repeat;
   width:201px;
}

table.standard .thumb {
	float: none;
}












p.logo_form,
h2.center,
ul.center
  {
  text-align:center;
  color:#555;
  }

ul.center li
  {
padding-top:4px;
  }

form.generic {
	margin-top: 20px;
	/* border-top: 1px solid #dedede;   */
	overflow: hidden;
}


form.generic div.unrequired input,
form.generic div.unrequired textarea {
border:1px solid #ccc;
}

form.generic div.unrequired label {
color:#888
}

p.error
  {
  background:#f55 url('/images/frontend/error.png') no-repeat left center;
  margin-bottom:6px;
  padding:2px 0 2px 25px;
  color:#fff
  }



form.generic .primary,
form.generic .secondary {
	float: left;
	width: 315px;
}

form.generic h3 {
	margin: 20px 0;
	padding:2px 0;
  border-bottom:1px solid #ddd;
	color:#777;
}

form.generic div {
	overflow: hidden;
	margin-bottom: 5px;
}

form.generic div.indent {
	padding-left: 203px;
}

form.generic h3.item1 {
 border:none;
}

form.generic h3 {
text-transform:uppercase;
}

form.generic div.indent label.inline {
	margin-left: 1ex;
}

form.generic label {
	float: left;
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

form.generic label em {
  color:#d00;
  font-style:normal;
}

form.generic span.label0  {
float:left;
margin:0 5px 0 0;
padding:0;
}

form.generic span.label0 label {
display:block;
width:auto;
float:none;
text-align:left;
}



form.generic label.inline {
	float: none;
	width: auto;
	text-align: left;
}

form.generic label.auto {
width:auto;
}

form.generic fieldset.special div.item2 label
  {
  width:auto;
  }

form.generic label.inline,
form.generic label.inline input {
	cursor: pointer;
}

form.generic input.edit {
	width: 140px;
}

form.generic textarea {
	width: 320px;
}




form.generic .special {
	margin-top: 20px;
	padding: 10px 20px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede #d6d6d6 #d3d3d3 #d8d8d8;
	background: #fff url(/images/frontend/terms-bg.png) 0 100% repeat-x;
}

form.generic .special h3 {
	margin: 10px 0;
}

form.generic h4.privat {
display:inline;
	margin-bottom: 0.85em;
	font-size: 1em;
}


form.generic fieldset.right2 {
text-align:right;
}

form.generic fieldset.right .submit {
margin-right:30px;
}

form.generic .indent {
	padding-left: 315px;
}

form.generic .submit {
	margin-top: 20px;
}
























.bubbles {
	position: relative;
}

.bubbles li {
	position: absolute;
	line-height: 100%;
}

.bubbles a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 14px 10px 15px 10px;
	width: 133px;
	height: 32px;
	background: url(/images/frontend/bubble.png) 0 0 no-repeat;
}

.bubbles a strong {
	text-transform: uppercase;
}

.bubbles #partners-map-1 { left: 54px; top: 80px; }
.bubbles #partners-map-2 { left: 206px; top: 34px; z-index: 20; }
.bubbles #partners-map-3 { left: 206px; top: 72px; z-index: 10; }
.bubbles #partners-map-4 { left: 365px; top: 92px; }


/* =footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
  #footer {
	position: relative;
}

*/

#footer a {
	color: #54b6ff;
}

#footer .bg-left,
#footer .bg-right {
	position: absolute;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 158px;
	width: 50%;
}

#footer .bg-left {
	left: 0;
	background-image: url(/images/frontend/footer-bg-left.png);
}

#footer .bg-right {
	right: 0;
	background-image: url(/images/frontend/footer-bg-right.png);
}

/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
#footer .wrap
  {
	position: relative;
	z-index: 10;
	min-height: 158px;
	color: #fff;
  }

body.en #footer .wrap
  {
	background: url(/images/frontend/footer-bg-center_en.jpg) 0 0 no-repeat;
  }

body.pl #footer .wrap
  {
	background: url(/images/frontend/footer-bg-center_pl.jpg) 0 0 no-repeat;
  }

body.ru #footer .wrap
  {
	background: url(/images/frontend/footer-bg-center_ru.jpg) 0 0 no-repeat;
  }

body.de #footer .wrap
  {
	background: url(/images/frontend/footer-bg-center_de.jpg) 0 0 no-repeat;
  }
/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */



#footer .primary,
#footer .secondary {
	float: left;
	padding: 20px 0;
}

#footer .primary {
	margin-left: 270px;
	width: 350px;
}

#footer .primary address,
#footer .primary ul {
	margin-left: 25px;
}

#footer .primary address {
	background: url(/images/frontend/address-bg.png) 0 100% no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



#footer .secondary {
	width: 275px;
	text-align: right;
}

#footer .secondary p {
	clear: both;
}

#footer .secondary p.item {
	font-size:10px;
}

#footer .secondary img {
  margin: 10px 0 25px 0;
  width:119px;
  height:33px;
  float: right;
}


#footer .credit {
	font-size: 0.85em;
}

#content ul.sitemap
  {
  margin:0 0 0 100px;
  padding:0;
  }

#content ul.sitemap li,
#content ul.sitemap ul li,
#content ul.sitemap ul ul li
  {
  margin-left:20px;
  }

#content ul.sitemap ul li,
#content ul.sitemap ul ul li
  {
  padding:2px 0;
  }

#content ul.sitemap li a
  {
  text-decoration:none;
  border-bottom:1px solid #9ebedf;
  }
  
#content ul.sitemap li:hover  {
   list-style-type: circle;
  }

  #content ul.sitemap li:hover a  {
  list-style-type: circle;
  color:#a00;
  border-bottom:1px solid #dbb;
  }




#content ul.sitemap li a:focus,
#content ul.sitemap li a:hover
  {
  color:#d55;
  }


div.wrap p.link-location
  {
  margin:0;
  padding:0;
  width:208px;
  height:158px;
  position:absolute;
left:62px
  }
  
div.wrap p.link-location a
  {
    width:200px;
  height:158px;
  display:block;
text-indent:-9999px;
  }
  
 div.wrap p.link-location a:focus,
 div.wrap p.link-location a:hover
  {
  outline:none;
  }

div.icon1big
  {
  background:transparent url('/images/frontend/icon1big.png') no-repeat 12px 15px;
  border-bottom:1px solid #dedede;
  }

div.icon1big2
  {
  background:transparent url('/images/frontend/icon1big2.png') no-repeat 12px 15px;
  border-bottom:1px solid #dedede;
  }


div.icon1big h2.marker,
div.icon1big2 h2.marker
  {
color:#007ace;
  }
  
p.free_of_charge
  {
  margin:-10px 0 0 0;
  width:600px;
  text-align:right;
  font-size:80%;
  color:#aaa;
  }

 p.info
  {
margin-top:10px;
clear:both;
background:#eee;
margin-bottom:0;
text-align:center;
padding:3px;
font-weight:bold;
  }
  
/* mod */
#header .wrap ul {
                top: 60px;
}

#header .wrap li.top-offer {
                padding: 5px 25px;
                background: url(/images/frontend/top-nav-spacer.png) 100% 100% no-repeat;
}

#header .wrap li.top-warsp {
                background: none;
}

#header .wrap li.top-warsp a { background-image: url(/images/frontend/icon-warsp.png); }

