/* ==========================
// Stylesheet fuer die Bildschirmanzeige
// ..........................
// Abschnitte:
// Sektion 01: Container-Formate
// Sektion 02: Formularfeld-Formate
// Sektion 03: Tabellen-Formate
// Sektion 04: Listen-Formate
// Sektion 05: Headline-Formate
// Sektion 06: Absatzformate
// Sektion 07: Graphik-Formate
// Sektion 08: Ankerformate
// Sektion 09: Freie Klassen
// Sektion 10: Spezial-Tags
// =========================== */

/* --------------------------------
// Sektion 01: Container-Formate
// -------------------------------- */ 
#quiz	{
	position:relative;
	left:0px;
	right:0px;
	
	width:150px;
	
	margin-left:auto;
	margin-right:auto;
	
	font-family:sans-serif;
	background-color:#FFF;
	}

#quiz_aktionsbereich	{
	background-color:#EEE;
	}

#quiz_ergebnis	{
	background-color:#DDD;
	color:#000000;
	}

#quiz_status
	{
	background-color:#B2B2B2;
	color:#000000;
	}

#quiz_status_verlauf_gra	{
	width:300px; /* BREITE NICHT VERAENDERN !!! */
	background-color:#CCC;
	color:#000000;
  }

div.antwortfeld	{
	background-color:#BBB;
	}

div.frage	{
	color:#000;
	font-weight:800;
	}

/* --------------------------------
// Sektion 02: Formularfeld-Formate
// -------------------------------- */

/* --------------------------------
// Sektion 03: Tabellen-Formate
// -------------------------------- */  
#quiz_status table	{
	width:100%;
	color:#000000;
	}

#quiz_status table th,
#quiz_status table td	{
	text-align:left;
	vertical-align:top;
	color:#000000;
	}

/* --------------------------------
// Sektion 04: Listen-Formate
// -------------------------------- */

/* --------------------------------
// Sektion 05: Headline-Formate
// -------------------------------- */

/* --------------------------------
// Sektion 06: Absatzformate
// -------------------------------- */
p.stufe_einsteiger	{
	color:#A00;
	}

p.stufe_amateur	{
	color:#00A;;
	}

p.stufe_profi	{
	color:#0A0;
	}

p.wertung_zwischen	{
	letter-spacing:0.1em;
	margin-left:10px;
	}

/* --------------------------------
// Sektion 07: Graphik-Formate
// -------------------------------- */

/* --------------------------------
// Sektion 08: Ankerformate
// -------------------------------- */

/* --------------------------------
// Sektion 09: Freie Klassen
// -------------------------------- */

/* --------------------------------
// Sektion 10: Spezial-Tags
// -------------------------------- */
