body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

#yellowbar {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 100%;
  height: 10px;
  background-image: url(../img/yellowbar.gif);
  background-repeat: repeat-y;
  font-size: 2px;
}

#logo {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 180px;
  height: 55px;
}

#pictureline {
  position: absolute;
  left: 180px;
  top: 20px;
  right: 0px;
  height: 55px;
  background-image: url(../img/pictureline.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
}

#menu {
  position: absolute;
  left: 0px;
  top: 86px;
  width: 180px;
  background-color: rgb(23,28,89);
  font-size: 12px;
  color: rgb(239,194,14);
}

#menuint {
  margin-top: 6px;
  position: absolute;
  width: 180px;
  background-color: white;
  color: rgb(23,28,89);
  text-align: center;
  line-height: 18px;
  border-top-style: solid;
  border-top-color: white;
  border-top-width: 7px;
  font-weight: bold;
  background-color: rgb(239,194,14);
}

#menu a {
  color: rgb(239,194,14);
  text-decoration: none;
}

#menu a.fett {
  font-weight: bold;
}

#menu ul {
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0px;
}

#menu li.main {
  margin-top: 8px;
}

#menu li.sub {
  margin-top: 2px;
}

#content {
  position: absolute;
  left: 180px;
  right: 0;
  padding-left: 3%;
  padding-right: 8%;
  top: 95px;
  line-height: 18px;
}

#content h1 {
  margin-top: 28px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

#content img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#content a {
  color: darkblue;
  text-decoration: rgb(18,22,79);
}

#content td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}
