@charset "UTF-8";


@media print
{
  /* Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
  body { font-size:10pt; }

  /* Für den Druck nicht benötigte Container des Layouts abschalten */
  #topnav, #nav, #search { display:block; }

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

  /* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
  
  ul, ol, dl { 
    list-style-type:disc; 
    //list-style-image:url("/images/elemente/sign-liste1.gif");
    list-style-image:url();
  }
  li { 
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    background:transparent url() no-repeat 0px 0px; 
  }
 



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

 /**
  * aktivierung der Contentspalten für den Ausdruck
  */

  #col1 { display:none; }
  #col2 { display:none; }
  #language { display:none; }
  #col3, #col3_content { width:100%; margin:0; padding:0; border:0; }

  #sloganbox h1.slogan { 
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    margin:0px 0px 0px 20px;
    font-size:28px;
    line-height:38px;
   }

  h1.termine span.skip { 
    position: relative;
    top: 0px;
    left: 0px;
   }

  h1.links span.skip { 
    position: relative;
    top: 0px;
    left: 0px;
   }
  body#home #col-m_content h1 { 
    position:relative; 
    width:600px;
    margin:-10px 0px 0px 0px;
  }
  body#home #col-m_content h1 span { 
    position:relative; 
    margin:0px 0px 0px 0px;
    top:0px; 
    left:0px; 
    font-size:26px;
    background:transparent url() no-repeat 0px 0px; 
  }

#col-l_content { 
    border:1px solid #ff0000;
    overflow:hidden;
   }

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

  /* optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, 
    acronym[title]:after { content:'(' attr(title) ')'; }
  */

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

  /* optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL:"attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
  
}

