body, html {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background: #EEE;
  margin-bottom: 20px;
}

#main {
  margin: auto;
  padding-top: 10px;
  max-width: 1024px;
  min-width: 750px;
}

#header {
  text-align: center;
  margin-bottom: 90px;
}

#content {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 13px;
  padding: 12px 0 0 0;
  margin: 0 220px;
}

* html #content {               /* Kludge: IE 3 px text jog bug */
  height: 1%;
}

#content h1 {
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 2px;
  font-family: 'Times New Roman', Arial, Verdana;
  margin-bottom: 0px;
  background: url(/_img/h1-bg.png) left 23px repeat-x;
}

#content h1 b {
  font-family: 'Times New Roman', Arial, Verdana;
  font-weight: normal;
  font-size: 24px;
}

.first {
  margin-top: 0px;
}

#content h2 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Times New Roman', Arial, Verdana;
  margin-bottom: 0px;
}

#content h2 b {
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 1px;
  font-family: 'Times New Roman', Arial, Verdana;
  margin-bottom: 0px;
}

#content h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}

#content p {
  line-height: 180%;
}

#content a {
  color: #881800;
}

#content a:hover {
  color: #FF3300;
}

#content ul li {
  margin: 5px;
}

#content .zitat {
  float: right;
  margin: 10px 0 5px 5px;
  width: 250px;
  background: #fafafa url(/_img/fader.gif) repeat-x left bottom;
  border: 1px #d9d0ca solid;
  padding: 4px 12px;
}

#content .zitat.unten {
  float: none;
  width: auto;
  margin: 0;
}

#content .zitat h2 {
  margin: 0;
  font: bold 11px Verdana, "Times New Roman", Georgia;
  letter-spacing: 0;
}
#content .zitat p {
  line-height: 14px;
  font-family: Verdana, 'Times New Roman', Georgia;
  font-size: 10px;
  margin: 5px 0;
}

#content .zitat .quelle {
  color: #666;
  margin-top: 5px;
  border-top: 1px #d9d0ca dotted;
  padding-top: 5px;
}

.date {
  float: right;
  font-size: 10px;
  font-family: Verdana, Arial, Sans-Serif;
  margin: 1px -0px 0 0;
  color: #666;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  margin: 0;
  padding: 0 0 0 6px;
  height: 18px;
}

.menu ul li a {
  font-family: 'Trebuchet ms';
  font-size: 12px;
  text-decoration: none;
  color: #000;
  background: url(/_img/list-item.gif) no-repeat 0px 7px;
  padding: 0 2px 0 19px;
}

.menu ul li a:hover {
  color: #ff3300;
  font-weight: bold;
   background: url(/_img/list-item-hover.gif) no-repeat 2px 6px;

}

.menu ul li a.current {
  color: #ff3300;
  font-weight: bold;
  background: url(/_img/list-item-hover.gif) no-repeat 2px 6px;
}

.menu ul li.headline {
  padding: 17px 0 0 0;
  margin: 0 0 -7px 0;
  background: none;
  height: auto;
}

.menu ul li.headline a {
  background: none;
  margin: 0 0 -7px 0;
  height: auto;
  padding: 17px 0 0 0;
}

.menu ul li.headline a:hover {
  color: #ff3300;
  background: none;
}

.menu ul li.nosub {
  margin-bottom: -15px;
}

#lmenu {
  float: left;
  width: 210px;
  padding-left: 10px;
}

#rmenu {
  width: 180px;
  float: right;
}

* html #lmenu,
* html #rmenu,
* html #main {
  position: relative;           /* KLUDGE: IE 6 peek a boo bug */
}

#footer_a {
  clear: both;
  padding-top: 50px;
}
* html #footer_a {
  padding-top: 25px;            /* KLUDGE: IE double padding */
}

#footer_b {
  width: 483px;
  margin: auto;
}

#footer_b img {
  border: none;
  float: left;
}

#imageline {
  position: absolute;
  top: 110px;
  left: 0px;
  height: 70px;
  width: 100%;
  background: #FFF url(/_img/imageline.gif) repeat-x center top;
}

p.footer {
  color: #b3b3b1;
  font-size: 11px;
}

#content p.partner {
  line-height: 130%;
  border-bottom: 1px dotted #b3b3b1;
  padding: 10px 0;
}

#content p.partner span  {
  width: 200px;
  display: block;
  text-align: right;
  padding-right: 10px;
}

#content p.partner img {
  border: none;
}

#content table.partner {
  border: none;
  /* font-family: 'Trebuchet ms'; */
  /* font-size: 13px; */
  line-height: 130%;
  border-collapse: collapse;
}

#content table.partner img {
  border: none;
  padding-right: 10px;
}

#content table.partner td {
  border-bottom: 1px dotted #b3b3b1;
  padding: 10px 0;
}

#content div.download {
  background: #EEF;
  border: 1px solid #b3b3b1;
  padding: 5px 5px 5px 50px;
  margin: 5px 0;
  line-height: 18px;
}

#content div.download img {
  border: none;
  float: left;
  vertical-align: -15px;
  margin-left: -42px;
}

#content div.download small {
  display: block;
  margin-top: 0px;
}

#content div.footnotes{
  font-size: 11px;
  border-top: 1px dotted #b3b3b1;
}

#content a.footnote {
  position: relative;
  top: -5px;
  font-size: 10px;
  text-decoration: none;
}

#content p.intro {
  font-weight: bold;
}

#content p.quelle {
  color: red;
  font-weight: bold;
}

#content strong.red {
  color: #FF4516;
}

#content .sidebox {
  width: 200px;
  float: right;
  font-size: 90%;
  line-height: 140%;
  border: 1px solid #CCC;
  background: #EEE;
  padding: 10px;
}

/* FORM ANMELDUNG */

form {
  margin: 0;
  padding: 0;
}

form div {
  padding: 10px;
  background: #fafafa url(/_img/fader.gif) repeat-x left bottom;
  border: 1px #e8e8e8 solid;
}

form table {
  width: 97%;
}

form table th {
  width: 200px;
  font-weight: normal;
  text-align: right;
  padding: 4px 0 3px 0;
  vertical-align: top;
}

form table td {
  color: #ff3300;
  padding: 3px 0 3px 5px;
}

form table td input {
  width: 90%;
}

form table td textarea {
  height: 100px;
  width: 90%;
}

.form_errors {
  background-color: #ffdede;
  border: 1px #ff3300 solid;
  padding: 10px;
}

.form_errors span {
  color: black;
}

table.picturetab {
  width: 500px;
  margin: auto;
  border-collapse: collapse;
}
table.picturetab td {
  padding: 5px;
  border-bottom: 1px solid #DDD;
}

#content .termine td h3 {
  margin-top: 0;
}
#content .termine ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .termine li {
  margin: 0;
  padding: 0;
}
