/* =============================
// Zentrale CSS
// 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: alle
============================= */

/* --------------------------------------------------
// Sektion 1: Container
-------------------------------------------------- */
body	{
	background-color:#FFF;
	color:#222;
	font-family:verdana,helvetica,arial,sans-serif;
	}
	
#traeger_kopfmarke	{
	position:absolute;
	top:0px;
	left:0px;
	}
	
/* --------------------------------------------------
// Sektion 2: Tabellenformate
-------------------------------------------------- */
table	{
	width:100%;
	}
	
th	{
	text-align:left;
	}
	
td	{
	vertical-align:top;
	}

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

/* --------------------------------------------------
// Sektion 4: Formularformate
-------------------------------------------------- */

/* --------------------------------------------------
// Sektion 5: Bild-Formatierungen
-------------------------------------------------- */	
img	{
	border:none;
	}
	
img.mira	{
	border:solid 1px #CCC;
	}
	
/* --------------------------------------------------	
// Sektion 6: Headline-Formate
-------------------------------------------------- */
/* --------------------------------------------------
// Sektion 7: Absatzformate
-------------------------------------------------- */
/* --------------------------------------------------
// Sektion 8: Anker-Formate
-------------------------------------------------- */
a	{
	text-decoration:none;
	color:#af130d;
	}
	
#traeger_kopfmarke a	{
	font-size:2px;
	color:#FFF;
	}
	
.rubtitel a	{
	color:#750d0d;
	}
	
.rubtitel a.aktiv	{
	font-weight:800;
	display:block;
	width:100%;
	background-color:#750d0d;
	color:#FFF;
	}

a.negativ	{
	color:#FFF;
	}

/* --------------------------------------------------	
// Sektion 9: Freie Klassen
-------------------------------------------------- */
.abschnittstitelzeile	{
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	text-align:right;
	}

.dimin	{
	font-size:72%;
	}
	
.lvt	{
	float:left;
	margin-right:12px;
	margin-bottom:4px;
	}
	
.rvt	{
	float:right;
	margin-left:12px;
	margin-bottom:4px;
	}

.schauf_eintrag	{
	width:100%;
	padding-bottom:10px;
	border-bottom:dotted 1px #af130d;
	}
	
.unsichtbar	{
	visibility:hidden;
	font-size:30%;
	}
