body
 {
  background:
    #e1e1e1
    url("background.gif")
    right bottom
    no-repeat
    fixed;
  
  margin: 0;
  padding-top: 110px;
  padding-left: 175px;
  padding-right: 35px;
 }


/* nabídka */
#menu
 {
  background:
    url("menu.gif")
    no-repeat;

  position: absolute;
  left: 0px;
  top: 0px;

  height: 346px;
  width: 398px;

  margin: 0px;
  
  padding-top: 125px;
  padding-left: 12px;
 }

#menu hr
 {
  display: none;
 }

#menu dl
 {
  width: 135px;
 }

#menu a
 {
  color: #acaaac;
  font-weight: bold;
  text-decoration: none;
 }

#menu a:hover
 {
  color: #006500;
 }

#webmaster
 {
  position: absolute;
  left: 0px;
  bottom: 0px;

  margin: 0px;

  background-color: #e1e1e1;
  color: #acaaac;  
  font-size: x-small;
 }

#webmaster a
 {
  color: #acaaac;
  text-decoration: none;
 }

body > #menu, body > #webmaster
 {
  position: fixed;
 }


/* obsah */
#contents
 {
  position: absolute;
  top: 110px;
  left: 175px;
  right: 35px;
  z-index: 2;
 }

#contents h1
 {
  margin-top: 0;
  margin-bottom: 30px;
 }

h1
 {
  text-align: right;
  border-bottom: 2px solid #0051a7;
  color: #0051a7;
 }

h3
 {
  margin-top: 13px;
  margin-bottom: 2px;
 }

td
 {
  padding-left: 6px;
  padding-right: 6px;
 }

.apply li
 {
  list-style-image: url("apply.gif");
  padding-bottom: 5px;
 }


/* formuláře */
form table
 {
  margin-bottom: 10px;
 }

form .caption
 {
  width: 125px;
  padding-left: 10px;
  padding-right: 5px;
  text-align: right;
 }

form .subcaption
 {
  padding-left: 10px;
  padding-right: 5px;
  text-align: right;
 }

form .subinput
 {
  text-align: right;
 }

form .submit input
 {
  background: #32aa32;
  padding: 3px;
 }

input, textarea
 {
  background: #f0f0f0;
  border: 1px solid #000000;
 }

.larger
 {
  font-size: larger;
 }
