/* druck.css */

body
{
  font-family:Georgia, Times, Serif;
  font-size:10pt;
  color:#000000;
  background-image:none;
}

#apper_de
{
  float:right;
  border-width:0;
}
#apper_de_strich
{
  width:100%;
  height:3px;
  clear:both;
}
#url
{
  float:left;
  font-size:8pt;
}

#navigation
{
  display:none;
}

/* Inhalt */
#inhalt
{
  margin-top:80px;
/*  width:50%; */
}

#inhalt h1
{
  border-bottom:1px solid #000000;
  font-size:20pt;
}

/* Unterer weisser Balken fuer Impressum... */
#navi_balken
{
  display:none;
}

/* Besucheranzahl / Copyrighthinweis */
#copyright
{
  margin-top:30px;
  width:100%;
  text-align:center;
}
#copyright a
{
  display:none;
}

