body {
	background: transparent;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
}
@page {
	size: portrait;
	margin-top: 1cm;
    margin-bottom: 2cm;
    margin-left: 2.5cm;
    margin-right: 2.5cm
}
@page:footer {
	content: ,"Seite " decimal(pageno), ;border-top:thin solid black
}

a, a:visited, a:hover { text-decoration: none; color: black; border-bottom: 1px dotted black; }
a.big { font-weight: bold; }

hr { color: #55656C; height: 1px; width: 99%; text-align: left; }

h1 {
	margin-bottom: 1pt;
	margin-top: 3pt;
	font-size: xx-large;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	color: #696969;
}
h3 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-size: large;
}

#whg_main {
	width: 30%;
	height: 30%;
}

.header {
	margin-bottom: 0.5em; margin-top: 0.1em;
	font-size: x-small;
}
.footer {
	margin-bottom: 0.5em; margin-top: 1em;
	font-size: x-small;
}

.small	{ font-size : small; }
.xsmall	{ font-size : x-small; }

hr { color: black; height: 1px; width: 100%; }

.border {
	border-color : black;
	border-style : solid;
	border-width : 1px;
}

img.stern {
	height: 1em;
}

ul.links {
	display: none;
	list-style-image : url(images/ar.gif);
}

/* Sichtbarkeit */
.screenOnly { display: none; }
.printOnly  { display: block; }
/* Kopf */
#printheader { border: 1px solid black; margin-bottom: 1em; }
#printheader table{ width: 16cm; }
#printheader table tr { vertical-align: top; }
#print-header table td { font-size: 10pt; padding: 0.25em; }
