/* =============================
// CSS fuer die Bildschirmanzeige
// gegliedert in neun Sektionen
// :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// Sektion 1: Container
// Sektion 2: Tabellenformate
// Sektion 3: Listenformate
// Sektion 4: Formularformate
// Sektion 5: Bild-Formatierungen
// Sektion 6: Headline-Formate
// Sektion 7: Absatzformate
// Sektion 8: Anker-Formate
// Sektion 9: Freie Klassen
// :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// Zielmedien: Bildschirm, Projektion
============================= */

/* --------------------------------------------------
// Sektion 1: Container
-------------------------------------------------- */
#bestellknopf2	{
	position:absolute;
	top:0px;
	left:440px;
	z-index:10;
	width:43px;
	}

#fugavacui	{
	width:100%;
	height:800px;
	text-align:right;
	border-right:solid 1px #FFF;
	font-size:0.9em;
	}

#schmuckzeile	{
	border-bottom:solid 1px #af130d;
	}
	
#spalte_links	{
	display:none;
	}
	
#spalte_mitte	{
	background-color:#fff;
	border-right:dotted 1px #af130d;
	}
	
#spalte_rechts	{
	display:none;
	}
	
#traeger_brot	{
	
	font-size:82%;
	margin-top:10px;
	border-top:solid 1px #f7f2e5;
	border-bottom:solid 1px #f7f2e5;
	}
	
#traeger_home	{
	display:none;
	}
	
#traeger_inhalt	{
	margin-top:20px;
	}
	
#traeger_obligaten	{
	display:none;
	}
	
#traeger_sprachenauswahl	{
	display:none;
	}
	
#versionsinfo	{
	font-size:0.8em;
	width:100%;
	border-top:dotted 1px #DDD;
	}
	
/* --------------------------------------------------
// Sektion 2: Tabellenformate
-------------------------------------------------- */

th.kopf	{
	background-color:#750d0d;
	color:#FFF;
	}
	
td.zbrei30	{
	width:30%;
	}
	
td.zbrei50	{
	width:50%;
	}
	
td.zbrei70	{
	width:70%;
	}

/* --------------------------------------------------	
// Sektion 3: Listenformate
-------------------------------------------------- */
/* --------------------------------------------------
// Sektion 4: Formularformate
-------------------------------------------------- */
button	{
	display:none;
	}
	
#spalte_mitte input	{
	font-size:10px;
	}
	
input.mediin,
input.mediinIB	{
	width:120px;
	}
	
input.mediinIB	{
	display:inline;
	}
	
/* --------------------------------------------------
// Sektion 5: Bild-Formatierungen
-------------------------------------------------- */
#spalte_mitte img	{
	margin-right:10px;
	}
/* --------------------------------------------------	
// Sektion 6: Headline-Formate
-------------------------------------------------- */
/* --------------------------------------------------
// Sektion 7: Absatzformate
-------------------------------------------------- */
p	{
	font-size:1.0em;
	}
	
#spalte_mitte p	{
	margin-right:10px;
	}

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


/* --------------------------------------------------	
// Sektion 9: Freie Klassen
-------------------------------------------------- */	
.abschnittstitelzeile	{
	border-top:solid 1px #af130d;
	border-bottom:solid 1px #af130d;
	text-align:right;
	background-color:#FFF;
	color:#af130d;
	}
	
.akzent	{
	font-weight:600;
	}
	
.bildabschnittR,
.bildabschnittL	{
	clear:both;
	}
	
.bildbeschriftung	{
	font-size:0.7em;
	}
	
.bildut	{
	font-size:0.7em;
	}
	
.locat	{
	font-weight:600;
	}
	
.picL	{
	float:left;
	margin-right:14px;
	margin-bottom:4px;
	}
	
.picR	{
	float:right;
	margin-left:14px;
	margin-bottom:4px;
	}
	
.schluesselbegriff	{
	border-bottom:dotted 1px #EEE;
	}

.teaser	{
	font-size:14px;
	font-weight:600;
	}

.rubtitel	{
	border-bottom:solid 1px #333;
	color:#750d0d;
	}
	
.rubtitel_re	{
	display:none;
	}
	
#spalte_mitte div.rubtitel_re	{
	font-size:0.9em;
	}
	
#spalte_rechts div.rubtitel_re	{
	font-size:1.2em;
	}
	
.schauf_eintrag_kopf	{
	border-bottom:solid 1px #000;
	font-weight:600;
	}
	
.schauf_eintrag_corpus	{
	font-size:100%;
	}

.seitentitel	{
	font-size:2.0em;
	}
	
.seitentitel_dimin	{
	display:block;
	font-size:0.9em;
	}
	
.subrubgruppe	{
	border-bottom:solid 1px #333;
	}
