/*
 * Diese Datei wird für die Druckansicht benutzt
 */

  #table{ display: none; }
  #logo{  display: none; }
  #druckansicht{ display: block; 
    width: 16cm;
  }

  body{
    margin-left: 0cm;
	font-family:  Arial, Verdana, Sans;
  	font-size: 10px;
  	font-weight: normal;
  }

@media print {
   #printbutton { display: none; }
}

.text, A {	
	font-family:  Arial, Verdana, Sans;
  	font-size: 10px;
  	font-weight: normal;
  	color: #323A56;
/*  	text-decoration: none;/**/
	line-height:17px;}

.headline {	
	font-family:  Arial, Verdana, Sans;
  	font-size: 13px;
  	font-weight: bold;
  	color: #323A56;
  	text-decoration: none;
	line-height:17px;}