@page { 
	size: portrait;
}

.noprint {
	display: none;
}

#kopfschatten {
	display: none;
}

#fussschatten {
	display: none;
}

html {
	height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal 11pt/13pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
	background: white;
}

h1 {
	font-size: 1.6em;
	padding: 0 0 0 5px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

h3 {
	padding: 0 0 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

h1 span,
h3 span {
	float: right;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.6em;
	width: 95%;
	text-align: right;
	margin-right: 5px;
}

table,tr,td {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}

#kopf {
	display: none;
}

#fuss {
	display: none;
}

td.inhalt {
	width: 100%;
	vertical-align: top;
}

form fieldset.fieldback {
	background: white;
}
