body {
  margin: 0;
  background: url(/fileadmin/administration/systembilder/printbg.gif) repeat-y #fff;
  background-position: 50% top;
}

#bodybg {
 width: 650px;
 text-align: left;
}

#kopf {
  width: 650px;
  font: 8pt verdana,arial,helvetica;
  color: #878787;
  border-bottom: 1px solid #878787;
  padding-top: 5px;
  display: table;
}
#kopflogo {
  width: 300px;
  float: left;
  text-align: left;
}
#adresse {
  float: right;
  width: 350px;
  text-align: right;
}

/******** CONTENT ********/


.csc-linkToTop {
  font-size: 7pt;
  text-align: right;
  }

div.csc-textpic-imagewrap {
  padding-bottom: 10px;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
  border: 1px solid #999;
}

#content .csc-textpic-caption {
  font-size:8pt;
  text-align: center;
  padding-top: 2px;
  padding-right:3px;
  padding-bottom:2px;
  padding-left:3px;
  color: #333;
  }

.csc-frame-indent3366 {
  padding-left: 40px;
}

.csc-frame-frame1 {
  background-color: #d0d0d0;
  padding: 1px 10px 1px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.csc-frame-frame2 {
  background-color: #d0d0d0;
  border: 1px solid #999;
  padding: 0 10px 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.csc-frame-rulerBefore {
   border-top: 1px solid #999;
   margin-left: -14px;
   margin-right: -14px;
   padding-left: 14px;
   padding-right: 14px;
   display: block;
}

.csc-frame-rulerAfter {
   border-bottom: 1px solid #999;
   margin-left: -14px;
   margin-right: -14px;
   padding-left: 14px;
   padding-right: 14px;
   display: block;
}

.csc-header-date {
   font: 7pt verdana,arial,helvetica;
   margin-bottom: 0px;
}

#content {
  font-family : Trebuchet MS, Helvetica, sans-serif;
  vertical-align: top;
  font-size: 10pt;
  color: #333;
  padding: 40px 46px 40px 55px;
  }
  
#content ul {
  list-style-image: url(/fileadmin/administration/systembilder/li-img.gif) ;
}


a:link, a:visited {
  color: #D30021;
  text-decoration: underline;
  }

a:hover, a:active {
  color: #D30021;
  text-decoration: none;
  }

#content h1 {
  font-size: 13pt;
  font-weight: bold;
  color: #D30021;
  margin-left: -14px;
  margin-right: -14px;
  padding-left: 14px;
  padding-right: 14px;
  background: url(/fileadmin/administration/systembilder/h1.gif) no-repeat;
}

#content h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #333;
  margin-left: -14px;
  margin-right: -14px;
  padding-left: 14px;
  padding-right: 14px;
  background: url(/fileadmin/administration/systembilder/h1.gif) no-repeat;
}

#content h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #D30021;
}

#content h4 {
  font-size: 10pt;
  font-weight: bold;
  color: #333;
}


/******** CONTENT-Rechts ********/

#rechts {
  font-family : Trebuchet MS, Helvetica, sans-serif;
  width: 190px;
  vertical-align: top;
  font-size: 10pt;
  color: #333;
  padding: 40px 0 0 0;
  }

#contentrechts {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}

#contentrechts a:link, #contentrechts  a:visited {
  color: #000;
  text-decoration: underline;
  }

#contentrechts a:hover, #contentrechts  a:active {
  color: #000;
  text-decoration: none;
  }

#contentrechts h1 {
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  padding: 1px 0 1px 10px;
  margin-left: -10px;
  margin-right: -10px;
  background: #D30021;
}

#contentrechts h2, #contentrechts h3, #contentrechts h4 {
  font-size: 10pt;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
  margin-bottom: -10px;
}


