
/*-----------------------------------------------------------------------*/
/* Für die Druckausgabe überflüssige Inhalte ausschalten - insbesondere:
   - Accesskeys / Barrierefreiheitsbuttons
   - Kopfzeileninhalte: Suche, Links
   - Navigation 
/*-----------------------------------------------------------------------*/


#accessibility, #accessibility img, #accessibility ul, 
#accesskeys, #accesskeys ul, #accesskeys li,
#kopfzeile_suche, #kopfzeile_links, #navigation { 
  display: none; 
}

/*----------------------------------------------------------------------------*/
/* HTML und BODY
/*----------------------------------------------------------------------------*/

html {	
  background: transparent;	
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 12pt;
  color: black;
  background: transparent;
}

/*----------------------------------------------------------------------------*/
/* Schriften
/*----------------------------------------------------------------------------*/

p {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
}

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;
}

/* Links */
a, a:visited, a:hover, a:visited:hover {
  color: black;
  background: transparent;
  text-decoration: underline;
}

/* Links Bonus-Infos (wird leider nicht vom IE7 unterstützt) */
a:link:after, a:link:visited:after {
  content: " (Link auf -> " attr(href) ") ";
  font-size: 100%;
  color: black;
  background: transparent;
}

/*---------------------------------------------------*/
/* Sonstiges
/*---------------------------------------------------*/

/* Logo */
#kopfzeile_logo img, img {
  border: none;
}
