html {
  height: 100%;
}

body {

  SCROLLBAR-FACE-COLOR: #009900;
  SCROLLBAR-HIGHLIGHT-COLOR: #00FF00;
  SCROLLBAR-SHADOW-COLOR: #006600;
  SCROLLBAR-3DLIGHT-COLOR: #009900;
  SCROLLBAR-ARROW-COLOR: #FFFFFF;
  SCROLLBAR-TRACK-COLOR: #FFFFFF;
  SCROLLBAR-DARKSHADOW-COLOR: #000000;

}

body {
  background-color: #ffc;
  color: #000;
  margin:0;
  padding:0;
  height:100%;
  font-family: "comic sans ms";
  font-size: 0.8em;
}

img {
  border-width: 0px;
}

h2 {
  font-size: 1.3em;
}

span.horniIndex {
  vertical-align: super;
  font-size: 0.8em;
}

.hidden {
  display: none;
}

#textPresentation {
  margin: 2em;
  position: relative;
}

#textPresentation h2 {
  text-align: left;
  margin: 0px;
  padding-top: 10px;
}

#textPresentation p {
  text-align: justify;
}

#container {
  position: relative;
  margin: auto;
  width: 820px;
  z-index: 0;
}


/* Hlavicka stranky */
#headerBig {
  background-color: #ffcc99;
  height: 260px;
  margin:0;
  padding:0;
  border-top: 17px solid #363;
}

#headerSmall {
  background-color: #ffcc99;
  height: 120px;
  margin:0;
  padding:0;
  border-top: 17px solid #363;
}
  /* Logo v hlavicce */
#headerBig #logo {
  position: relative;
  top: 0px;
  width: 469px;
  height: 250px;
  margin: auto;
}

#headerSmall #logo {
  position: relative;
  top: 10px;
  width: 471px;
  height: 103px;
  margin: auto;
}

#headerBig #logo #mainLogo {
  /*width: 469px;
  height: 250px;*/
  margin-top:1.2em;
  border: 0px;
}

#headerBig #logo a,
#headerSmall #logo a {
  text-decoration: none;
}

#headerSmall #logo #mainLogo {
  width: 471px;
  height: 103px;
  margin: 0;
  padding: 0;
  border: 0px;
}

#headerBig #logo h1 {
  position: absolute;
  top: 130px;
  left: 150px;
  display: inline;
  color: #fc9;
  font-size: 2.5em;
  font-weight: bold;
}

#headerSmall #logo h1 {
  position: absolute;
  top: 40px;
  right: 30px;
  display: inline;
  color: #fc9;
  font-size: 1.7em;
  font-weight: normal;
}
  /* Logo v hlavicce */
/* Konec Hlavicky stranky */




/* Hlavni navigace */
#mainMenu {
  margin-right: -9px;
  margin-left: -8px;
  position: relative;
  padding-top: 2px;
  height: 50px;
  z-index: 10;
}

#mainMenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#mainMenu li {
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 108px;
  margin-right: 13px;
  text-align: center;
  margin-bottom: 2px;
  background: url('../design/images/tlacitko.gif') top left no-repeat; /* WARNING: The image have been preloaded */
}

#mainMenu li a {
  display: block;
  height: 30px;
  padding-top: 5px;
  background-color: transparent;
  text-decoration: none;
  color: #fc9;
  /*font-weight: bold;*/
  font-size: 1.2em;
  background: url('../design/images/tlacitko.gif') top left no-repeat;
}

#mainMenu ul li a:hover {
  color: #ffc;
  background: url('../design/images/tlacitkosvetle.jpg') top left no-repeat;
  padding-top: 9px;
}

#mainMenu ul li a.active {
  color: #ffc;
  background: url('../design/images/tlacitkosvetle.jpg') top left no-repeat; /* WARNING: have been preloaded in li element */
  padding-top: 9px;
}

  /* Styl pro kazde submenu */
#mainMenu ul ul {
   position: absolute;
   z-index: 5;
   top: 31px;
   left: 7px;
   display: none;
   padding-bottom: 3px;
   background: transparent;
   /*opacity: 0.95;
   filter: alpha(opacity=80); /* IE's opacity*/
}

#mainMenu ul ul li {
  background: transparent;
  background: #c33;
  float: none;
  margin: 0;
  padding: 0;
  width: 103px;
  display:block;
  /*opacity: 0.95;
  filter: alpha(opacity=80); /* IE's opacity*/
  
}

#mainMenu ul ul li a {
  background: #993334;
  font-size: 0.9em;
  height: 20px;
  /*border-top: 1px solid #c33;
  border-left: 1px solid #c33;
  border-right: 1px solid #c33;*/
  border-top: 2px solid #c33;
  /*width: 120px;*/
}

#mainMenu ul ul li a:hover {
  color: #ffc;
  background: #c33;
  padding-top: 5px;
}

div#mainMenu ul.level1 li.submenu:hover ul.level2, div#mainMenu ul.level1 ul.level2 li.submenu:hover ul.level3 {
  display: block;
}
  /* Konec stylu pro kazde submenu */

  
#mainMenu ul li#lastMenuButton {
  margin-right: 0px;
  margin-left: 2px;
}
/* Konec stylu pro hlavni menu  */

#pageContainer {
  background-color: #fc9;
  padding-bottom: 43px;
  /*_height: 260px;
  min-height: 510px;*/
  min-width: 100%;
  max-width: 100%;
  min-height: 260px;
}

#textContainer {
  padding: 1.8em;
  padding-bottom: 43px;
}

/* navigacni pruh */
#textContainer h1 {
  background: url('../design/images/navigaceleva.gif') 0.2em 0 no-repeat;
  padding: 0 0 0 89px;
  display: inline;
  color: #993334;
  font-size: 1.4em;
  font-weight: normal;
}

#textContainer h1 .endSymbol {
  background: url('../design/images/navigaceprava.gif') top left no-repeat;
  height: 30px;
  padding-left: 80px;
  margin-left: 8px;
  display: inline;
}

#textContainer h1 .delimiterSymbol {
  background: url('../design/images/tecka.gif') center center no-repeat;
  z-index: 0;
  width: 10px;
  height: 7px;
  padding-left: 13px;
}
/* Konec Navigacni pruh */



/* Paticka stranky */
#footer {
  position:absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 1em;
  background: #356734 url('../design/images/listasiroka.jpg') top left repeat-x;
}

#footer strong {
  font-size: 2.1em;
  color: #fc9;
  font-weight: normal;
  padding-left: 35%;
}

#footer a {
  text-decoration: none;
}
/* Konec Paticka stranky */

/* Styly pro informace stranky */
.error {
  color: #f00;
  font-size: 1.2em;
}

.success {
  color: #00f;
}
/* Konec Styly pro informace stranky */



/* onas.html style */
#onas #textPresentation {
  text-align: center;
}
/* Konec onas.html style */

/* vstup.html style */
#vstup #textPresentation {
  font-size: 1em;
}

#vstup #textPresentation p {
  padding: 0.2em 0;
  margin: 0;
  text-align: center;
}

#vstup #textPresentation h2 {
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 0.2em;
  
}

#vstup #textPresentation #photoLeft {
  position: relative;
  float: left;
  top: 50px;
  left: 30px;
}

#vstup #textPresentation #photoRight {
  position: relative;
  float: right;
  top: 50px;
  right: 30px;
}


.photos {
  background: url('../design/images/stinmalafoto.jpg') right bottom no-repeat;
  width: 171px;
  height: 134px;
}

.photos img {
  border: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* Konec vstup.html style */

/* onas.html style */
#onas p.info {
  margin-top: 50px;
}
/* END onas.html style */

/* kontakty.html style */


#kontakty #contacts {
  position: relative;
  height: 80px;
}

#kontakty #contacts .title {
  position: relative;
  left: 15px;
}

#kontakty #contacts .value {
  position: absolute;
  left: 70px;
  width: 160px;
}

#kontakty #contact1 {
  position: relative;
  float: left;
  left: 60px;
}

#kontakty #contact2 {
  position: relative;
  float: right;
  right: 120px;
}

#kontakty #knihaNavstev {
  margin-top: 4em;
  margin-bottom: 5em;
  min-width: 600px;
  min-height: 500px;
  width: 600px;
  height: 500px;
  margin-left: 60px;
}
#kontakty #knihaNavstev iframe {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
#advertisement {
  /*border-top: 1px solid #993335;*/
}

#advertisement h2 {
	margin-bottom: 1em;
}

#advertisement .item h2 {
	margin: 0;
	padding: 0;
}

#advertisement .item .logo {
	float: left;
	margin-right: 2em;
}

#advertisement .item {
  position: relative;
  top: 0px;
  margin-left: 70px;
  height: 130px;
}

#advertisement .item .title {
  position: relative;
  /*left: 15px;*/
}

#advertisement .item .value {
  padding: 1em;
}
	
/* END kontakty.html style */

/* ceniky style */
table#cenikTable {
  border-top: 1px solid #993335;
  border-left: 1px solid #993335;
  border-right: 1px solid #993335;
  width: 100%;
}

table#cenikTable tr {
 background-color: #fc9;
}

table#cenikTable tr.odd {
 background-color: #e9ba8c;
}

table#cenikTable tr:hover {
  background-color: #ffc;
}

table#cenikTable td {
  border-bottom: 1px solid #993335;
  white-space: nowrap;
  table-layout: fixed;
  display: show;
  padding-right: 20px;
  padding-left: 5px;
}

table#cenikTable td:hover {
  /*border: 1px dashed #000;*/
}
/* End ceniky style */


/* pusobeniBarev.html style */
#pusobeniBarev ul {
  list-style: none;
}

#pusobeniBarev h3 {
  display: inline;
  
}

.sample {
  display: block;
  width: 120px;
  height: 30px;
  /*background: #f00;*/
  padding: 10px 5px;
  border: 1px solid black;
  margin-top: 10px;
}

#vzornikBarev #secondTable .sample {
  width: 80px;
  height: 30px;
}

#vzornikBarev table {
  width: 100%;
  border: 0px;
}


#vzornikBarev table tr {
  width: 0%;
  border: 0px;
}
/*
#vzornikBarev table tr:hover {
  background: transparent;
}
*/
#vzornikBarev table tr td {
  width: 20%;
}
/*
#vzornikBarev table tr td:hover {
  background: white;
}*/

#vzornikBarev table tr td a {
  text-decoration: none;
  color: #000;
  border: 1px solid #fc9;
  display: block;
  width: 160px;
}

#vzornikBarev table tr td a:hover {
  /*font-weight: bold;*/
  text-decoration: underline;
  display: block;
  background: white;
  border: 1px solid #999;
  width: 160px;
}

#vzornikBarev #secondTable td {
  /*border: 1px solid transparent;*/
}

#vzorkovnikMenu {
  padding-bottom: 2em;

}

#vzorkovnikMenu ul {
  /*position: absolute;*/
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#vzorkovnikMenu ul li {
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100px;
  margin-right: 1em;
  text-align: center;
  margin-bottom: 2px;
}

#vzorkovnikMenu ul li a {
  position: absolute;
  color: #fc9;
  padding: 5px;
  height: 30px;
  width: 100px;
  min-width: 100px;
  background: url('../design/images/tlacitkoVzornik.gif') top left no-repeat; /* WARNING: The image have been preloaded */
  text-decoration: none;
}

#vzorkovnikMenu ul li a:hover {
  color: #ffc;
  background: url('../design/images/tlacitkoVzorkovnikSvetle.gif') top left no-repeat;
  padding-top: 9px;
}

#vzorkovnikMenu ul li#backButton {
  float: right;
}

#vzorkovnikMenu ul li a.active {
  color: #ffc;
  background: url('../design/images/tlacitkoVzorkovnikSvetle.gif') top left no-repeat; /* WARNING: have been preloaded in li element */
  padding-top: 9px;
}


#vzorkovnikObsah {
  margin-top: 1em;
}

/* END vzornikBarev.html style */
.flash, img {
  border: 1px solid #993335;
}

#provadimeMalirskePrace #textPresentation .flash {
	float:right;
	position:absolute;
	right:0;
	top:2em;
}

#provadimeNateracskePrace #textPresentation .flash {
	float:right;
	position:absolute;
	right:0;
	top:2em;
}

#uklid #textPresentation .flash {
	float:right;
	position:absolute;
	right:0;
	top:-3em;
}

.referencePage #textPresentation .flash {
  position: absolute;
  top: 50px;
  right: 30px;
}

#provadimeStrikaneTapety h2 {
  margin-top: 1em;
}

.smallGalery a {
  position: relative;
  left: 25px;
  margin-right: 2em;
  margin-bottom: 2em;
}

.smallGalery .row {
  display: block;
}

.smallGalery .cell {
  position: relative;
  display: inline;
}

.smallGalery .cell span {
  position: absolute;
  display: inline;
  top: 1em;
  left: 28px;
  margin: 0px;
  padding: 0px;
}

/* Gallery system part */
.galery {
/*  margin-left: 17%;
  margin-right: 6%;
  _margin-left: 9%;
  _margin-right: 9%;*/
}

.galery .row {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 0 4em 0;
}

.galery .row .cell {
  position: relative;
  min-width: 150px;
  width: 150px;
  max-width: 150px;
  display: inline;
  margin-right: 0.5em;
}

.galery .row .cell h2 {
  position: absolute;
  display: inline;
  bottom: -1.2em;
  left: 0px;
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.galery .row .cell img {
  margin: 0;
  padding: 0;
  display: inline;
}

.galery .row h2 {
  position: static;
  display: block;
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 0.3em;
  padding: 0;
}

.galery .pagingSystem {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 1.2em;
  /*border: 1px solid white;*/
  margin-bottom: 1em;
}

.galery .pagingSystem .page a {
  margin-right: 5px;
  padding: 2px;
  background: #993335;
  color: #ffcc99;
}

.galery .pagingSystem .page a.actual {
  text-decoration: none;
  background: #cd3401;
  color: #ffcc99;
}

.galery .pagingSystem .navigation a img {
  border: 0px;
}

.galery .pagingSystem #leftControll {
  display: inline;
  margin-right: 5px;
}

.galery .pagingSystem #rightControll {
  display: inline;
}

.galery .pagingSystem .page a:hover {
  text-decoration: none;
  color: #ffffcc;
}
/* End Gallery system part */


/* Objednavkovy formular */
#kontakty #orderOffer {
 position: absolute;
 top: 7em;
 left: 6em;
 font-size: 1.4em;
}

#kontakty .backLink {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#orderForm {
}

#orderForm .row {
  position: relative;
  display: block;
  margin-bottom: 0.2em;
}

#orderForm .row .description {
  position: relative;
  float: left;
  width: 5em;
  min-width: 5em;
}

#orderForm .row .formControll {
  position: relative;
  left: 5em;
}

#orderForm textarea {
  width: 25em;
  height: 10em;
}

#footer #creator {
 text-align: center;
 font-size: 0.86em;
 color: #ffc;
}

#creator a {
 color: #ffc;
 text-decoration: underline;
}

/** Styl pro zpetne odkazy */
#footer #zpetneOdkazy {
	color:#FFCC99;
	font-size:0.8em;
	margin-top:5px;
	text-align:center;
}

#footer #zpetneOdkazy a {
	text-decoration: underline;
	color: #ffcc99;
}

#footer #zpetneOdkazy strong {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
/** KONEC Styl pro zpetne odkazy */

#pageContainer #textPresentation .reference {
	width: 60%;
}
