




/*Screen-Design - Druck*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	padding-bottom: .5em;
	color: black;
}

h1 { font-weight: normal; font-size: 1.2em; }
h2 { font-weight: normal; font-size: .9em; }
h3 { font-weight: normal; font-size: .7em; }

a { 
	font-weight: normal;
	letter-spacing: .11em;
	font-size: 1em; 
	color: black;
}

#header, #footer, #nav, #background  {
	display: none;
}

body.printy {
	margin-top: 150px;
	clear: both;
}

.printy h1 {
	font-size: 2.5em;
	font-weight: normal;
}

.printy h2 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	border-bottom: 1px solid black;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.printy h6 {
	bottom: 0;
	font-size: 1em;
	text-align: center;
	padding-top: .5em;
	margin-top: .5em;
	border-top: 1px solid black;
}
.printy h4 {
	display: none;
}

