body {
	background: white;
	font-size: 12pt;
	}

@media print { 
   a:after { 
      content:   " [" attr(href) "]"; 
      font:      1em monospace; 
   } 
}
	
h1 {
	font-size: 15pt;
	font-weight: bold;
	}

#navbox {
	display: none;
	}
	
#header {
	display: none;
}

#suchleiste {
	display: none;
}
.a_reihe {
	display: none;
}
#footer{
	display: none;
}

#tophead {
	display: none;
}
	
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/*orange Kopf - feste Groesse */
.orangekopf { display: none;
 }


/*orange feste Groesse - ohne Hintergrund*/
.orange   { display: none;
}

