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

/* 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;
}

hr.divide {
	display: none;
}

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

/* 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 {

}

img {
	border: 1px solid #FFF;
}

table {
	width: 100%;
	padding: 10px;
	margin: 10px;
}

tfoot {
	display: none;
}

.extralarge .vergleich #headline {
	background-color: #CCC;
}

.extralarge .vergleich th {
	text-align: left;
	font-weight: normal;
}

.extralarge .vergleich td {
	text-align: center;
	font-weight: normal;
}

#EmailFormDiv {
	display: none;
}


/* Notes Small & Large */
.small .note,
.smalllast .note {
  display: none;
}

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