/*								************************************************
								*	DATEI		: quiz_styles.css
								*	GEHÖRT ZU	: quiz.inc.php
								************************************************
/*============================================================================*/


/*================================================Standards (nicht ändern):===*/

table.quizauswahl th {vertical-align:middle}
table.quizauswahl td.auswahlbild {background-color:#d8d8d8}
table.quizauswahl td.auswahltext {background-color:#d8d8d8;
								  vertical-align:bottom}

/*----------------------------------------------------------------------------*/

h1.quiz				{margin:0}
img.quizbild		{margin-top:-3em}

/*----------------------------------------------------------------------------*/

div.quizkasten		{margin:1em 0; padding:0.3em 1em; border:1px solid #a0a0a0}
div.quizkasten h4,
div.quizkasten h6	{margin:0.25em 0 0.5em 0}

div.quizfrage		{background-color:#FFFF99}
div.quizloesung		{}
div.quizauswertung	{background-color:#FFFF99}

h4 span,
h6 span				{color:#ff0000}

input.quizsubmit	{padding:0.75em 3em; margin:1em 0}

div.quizfehler		{margin:1em 0; padding:0.25em 0; color:#ff0000;
					 border:0 dashed #ff0000; border-width:1px 0}

hr.quizdashed		{height:0px; border-style:none;
					 border-top:1px dashed #808080}

div.quizright		{float:right}
span.quizrichtig	{color:#00aa00; font-weight:bold}
span.quizfalsch		{color:#ff0000; font-weight:bold}

.quizklein			{font-size:80%}

/*----------------------------------------------------------------------------*/

h4.config			{background-color:#ffff00; border:3px double #808080;
					 text-align:center}

/*==================================================================Design:===*/

div.quizvmaenner	{background-color:#ffaa66}

div.quizdresden		{background-color:#3b4a9b; font-weight:bold}
div.quizdresden h4	{color:#d0d0d0}
div.quizdresden h4 span {color:#f1f330}

div.quizschueler	{background-color:#000000; color:#ffffff;
					 border-color:#000000}
