body {
  background-image:url(images/bckg.gif);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#414141;
  margin:0;
  text-align:center;
  }
a:link {
  color:#B80101;
  text-decoration:none;
  }
a:visited {
  color:#B80101;
  text-decoration:none;
  }
a:hover {
  color:#B80101;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

.rechts {
  text-align:right;
  margin-top: 80px;
}

.kleingedrucktes {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#414141;
  margin-left:5px;
  }

/* Header
-----------------------------------------------
 */

#header-wrapper {
  width:742px;
  background-color: #ffffff;
  margin:0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 742px;
  background-color:#ffffff;
  margin:15px auto 0px auto;
  padding:0px;
  }
  
#content-wrapper {
  width: 742px;
  font-familiy: Arial, Helvetica, Sans-Serif;
  background-color:#ffffff;
  margin:0px auto 15px auto;
  }

#main-wrapper {
  width: 702px;
  padding: 0px 20px 0px 20px;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;
  text-align: left;     /* fix for long non-text content breaking IE sidebar float */
  }


/* Headings
----------------------------------------------- */

h2 {
  font-family:"Times New Roman", Times, serif;
  font-size:22px;
  color:#B80101;
  font-weight:normal;
  margin:1.5em 0 .75em;
  line-height: 1.4em;
}