html {
  height: 100%;
}
body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  background-image: url('bg.png');
  background-repeat: repeat-x;
  background-color: #F2FAFF;
}
form {
  margin-top: 0px;
  margin-bottom: 0px;
}
.header {
  height: 40px;
  background-color: white;
  text-align: right;
}
.header .slogan {
  float: left;
  color: #D2222A;
  margin-top: 14px;
  padding-left: 18px;
  font-family: Verdana;
  font-size: 20px;
  letter-spacing: -2px;
  text-align: left;
  font-style: italic;
  font-weight: bold;
}
.header .logo {
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.title {
  font-family: Verdana;
  font-size: 32px;
  padding-right: 10px;
  letter-spacing: -5px;
  color: #FFFFFF;
  font-weight: bold;
}
.leftbar {
  background-color: #1A3484;
  border-right: 2px solid white;
}
.leftbar a {
  background-color: #243F8F;
  display: block;
  width: 270px;
  height: 28px;
  padding-left: 8px;
  text-align: left;
  color: white;
  border-bottom: 2px solid white;
  line-height: 28px;
  text-decoration: none;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
}
.leftbar a:hover {
  background-color: #445FAF;
  color: #FFFFFF;
}
.leftbar a.active {
  background-color: #647FCF;
  color: #FFFFFF;
}
.busboven {
  background-image: url('header.jpg');
  width: 450px;
  height: 178px;
  border-bottom: 2px solid white;
}
.buslinks {
  background-image: url('left.jpg');
  width: 278px;
  height: 219px;
  border-bottom: 2px solid white;
}
.subtitel {
  font-family: Verdana;
  font-size: 18px;
  letter-spacing: -2px;
  color: #D2222A;
  font-weight: bold;
  padding-left: 8px;
  padding-bottom: 0px;
  padding-top: 6px;
  text-align: left;
  height: 22px;
  line-height: 22px;
}
.bodytext {
  padding-left: 10px;
  padding-right: 14px;
  padding-top: 0px;
  padding-bottom: 9px;
  font-family: Verdana;
  font-size: 12px;
  line-height: 16px;
  color: black;
  text-align: left;
}
.bodytext p {
  margin-top: 12px;
  margin-bottom: 0px;
  text-align: justify;
}
.bodytext .momenteel {
  margin-top: 12px;
  margin-bottom: 0px;
  text-align: justify;
  border-top: 1px solid #808080;
}
.bodytext a, .bodytext a:hover, .bodytext a:visited {
  color: #800000;
}
.bodytext td {
  font-family: Verdana;
  font-size: 13px;
  color: black;
  padding-bottom: 0px;
  vertical-align: top;
}
.bodytext span {
  display: inline-table;
  width: 8px;
  text-align: center;
}
.bodytext input, .bodytext textarea {
  font-family: Verdana;
  font-size: 13px;
  color: black;
  border: 1px solid black;
  margin-bottom: 2px;
}
.bodytext .inbig {
  width: 230px;
}
.bodytext .insma {
  width: 24px;
}
.bodytext .description {
  padding-top: 5px;
  padding-left: 30px;
  font-size: 11px;
  text-align: left;
}
.bodytext .description td {
  font-size: 11px;
}
.bodytext .description select {
  font-size: 11px;
}
