﻿@media print {

* {
    font-family: "times new roman",times,serif;
	font-size: 13pt;
    text-align: justify;
}
 
div.rahmen {
}
  
p.h1 {
	text-align:center;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}

header.yi {	
	display: none;	
}

footer {	
	display: none;	
}

div.dr {	
	display: none;	
}

button.druck {	
	display: none;	
}

a.druck {	
	display: none;	
}

div.item1 b.pfeil {
	color:black;
}
	
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: black;
}
	
p.home {
	color: gray;
	font-size: 10pt;
	text-align: right;
}


div.item1 td {
	border-bottom: thin solid black;
}

}

@page {
   size: A4 portrait;
   margin-top: 30pt; 
   margin-left: 25pt; 
   margin-right: 20pt;
   margin-bottom: 40pt;  
}
