/* Hintergrundfarbe auf weiss setzen, Schriftart TIMES etc. */

* {
	background-color:#fff !important;
	font-family:"Times New Roman", Times, serif;
}
h1, h2, h3, h4 {
	font-family:"Times New Roman", Times, serif;
}

/* Schriftgroesse */

body {
	font-size:12pt;
}

/* Seitenbreite */

body, #wrapper, #titel, #inhalt, #inhalt p.standard, #inhalt p.links, #inhalt p.rechts {
	width:auto !important; /* oder 100% */
	margin:0 !important;
	padding:0 !important;
}
#inhalt p.links, #inhalt p.rechts {
	float:none;
}

/* Position statisch */

#inhalt {
	position:static;
	height:auto;
}


/* Seitenelemente ausblenden */

#bild-r1, #bild-r2, #u-suche, #navi-links, #navi-rechts, #titel-logo {
	display:none;
}
#inhalt {
	border:none;
}

/* Links anzeigen */

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


