/** -----print.htm----- **/

body, * {
	background: white !important;
	color: black;
	}

* {
	font-family: Georgia, Garamond, 'Times New Roman', serif;
	font-size: 12px;
	}

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 13px;
	}

body {
	padding: 0;
	}

#rahmen {
	background: white;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	}

#menu, #backlink, .impressum, #bookmark, #hon_code, #hon_logo, #navi {
	display: none;
	}

a:link, a:visited, #inhalt a:link, #inhalt a:visited {
	color: navy;
	text-decoration: none;
	}

a.extern:link:after, a.extern:visited:after {
	content: " [" attr(href) "] ";
	}
