/* ==============================
// CSS fuer das Projekt: www.journalistische-praxis.de/bildjournalismus
// Anwendungsbereich: alle Medien / all
// Approb.: 2008-06-28 (thorsten steinhoff)
// ==============================
//
// Sektion 1: Container
// Sektion 2: Tabellenformate
// Sektion 3: Listenformate
// Sektion 4: Formularfelder
// Sektion 5: Bildformate
// Sektion 6: Headlines
// Sektion 7: Absaetze
// Sektion 8: Anker
// Sektion 9: Freie Klassen
// Sektion 10: Sonderfaelle
// ============================== */

/* -----------------------------------------------
// Sektion 1: Container
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 2: Tabellenformate
// --------------------------------------------- */
th,td	{
	text-align:left;
	vertical-align:top;
	}

/* -----------------------------------------------
// Sektion 3: Listenformate
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 4: Formularfelder
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 5: Bildformate
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 6: Headlines
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 7: Absaetze
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 8: Anker
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 9: Freie Klassen
// --------------------------------------------- */
.akzent_befehl	{
	font-weight:600;
	color:#0000ff;
	background-color:#FFF;
	}
	
.umfluss_links	{
	float:left;
	margin-right:12px;
	margin-bottom:4px;
	}
	
.umfluss_rechts	{
	float:right;
	margin-left:12px;
	margin-bottom:4px;
	}
	
/* -----------------------------------------------
// Sektion 10: Sonderfaelle
// --------------------------------------------- */
