

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#rahmen, #header, #logo, #topschrift, #topnavigation, #micronavigation, #suchfeld, #navigation, .navigation, #fotos-tabelle, 
 .fotos, .footer-text, .werbung, #footer1, #footer2, #footer3 {
	display: none;
}


body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif, Garamond, Palatino;
	color: black;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	margin: .75em 0 .5em 0;
	page-break-after: avoid;
}

p {	
	margin: 0 0 1em 0;
}

p+p {
	margin-top: -1em;
	text-indent: 2em;
}

body a:link, body a:visited {
	font-size: 90%;
	color: #04667e;
	background: transparent;
	text-decoration: none;
}


#footer4 {
  border-top: 1.5pt solid;
  font-size: .95em;
  color: #333;
  text-align: center;
  margin-top: 15pt;
}













