/*
 * Defaults
 */
    body {
        background-color: rgb(255, 255, 255);
        font-family: Arial, sans-serif;
        color: rgb(70, 70, 70);
        font-size: 12px;
    }

    div#printpage {
        width: 100%; 
    }

    table#printtable {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    p, td {
        font-family: Arial, sans-serif;
        font-size: 12px;
        margin: 0;
        margin-bottom: 20px;
    }


    a, a:link, a:active, a:visited {
        color: rgb(244, 143, 28);
        text-decoration: none;
    }


    /* Orange text (span, div etc) */
    .orange {
        color: rgb(244, 143, 28);
    }

    div#content {
        font-family: Arial, sans-serif;
    }

    
    div.content div.newssingle div.newspagebrowser {
        display: inline;
        visibility: hidden;
    }

    img {
      border: 0px none white;;
    }

    h1 {
      margin: 0;
      font-size: 16px;
      font-weight: bold;
      color: rgb(0, 45, 115);
    }

    h2, h3, h4, h5, h6 {
      font-size: 12px;
      color: rgb(0, 45, 115);
      font-weight: bold;
    }

    

   td#printtablecontent {
      margin-bottom: 35px;
      padding-bottom: 35px;
      height: 95%;
      vertical-align: top;
   }

    /*
     * Footer
     */
    td#printfooterleft {
      margin: 0;
      border: 0;
      margin-top: 25px;
      border-top: 1px solid rgb(0, 45, 115);
      vertical-align: top;
    }

    td#printfooterleft table {
      border-collapse: collapse;
    }

    td#printfooterleft table td,  td#printfooterleft table td p {
      margin: 0px;
      padding: 0px;
      white-space: nowrap;
      padding-right: 5px;
    }

    td#printfooterright {
      margin: 0;
      border: 0;
      padding-top: 10px;
      border-top: 1px solid rgb(0, 45, 115);
      vertical-align: top;
      text-align: right;
    }


    /*
     * News item
     */
    div.newsitem {
      margin-top: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid rgb(0, 45, 115);
    }


    /*
     * Career liste
     */
    div.careerjob {
      margin-bottom: 25px;
    }

    div.careerjob div.title {
      font-weight: bold;
      margin-bottom: 3px;
    }

    div.careerjob div.text {
      margin-bottom: 20px;
    }

    div.careerjob div.top {
      text-align: right;
    }



        /*
         * Tabelle
         */
        table.contenttable {
          margin-top: 10px;
          margin-bottom: 25px;
          width: 100%;
          border-collapse: collapse;
        }

        table.contenttable td p {
          margin: 0; padding: 0;
        }

        table.contenttable td {
          padding: 4px 8px 4px 8px;
          border-left: 1px solid #ffffff;
          border-bottom: 0px solid #ffffff;
          height: 20px;
        }

        table.contenttable tr.tr-even {
          background-color: #D1D9EA;
          padding: 2px;
        }

        table.contenttable tr.tr-odd {
          background-color: #ECEFF7;
          padding: 2px;
        }

        table.contenttable tr.tr-0 {
          color: white;
          padding: 2px;
          padding-left: 4px;
          background-color: rgb(0, 45, 115);
        }

        /*
         * People-Seite
         */
        div.peoplerow {
          float: left;
          margin-bottom: 8px;
        }

        div.peoplerow table {
          border-collapse: collapse;
          border: 0;
          margin: 0;
          padding: 0;
          width: 446px;
        }

        div.peoplerow td {
          padding: 0;
          margin: 0;
          padding-right: 4px;
          padding-left: 3px;
        }

        a.quoteLink {
          left: -1000px;
          top: -1000px;
        }

