body {
    width: 99%;
    height: 90%;
    margin: 0px;
    padding: 0px;
    margin-top: 35px;
    color: #E1E3EB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #1D3E71;
    cursor:default;
}

td {
    padding: 0px;
    margin: 0px;
    color: #E1E3EB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: top;
}

ul {
    list-style-type: disc;
}

a {
    color: #051F61;
    text-decoration: underline;
}

a:hover {
    color: #051F61;
    text-decoration: underline;
}

a.dark {
    color: #051F61;
    text-decoration: none;
}

a.dark:hover {
    color: #051F61;
    text-decoration: underline;
}

input, textarea {
    background-color: #C2C4C7;
    color: #051F61;
    border: none;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table.body {
    width: 1000px;
    /*height: 300px;*/
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

td.light-top {
    width: 500px;
    height: 10px;
    background-color: #C2C4C7;
}

td.dark-top {
    width: 500px;
    height: 10px;
    background-color: #051F61;
}

td.logo {
    width: 500px;
    /*height: 150px;*/
    background-color: #051F61;
}

/*.logo {margin:10px 0 7px 20px;}*/
.div_logo {
  height: 118px;
  float:left;
  width:30%;
  text-align:center;
}
.div_firmenname {
  float:right;
  width:69%;
}

td.image {
    width: 500px;
    height: 150px;
    background-color: #051F61;
    text-align:center; /*neu*/
}

td.light {
    width: 500px;
    min-height: 150px;
    height: 150px !important;  /* für moderne Browser */
    height: 150px;  /*für den IE */
    background-color: #C2C4C7;
}

td.dark {
    width: 500px;
    min-height: 150px;
    height: 150px !important;  /* für moderne Browser */
    height: 150px;  /*für den IE */
    background-color: #051F61;
    margin-top: 0px;
    margin-left:50px;
}

td.light-line {
    width: 500px;
    height: 20px;
    background-color: #C2C4C7;
}

td.dark-line {
    width: 500px;
    height: 20px;
    background-color: #051F61;
}

td.light-ref {
    width: 500px;
    height: 140px;
    background-color: #C2C4C7;
}

td.dark-ref {
    width: 500px;
    height: 140px;
    background-color: #051F61;
}

p.navi {
    margin-left: 5px;
    margin-top: 5px;
}

a.active {
    text-decoration: underline;
}

div.text-dark {
    margin: 15px 70px;
    color: #051F61;
    line-height: 17px;
}

div.text-light {
    margin: 15px 70px;
    color: #C2C4C7;
    line-height: 17px;
}

div.ref-image {
    margin-top: 0px;
    margin-right: 80px;
}

#ueberschrift {
  float:right;
  margin:48px 12px 15px 0;
  font-size:2.2em;
}

div.example {
  width: 100%;
  border-bottom:1px solid #A29330;
  background:#FDF2AB;
  text-align: center;
  padding: 5px 0px 5px 10px;
  font-family: Arial, Helvetica, sans-serif;
  color:#000;
  font-size: 12px;
}
div.example a {
    color: #E25600;
}