body {
   margin: 2em;
   padding: 0;
}

a {
	color: Black;
	text-decoration: none;
}

h1 {
   color: #Black;
   font: bold 14pt Tahoma, Arial, helvetica, sans-serif;
}

h2 {
   color: #Black;
   font: bold 12pt Tahoma, Arial, helvetica, sans-serif;
}

img {
	border: none;
}

.imagefloat {
	float: right;
	border: none;
	background-color: transparent;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.printheader {
	font: bold 14pt Tahoma, Arial, helvetica, sans-serif;
	background-color: White;
	color: #990000;
}

.printfooter {
  border-top: 1px dotted;
	font: 8pt Tahoma, Arial, helvetica, sans-serif;
	background-color: White;
	color: Black;
	text-align: right;
}

#header {
   display: none;
}

#Rahmen {
   display: none;
}

#contents {
	list-style-type: square;
	list-style-position: outside;
	border: none;
	font: 10pt Tahoma, Arial, helvetica, sans-serif;
	text-align: left;
	color: Black;
	background-color: White;
}

#contents p { line-height: 120%; }

#contents li {
	display: list-item;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
}

#contents img{
	border: none;
}

#checkup {
	list-style-type: square;
	list-style-position: outside;
	border: none;
	font: 10pt Tahoma, Arial, helvetica, sans-serif;
	text-align: left;
	color: Black;
	background-color: White;
}

#checkup p {
	line-height: 120%;
}

#checkup img {
	border: none;
}

#footer {
  display: none;
}

#email {
  display: none;
}

#sidebar {
  display: none;
}

#hidefromprint {
  display: none;
}

.left { text-align: left; }
.right { text-align: right; }
.center { 
  text-align: center; 
  margin-left: auto;
  margin-right: auto;
}
