body {
  margin: 0px;
  font-family: Verdana;
  font-size: 12px;
  background-color: #FFCC33;
  /*vorher: #CC0033,#660033 */
  color: #FFFFCC;
  text-align: center;
}

h1 {
  font-size: 18px;
  color: #FFFFCC;
  margin: 0px;
  padding: 5px
}

h2 {
  font-size: 14px;
  color: #FFFFCC;
}

h3 {
  font-size: 14px;
  color: #FFFFCC;
}

p {
  margin-top: 0px;
  padding: 1em;
}

a:link,a:visited,a:active,a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #AC0033;
  font-size: 12px;
}

a:active,a:hover {
  color: #000;
}

/* Die Hyperlinks im Men� */
a.menu:link,a.menu:visited {
  color: #FFFFCC;
  text-decoration: none;
}

a.menu:active,a.menu:hover {
  color: #eeeeee;
  background-color: #FF0066;
}

/* Das Gesamt DIV */
#main {
  width: 980px;
  margin: 0px auto;
  text-align: left;
  border-left:2px solid #FF9933;
  border-right:2px solid #FF9933;

}

/* Die Titelzeile */
#title {
  padding: 5px 0pt 5px 5px;
  text-align: center;
  height: 91px;
  vertical-align: top;
  background-color: #FF9900;
  float: left;
}

#titleimage {
  background-color: #FF9900;
  padding: 10px;
  height: 80px;
  text-align: right;
}

/* Das Men� */
#menu {
  color: #ffffff;
  text-align: center;
  padding: 10px 0px;
}

/* Der Inhalt */
#content {
  background-color:#FFE566;
  padding: 5px;
  color: #000000;
  width: 610px;
  min-height: 45.6em;
  float: left;
}

/* Die Links */
#right {
  background-color: #FFB200;
  padding: 10px 5px -1px 0;
  width: 360px;
  float: right;
}

