/*
@page {
  size: portrait;
}

@page :left {
  margin-left:1.5cm;
  margin-right:2cm;
}

@page :right {
  margin-left:2cm;
  margin-right:1.5cm;
  }
*/

body {
  font-size: 82.5%;
  background: #fff;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Verdana, Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #000000;
  text-align: left;
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}


#header, #topnavi, #subnavi, #footer, #druck_top, #spalte-2 {
  display: none;
}

#login_container, #slogan, .spalte-0, .spalte-2 {
  display: none;
}

#breadcrumb a {
  text-decoration: none;
}

a {
  color: #000;
}

.only_print {
  display: block;
}

#print_header {
  padding-bottom: 1.0em;
  border-bottom: 1px solid #000;
  text-align: center;
}

#print_footer {
  margin-top: 2.0em;
  padding-top: 1.0em;
  text-align: center;
  font-size: 0.9em;
  border-top: 1px solid #000;
}