@media print
{

  body {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#ffffff;
	color:#000000;
  }

  #page_margins {
	width:100%;
	margin: 0;
	padding: 0;
	text-align:left;
	background-color:#FFFFFF;
	background-image:none;
  }

#main {
	width:100%;
	height:auto;
	overflow:visible;
}

/*************** divs ausblenden zum Druck *****************/
  #head_topnav,
  #head_outer,
  #head_logo,
  #col1    {
  display:none;
  }
  
  
  #head_topnav,
  #head_outer,
  #head_logo,
  #col1,
  #col1_inner,
  #col2,
  #col2_inner,
  #col3,
  #col3_inner  {
  float: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
  }

 #col2_inner {
	height: auto !important;
}

/*************** Breite, Position, Farbe und Schrift festlegen *****************/
  table {
  position: relative !important;
  margin:0 !important;
  padding: 0 !important;
  border:0 !important;
  background: none !important;
  color: #000000 !important;
  font-size: 9pt !important;
  line-height:1.2em !important;
  }
    

.filelinks DIV {
	PADDING-LEFT: 0px; 
	BACKGROUND: none; 
}

.filelinks .even { 
	BACKGROUND: none; 
}

.filelinks .odd { 
	BACKGROUND: none; 
}

/*************** �berschriften Druckausgabe *****************/
  h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  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;
  }



}
