

body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
 	margin: 0;
 	padding: 0;
	background: url(images/background.jpg) no-repeat center top fixed;
 	text-align:center;
}

/* common */
p {
	margin-top: 0;
	margin-bottom: 1em;
}

a {
	color:#9d6a31;
	text-decoration: underline;
}

a:hover {
	color:#e60b00;
	text-decoration: underline;
}

h1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#9d6a31;
	margin-bottom:10px;
	margin-top:0px;
}

h1 a {
	color:#9d6a31;
	text-decoration: none;
}

h1 a:hover {
	color: #e60b00;
	text-decoration: none;
}

h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#514537;
	margin:0px;
}

h2 a {
	color:#514537;
	text-decoration: none;
}

h2 a:hover {
	color: #e60b00;
	text-decoration: none;
}

img.imageBox, .content-main img {
	background-color: #fff;
	border: 1px solid #c0b7a6;
	padding: 2px;
}

a img
{
	vertical-align: bottom; /* for html5 */
}

.clear-float, .clear {
	clear:both;
}

:focus
{
	-moz-outline-style: none;
}

/* layout */
#basic{
	width: 857px;
	margin: 0px auto;
	text-align:left;
	color:#503112;
}

.header{
	width:910px;
	height:283px;
	margin-top: 28px;
	position:relative;
	left:-53px;
	background: url('images/loader.gif') no-repeat 450px 140px;
}

.main {
	float:left;
	width:857px;
	height:auto;
	background-image:url(images/content_bg.png);
}

.content-top {
	width:857px;
	height:17px;
	background-image:url(images/content_top.png);
}

.content-left{
	float:left;
  	width:161px;
  	height:auto;
  	padding: 0px 0px 10px 0px;
  	display: inline;
}

.content-main {
	float: left;
	width: 665px;
	padding: 20px 15px 1em 15px;
}

.content-main-small {
	width: 476px;
}

.content-right {
	float:right;
	width:189px;
	padding-bottom: 1em;
}

.footer {
	border-top: 2px solid #fff;
	width:857px;
	padding:0px;
	padding-bottom:1em;
}

/* rest */

.background-top{
	background: url(images/background_top.jpg);
	width:100%;
	height:14px;
}

.search-top{
	float:right;
	height:29px;
	width:500px;
}

.search-top-input{
	float:right;
	margin-left:10px;
	width:216px;
	height:29px;
	background: url(images/search_top.png);
}

.search-top-input input{
	width:161px;
	height:14px;
	margin:3px 0px 0px 17px;
	border: 0px solid #fff;
	color:#503112;
	background: transparent;
	font-size:11px;
}

.search-top-go {
	float:right;
	background: url(images/search_button.jpg);
	position:relative;
	right:30px;
	top:2px;
	height:21px;
	width:18px;
}

.languages{
	float:right;
	display: inline;
	margin-top:8px;
}

.languages a {
	margin:2px;
	float:left;
	display: inline;
	height:13px;
	width:18px;
	overflow: hidden;
	text-indent: -50px;
}

.languages a span
{
	display: none;
}

.language-de { background-image:url(images/language/de.png); }
.language-en { background-image:url(images/language/en.png); }
.language-ru { background-image:url(images/language/ru.png); }
.language-zh_CN { background-image:url(images/language/zh_CN.png); }
.language-cz { background-image:url(images/language/cz.png); }
.language-sk { background-image:url(images/language/sk.png); }
.language-hu { background-image:url(images/language/hu.png); }
.language-pl { background-image:url(images/language/pl.png); }

.languages a:hover, .languages a.active { background-position: 0px 13px; }
.languages .languages-text {
	float: right;
	display: inline;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.main-menu {
  	width:161px;
  	background: url(images/main_menu_middle.jpg) repeat-y;
}

.main-menu ul{
	list-style: none;
	margin: 0px;
	padding: 21px 8px 19px 8px;
}

.main-menu-level-1 ul{
	margin: 0;
	padding: 0;
}

.main-menu-top {
  	background: url(images/main_menu_top.jpg) no-repeat left top;
}

.main-menu-bottom {
	background: url(images/main_menu_bottom.jpg) no-repeat left bottom;
}

.main-menu a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#503112;
}

.main-menu-level-1 a {
	border-bottom: 1px solid #503112;
	display:block;
	font: bold 11px "MS Reference",Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.main-menu-level-2 a {
	font-weight:normal;
	display:block;
	padding-left:12px;
	border-bottom: 0px;
	text-transform: none;
}

.main-menu-level-2 a:active, a:hover {
	color:#e60b00;
}

.main-menu-level-2 ul {
	padding-left: 1em;
}

.shopfinder {
	margin-bottom: 1em;
}

.shopfinder-top {
	width:157px;
	height:17px;
	background: url(images/shopfinder_top.jpg);
}

.shopfinder-map {
	display:block;
	width:157px;
	height:185px;
	background: url(images/shopfinder_map.png);
	cursor: pointer;
}

.shopfinder-map-ru
{
	background: url(images/shopfinder_map-ru.png);
}

.shopfinder-input-bg{
	width:133px;
	height:22px;
	margin-left:10px;
	background: url(images/shopfinder_input_dropdown.jpg);
	background-repeat:no-repeat;
}

.shopfinder-input{
	width:131px;
	height:20px;
	font-size:12px;
	margin:1px 0px 0px 1px;
	border: 0px solid #fff;
	color: #503112;
	background: transparent;
}

.shopfinder-go 			{ margin-left:10px; margin-top:10px; height:17px; width:51px; background: url(images/shopfinder_go_button.jpg); }
.shopfinder-go:hover 	{ background-position: 0px 17px; }

.content-post {
	margin-bottom: 1em;
}

.content-bigger
{
	font-size: 12px;
}

.content-more {
	padding-bottom: 1em;
}

.content-more a {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color:#514537;
	padding-left: 10px;
	background: transparent url(images/arrow_link.png) no-repeat left center;
}

.content-more a:hover {
	color: #e60b00;
	text-decoration: none;
}

.content-img {
	float:left;
	padding: 0 1em 1em 0;
}

.newsletter {
	background-image:url(images/newsletter_bg.png);
	height:89px;
	margin-bottom: 0.5em;
}

.newsletter_ru {
	background-image:url(images/newsletter_bg_ru.png) !important;
}

.newsletter-input-bg{
	float:left;
	margin: 55px 0px 0px 10px;
	width:126px;
	height:25px;
	background: url(images/newsletter_input.jpg);
}

.newsletter-input-bg input{
	width:108px;
	height:13px;
	font-size:11px;
	margin:4px 0px 0px 4px;
	border: 0px solid #fff;
	color:#503112;
	background: transparent;
}

.newsletter-input-bg-ru{
	float:left;
	margin: 55px 0px 0px 5px;
	width:101px;
	height:24px;
	background: url(images/newsletter_input_ru.jpg);
}

.newsletter-input-bg-ru input{
	width:90px;
	height:13px;
	font-size:11px;
	margin:4px 0px 0px 6px;
	border: 0px solid #fff;
	color:#503112;
	background: transparent;
}

.newsletter-go 			{ float:left; margin: 53px 0px 0px 5px; height:23px; width:43px; background: url(images/newsletter_go_button.jpg); }
.newsletter-go:hover 	{ background-position: 0px 23px; }

.newsletter-go-ru 			{ float:left; margin: 55px 0px 0px 0px; height:22px; width:77px; background: url(images/newsletter_go_button_ru.jpg); }
.newsletter-go-ru:hover 	{ background-position: 0px 22px; }

.infobox {
  	background: url(images/promotion_middle.jpg) repeat-y right top;
  	padding-left: 3px;
	color:#fff;
	margin-bottom: 0.5em;
}

.infobox-top {
  	background: url(images/promotion_top.jpg) no-repeat right top;
}

.infobox-bottom {
	background: url(images/promotion_bottom.jpg) no-repeat right bottom;
	
  	min-height:129px;
	height:auto !important;
	height:129px;

  	padding:23px 13px;
}

.infobox img {
	border: 2px solid #fff;
}

.infobox h1{
	color: #fff;
	font-size: 17px;
	margin-bottom:0.5em;
}

.infobox h2 {
	color: #fff;
}

.infobox a, .infobox a:hover {
	font-weight: bold;
	color:#314537;
	text-decoration: underline;
}

.infobox-go-button 		{ display:block; height:17px; width:51px; background: url(images/promotion_go_button.png); }
.infobox-go-button:hover 	{ background-position: 0px 17px; }

.footer ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.footer li{
	margin:0px;
	margin-right:20px;
	padding:0px;
}

.footer a {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#503112;
}

.footer a:hover {
	text-decoration:underline;
}

.footer-link {
	float:left;
	margin-right:20px;
}

.footer-right {
	float:right;
}

.google-map-border {
	border:1px solid #c2bbb1;
}

.google-map {
	border:2px solid #fff;
	margin-bottom: 1em;
}

.google-map-bottom {
	padding:5px 0px 5px 0px;
}

.pdf-icon {
	margin:5px;
	float:left;
}

.content-right-big-img a{
	margin:3px;
	margin-top:6px;
	float:left;
}

.content-right-big-img-border {
	margin:2px;
	border:1px solid #c2bbb1;
}

.content-right-big-img-border img{
	width:178px;
	height:119px;
	border:2px solid #fff;
}

.content-right-big-img a{
	color:#867d14;
	text-decoration:none;
}

.kontakt {
	font-size:10px;
	float:left;
	margin:0px 10px 10px 0px;
	height:82px;
	width:200px;
}

.kontakt-img-border {
	float:left;
	border:1px solid #c2bbb1;
}

.kontakt-img-border img {
	width:76px;
	height:76px;
	border:2px solid #fff;
}

.kontakt-text {
	float:left;
	vertical-align:middle;
}

.kontakt-text a{
	color:#503112;
}

.gallery h1 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#4b3a2c;
	margin-left:10px;
}

.gallery-picture {
	float:left;
	margin:2px;
	border:1px solid #c2bbb1;
}

.gallery-picture img {
	width:52px;
	height:48px;
	border:1px solid #fff;
}

.menu-lvl-3 {
	float:left;	
	width: 670px;
	padding: 20px 20px 1em 5px;
}

.menu-lvl-3-item {
	float:left;
	padding-left: 10px;
}

.menu-lvl-3-item a {
	color:#4b3a2c;
	text-decoration:none;
	cursor:pointer;
}

.menu-lvl-3-item a:hover, a:active {
	color:#e60b00;
	text-decoration: none;
}

.menu-lvl-3-item-img {
	display:block;
	padding-left:5px;
}

.menu-lvl-3-item-text{
	display:block;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	background: url(images/menu_3_bg_bottom.jpg) no-repeat left bottom;
	padding-bottom:3px;
}

.menu-lvl-3-item-bg{
	overflow:hidden;
	position:relative;
	top:-10px;
	left:-2px;
	display: block;
	border:1px solid #ecdfc8;
	background: #fff url(images/menu_3_bg.jpg) repeat-y;
}

/* Multicontent */
.paragraph {
	padding-top: 1em;
	border-top: 1px solid #C0B7A6;
	clear: left;
}

.firstParagraph {
	padding: 0;
	border: none;
}

.paragraph .list-images li {
	margin-right: 0.5em;
	float: left;
	display: inline;
}

/* Content search */
.searchResults strong {
	background-color: #CBB4A2;
	font-weight: inherit;
}


/* ---- Messages ---- */
.messages
{
	border: 1px solid;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px;
	margin: 1em 0;
}

.messages-success
{
	color: #4F8A10;
	background-color: #DFF2BF;
}

.messages-error
{
	color: #D8000C;
	background-color: #FFBABA;
}

.messages-warning
{
	color: #9F6000;
	background-color: #FEEFB3;
}

.messages-info
{
	color: #00529B;
	background-color: #BDE5F8;
}


/* ---- Forms ---- */
form
{
	margin: 0;
}

.form-element
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1em;
}

label.form-label
{
	float: left;
	width: 150px;
	margin-right: 5px;
	padding-top: 3px;
	font-weight: bold;
}

br.form-label-sep
{
	display: none;
}

.form-field
{
	float: left;
	width: 321px;
}

label.error
{
	display: block;
	margin: 0.2em 0 0;
	color: #c00;
	font-weight: bold;
	clear: left;
}

.form-buttons
{
	padding-left: 155px;
	width: auto;
}

.form-element input.text,
.form-element textarea,
.form-element select {
	width: 248px;
	background-color: #fff;
	padding: 1px;
	border: 2px solid #C0B7A6;
	color: #503112;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.form-element input.text:focus,
.form-element textarea:focus,
.form-element select:focus {
	border-color:#776a57;
}

.form-element textarea {
	height: 65px;
}

.form-element select {
	width: 254px;
}

.form-element label.checkLabel {
	cursor: pointer;
	padding-right: 1.5em;
}

label.checkLabel input {
	cursor: pointer;
}

.form-element input.hasDatepicker {
	width: 224px;
}

.form-element img.ui-datepicker-trigger {
	position: relative;
	top: 3px;
	left: 7px;
	margin-top: -3px;
	border: none;
	padding: 0px;
	background-color: transparent;
	cursor: pointer;
}

input.find-other {
	display: none;
	margin-top: 4px;
}

label.radio-question {
	display: none;
}

input.radio-question {
	display: none;
}

.full-width label.form-label {
	float: none;
	display: block;
	width: 403px;
	margin: 0;
	padding: 0;
}

.full-width .form-field {
	float: none;
	width: auto;
}

.full-width textarea {
	width: 403px;
}


/* Thumbs */

.list-images {
	margin: 0 0 1em;
	padding:0;
	list-style: none;
}

.list-images li {
	margin: 0 0 0.5em;
	padding: 0;
}

/* link list */

.link-list {
	margin: 0 0 1em;
	padding:0;
	list-style: none;
}

.link-list li {
	margin: 0 0 0.5em;
	padding: 0 0 0 20px;
	line-height:1.7em;
}

.link-list li.fileicon{
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.link-list a, .link-list a:hover {
	text-decoration: none;
}

/* pagination */
.pagination {
	list-style: none;
	padding: 0;
	margin-bottom: 1em;
}

.pagination li {
	float: left;
}

.pagination li a {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color:#514537;
}

.pagination li a:hover {
	color: #e60b00;
	text-decoration: none;
}

.pagination .active a, .pagination .active a:hover {
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

.pagination .first a {
	background: transparent url(images/arrow_link_back.png) no-repeat left center;
	padding-left: 1em;
}

.pagination .last a {
	background: transparent url(images/arrow_link.png) no-repeat right center;
	padding-right: 1em;
}

iframe
{
	border: 1px solid #503112;
}
