/****************************************************************************
CSS für Site  CLASSIC
CSS für Printausgabe (spzeielle IDs & Elemente für Print behandeln)
*****************************************************************************/
/*<![CDATA[*/

@charset "iso-8859-1";


@page { 
size : portrait; 
size : 21cm 29.7cm; 
margin-left : 2.5cm; 
margin-right : 2.5cm; 
margin-top : 2.5cm; 
margin-bottom : 2.5cm; 
} 

/* @media print--------------------------------------------------------
*/
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
  line-height : 140%;
	font-family: "Times New Roman", Times, serif;
  font-size: medium; 
  color:black;
  background-color:White;
}
#container {line-height:140%;color:black;background-color:White;font-family: "Times New Roman", Times, serif;border: none;padding: 0;margin: 0;}
#inhaltsverzeichnis{display:none;}  
#Header {display: none;}
#themen_txt {border: none;}
#themen_content {border: none;}	
#themen_titel {border: none;}
fieldset,table,tr,td,tbody,p{background-color: White;width: 100%;border: none;padding: 0;margin-bottom: 20px;font-size: medium; }
h1 , h2 , h3 , h4 , h5 , h6 , h7 {font-family: "Times New Roman", Times, serif;border-bottom : 1px solid black;line-height : 150%;}
#footer {display:none;}
a:link,a:visited,a:active,a:hover  {font-family: "Times New Roman", Times, serif;} 
/*]]>*/