body {
	font: 12pt Times, serif;
  color: black;
	background-color: white;
}
a:link, a:visited, a:active {
	color: #000066;
}
div#site {
	margin: 5em auto 0 auto;
	width: 54em;
}
div#bild, div#titel, div#taetigkeit, div#kontakt {
	float:left;
}
div#bild {
	width: 24em;
}
div#titel {
	width: 28em;
  padding-left: 2em;
}
div#taetigkeit {
	width: 25em;
	padding-top:1em;
  padding-left: 2em;
}
div#kontakt {
	width: 26em;
	background-color: #b5bee5;
	padding: 1em 2em;
	float:right;
	margin-top:4em;
}
div#impressum {
	width: 26em;
	background-color: #b5bee5;
	padding: 1em 2em;
	float:right;
	margin-top:1em;
}
div#datenschutz {
	width: 26em;
	background-color: #b5bee5;
	padding: 1em 2em;
	float:right;
	margin-top:1em;
}
div#box {
	width: 27em;
	height: 20em;
	padding: 1em 0 0 2em;
	float:right;
	margin-top:1em;
  text-align:center;
}
h1 {
	font: 24pt Times, serif;
  font-weight: bold;
  color: black;
	margin-bottom: 0;
}
h2 {
	font: 18pt Times, serif;
  color: black;
  font-weight: bold;
	border-bottom: 1px solid black;
	margin-top: 0;
}
h3 {
	font: 14pt Times, serif;
  color: black;
  font-weight: bold;
	text-decoration: underline;
}
ul {
	list-style-image:url(pfeil.gif);
}
.small {
	font: 11pt Times, serif;
}
.blau {
	font: 11pt Times, serif;
  font-weight: bold;
  color: #576dc1;
}