body {
  margin: 20px;
  padding: 0px;
  background-color: #9ec5ff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #544734;
  text-align: center;
}
#container {
  margin: 0 auto;
  border: 2px solid #544734;
  padding: 0px;
  width: 956px;
  background-color: #fff2ce;
  text-align: left;
}
#header {
  position: relative;
  width: 956px;
  height: 120px;
  background-image: url(./../images/das_title.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#header #hol {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  background-image: url(./../images/das_ol.gif);
}
#header #hor {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background-image: url(./../images/das_or.gif);
}
#header #pic {
  z-index: 99;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-image: url(./../images/sadk.gif);
}
#content {
  position: relative;
  margin: 0px;
  padding: 10px;
  width: 936px;
}
#content table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#contentMain {
  float: left;
  width:  730px;
}
#contentSidebar {
  float: right;
  width: 180px;
}
#footer {
  clear: both;
  position: relative;
  padding-top: 10px;
  width: 956px;
}
#footer #ful {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  background-image: url(./../images/das_ul.gif);
}
#footer #fur {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background-image: url(./../images/das_ur.gif);
}
/* @annotation Hier innere Daten */
#header #userInfo {
  position: absolute;
  top: 10px;
  right: 120px;
  margin: 0px;
  padding: 0px;
}
#header #userInfo table {
  margin: 0px;
  padding: 0px;
  width: 255px;
}
#header #userInfo td {
  padding: 2px;
}
#header #userInfo .loginFeld {
  margin: 0px;
  border: 1px solid #000000;
  padding: 0px;
  height: 18px;
  width: 120px;
  line-height: 14px;
}
#header #userInfo .loginSubmit {
  margin: 0px;
  border: 1px solid #000000;
  padding: 0px;
  height: 18px;
  width: 50px;
  background-color: #544734;
  line-height: 14px;
  font-size: 8pt;
  color: #9ec5ff;
}
#header #navigation {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 25px;
  background-image: url(./../images/das_menu.gif);
}
#header #navigation ul {
  margin: 0px;
  padding: 0px;
  height: 25px;
  list-style-type:none;
}
#header #navigation li {
  float: left;
  padding: 0px 10px 0px 10px;
  line-height: 25px;
  font-weight: bold;
  font-size: 10pt;
  color: #9ec5ff;
}
#header #navigation a {
  display: block;
  color: #9ec5ff;
  text-decoration: none;
}
#header #navigation a:hover {
  color: #9ec5ff;
  text-decoration: underline;
}
#header #navigation ul ul {
  position: absolute;
}
#header #navigation ul ul li a {
  color: #544734;
}
#footer p {
  margin: 0px;
  padding: 5px;
  font-size: 8pt;
  text-align: center;
}
#footer a {
  color: #6882a8;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#content h1 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 18pt;
  font-weight: bold;
}
#content a {
  color: #6882a8;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
/* Start */
#startTable {
  width: 100%;
}
#startTable td {
  width: 50%;
  vertical-align: top;
}
#startTable h2 {
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}
#startTable li {
  margin: 4px;
  font-size: 10pt;
}
#regBox {
  text-align: center;
  font-size: 8pt;
}
#regBox button {
  margin: 3px;
  border: 2px solid #C40201;
  padding: 3px;
  background-color: #E17967;
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
  text-align: center;
  text-decoration: none;
}
/* Impressum */
#imprint {
  width: 100%;
  text-align: center;
}
#imprintBox {
  margin: 0 auto;
  width: 450px;
  text-align: left;
}