@import url("inicializace.css");

/* ----------------------------------------------- */
/* ----- Obecné definice pro všechny stránky ----- */
/* ----------------------------------------------- */

/* ----- Definice písma ----- */
body {margin: 0; padding: 0;}

body, div, table,
form, fieldset, input, select, textarea,
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size: 12px;
	/*font-family: 'Tahoma','Arial','Verdana', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	color: #bea390;
}

input, select, textarea, option {
	color: #6C4428;
}

/* ----- Definice odstavců ----- */
h1 {
  position: absolute;
  top: -1000px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #ffd53a;
	margin: 0px 0px 7px 0px
}

h3 {
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	margin: 15px 0px 7px 0px
}

hr {
  border: 1px #40220e solid;
  border-top: 1px #341a09 solid;
}

p {
	margin: 7px 0px 7px 0px
}

ol, ul {
  text-align: left;
	margin: 4px 20px 7px 20px;
	padding: 0px
}

li {
	margin: 5px 0px 5px 0px;
/*	list-style-image: url('../design/obr_seznam.gif');*/
}

/* ----- Definice odkazů ----- */
a {
	color: #bea390;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h2 a {
	color: #FFD53A;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
h2 span.novinkadatum {
	font-size: 14px;
	color: #bea390;
}
h2 a:hover {
	text-decoration: underline;
}

ul.U10 a {
	color: #6C4428;
	text-decoration: none;
}
ul.U10 a:hover {
	text-decoration: underline;
}

/* ----- Definice tabulek ----- */
table {

}
table tr.pozadi {
	background-color: #FBF1B4
}


/* ------------------------------------ */
/* ----- Definice hlavních oddílů ----- */
/* -------------------------------------*/
div.menuLista{
height: 18px;
text-align: left;
width: 976px;
padding: 3px 0px 3px 0px;
}

div.stranka {
	position: relative;  
	display: block;
	width: 976px;
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}



/* ----- Definice záhlaví ----- */

div.zahlavi{
  float: left;
  width: 976px;
	position: relative;
	height: 271px;
	text-align: left;
	padding: 0px;
}
div.zahlavi div.pozadi{
  float: left;
  width: 976px;
  position: relative;
	height: 111px;
	text-align: left;
	background: #fff url('../design/poz_zahlavi.jpg') left top no-repeat;
}
div.zahlavi .logo{
	position: relative;
	width: 168px;
  padding: 0px 0px 0px 5px;
}
div.zahlavi .flash{
  float: left;
  width: 976px;
	position: relative;
	height: 160px;
	text-align: left;
	padding: 0px;
}
div.zahlavi div.vyhledavani{
float: right;
}
div.zahlavi div.vyhledavani input.submit{
border: 0px;
color: #fff;
margin-right: 10px;
cursor: hand;
cursor: pointer;
background: #4c5e09 url(../design/bila_tecka.gif) center bottom repeat-x;
}
div.zahlavi div.vyhledavani form.vyhledavani {
	text-align: right;
}

div.zahlavi div.vyhledavani form.vyhledavani input.vyhledej {
	position: relative;
	top: 0px;
	width: 100px;
	border: 1px solid #aed226;
}
div.zahlavi div.options{
text-align: right;
padding: 5px 20px 15px 0;
}
div.zahlavi div.options img{
padding: 0px 10px;
}
div.zahlavi h1 {
	position: absolute;
	top: 115px;
	left: 75px;
	font-size: 16px;
	color: #749002;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

/* ----- Definice hlavního menu ----- */
div.hlmenu {
  z-index:5;
  position: absolute;
  bottom: 3px;
  right: 0px;
  text-align: right;
	height: 20px;
	line-height: 20px;
width: 57%;
}
div.hlmenu2 {
  z-index:10;
  bottom: 2px;
  right: 2px;
  position: absolute;
  text-align: right;
	height: 20px;
	line-height: 20px;
width: 100%;
/*	margin: -2px 0px 0px -1px;*/
}
div.hlmenu ul {
	padding: 0px;
	margin: 0px;
	text-align: right; 
}
div.hlmenu2 ul {
	padding: 0px;
	margin: 0px;
	text-align: right; 
}
div.hlmenu ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-align: center;
	/*text-transform: lowercase;*/
	margin: 0px;
	padding: 0px;  
}
div.hlmenu2 ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*text-transform: lowercase;*/
	margin: 0px;
	padding: 0px;  
}
div.hlmenu ul li a {
	color: #333;
	text-decoration: none;
	padding: 2px 10px;
}
div.hlmenu2 ul li a {
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
}
div.hlmenu ul li a:hover,
div.hlmenu ul li a.vybrano {
	color: #94b41d;
	padding: 2px 10px;
}
div.hlmenu2 ul li a:hover,
div.hlmenu2 ul li a.vybrano {
	color: #657b11;
	padding: 2px 10px;
}

div.hlmenu ul li.posledni {
	border: none;
	color: #3b4a05;
}
div.hlmenu2 ul li.posledni {
	border: none;
	color: #3b4a05;
}


div.poz_stred{
float: left;
display: block;
position: relative;
width: 976px;
background: url('../design/poz_stred.gif') repeat-y;
}
/* ----- Definice levého sloupce ----- */

div.levySloupec {
  position: relative;
  float: left;
	width: 322px;
	min-height: 200px;
	text-align: left;
	/*margin-top: 6px;*/
}

div.levySloupec div {
	width: 322px;
  float: left;
  position: relative;
	_height: 80px;
	padding-top: 0px;
	padding-bottom: 3px;
}
div.levySloupec div.leveReference{
	width: 322px;
  float: left;
  position: relative;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 10px;
}
div.levySloupec div div {  
  width: 164px;
	padding: 0px 0px 0px 3px;

}
div.levySloupec div div.nadpis {
	width: 152px;
	height: 26px;
	font-weight: 100;
	line-height: 23px;
	font-size: 14px;
  letter-spacing: 1px;
  color: #333;
  /*font-family: impact;*/
	padding: 0px 0px 0px 12px;
	margin: 10px 0;
}
div.levySloupec div div div {
  width: auto;
	padding: 0px;
  background: transparent;
}



div.naseNabidka{
float: left;
position: relative;
display: block;
height: auto;
line-height: auto;
width: 322px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 10px;
}


/* ----- Definice hlavního okna ----- */
div.hlokno {
	position: relative;
	float: left;
	width: 610px;
	padding-left: 30px;
	text-align: left;
	min-height: 300px;
	_height: 300px;
	padding: 0px;


}
 div.hlokno div.odsazeni{
padding: 20px;
}
table, div {
	margin: 0px;
}

div.hlokno h1 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: none;
	color: #000;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 2px 0px;
}


/* ----- Definice pravého sloupce ----- 
div.pravySloupec {
  position: relative;
  float: right;
	width: 170px;
	min-height: 200px;
	text-align: left;
	margin-top: 6px;
}

div.pravySloupec div div div {
	margin: 0px;

}

div.pravySloupec div div.nadpis {
	width: 142px;
	height: 26px;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
	color: #333;
	padding: 10px 0;
}
*/






table.form {
	margin: 0px auto;
}

table.form tr.s {
	display: none;
}

table.form td {
	text-align: left;
	padding: 3px;
}

table.form td.label {
	text-align: right;
	font-weight: bold;
}

table.form td.label span.povinne {
	color: #AB2030;
}

table.form td.submit {
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #7e0914;
}

table.form td input,
table.form td textarea,
table.form td select {
	width: 300px;
}

table.form td textarea {
	height: 120px;
}

table.form td.submit input {
	width: auto;
}

table.kalkulacka td input {
	width: 70px;
}


div.chyba {
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	background: #CD0000;
}

div.chyba p {
	color: #FFFFFF;
}
div.vypisClankuUvod {
	float: left;
	width: 100%;
}
div.uvodFlash{
  	float: left;
	width: 100%;
	margin: 15px 0px;
}
div.vypisClankuProduktu {
	float: left;
	width: 556px;
}
div.spodniMenu{
	background: #BAD6F7;
	color: #4545c4;
	height: 17px;
	text-align: right;
	padding: 4px 15px;
	width: 919px;
}
div.spodniMenu a{
	color: #4545c4;
}
div.spodek{
float: left;
display: block;
position: relative;
width: 976px;
padding-top: 0px;
}
div.spodek div.kontakt{
height: 50px;
line-height: auto;
background:  url('../design/poz_spodek.gif') center top repeat-x;
width: 976px;
}
div.spodek div.edited{
padding: 7px 0;
font-size: 10px;
text-align: right;
color: #000;
}
span.hledane{
/*color: #efc51f; */
}
.clear{
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
}





/*******************************************************/
/*****Nové styly****************************************/
/*******************************************************/

body {
  padding: 85px 0px 0px 0px;
  background: #ad8051 url(../design/bg.jpg) no-repeat center top;
}

#header_wide {
  width: 100%;
  background: url(../design/bg_top.gif) repeat-x top;
  position: absolute;
  top: 0px;
  left: 0px;
}

#header {
  position: relative;
  margin: 0px auto;
  width: 1200px;
  height: 85px;
  background: url(../design/bg_top_middle.png) no-repeat center top;
}

#header img.zavolejte {
  position: absolute;
  top: 24px;
  left: 10px;
}

#logo {
  position: absolute;
  left: 500px;
  top: 30px;
}

#vyhledavani {
  position: absolute;
  top: 28px;
  right: 20px;
}

#vyhledavani input[type="text"] {
  height: 22px;
  line-height: 22px;
  width: 170px;
  padding: 3px 0px 3px 5px;
  background: url(../design/hledat_pole.png) no-repeat left top;
  border: none;
  float: left;
  color: #ccc;
}

#vyhledavani input[type="submit"] {
  height: 28px;
  line-height: 28px;
  width: 62px;
  background: url(../design/hledat_tlacitko.png) no-repeat left top;
  border: none;
  float: left;
  cursor: pointer;
}

#bannerMenu {
  background: url(../design/bg_banner.png) no-repeat center top;
  width: 1200px;
  margin: 10px auto 0px auto;
  min-height: 447px;
  _height: 447px;
  position: relative;
}


#stranka {
  background: url(../design/bg_middle.png) repeat-y center top;
	width: 1200px;
  margin: 0px auto;
  
}

#strankaunvnitr {
	padding: 40px 30px 10px 35px;
}

#banner {
  position: absolute;
  float: right;
  top: 1px;
  height: 423px;
  width: 838px;
  right: 30px;
  border: 10px solid white;
  margin: 0;
  padding: 0;
  border-radius: 7px;
  /*padding: 11px;*/
}


#banner img {
  
}

#menu {
  position: relative;
  float: left;
  width: 315px;
  padding-bottom: 40px;
  min-height: 402px;
  _height: 402px;
  border: 1px solid #633e26;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #3e1f0a;
}

#menuvnitrek {
  margin: 0 auto;
  display: block;
  width: 234px;
  position: relative;
  left: -2px;
  top: 20px;
}

#menu ul.U10 {
  margin: 0px;
}

#menu ul.U10 li {
  width: 234px;
  margin: 0px;
  display: block;
  position: relative;
}

#menu ul.U10 li a {
  height: 26px;
  width: 224px;
  display: block;
  text-align: left;
  line-height: 26px;
  padding: 0px 0px 0px 10px;
  font-weight: bold;
}

.menuvice {
  background: url(../design/sort1.png) no-repeat left top;
}
.menumene {
  background: url(../design/sort1a.png) no-repeat left top;
}



#menu ul.U20 {
  margin: 0px;
}

#menu ul.U20 li {
  width: 234px;
  margin: 0px;
  display: block;
  position: relative;
}

#menu ul.U20 li a {
  height: 27px;
  width: 224px;
  display: block;
  text-align: left;
  line-height: 26px;
  padding: 0px 0px 0px 10px;
  background: url(../design/sort2.png) no-repeat left top;
  font-weight: normal;
}

#menu ul.U20 li a:hover,
#menu ul.U20 li.vybrano a {
  font-weight: bold;
}

#menu ul.U30 li {
  margin: 0px;
  display: block;
  position: relative;
}

#menu ul.U30 li a {
  /*color: white;*/
  height: 20px;
  line-height: 22px;
  font-size: 11px;
  font-weight: normal !important;
  background: url(../design/sort3.png) no-repeat left top !important;
}


#pravyStred {
  position: relative;
  float: right;
  width: 252px;
  text-align: center;
}

.admin11 {
  width: 300px !important;
}

.admin12 {
  width: 800px !important;
}



#pravyStred div.top {
  position: relative;
  float: right;
  height: 31px;
  width: 252px;
  /*background: url(../design/bg_menu_top.png) no-repeat left top;*/
}

#pravyStred div.middle {
  position: relative;
  float: right;
  min-height: 279px;
  width: 550px;
  text-align: right;
  /*background: url(../design/bg_menu.png) repeat-y left top;*/
}

#pravyStred div.middle img {
  border: 10px solid white;
  border-radius: 7px;
}

#pravyStred div.middle ul.U10 {
  margin: 10px 9px 10px;
}

#pravyStred div.middle ul.U10 li {
  width: 234px;
  margin: 0px;
  display: block;
  position: relative;
}

#pravyStred div.middle ul.U10 li a {
  height: 27px;
  width: 224px;
  display: block;
  text-align: left;
  line-height: 26px;
  padding: 0px 0px 0px 10px;
  background: url(../design/bg_hl_menu.png) no-repeat left top;
  font-weight: normal;
}

#pravyStred div.middle ul.U10 li a:hover,
#pravyStred div.middle ul.U10 li.vybrano a {
  font-weight: bold;
}

#pravyStred div.middle ul.U10 ul.U20 {
  margin: 0px;
}

#pravyStred div.middle ul.U10 ul.U20 li {
  width: 234px;
  margin: 0px;
  display: block;
  position: relative;
}

#pravyStred div.middle ul.U10 ul.U20 li ul.U30 li {
  width: 214px;
  margin: 0px;
  display: block;
  position: relative;
}

#pravyStred div.middle ul.U10 ul.U20 li a {
  height: 27px;
  width: 224px;
  display: block;
  text-align: left;
  line-height: 26px;
  padding: 0px 0px 0px 10px;
  background: url(../design/bg_hl_podmenu.png) no-repeat left top;
  font-weight: normal;
  margin: 1px 0;
}

#pravyStred div.middle ul.U10 ul.U20 li ul.U30 li a {
  height: 21px;
  width: 204px;
  display: block;
  text-align: left;
  line-height: 20px;
  background: none;
  padding: 0px 0px 0px 10px;
  font-weight: normal;
  margin: 1px 0;
  color: #976;
}

#pravyStred div.middle ul.U10 ul.U20 li a:hover,
#pravyStred div.middle ul.U10 ul.U20 li.vybrano a {
  font-weight: bold;
}

#pravyStred div.middle ul.U10 ul.U20 li ul.U30 li a:hover,
#pravyStred div.middle ul.U10 ul.U20 li ul.U30 li.vybrano a {
  text-decoration: underline;
}

#pravyStred div.bottom {
  position: relative;
  float: right;
  height: 9px;
  width: 232px;
  background: url(../design/bg_menu_bottom.png) no-repeat left top;
}

#levyStred {
  position: relative;
  float: left;
  left: 3px;
  width: 570px;
}


.poptavkauvod {
  display: block;
  width: 555px;
  height: 94px;
  margin-left: -2px;
  background: url(../design/poptavka.png) no-repeat center center;
}

.poptavkauvod a {
  color: #2a1505;
  border: 1px solid #2a1505;
  padding: 3px 20px;
  text-decoration: none;
  float: right;
  position: relative;
  top: 30px;
  font-weight: 500;
  font-size: 18px;
  right: 22px;
}

.poptavkauvod a:hover {
  border: 1px solid #ad8051;
  color: #ad8051;
}


#reference {
  position: relative;
  height: 160px;
  width: 1133px;
  margin-top: 40px;
  padding: 50px 0px 10px 0px;
  background: url(../design/bg_reference.png) no-repeat center top;
}

#referenceuvnitr {
  padding-left: 24px;
}


#reference a {
  display: block;
  position: relative;
  float: left;
  margin-top: 0px;
  padding: 20px 8px 6px 9px;
  text-decoration: none;
  color: #594639;
}

#reference a:hover {
  text-decoration: none;
}

#reference a.prvni {
  padding: 20px 6px 6px;
}

#reference a img{
  margin-bottom: 5px;
}

#strankaSpodek {
  height: 15px;
  width: 1200px;
  margin: 0px auto 30px auto;
  background: url(../design/bg_bottom.png) no-repeat center top;
}

#footer {
  height: 60px;
  width: 100%;
  position: relative;
  top: 5px;
  background-color: #281405;
  margin: 10px auto 0 auto;
  min-height: 250px;
  _height: 250px;
  
  padding: 0px 0px 0px 0px;
  /*background: url(../design/bg_footer.png) no-repeat center center;*/
  color: #d5caa9;
  font-size: 11px;
}


#footer a {
	color: #594639;
}

#footer span.l {
	float: left;
}

#footer span.r {
	float: right;
}


#special {
  width: 100%;
  clear: both;
  /*background: url(../design/bg_special.png) no-repeat center top;*/
  /*text-shadow: #666 1px -1px 1px;*/
  margin-top: 10px;
}

#specialuvnitr {
  width: 45%;
  padding-top: 20px;
  text-align: center;
  position: relative;
  left: 30px;
}

#specialuvnitr table td {
  position: relative;
  
}

#specialuvnitr table td {
  color: #a2997f;
  font-size: 13px;
} 

#specialuvnitr table td span{
  color: #d5caa9;
}


#specialuvnitr table td a{
  color: #a2997f;
}



#special,#special table,#special td,#special p,#special div,#special th,#special a {
  color: #594639;
}

#special a {
  text-decoration: underline;
}

#special a:hover {
  text-decoration: none;
}

img.ramecek {
  border: 3px #633E26 solid;
}

.vysledkyHledani {
  text-align: left;
  padding: 3px 0px;
  border-bottom: 1px #4C2408 solid;
}

div.defaultBlok ol {
  margin-left: 30px;
}

div.reference_mala div.blok_levy div.fr {
  margin: 0px;
  text-align: left;
}

div.reference_mala div.blok_pravy div.fr {
  margin: 0px;
  text-align: right;
}

div.reference_mala div.blok_levy div.fl {
  margin: 0px 10px 5px 0px;
  text-align: left;
  float: left;
}

div.reference_mala div.blok_pravy div.odkazsablony {
  text-align: right;
}

div.reference_mala div.blok_levy div.odkazsablony {
  text-align: left;
  margin-left: 20px;
}

div.reference_mala div.blok_pravy div.fl {
  margin: 0px 0px 5px 10px;
  text-align: right;
  float: right;
}

div.reference_mala h2 {
  margin-top: 0px;
  font-size: 14px;
  min-height: 18px;
}

div.reference_mala div.blok_pravy h2 {
  text-align: right;
  position: relative;
  display: block;
}

div.reference_mala div.blok_levy h2 span.novinkadatum {
  float: left;
  margin-right: 20px;
}

div.reference_mala div.blok_levy h2 a {
  float: left;
}

div.reference_mala div.blok_pravy h2 span.novinkadatum {
  float: right;
  margin-left: 20px;
}

div.reference_mala div.blok_pravy h2 a {
  float: right;
}

table.fotogal table td {
  padding: 5px 1px;
}

table.referenceTable td {
  padding: 0px 2px;
}

table.referenceTable td a {
  text-decoration: none;
}

div.reference_clanek {
  margin: 25px 20px;
  text-align: left;
}
.copy {font-size: 15x; position: absolute; bottom: 10px; width:98%; }
.copy .uvnitr {text-align: center; }
.copy a {text-decoration: none; color: #d5caa9 !important; font-size: 13px;}
.copy a:hover {text-decoration: underline;}

#slider3 {margin-top: 8px;}
#slider3 li {list-style: none;}