/* Print-Stylesheet */

body {
  font: 400 12pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

acronym {
  border: 0;
}

a {
  color: #00F;
}

img {
border: 0;
}

/* Dies druckt die URL eines Links in CSS2-faehigen Browsern */
a:link:after,
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Diese hier werden nicht angezeigt, da sie auf Papier nicht benoetigt werden. */

#langMenu,#header,.skip,.search,#mainMenu,#navcontainer,#footer {
  display: none;
}

/*Dafuer hat der Inhalt der Contentspalte etwas mehr Platz auf dem Papier*/

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}




