/* Angaben für Ausdruck */
   
body {
 background: white;
 color: black;
 font-family: georgia, serif;
}
a, img {
  text-decoration: none;
  color: black;
  border: 0;
}
h1 {
  font-weight: bold;
  font-size: 14pt;
}
h2 {
  font-weight: bold;
  font-size: 12pt;
  border-bottom: 1px solid grey;
}
.skip, .rightup, #navi {
 display: none;
}
#haupt a:link:after, #main a:visited:after { /* URL zu Links angeben. Funktioniert nicht im IE. */
   content: " (" attr(href) ") ";
   font-size: 0.9em;
}
#haupt a[href^="/"]:after { /* Der Mozilla/Firefox zeigen, im Gegensatz zum Opera, die Domain nicht von selbst an. */
 content: " (http://www.unternehmensmanieren.de" attr(href) ") ";
}
.bildrechts, #title { /* Damit die Fließeigenschaften auch beim Drucken beachtet werden. */
 float: right;
 margin: 0 0 1em 1em;
}
#logo {
 float: left;
 margin: 0 1em 1em 0;
}
.clearer {
    width: 100%;
    height: 2px;
    clear: both;
  }	
.pagetitle {
  font-weight: bold;
  font-size:16pt;
}	
.pagesubtitle {
  font-weight: bold;
  font-size:14pt;
}
