@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  .noprint { 
    visibility : hidden;
   }
}


body {
    background-color : #F3F3F3;
    background-image : url('../pic/bginfo.png');
    background-position : right;
    background-repeat : repeat;
    border-bottom-color : #000000;
    border-bottom-style : solid;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-color : #000000;
    border-right-style : solid;
    border-right-width : 0px;
    border-top-width : 0px;
    margin-bottom : 0px;
    margin-left : 10px;
    margin-right : 1px;
    margin-top : 0px;
  }


h1 {
    background-attachment : inherit;
    background-image : url('../pic/point.gif');
    background-position : top left;
    background-repeat : no-repeat;
    color : #404040;
    font-family : Arial;
    font-size : 16px;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    line-height : 18px;
    padding-left : 20px;
  }
h1.PreviewTitle {
    background-attachment : inherit;
    background-image : url('../pic/point.gif');
    background-position : top left;
    background-repeat : no-repeat;
    color : #404040;
    font-family : Arial;
    font-size : 16px;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    line-height : 18px;
    padding-left : 20px;
    margin-bottom : 0px; 
    margin-top : 10px;
  }
span.titeltext {
    background-attachment : inherit;
    background-image : url('../pic/point.gif');
    background-position : top left;
    background-repeat : no-repeat;
    color : #404040;
    font-family : Arial;
    font-size : 16px;
    font-style : normal;
    font-variant : normal;
    font-weight : bold;
    line-height : 18px;
    padding-left : 20px;
  }

.infotext {
    color : #404040;
    font-family : Arial;
    font-size : 14px;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    line-height : 16px;
    margin-left : 20px;
    margin-right : 10px;
  }


table {
    height : 100%;
    width: 100%;
  }


td {
    vertical-align : text-top;
  }


a.extern {
    background-image : url('../pic/extern.png');
    background-position : top right;
    background-repeat : no-repeat;
    color : #39754e;
    padding-right : 17px;
  }

a.pdf {
    background-image : url('../pic/acroread.png');
    background-position : top right;
    background-repeat : no-repeat;
    color : #39754e;
    padding-right : 17px;
  }

a.email {
    background-image : url('../pic/message.png');
    background-position : top right;
    background-repeat : no-repeat;
    color : #39754e;
    padding-right : 17px;
  }

a.intern {
    background-image : url('../pic/intern.png');
    background-position : center right;
    background-repeat : no-repeat;
    color : #39754e;
    padding-right : 10px;
  }


a.dokument {
    background-image : url('../pic/dokument.png');
    background-position : center right;
    background-repeat : no-repeat;
    color : #39754e;
    padding-right : 14px;
  }


img.layout {
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    height : 150px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    width : 100px;
  }


