/* author: radozaj */

.Text { /* pozadie framu Text */
  background-image: url("kreslo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
  background-color: #edbf00;
}

.LeftRightMargin { /* pozadie framu Leftmargin a Rightmargin */
  background-image: url("blue/LeftRightMargin.bmp");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center right;
}

.Topmargin { /* pozadie framu Topmargin */
  background-image: url("blue/Topmargin.bmp");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom right;
}

.Bottommargin { /* pozadie framu Bottommargin */
  background-image: url("blue/Bottommargin.bmp");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top right;
}

TD.menu { /* style v bunke */
  text-align: center;
  font-family: Tahoma, Sans;
  list-style-type: none;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
}

A:link { /* style odkazov */
  color: #000000;
  text-decoration: none;
}

A:visited { /* style navstivenych odkazov */
  color: #000000;
  text-decoration: none;
}

A:active { /* style aktivnych odkazov */
  color: #000000;
  text-decoration: none;
}

A:hover { /* style mysov vznasajucich odkazov */
  color: #5438b4;
  text-decoration: underline;
}

p { /* style textu v odstavcoch */
  text-indent: 30px;
  text-align: justify;
  list-style-type: none;
  font-size: 15px;
  font-family: Tahoma, Sans;
  font-weight: normal;
}

TD.kontakt { /* style textu v Kontakt */
  text-indent: 0px;
  text-align: left;
  vertical-align: middle;
  list-style-type: none;
  font-size: 15px;
  font-family: Tahoma, Sans;
  font-weight: normal;
}

TD.krive { /* style kriveho textu v Kontakt */
  text-indent: 0px;
  text-align: right;
  vertical-align: middle;
  list-style-type: none;
  font-size: 13px;
  font-family: Tahoma, Sans;
  font-weight: normal;
  text-decoration: underline;
  font-style: italic;
}

TD.dni { /* style textu v Hodiny */
  text-indent: 0px;
  text-align: center;
  vertical-align: middle;
  list-style-type: none;
  font-size: 13px;
  font-family: Tahoma, Sans;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}

TD.hodiny { /* style textu v Hodiny */
  text-indent: 0px;
  text-align: center;
  vertical-align: center;
  list-style-type: none;
  font-size: 15px;
  font-family: Tahoma, Sans;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

.cas { /* style v input Hodiny */
  border-style: none;
  background: #edbf00;
  text-indent: 0px;
  text-align: center;
  list-style-type: none;
  font-size: 15px;
  font-family: Tahoma, Sans;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}

h2 { /* style nadpisu h2 hlavne pri pouziti framu Text */
  text-align: center;
  list-style-type: none;
  font-size: 25px;
  font-family: Tahoma, Sans;
  font-weight: bold;
}