﻿@charset "UTF-8";


@media print
{

  
  
 #content, #content.a {
  background: white;
  color: black;
  font-family: arial, verdana, sans-serif; 
  text-align: justify; 
  font-size: 11px;
  }
  
  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
   
  #zeile {display: none;}
  #rotelinie {display:none;}
  #menu {display: none;}
  #navigation {display: none;}
  #fahma {display: none;}
  #zeile1 {display: none;}
  #teaserbox {display: none;}
  #picture {display: none;}
  #teaser {display: none;}
  #teaserpadding {display: none;}
  #teaserpadding.a href {display: none;}
  #bottom {display: none;}
  #container.skip {display: none;}
  #container.a.skip {display: none;}
  a { color: black; text-decoration: none; font-weight: bold;} 
  a.skip {display: none;}
 
  
   
  #subhead {font-size: 12px; font-weight: bold; padding: 12px 0 12px 0;}
  #head { font-size: 12px; font-weight: bold; padding: 12px 0 12px 0;}

   /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  #head, #subhead { page-break-after:avoid;}

table.content		{font-size: 12 px;
			border: black 1px solid;
			background:#fff;}

td.head			{font-size: 12 px;
			border: #ccc 1px solid;
			background:#eee;}

td.content		{font-size: 12 px;
			border: #ccc 1px solid;
			background:#fff;}  

td.contentsmall		{font-size: 10 px;
			border: #ccc 1px solid;
			background:#fff;} 
 }


 

