/*==================================================
style-sheets.de
Stylesheet fuer die Druckausgabe
==================================================*/

/* Das "Logo" soll auch im Druck sein Aussehen behalten */
#logo img { 
border: 0; 
}

/* Fuer die Druckausgabe ueberfluessiges abschalten */
#top, #search, #contentmainnavi, #left {
  display: none;
}


/* Geeignete Eigenschaften fuer die Druckausgabe setzen */

body {
  margin: 0;
  padding: 0;
  font: 0.9em "Arial", Verdana, serif;
  line-height: 1.0;
  background: transparent;
}

	
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", Verdana, "Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

h2 {
  font-size: 0.9em;
  letter-spacing: .03em;
  color: #0033CC;
}

h3 {
  font-size: .9em;
}

h4 {
  font-size: .8em;
}
	
h5 {
  font-size: .8em;
}
	
h6 {
  font-size: .8em;
}
	
ol, ul, li {
  font-size: .9em;
  line-height: 1.5;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: .9em;
  line-height: 1.0;
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

code {
  font-size: .76em; /* Code wird sonst viel zu gross gerendert */
  font-family: Monaco, monospace;
  color: #333;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}





/* Innerhalb von Beispielen sind ausgedruckte URLs unerwuenscht */
.beispiel a:link:after,
.beispiel a:link:visited:after {
  content: "";
}

#sitemast {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 20pt solid #c8c8c8;
}

#sidecontent {
  border: 1pt dashed;
  background: #dde5f3;
  font-size: .7em;
  margin: 1cm;
  padding: 5pt;
}

#footer {
  border-top: 1.5pt solid;
  font-size: .7em;
  color: #333;
  text-align: center;
}

#sidecontent p, #footer p {
  text-indent: 0;
}

#sidecontent h2 {
  margin: 0;
}

.postinfos {
  font-weight: bold;
  border-bottom: 1pt solid;
  width: 50%;
}

.line_tabea, .line_kontakt, .line_beratung, .line_akademie, .line_hospiz, .line_trauer, .line_benefiz, .line_service {
  border: 0.8pt dotted #ccc;
  padding: 0;
  margin: 15.0pt 0 15.0pt 0;
  page-break-inside: avoid;
}
