/* Allgemeines Zeug */
* {
	margin:0px;
	padding:0px;
}

html {
	position: absolute;
}

body {
	background: white;
	text-align:center;
	margin: 0;
	padding: 0;
}

body, table {
	font-family: arial, sans-serif;
	font-size: 8.5pt;
}

td {
	vertical-align: top;
}

h2 {
	padding: 10px 0 10px 0;
	font-size: 8.5pt;
}

h3 {
	font-size: 8.5pt;
	margin: 15px 0 0 0;
}

p {
	margin: 4px 0 10px 0;
	line-height: 1.5em;
}

h1 {
	font-size: 9pt;
	padding-top: 20px;
}

a {
	text-decoration: none;
	color:#00759F;
}
