html {
  background: #ddd url(../img/ui/bg-html.png) repeat-y center 0;
  height: 100%;
}

body {
  background: url(../img/ui/bg-body.png) no-repeat center 0;
  font: 12px/16px Arial, sans-serif;
  min-height: 100%;
}

.page {
/*  background: url(../img/ui/bg-top.png) repeat-x 0 0;*/
  margin: 0 auto;
/*  outline: 1px solid #900;*/
  padding-top: 20px;
  width: 997px;
}

.header {
  margin: 0 0 30px;
/*  outline: 1px dotted green;*/
}

.header h1 {
  color: #6d90a7;
  font: 24px/28px 'Trebuchet MS', Arial, sans-serif;
  font-weight: normal;
  margin-top: 20px;
  padding-left: 280px;
}

.header h2 {
/*  background-color: #6d90a7;*/
/*  border-bottom: 4px solid #e3e45c;*/
  color: #fff;
  font: 24px/24px 'Trebuchet MS', Arial, sans-serif;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  padding-left: 280px;
}

.margin {
/*  display: inline-block;*/
  float: left;
  width: 226px;
}

.margin nav {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  margin-right: 24px;
}

.margin nav a {
  color: #6d90a7;
  display: block;
  margin: 2px 0;
  padding: 2px 15px 2px 0;
  text-decoration: none;
}

.margin nav a.selected,
.margin nav a:hover {
  background-color: #b7b7b7;
  color: #fff;
}

.margin .kontakt {
  background-color: #b7b7b7;
  color: #fff;
  font: 13px/15px Arial, sans-serif;
  margin: 80px 24px 0 0;
  padding: 10px 15px;
}

.margin .kontakt a {
  color: #e3e45c;
}

.margin .kontakt a.directions {
  color: #fff;
}

.margin .kontakt h3,
.margin .kontakt p {
  margin-bottom: 8px;
}

.margin .kontakt-bottom {
  background: url(../img/ui/bg-kontakt.png) no-repeat 0 0;
  height: 24px;
}

.content {
  color: #9c9c9c;
  display: inline-block;
  float: right;
  margin-right: 50px;
  padding-bottom: 50px;
  width: 717px;
  width: 667px;
}

.content a {
  color: #e3e45c
}

.content h2 {
  font-size: 16px;
  margin-bottom: 12px;
}

.content p,
.content ul {
  margin-bottom: 12px;
}

.content img {
  border-bottom: 4px solid #e3e45c;
  margin-bottom: 12px;
}

.content li {
  background: url(../img/ui/li.png) no-repeat 0 7px;
  list-style-type: none;
  padding: 0 0 8px 10px;
}

.content td {
  padding-bottom: 8px;
}

.content hr {
  border-top: 2px solid #e3e45c;
  height: 0;
  margin: 22px 0;
}

.footer {
  background-color: #6d90a7;
  border-top: 4px solid #e3e45c;
  bottom: 0;
  height: 24px;
  position: fixed;
  width: 100%;
}