/* Layout */
body {
  position: absolute;
}
html, body {
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
#kopf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 80px;
  z-index: 3;
}
#navigation {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 50px;
  width: 150px;
  z-index: 2;
  overflow: auto;
}
#inhalt {
  margin: 0;
  padding-top: 80px;
  padding-left: 150px;
  padding-bottom: 80px;
  z-index: 2;
}
#fuss {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0px;
  margin: 0;
  padding: 0;
  z-index: 3;
}

/* Navigation */
#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
#navigation ul li {
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 1px;
}
#navigation ul li:hover {
  padding-bottom: 0px;
  background-color: #fbfbd9;
  border-bottom: solid 1px #ffba00;
  border-right: solid 14px #f6ce71;
}
#navigation a {
  color: #333;
  text-decoration: none;
  font-size: 13pt;
}

/* Text allgemein */
h1 {
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 40px;
}
h2 {
  margin-left: 25px;
  padding-right: 100px;
}
p {
  margin-left: 25px;
  padding-right: 100px;
}
table {
  margin-left: 25px;
  padding-right: 100px;
}
td {
  vertical-align: baseline;
}
#inhalt img {
  margin: 10px;
}

/* Farben */
body {
  color: #333;
  background-color: white;
}
#kopf {
  background-color: #f9f9bd;
  background-image: url("img/logo-kopf.png");
  background-repeat: no-repeat;
}
#navigation {
  background-color: #f9f9bd;
  background-image: url("img/logo-nav.png");
  background-repeat: no-repeat;
}
#fuss {
  background-color: #f9f9bd;
}

h1 {
  background-color: #f9f9d9;
  border-bottom: solid 1pt #ffba00;
}
tr.odd td {
  background-color: #f9f9d9;
}
#inhalt a {
  color: #ff8600;
  text-decoration: none;
}
#inhalt a:hover {
  color: #ffba00;
  text-decoration: underline;
}

/* Schrift */
body {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10pt;
}
h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 13pt;
  letter-spacing: 1pt;
}
h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 10pt;
}
td {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10pt;
}

/* Diverses */
em em {
  font-style: normal;
}

/* Disclaimer */
#disclaimer {
  font-size: 7pt;
}
#disclaimer h1 {
  font-size: 10pt;
}
#disclaimer h2 {
  font-size: 8pt;
}
