/* CSS fuer Druckausgabe */

html {
    height:100%;
}

body {
	width: 100%;
	margin:0;
	padding:0;
	height:100%;
	font:11pt/120% Arial, serif;
	background-color: white !important;
	background-image: none !important;
	color:black;
	overflow: visible;
} 

div.header, div.left, div.right {
	display: none;
}

div.wrapper {
	width: 100%;
	height: 100%;
	overflow: visible;
}

div.middle {
	overflow: visible;
	height: 100%;
}

/* Linkziele ausgeben */
a[href]:after {
	content:" <"attr(href)">";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
} 

/* Anker visualisieren */
*[name]:after {
	content:" [#"attr(name)"]";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
} 

