@charset "ISO-8859-1"; /* charset=ISO-8859-1 */

/* Darstellung im Druck
*/

	.nicht-drucken {
		display:none ! important;
	}


/* Seiteninhalt
*/

	body {
		margin:0 auto;
		max-width:14cm;
		padding:0px;
		position:relative;
	}

	div#seiteninhalt {
		margin:0;
		padding:0;
		position:relative;
	}


/* Navigation (oben)
*/

	div#navigation-frame {
		display:none;
	}


/* Randspalte (rechts)
*/

	div#randspalte {
		margin:0 auto;
		position:relative;
	}
	
	div#randspalte div {
		margin:0;
	}


/* Fußzeile (unten)
*/

	div#fusszeile {
		clear:both;
		margin-right:0; /* Breite der Randspalte */
		padding:2em 1em 1em 1em;
		text-align:center;
	}


/* Ende
*/