/* DESIGN CON TEXT */
/* Druckstylesheet */

body {
	font-size: 11pt;
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

#header, #nav, #sidebar {
	display: none;
} 

h1, h2, h3 {
	color: #000;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

a {
	color: #000;
	text-decoration: none;
}

a[href]:after {
	content:" [Adresse: "attr(href)" ]";
}

