/* ----------------------------------------------------------------------
Title:     Print CSS
Author:    Leif Langsdorf
Update:    15.06.2011
---------------------------------------------------------------------- */

/* HTML Elemente vorbelegen */
html, body, form, fieldset, legend, label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  border: none;
}

/* ---------------------------------------------------------------------- */
/*
@page { 
  size: portrait;
  page-break-after: avoid;
  page-break-before: avoid;
  page-break-inside: avoid; 
}
*/

body {
  padding: 1cm;
  background-color: white;
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------- */
a:link {
  color: #0000CC;
  text-decoration: underline;
}
a:visited {
  color: #551A8B;
  text-decoration: underline;
}
a:hover {
  color: #0000CC;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: underline;
}

/* ---------------------------------------------------------------------- */

.hidden, .flag {
  display: none;
}

.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  display: inline;
}

/* ---------------------------------------------------------------------- */

/* Skiplinks */
a.skip {
  display: none;
}

/* ---------------------------------------------------------------------- */

#wrapper {
  background-color: transparent;
}

#innerwrapper {
  background-color: transparent;
}

/* ---------------------------------------------------------------------- */

/* Metanavigation */
#metanav {
  display: none;
}

/* ---------------------------------------------------------------------- */

/* Keyvisuals, Logo */

/* ---------------------------------------------------------------------- */

/* Hauptnavigation */
#mainnav {
  display: none;
}

/* ---------------------------------------------------------------------- */

/* Contentbereich */
#content {
  orphans: 3;
  widows: 3;
}

#main {

}

/* Sidebars */
#col1 {
  display: none;
}

#col3 {
  display: none;
}

/* Subnavigation */
#subnav {
  display: none;
}

/* ---------------------------------------------------------------------- */
