/* ==============================
// CSS fuer das Projekt: www.nuernberger-medienakademie.de
// Anwendungsbereich: Ausdruck
// Approb.: 2009-06-22
// ==============================
//
// Sektion 1: Container
// Sektion 2: Formularfelder
// Sektion 3: Tabellenformate
// Sektion 4: Listenformate
// Sektion 5: Bildformate

// Sektion 6: Headlines
// Sektion 7: Absaetze
// Sektion 8: Anker
// Sektion 9: Freie Klassen
// Sektion 10: Sonderfaelle
// ============================== */

/* -----------------------------------------------
// Sektion 1: Container
// --------------------------------------------- */
body	{
	font-size:12pt;
	color:#000;
	background-color:#FFF;
	}

#regio_navis	{
	display:none;
	}

#regio_navis_obligat	{
	display:none;
	}

/* -----------------------------------------------
// Sektion 2: Formularfelder
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 3: Tabellenformate
// --------------------------------------------- */
table	{
	width:100%;
	}

td	{
	width:50%;
	vertical-align:top;
	}

/* -----------------------------------------------
// Sektion 4: Listenformate
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 5: Bildformate
// --------------------------------------------- */
img	{
	border:none;
         }

.bild_links_quer img,
.bild_links_hoch img,
.bild_rechts_quer img,
.bild_rechts_hoch img	{
	display:block;

         }

td img	{
	float:left;
         margin-right:14px;
         }

table.galueber td img	{
	float:left;
         margin:4px;
         width:90px;
         }

/* -----------------------------------------------
// Sektion 6: Headlines
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 7: Absaetze
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 8: Anker
// --------------------------------------------- */


/* -----------------------------------------------
// Sektion 9: Freie Klassen
// --------------------------------------------- */
.bild_links_quer,
.bild_links_hoch,
.bild_rechts_quer,
.bild_rechts_hoch	{
	font-size:11pt;
         }

.bild_links_quer	{
	float:left;
         margin-left:10pt;
         margin-right:10pt;
         }

.bild_links_hoch	{
         float:left;
         margin-left:10pt;
         margin-right:10pt;
         }

.bild_rechts_quer	{
	float:right;
         margin-left:10pt;
         margin-right:10pt;
         }

.bild_rechts_hoch	{
         float:right;
         margin-left:10pt;
         margin-right:10pt;
         }

/* -----------------------------------------------
// Sektion 10: Sonderfaelle
// --------------------------------------------- */
