/* PANTOIA: initium_druck.css - 18.8.2010 */
/* eingebunden in index.html und uebersetzer.html */

div#header, div#nav, div#karteireiter, div#footer, h1#seite {
		display: none;
}
 div#main, div#outer {
	margin: 0;
}
div#main {
	padding-left: 0;
	padding-right: 0;
}
div#outer {
	width: 100%;
	border: none;
}
p, h1, li, a, div {
	font-family: 'times new roman', times, serif;
}
p, a {
	font-size: 10pt;
}
h1 {
	font-size: 16pt;
}
a {
	color: black;
}
h1#seitedruck {
        display: block;
	font-size: 12pt;
	color: black;
        padding-bottom:0;
        margin-bottom:0;
}
