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

body, * {
	background: white;
	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;
	}

p {
	font-weight: normal;
	}

body {
	padding: 0 ! important;
	}

#rahmen {
	background: white;
	border: solid black 1px;
	}

#kopf, #navigation, #kruemelnavi, #navisub, #naviunten, #top,.skip {
	display: none;
	}

#fuss {
	margin-top: 30px;
	margin-bottom: 0;
	padding-top: 6px;
	border-top: solid 1px black;
	}

#werbung, #bookmark {
	display: none;
	}

#copy {
	display: block;
	margin-top: 0;
	font-size: 11px;
	}
#copy a {
	color: black;
	font-size: 11px;
	}

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

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

div.galerie {
	border: none;
	}