/* ----------------------------------------------------------------------
Titel:     Print CSS, Version 0.2
Autor:     Dennis Nicolai
Updated:   14.12.2007
---------------------------------------------------------------------- */

/* HTML Elemente vorbelegen */
html, body, form, fieldset, legend, label {
  font-family: Tahoma, sans-serif !important;
  font-size: 10pt !important;
  line-height: 13pt !important;
  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 */
#identity {
	margin-bottom: 0.75cm;
}

#identity a.partner {
	display: none;
}

#identity a.logo span {
  display: none;
}

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

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

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

/* Contentbereich */
#col2 {
	width: 960px;
}

#col2 h1 {
	font-size: 13pt;
	line-height: 17pt;
}

#content {
  orphans: 3;
  widows: 3;
}



#main {

}

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

#col3 {
  display: none;
}

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

/* Suche */
#search {
	display: none;
}

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

/* Images */
#col1 img.left,
#col2 img.left {
  margin: 0px 10px 5px 0px;
  float: left;
}

#col1 img.right,
#col2 img.right {
  margin: 0px 0px 5px 10px;
  float: right;
}

#col1 img.full {
  margin: 0px 0px 5px 0px;
	max-width: 265px;
}

#col2 img.full {
  margin: 0px 0px 5px 0px;
	max-width: 585px;
}

.vcf {
	width: 100%;
	height: 4.5cm;
	display: block;
}

#footer {
	border-top: 2px solid #999999;
	padding-top: 0.25cm;
	margin-top: 0.25cm;
	width: 960px;
}

#footer #copyright .top {
	display: none;
}



