@charset "utf-8";

/* ==================================================== */
/* Dies ist die Datei "tgg_ohne_Navigationsleisten.css" */
/* fuer die TGG-Homepage (Stand: 2008-03-13) */
/* ==================================================== */


/* ====== Navigationsleiste am linken Seitenrand ====== */

#navigation {
	display: none;
}


/* ====== Inhaltsverzeichnis am rechten Seitenrand ==== */

#inhalt {
	display: none;
}


/* ====== Eigentlicher Text mit Inhaltsverzeichnis ==== */

#text_mit_verzeichnis {
	margin: 120px 0 0 0;
	border-left: none;
	border-right: none;
}


/* ====== Eigentlicher Text ohne Inhaltsverzeichnis === */

#text {
	margin: 120px 0 0 0;
	border-left: none;
	border-right: none;
}

p.bearbeiter {
	text-align: right;
	font-size: small; 
	padding-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
}

