body {
  background: #ffc20e url(/_img/orange/body_background.gif) no-repeat center top;
}

.header_de {
  background: url(/_img/orange/slogan.de.gif) no-repeat 17px 13px;
}
.header_en {
  background: url(/_img/orange/slogan.en.gif) no-repeat 17px 13px;
}

#menu {
  background: #FFF url(/_img/orange/border.gif) repeat-y right top;
}

.box {
  background: #FFF url(/_img/orange/border.gif) repeat-y right top;
}

#content {
  background: #FFF url(/_img/orange/border.gif) repeat-y right top;
}

#menu div ul li a.current {
  color: #f16515;
}

#content h1, #content h2, #content h3, #content a:hover {
  color: #f16515;
}
#content h2.underline {
  border-bottom: 1px #f16515 solid;
}
#content a {
  color: #7F4923;
}
#content .hr {
  border-color: #f16515;
}
#content p.subtitle {
  color: #f16515;
}

#content .agenda th.time {
  background-color: #fff0c3;
}
#content .agenda th.day {
  border-bottom-color: #f16515;
}

