body {
  font-family: verdana;
  font-size: 12;
  font-weight: normal;
  color: #330066;
	margin: 0px;
}

b {
  font-size: 13;
  font-weight: bold;
}

#wrapper {
  width: 840px;
  margin: 0px auto;
  padding: 10px;
}

#header {
  height: 93px;
  margin-left: 160px;
  padding: 5px;
  background-image: url('images/de-logo.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

#menu {
  margin-left: 160px;
  margin-top: 10px;
}

#bottom {
  clear: both;
  text-align: right;
}

.content {
  margin-left: 160px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.content-text {
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.content-form {
  margin-left: 160px;
  width: 120px;
  position: relative;
  float: left;
  text-align: left;
}

.content div {
  padding: 10px;
  float: left;
}

table.form {
  table-layout: fixed;
  font-size: 13;
}

.pic-left {
  margin-left: 0px;
  width: 300px;
}

.pic-right {
  margin-left: 15px;
  width: 300px;
}

a.menulink {
  font-size: 11;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a.menulink:hover {
  font-size: 11;
  color: "#F66610";
  text-decoration: none;
  font-weight: bold;
}

a.menuselink {
  font-size: 11;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

a.menuselink:hover {
  font-size: 11;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a.altlink {
  font-size: 11;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a.altlink:hover {
  font-size: 11;
  color: "#F66610";
  text-decoration: none;
  font-weight: bold;
}

form {
  font-size: 13;
  font-weight: bold;
}

.centeredImage {
  text-align: center;
  display: block;
}

.Bar {
    border-right: white 3px outset;
    border-left: white 1px outset;
    border-top: white 1px outset;
    border-bottom: white 3px outset;
    float: left;
    width: 103px;
    height: 20px;
    cursor: hand;
    position: relative;
    background-image: url('images/blue.jpg');
    border-style: ridge;
    text-align: center;
    margin-top: 0px;
    padding: 1px;
}

.Barsel {
    border-right: white 3px outset;
    border-left: white 1px outset;
    border-top: white 1px outset;
    border-bottom: white 3px outset;
    float: left;
    width: 103px;
    height: 20px;
    cursor: hand;
    position: relative;
    background-image: url('images/orange.jpg');
    background-color: white;
    border-style: ridge;
    text-align: center;
    margin-top: 0px;
    padding: 1px;
}