@charset "UTF-8";

/* CSS Document */

html {
  height: 101%;
}

/* Vertikale Scrollbar erzwingen, für glatte Übergänge */
body {
  width: 1024px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a {
  text-decoration: none;
  color: #42291c;
}

img {
  border: none;
}

.row {

  margin-bottom: 33px;
  height: 180px;
}

.row > div {
  float: left;
  width: 180px;
  margin-right: 43px;
}

.row > div:last-child {
  margin-right: 0px;
}

.canvas {
  padding-top: 43px;
  padding-left: 88px;
  width: 890px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.canvas h1 {
  margin: 0;
  padding: 0
}

/* Unterseiten */

.backgr {
  background-color: #42291c;
  width: 1024px;
}

.page {
  width: 978px;
  float: left;
  background-color: #FFFFFF;
}

.end {
  width: 978px;
  float: none;
  background-color: #FFFFFF;
}

.leftmenu ul {
  margin-top: 44px;
  font-size: 12px;
  font-weight: 700;
  color: #42291c;
}

li {
  list-style: url(images/greendot.gif);
  margin-bottom: 10px;
}


.header {
  margin-top: 43px;
  height: 180px;
  float: left;

}

.header h1 {
  margin: 0;
  padding: 0
}

.header .left {
  width: 534px;
  height: 180px;
  float: left;
}

.header .right {
  float: left;
  width: 434px;
}

.menu {
  height: 35px;
  padding-left: 26px;
}

.headline {
  height: 43px;
  background: url(images/splitter.gif) no-repeat left bottom;
  padding-top: 102px;
}

.main {
  float: none;
}

.main .leftmenu {
  float: left;
  width: 200px;
}

.main .content {
  float: left;
  min-height: 300px;
  margin-top: 44px;
  width: 512px;
}

.content a:link {
  color: #42291c;
  text-decoration: underline;
}

.content h2 {
  margin-top: 0px;
  margin-bottom: -8px;
  background: url(images/greendot.gif) no-repeat left center;
  font-size: 12px;
  color: #42291c;
  padding-left: 13px;
}

.content h3 {
  margin-top: 14px;
  margin-bottom: -8px;
  color: #42291c;
  font-weight: 700;
  font-size: 11px;
}

.content p {
  color: #707173;
  line-height: 19px;
  margin-bottom: 20px;
}

.content li {
  margin-left: -24px;
  list-style: url(images/doubleslash.gif);
  font-weight: 700;
  margin-bottom: 7px;
  padding-left: 0px;
}

.content ul {
  margin-top: 4px;
  margin-bottom: 20px;
}

.content table {
  color: #707173;
}

.content tr {
  height: 19px;
}

.scrolltop {
  border-bottom: 1px solid #97bf0d;
  text-align: right;
  padding-bottom: 4px;
  margin-bottom: 24px;
}

.scrolltop a:link {
  color: #42291c;
  text-decoration: none
}

.scrolltop img {
  padding-bottom: 5px;
  margin-right: 2px;
}

.footer {
  float: none;
  clear: both;
  margin-left: 200px;
  text-align: right;
  width: 512px;
  margin-bottom: 20px;
}

.footer a {
  color: #707173;
  font-weight: 400;
}

.slash {
  color: #97bf0d;
  font-weight: 700;
}

.brown {
  color: #42291c !important;
}

.bold {
  font-weight: 700;
}

.green {
  color: #97bf0d;
!important
}

.uppercase {
  text-transform: uppercase;
}

.imagesonly {
  margin-top: 40px;
}

.notrailingspace {
  margin-bottom: 0px !important;
}