body {
	padding: 0px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 420px;
	
}



/*********/
/* Links */

a:link{
	color: #629CBF;
	text-decoration: underline;
}

a:visited{
	color: #333333;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #AD0000;
}

/* Links */
/*********/

label {
	background-repeat: no-repeat;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	position: relative;
	min-height: 35px;
	width: 375px;
	background-color: #FFFFFF;
	display: block;
	cursor: pointer;
	overflow:hidden;
	vertical-align:middle;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	background-position: right;
	padding-right: 35px;
	padding-left: 10px;
	background-image: url(../../bilder/quiz/quiz-checkbox-unchecked.png);
	background-color: #F5D8B6;
	border-color: #D59452;
	line-height: 16pt;
	padding-bottom: 4px;
	
	}
	
	
#divInhalt {
	margin-left: 75px;
	margin-right: -200px;
	width: 420px;
}
.checked {
	background-image: url(../../bilder/quiz/quiz-checkbox-checked.png);
	background-color: #C5D3DE;
	border-color: #8BACBF;
}
.CheckedKorrekt {
	background-image: url(../../bilder/quiz/quiz-checkbox-korrekt.png);
	background-color: #99CC66;
	border-color: #669933;
	font-weight: bold;

}

.Korrekt {
	background-color: #99CC66;
	border-color: #669933;
	font-weight: bold;
	background-image: url(../../bilder/quiz/quiz-checkbox-true.png);

}

.CheckedFalsch {
	background-image: url(../../bilder/quiz/quiz-checkbox-false.png);
	background-color: #E77A85;
	border-color: #DB3546;


}
#Quiz #QuizFertig {
	background-image: url(../../bilder/quiz/quiz-button-fertig.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 58px;
	width: 142px;
	background-repeat: no-repeat;
}
#Absenden {
	position: absolute;
	right: 20px;
	cursor: url("http://www.bronneim.de/bilder/cursors/aero_link_nogo.cur"), default;
	background-image: url(../../bilder/quiz/quiz-button-fertig_f2.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 123px;
	top: 75px;
}

#Quiz #Absenden.aktiv {
	cursor: url("http://www.bronneim.de/bilder/cursors/aero_link.cur"), default;
	background-image: url(../../bilder/quiz/quiz-button-fertig.png);

}


.inputRadio {
	visibility: visible;
	position:absolute;
	left: -1000px;
}


#inputCountDown {
	background-color: #99CC66;
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 45px;
	height: 47px;
	width: 130px;
	background-image: url(../../bilder/quiz/punktestand-bg-gruen.png);
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 0px;
	line-height: 45px;
	margin: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left top;
}

#divInputCountDown {
	position: absolute;
	right: 5px;
}

#inputCountDown.Alarmstufe1 {
	background-color: #FFCC00;
	background-image: url(../../bilder/quiz/punktestand-bg-gelb.png);
	background-repeat: no-repeat;
}

#inputCountDown.Alarmstufe2 {
	background-color: #FF6600;
	background-image: url(../../bilder/quiz/punktestand-bg-orange.png);
	background-repeat: no-repeat;
}

#inputCountDown.Alarmstufe3 {
	background-color: #CC0000;
	background-image: url(../../bilder/quiz/punktestand-bg-rot.png);
	background-repeat: no-repeat;
}

p {
	width: auto;
}
.QuizFrageText {
	font-style: italic;
	color: #970000;
	font-size: 14pt;
	margin-top: 15px;
}
.QuizFrage {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #DA9550;
	font-style: italic;
	white-space: nowrap;
}

p.QuizFrage {
	margin-top: -20px;
	margin-bottom: -20px;
	overflow: visible;
}


.QuizFrageNummer {
	font-size: 80px;
	vertical-align: -10px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	letter-spacing: -0.07em;

}
.QuizFrageVon {
	color: #999999;
	font-weight: normal;
}
#NaechsteFrage {
	right: 0px;
	width: 150px;
	height: 80px;
	margin: 5px;
	margin-top: 50px;
	position: relative;
	clear: both;
	float: right;
}
#divInhalt h2 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#divInhalt h2.falsch {
	color: #CC0000;
}
#divInhalt h2.richtig {
	color: #629430;
}
.Marginalbild {
	margin: 0px;
	border: none;

}
.Marginalbild img {
	margin: auto;
}

#divInhalt .neuePunkte {
	font-weight: bold;
	color: #629430;
}
#divInhalt .neueGesamtpunkte {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #CC0000;
}
#divInputCountDown #divInputGesamtpunkte {
	position: absolute;
	font-weight: bold;
	text-align: right;
	width: 58px;
	top: 4px;
	font-size: 16px;
}
#submitNaechsteFrage {
	background-repeat: no-repeat;
	margin-top: -10px;
	width: 82px;
	height: 37px;
	line-height: 30px;
	right: 65px;
	background-image: url(../../bilder/quiz/quiz-button-weiter.png);
}

#submitNaechsteFrage:hover {

	background-image: url(../../bilder/quiz/quiz-button-weiter_f2.png);
}

#ScoreButton {
	width: 151px;
	right: 5px;
	background-image: url(../../bilder/quiz/quiz-button-bestenliste.png);
	background-repeat: no-repeat;
}

#ScoreButton:hover {
	background-image: url(../../bilder/quiz/quiz-button-bestenliste_f2.png);
}


#submitNaechsteFrage, #ScoreButton {
	position: absolute;
	height: 37px;
	line-height: 30px;
}

.Marginalspalte {
	text-align: center;
	width: 160px;
	position: absolute;
	height: auto;
	right: 0px;
	overflow: visible;
}
.LoesungsText {
	color: #333333;
	font-size: 12pt;
	margin-left: 20px;
}
h3 {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
}
#divLoesungstextInitial {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	color: #76B13A;
	position: relative;
	float: left;
	line-height: 50px;
	margin-left: -5px;
	clear: right;
}
.Screenshot {
	position: relative;
	left: -80px;
	border: 1px solid #000000;
}

