body {
  padding: 0px;
  margin: 0 0 40px 0px;
  font: normal 12px verdana, sans-serif;
  text-align: center; /* vycentrováno pro Internet Explorer */
  background-color: #fffb97;
  color: #000000;
}

/******************* zakladni layout *******************/

a {color:#000000;}
a:active {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#000000;}

h1 {
}

h2 {
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  font-size: 150%;
  color: #e8b900;
  text-decoration: underline;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 110%;
  color: black;
}

p {
  margin: 5px 0 0px 0;
  padding: 2px;
}

/******************* detailni layout *******************/


/******************* 1-identifikátory ID *******************/

#content {
  background: url(../images/podklad.jpg) no-repeat top left;
  margin: 10px auto;
  text-align: left;
  padding: 0px;
  padding-bottom: 10px;
  width: 775px;
  border: 1px solid #ffcd00;
}
/******************* Vrsek *******************/
#top {
  height: 200px;
}
#navigation-top-1, #navigation-top-2, #navigation-top-3, #navigation-top-4 {
  height: 40px;
  float: left;
  margin-top: 15px;
  padding: 8px 4px 0px 2px;
  color: #ffffff;
  font: bold 100% verdana, sans-serif;
  text-align: right;
}
#navigation-top-1 {
  width: 55px;
}
#navigation-top-2 {
  width: 112px;
}
#navigation-top-3 {
  width: 88px;
}
#navigation-top-4 {
  width: 60px;
}
#print-header {
  display:none;
}
/******************* Levy sloupec *******************/
#content-left {

  background: url(../images/obr-motiv01.jpg) no-repeat 8px 50px;
  background-color: transparent;
  float: left;
  width: 245px;
}
#citat {
  margin-top: 280px;
  margin-left: 10px;
  font-style: italic;

}
#autor {
  font-weight: bold;
  text-align: right;
  margin: 10px;
}
#menu-left {
  margin: 80px 0px 0px 0px;
  line-height: 150%;
  padding: 0px;
}
#menu-left a {
  display:block;
  font-size: 120%;
  font-weight: normal;
  color: black;
  text-decoration: underline;
  padding: 5px 0px 5px 25px;
  border-left: 0px solid #ffcc00;
  margin: 0px;
  background: url(../images/odrazka.gif) no-repeat 8px 12px;
}
#menu-left a:hover {
  border-left: 5px solid #ffcc00;
  border-top: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  font-weight: bold;
  padding-left: 20px;
  color: #e8b900;
  margin: 0px;
  background: url(../images/odrazka1.gif) no-repeat 8px 12px;
}

/******************* Pravy sloupec *******************/
#content-right {
  float: right;
  border: 0px solid #ff0000;
  margin: 50px 10px auto 25px;
  width: 475px;
  padding: 0px;
  color: black;
  padding-right: 10px;
}

#content-right ul {
  margin: 5px 30px;
  padding: 0;
}

#content-right ul li {
  padding: 2px;
}

#content-right TD {
  font: normal 12px verdana, sans-serif;
}

#kvetiny {
  padding: 3px;
  margin: 0px;
}

.kvet {
  padding: 2px;
  border: 1px solid #e8b900;
  text-align: center;
  font-size: 90%;
}

/******************* Paticka *******************/
#footer {
  padding: 0px;
  margin: auto;
  margin-top: -5px;
  color: black;
  font-size: 90%;
  width: 775px;
  text-align: right;
  line-height: 130%;
}

#print-footer {
  display:none;
}

/******************* 2-třídy CLASS *******************/

.mezinadpis {
  font-weight: bold; 
  padding-top: 15px;
}
.navigation-top-border {
  border: solid #000000;
  margin-top: 10px;
  float: left;
  border-width: 0 1px 0 0;
}

a.link-menu, a:visited.link-menu, a:active.link-menu {
  color: #ffffff;
  text-decoration: none;
}

a:hover.link-menu {
  color: #000000;
  text-decoration: underline;
}

a.vence, a:visited.vence, a:active.vence {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding: 2px 4px 0px 2px;
}

a:hover.vence {
  color: #e8b900;
  border-right: 5px solid #ffcc00;
  border-top: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  text-decoration: none;
  padding: 2px 4px 0px 2px;
}

a.kytice, a:visited.kytice, a:active.kytice {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding: 2px 2px 0px 4px;
}

a:hover.kytice {
  color: #e8b900;
  border-left: 5px solid #ffcc00;
  border-top: 1px solid #ffcc00;
  border-bottom: 1px solid #ffcc00;
  text-decoration: none;
  padding: 2px 2px 0px 4px;
}

.nazev-firmy {
  margin-left: 40px;
}
.para {
  font-size: 130%;
  font-weight: bold; 
}
.contact {
  font-size: 100%; 
}
.contact p:first-letter {
  font-size: 100%;
}
.noborder {
  border-width: 0px;
}
.cl {
  clear: both;
  visibility: hidden;
}
.noscreen {
	 display: none;
}
