/* erstellt von: Kevin Woelfer, creative mindworks 2001*/
/*	Peter Szajek */

@media print {

    div.header {
        display: none;
    }

    div.printable {
        page-break-inside: avoid;
        page-break-after: always;
    }
/*overflow: visible !important;*/
 }

#printbutton {
display:none;
}

#divname {
display:none;
}


a:link  {
  color           : #343447;
  /*text-decoration : none;*/
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 9pt;
}

a:linksichtbar  {
  color           : #343447;
  text-decoration : underline;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 9pt;
}


a:visited  {
  color           : #343447;
  text-decoration : underline;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 9pt;
}

a:active  {
  color           : #343447;
  text-decoration : underline;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 9pt;
}

a:hover  {
  color           : #343447;
  text-decoration : underline;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 9pt;
}

p,ul,ol,li,th,address,blockquote,nobr,b,i,input,textarea,select  {
  font-family     : Arial, Tahoma, Verdana,Times New Roman;
  text-decoration : none;
  color           : #343447;
  font-size       : 9pt;
}

td {
  font-family     : Arial, Tahoma, Verdana,Times New Roman;
  text-decoration : none;
  color           : #343447;
  font-size       : 9pt;
}

td.headline {
  font-family     : Arial, Tahoma, Verdana;
  text-decoration : none;
  color           : #F9F9F9;
  font-size       : 9pt;
  font-weight     : bold;
}