@media print
{
/*************** divs ausblenden zum Druck *****************/
  #head_outer,
  #head_nav_outer,
  #col1,
  #col1_inner,
  #col2,
  #footer
  {display:none;}
  a#de, a#fr, a#fr1, a#bg, a#nl, a#be, a#dk, a#sweden, a#switz, a#turk, a#tschech {
  display:none;
  }
/*************** floating aufheben *****************/
  #page_margins,
  #main,
  #col3,
  #col3_inner {
  float: none !important;
  height:auto !important;
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  margin:0 !important;
  padding: 0 !important;
  border:0 !important;
  background: none !important;
  }

  #col3_inner {
  width: 95% !important;
  overflow:visible !important;
  }

/*************** Breite, Position, Farbe und Schrift festlegen *****************/
  #col3_inner,
  table {
  position: relative !important;
  margin:0 !important;
  padding: 0 !important;
  border:0 !important;
  background: none !important;
  color: #000000 !important;
  font-size:8pt !important;
  line-height:1.2em !important;
  }
    
.dfgb-formular-outer {
	border: 0 none;
	background: none;
  }

.dfgb-submit {
	color: #000000;
	background: none;
	padding: 2px;
}

.filelinks DIV {
	PADDING-LEFT: 0px; 
	BACKGROUND: none; 
}

.filelinks .even { 

}

.filelinks .odd { 
	BACKGROUND: none; 
}

/*************** Ueberschriften Druckausgabe *****************/
  h1, h2, h3, h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000000 !important;
  }
  
  h1 { font-size: 120%; }                       
  h2 { font-size: 110%;}          
  h3 { font-size: 105%; }                        
  h4 { font-size: 100%; }                    
  h5 { font-size: 100%; }                     
  h6 { font-size: 100%; }
    
/*************** Links Druckausgabe *****************/
  a {
  color: #000000 !important; 
  text-decoration:underline;
  }

.tx-rgtabs-pi1 ul {display: none}

.rgtabs-container {display: block!important; clear: both;}

}
