/*Stylesheet fŸr †bung fŸr Buch Little Boxes
Datei: druckversion.css
Medio: print
================================================================*/

body {
	font-family: "Times New Roman", Zapfino, Georgia, Times, serif;
	font-size: 11pt;
	}
	
.skiplink1,
#navibereich {
	display: none;
	}
	
a {
	color: black;
	text-decoration: none;
	}
	
a[href]:after {
	content:" [address: "attr(href)"] "; /*url nach dem Linktext*/
	}