/* struktura stránky */

body
  {
  margin: 0;
  text-align: center;
  background-color: black;
  }
#frame
  {
  position: relative;
  margin: auto;
  width: 995px;
  background: #bb8855;
  border: 3px groove #bb8855;
  }
#frame_th
  {
  position: relative;
  margin: auto;
  width: 995px;
  background: #bb8855 url('../grafika/sasa.jpg') no-repeat 740px 0;
  border: 3px groove #bb8855;
  }
#heading
  {
  width: 995px;
  height: 120px;
  background: url('../grafika/pozadi2.gif') no-repeat 0% 100%;
  }
#packing
  {
  width: 995px;
  background-image: url('../grafika/pozadi.gif');
  }
#main
  {
  float: left;
  width: 829px;
  }
#timetable
  {
  float: left;
  width: 166px;
  }
#menu
  {
  float: left;
  width: 143px;
  }
#page
  {
  float: left;
  width: 674px;
  background-color: #cccc99;
  margin-left: 1px;
  padding: 5px;
  min-height: 440px;
  }
#footing
  {
  width: 995px;
  clear: both;
  background: #bb8855 url('../grafika/pozadi2.gif') no-repeat 0% 0%;
  margin-top: 1px;
  }

/* formátování hlavičky */

#heading img
  {
  border: none;
  }
#heading .corn
  {
  position: absolute;
  top: 83px;
  left: 82px;
  width: 60px;
  height: 30px;
  z-index: 2;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  }
#heading .corn2
  {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 30px;
  z-index: 2;
  border-top: 2px solid black;
  border-left: 2px solid black;
  }

/* formátování menu */

#menu a
  {
  display: block;
  font-variant: small-caps;
  margin-bottom: 10px;
  }
#menu a:hover
  {
  background-color: #cccc99;
  }

/* formátování stránky */

/* formátování rozvrhu */
#timetable h3
  {
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 0;
  }
#timetable .info
  {
  background-color: #cccc99;
  margin: 0.8em 0.1em 0 0.2em;
  padding-bottom: 0.2em;
  }
#timetable .info h5
  {
  padding: 0.1em 0.2em;
  margin: 0;
  font-size: 90%;
  background-color: #cc9966;
  border-bottom: 1px solid #000066;
  }
#timetable .info p
  {
  text-indent: 0;
  padding: 0.2em 0.2em 0 0.2em;
  margin: 0;
  text-align: left;
  font-size: 90%;
  }
/* formátování patičky */
/* formátování obecné */

p
  {
  text-indent: 2em;
  text-align: justify;
  }
p.tesny
  {
  margin: 0px;
  padding: 0px;
  }
h1
  {
  text-decoration: underline;
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: sans-serif;
  }
h3
  {
  text-decoration: underline;
  font-variant: small-caps;
  }
table
  {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid black;
  }
th
  {
  background-color: #cc9966;
  }
table.cenik
  {
  border: 3px solid black;
  width: 60%;
  text-align: center;
  }
table.cenik td
  {
  border: 1px solid black;
  }
table.cenik th
  {
  border: 1px solid black;
  border-bottom: 3px solid black;
  }
table.galerie
  {
  position: relative;
  margin: auto;
  font-size: smaller;
  border-collapse: separate;
  border: 0;
  }
table.galerie td
  {
  border: 1px solid black;
  padding: 5px;
  vertical-align: top;
  }
table.galerie th
  {
  border: 1px solid black;
  border-bottom: 3px solid black;
  font-size: large;
  }
img
  {
  border: 1px solid black;
  }
ul
  {
  margin-top: 0px;
  }
.text
  {
  border-bottom: 2px solid black;
  padding-bottom: 12px;
  margin-bottom: 12px;
  }
.jmeno
  {
  font-variant: small-caps;
  font-size: larger;
  font-family: sans-serif;
  }
.cas
  {
  font-style: italic;
  font-family: sans-serif;
  font-size: smaller;
  color: #444444;
  }
.nadpis
  {
  font-variant: small-caps;
  font-size: xx-large;
  font-weight: bold;
  text-decoration: underline;
  }
.button
  {
  background-color: #cc9966;
  border: 2px outset #cc9966;
  padding-left: 4px;
  padding-right: 4px;
  }
.book
  {
  text-decoration: none;
  color: black;
  }
.caps
  {
  font-variant: small-caps;
  }
.aktual
  {
  line-height: 100%;
  position: relative;
  top: 10px;
  }
.tmavy
  {
  background-color: #999966;
  padding: 5px;
  }
.cleaner
  {
  clear: both;
  width: 100%;
  height: 0;
  }
.zruseno
  {
  text-decoration: line-through;
  }
.red
  {
  color: red;
  }
