/* ----- Allgemeine Formatierungen zum Druck ----- */
@page {
	margin: 2cm;
}
* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	color: black;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1pt solid black;
}
h2, h3, h4, h5 {
	font-size: 12pt;
	font-weight: bold;
}
#logo {
	margin-bottom: 1cm;
}
#headermenu, #footer2, #contentMenu, #shopmenu, #contentMenuShop, .screen {
	display: none;
}
