@charset "UTF-8";
/* print CSS */

body {
	background-color: white !important;
    background-image: none !important;
    color:black;
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	}
	
h1,h2,h3,h4,h5,h6{font-size:14pt;line-height:110%;margin:0;padding:0;}

/* urls sichtbar machen */
#content a[href]:after {
 content:" ("attr(href)")";
font-style:italic;
 size:80%;
}

/* img alt sichtbar machen */
 #content img[alt]:after {
    content:" ("attr(alt)")";
  }
  
  img {
	border:none;
	}


#layout {
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	}

#oben, #unten, #inhalt_links  {
	display:none;
	}
	



