@charset "utf-8";

@media print {
	#logo,
	#top,
	#left,
	#footer {
		display: none !important;
	}
}


* {
	margin: 0px;
	padding: 0px;
}


/***
* html elementy
*/

body {
	background: #6a4d2f url('../img/body_bg.gif') repeat-x left top;
	padding-bottom: 30px;
}

body, table td, input, select, option {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%; /*17px;*/
}

h1 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	color: #64401f;
	line-height: 38px;
}

h2 {
	margin: 12px 0 8px;
	font-size: 18px;
	font-weight: normal;
	color: #64401f;
}


p {
	margin: 6px 0;
}

a, a:link, a:hover {
	color: #d2631d;
}
a img {
	border: none;
}

table caption {
	padding: 6px 12px;
	border: 1px solid #fff;
	background-color: #f0f0e6;
	text-align: left;
}

ul {
	margin: 4px 0 12px 10px;
}
li {
	margin-left: 16px;
	padding-left: 0px;
}

sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

option {
	padding-right: 16px !important;
}

hr {
	padding: 0px;
	margin: 30px 0px 20px;
	background: #666666;
	border: 1px solid #F1EFE1;
}




/***
* ID html zakladnich stavebnich elementu
*/

#page {
	width: 990px;
	margin: 0px auto;
}
#page a#logo {
	width: 260px !important;
	height: 100px !important;
	margin-left: 16px;
	display: block;
	position: absolute;
}


#top {
	height: 217px;
/*	padding: 0 20px;*/
	background: transparent url('../img/top_bg.jpg') no-repeat left top;
	line-height: 0px;
}

#top #search {
	width: 240px;
	margin-top: 12px;
	margin-right: 20px;
	_margin-right: 10px;
	text-align: right;
	float: right;
/*	clear: both;*/
}
input#search-input {
	width: 125px;
	margin-right: 6px;
	padding: 1px 3px;
	border: 1px solid #815c39;
	background-color: transparent;
	font-size: 11px;
	color: #d7cf9b;
}
input#search-btn {
}


#top #menu-main {
	margin-top: 0;
	_margin-top: 84px;
	margin-right: 8px;
	padding-top: 82px;
	_padding-top: 0;
/*	padding-bottom: 20px;*/
	text-align: right;
/*	float:right;
	clear: right;*/
	color: #321e0a;
}
#menu-main div span {
	padding: 12px 8px;
	border-left: 2px solid #513720;
}
#menu-main a,
#menu-main a:link,
#menu-main a:visited {
	margin: 0 6px;
/*	font-weight: bold;*/
	color: #d7cf9b;
	text-decoration: none;
}
#menu-main a:active,
#menu-main a:hover {
	color: #edeae0;
}

#top #lang {
	padding: 43px 8px 0 26px;
/*	border-bottom: 1px solid #d76e2c;*/
	font-size: 11px;
	color: #e77e3c;
	text-decoration: underline;
	word-spacing: .4em;
}
#lang a {
	color: #d76e2c;
}


#top #tabs {
	height: 82px;
	padding-top: 10px;
	_padding-top: 8px;
	line-height: 98%;
	float: right;
/*	position: absolute;
	top: 135px;*/
}
#tabs .tab-active,
#tabs .tab-inactive {
	width: 241px;
	height: 82px;
	margin-left: 8px;
	float: left;
	cursor: pointer;
}
#tabs .tab-active {
	background: url('../img/tab_bg_active.gif') no-repeat right top;
}
#tabs .tab-inactive {
	background: url('../img/tab_bg.gif') no-repeat right top;
}
#tabs .inner {
	margin: 12px 20px;
	padding: 6px 8px 4px;
	border-left: 6px solid /*#d3793b*/;
	display: block;
}
#tabs h3,
#tabs a,
#tabs a:link {
	font-size: 18px;
	color: #828282;
	text-decoration: none;
}
#tabs .label {
	padding-top: 10px;
	font-size: 11px;
	color: #828282;
}
/**
#tabs a.float {
	width: 241px;
	height: 80px;
	display: block;
	float: left;
	position: absolute;
}
*/


#navi {
	padding-bottom: 2px;
	padding-left: 16px;
	font-size: 11px;
}
#navi * {
	padding: 0 2px;
}

#content {
	min-height: 360px;
	_height: 360px;
	padding: 20px 18px;
	background-color: #fff;
}

#content #left {
	width: 232px;
	float: left;
}

#left .box1,
#left .box2 {
	width: 219px;
	margin-bottom: 16px;
	background: url('../img/box1_middle.gif') repeat-y center top;
}
#left .box2 {
	background-image: url('../img/box2_middle.gif') !important;
}
.box1 .box-top,
.box2 .box-top {
	width: 219px;
	height: 36px;
	background: url('../img/box1_top.gif') no-repeat left top;
}
.box2 .box-top {
	background-image: url('../img/box2_top.gif') !important;
}
.box-top h3 {
	font-size: 16px !important;
}
.box1 .box-content,
.box2 .box-content {
	padding: 10px;
}
.box1 .box-bottom,
.box2 .box-bottom {
	width: 219px;
	height: 6px;
	background: url('../img/box1_bottom.gif') no-repeat left bottom;
	font-size: 0px;
	line-height: 0px;
}
.box2 .box-bottom {
	background-image: url('../img/box2_bottom.gif') !important;
}
.box1 ul,
.box2 ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.box1 ul ul,
.box2 ul ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
.box1 li,
.box2 li {
	margin-bottom: 2px;
	font-size: 13px;
	list-style-type: none;
	list-style-image: url('../img/li1.gif');
	vertical-align: bottom;
}
.box2 li {
	list-style-image: url('../img/li2.gif') !important;
}
.box2 li li {
	list-style-image: url('../img/li2_li.gif') !important;
}
.box2 li li li,
.box2 li.product {
/*	margin-bottom: 2px;*/
	font-size: 11px;
	list-style-image: url('../img/li2_li_li.gif') !important;
}
.box2 li.product a {
	color: #6f3e16;
}
.box2 li.product a.selected {
	font-weight: normal !important;
	color: #da5c0b !important;
}

.box1 a,
.box2 a {
	color: #48484a;
	text-decoration: underline;
}


#left #wizard {
	width: 219px;
	height: 162px;
	background: url('../img/box_search.jpg') no-repeat left top;
}
#wizard a.submit {
	margin-right: 12px;
	padding: 3px 12px;
	padding-left: 30px;
	background: url('../img/search_btn.gif') no-repeat left center;
	color: #dcea90;
	text-decoration: none;
	float: right;
}
#wizard span {
	padding: 14px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	display: block;
}


#left #input-newsletter {
	width: 110px;
	padding: 1px 3px;
	border: 1px solid #5d5d5d;
	font-size: 11px;
	color: #5d5d5d;
}



/***
* Hlavni cast obsahu stranky
*/
#central {
	width: 722px;
	background: #cfcfcf url('../img/central_bg.gif') repeat-x left top;
	float: left;
}
#central li {
	list-style-image: url('../img/arrow_list.gif');
}
#central .inner {
	padding: 12px 17px 30px;
}

.inner table {
	border: 1px solid #bbb;
	border-collapse: collapse;
}
.inner table th,
.inner table td {
	padding: 3px 8px;
	border: 1px solid #bbb;
}
.inner table th {
	background-color: #ccc;
}


table.layout, table.layout td {
	border: 0px none;
}

/***
* paticka
*/
#footer {
	padding: 8px 12px;
	font-size: 11px;
	color: #b0a16d;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}

#footer a,
#footer a:link {
	color: #b0a16d;
}
#footer a:hover {
	color: #d2631d;
}


/***
* Jednoucelove CSS pro index
*/
#news {
	width: 688px;
/*	background-color: #fff;*/
}
#news #news-top {
	height: 35px;
	background: url('../img/news_top.gif') no-repeat left top;
}
#news-top div.h2 {
	padding-left: 16px;
	padding-top: 8px;
}
#news-bottom {
	padding-top: 12px;
	padding-right: 8px;
	text-align: right;
}
#news-bottom .news-more {
	height: 16px;
	padding-left: 24px;
	background: url('../img/arrow_orange.gif') no-repeat left center;
	font-weight: bold;
	color: #5d4834;
	text-decoration: underline;
}

.news-bg {
	padding: 8px 0 20px;
	background-color: #fff;
}
.news-hp {
	width: 208px;
	padding-left: 16px;
	float: left;
}
.news-hp .date,
.date {
	font-size: 11px;
	font-weight: bold;
	color: #a59869;
}
.news-hp a {
	font-size: 11px;
	font-weight: bold;
	color: #d2631d;
	text-decoration: underline;
}
.news-item {
	margin-bottom: 32px;
	clear: both;
}
a.news-item-title {
	margin-left: 12px;
	font-weight: bold;
	color: #d2631d;
}

#motto {
	padding: 12px 24px 24px;
	background-color: #f1efe1;
}



#gallery-vert {
	margin: 0px 0 20px 20px;
	width: 130px;
	float: right;
	clear: right;
	_clear: right;
}
#gallery-vert .i {
	margin-bottom: 8px;
}

#gallery-hort {

}
#gallery-hort .i {
	width: 130px;
	margin: 0px 4px 8px;
	float: left;
}





#products-list .h2 {
	padding: 12px 6px;
}
#products-list .product-item {
	width: 220px;
	min-height: 165px;
	_height: 165px;
	margin: 0 4px;
	background-color: #fff;
	float: left;
}
.product-item .title,
.tech-params .title {
/*	maring: 4px 8px;*/
	border: 1px solid #fff;
	background-color: #f2f0e4;
	font-size: 17px;
	font-weight: bold;
	color: #bf5c1c;
}
.tech-params .title {
	padding: 8px 12px;
}
.product-item .title a {
	padding: 8px 12px;
/*	font-weight: bold;*/
	color: #bf5c1c;
	text-decoration: none;
	display: block;
}
.product-item img {
	margin: 0 4px 0 0;
	border: 4px solid #fff;
}
.product-item .in {
	min-height: 140px;
	_height: 140px;
	margin: 4px 8px;
	font-size: 11px;
}

div.params {
	width: 100px;
/*	min-height: 140px;
	_height: 140px;*/
	float: right;
}

.tech-params {
	width: 282px;
	background-color: #fff;
}
.tech-params table.params {
	width: 252px;
	margin: 8px 12px;
	border: none;
	border-collapse: collapse;
}
table.params th {
	font-weight: normal !important;
	text-align: left;
}
table.params th,
table.params td {
	padding: 2px 11px;
	border: none;
	border-bottom: 1px solid #ddd;
	background-color: transparent; /*#fff;*/
	font-weight: bold;
}

/* Tabulka pro slevovou akci */
table.discount-table {border: 2px solid #fff; background: #fff; width: 500px;}
table.discount-table thead {font-size: 140%; text-align: left; color: #bf5c1c; }
table.discount-table th {background: #f2f0e4; border: 0; padding: 8px 12px;}
table.discount-table tr.summary td {background: #f2f0e4;}
table.discount-table td {padding: 2px 11px; border: none; border-bottom: 1px solid #ddd;}
table.discount-table tbody {padding: 8px 12px;}
table.discount-table tr.sf td {font-size: 85%;}

/* Stylovani tabulek */
table.richtable {border-collapse: collapse; background-color: #fff; border: 2px solid #fff;}
table.richtable td {border: 0; border-bottom: 1px solid #ddd; padding: 2px 11px;}
table.richtable thead {font-size: 140%; text-align: left; color: #bf5c1c; }
table.richtable th {background: #f2f0e4; border: 0; padding: 8px 12px; text-align: left;}



.download {
	padding: 10px 24px;
	background-color: #fff;
	float: left;
	margin-top: 15px
}
.download hr {
	margin: 0px;
}
.download table,
.download table th,
.download table td {
	border: none !important;
}
.download td.label,
.download td.dl,
.download table .stock {
	padding: 2px 4px 2px 26px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.download table .stock {
	background: url('../img/stock.gif') no-repeat left center;
}
.download table .dl {
	background: url('../img/download.gif') no-repeat left 3px;
}


#similar,
#projects {
}
#similar .product-similar,
#projects .product-project {
	width: 130px;
	margin: 0 4px;
	float: left;
}
.place {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#demand {
	float: right;
	margin: 12px 0;
}
#demand a {
	padding: 8px;
	padding-left: 32px;
	border: 1px solid #d7d3b8; /*#f2f0e4;*/
	background: #fff url('../img/arrow_orange.gif') no-repeat 8px center;
	font-weight: bold;
	color: #5d4834;
	float: left;
}




/***
* Globalne pouzivane tridy bez podrobneho rozdeleni
*/

.clr,
.cleaner {
	clear: both;
}

.clrl {
	clear: left;
}

div.clr,
div.cleaner {
	font-size: 0px;
	line-height: 0px;
}

.button {
/*	padding: 0 6px;*/
	border: 1px solid;
	border-color: #1e1e1e #606060 #acacac;
	background: url('../img/button_bg.gif') repeat-x left center;
	font-size: 11px;
	color: #d7cf9b;
	line-height: 16px;
}
.button {
	width: 60px;
}

.box-top h3 {
	padding: 10px 12px 2px;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}

div.perex {
	margin-bottom: 18px;
	font-weight: bold;
}

div.h2 {
	font-size: 20px;
/*	font-weight: bold;*/
	color: #64401f;
}
h2.project {
	color: #d2631d;
}
h3.project,
div.h3,
table caption {
	font-size: 16px;
	font-weight: bold;
	color: #bf5c1c;
}

img.text-detail {
	margin: 11px 0 20px 20px;
	border: 1px solid #fff;
	float: right;
	clear: right;
}

hr.project {
	margin: 16px 0;
	height: 1px;
	border: none;
	background-color: #fff;
	color: #fff;
}

table.form {
	padding-top: 8px;
	background-color: #fff;
	border: 0px none;
}
table.form td.buttons {
	padding-top: 6px;
	text-align: right;
}
table.form, table.form td {
	border: 0px none !important;
}


.desc {
	padding: 2px 12px;
/*	text-align: right;*/
}
.obligate {
	font-weight: bold;
	/*text-decoration: underline;*/
}
.input {
	padding: 0 3px;
	border: 1px solid #7f7f7f;
	color: #4f4f4f; /*#7f7f7f;*/
}
select.input {
	padding-right: 0px;
}

.sitemap {
	padding-left: 18px;
	background: url('../img/bg_sitemap.gif') no-repeat 0 center;
}
.print {
	padding-left: 28px;
	background: url('../img/bg_print.gif') no-repeat 10px center;
}

li.selected,
a.selected {
	font-weight: bold;
}


/*=============== Styl pro kontakt ==================*/
.contact b {
	font-weight: normal;
	color: #D2631D;
}
.contact td {
	padding: 10px 10px 10px 0px !important;
	vertical-align: top  ;
}
.contact, .contact td {
	border: 0px none !important;
}


/*=============== Mapa ==================*/
#map {
	border: 1px solid white;
	width: 400px;
	height: 400px;
	margin: 20px 0px;
}
