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

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

h1 {
   color: Black;
   font: bold 12pt 'Trebuchet MS', 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 'Trebuchet MS', Arial, helvetica, sans-serif;
	background-color: White;
	color: #990000;
}

.printfooter {
	font: 8pt 'Trebuchet MS', 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 'Trebuchet MS', 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 'Trebuchet MS', 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;
}

#hidefromprint {
  display: none;
}

#sidebar {
	list-style-type: square;
	list-style-position: outside;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	font: 10pt 'Trebuchet MS', Arial, helvetica, sans-serif;
	text-align: left;
	color: Black;
	background-color: White;
}

#sidebar h2 {
  font: bold 10pt 'Trebuchet MS', Arial, helvetica, sans-serif;
}

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

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

#bullets {
  font-weight: normal;
  font-style: italic;
}

#bullets li {
  margin: 0 0 0 2.5em;
  padding: 0.5em 0 0 0.5em;
	display: list-item;
	list-style-position: outside;
	list-style-image:url(pics/peoplebullet.gif);
}
