body
  {
  background: white;
  }
div
  {
  padding: 3px;
  border: solid white 1px;
  width: 400px;
  margin: 3px;
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  background: white;
  }
#wrapper
  {
  border-color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 548px;
  width: 744px;
  }
#naviDiv
  {
  font-weight: bold;
  text-align: right;
  float: left;
  font-size: 10px;
  width: 270px;
  height: 276px;
  padding-right: 17px;
  }
#googleAds
  {
  text-align: right;
  float: left;
  width: 275px;
  height: 140px;
  padding-right: 12px;
  }

#iframeDiv
  {
  float: right;
  text-align: center;
  width: 430px;
  height: 430px;
  border-color: black;
  }
#banner
  {
  border-color: black;
  float: left;
  width: 730px;
  height: 90px;
  }
.ckBild
  {
  text-align: center;
  font-size: 11px;
  }
.ckTitel
  {
  border-color: black;
  letter-spacing: 2px;
  background: #364E6D;
  color: white;
  font-family: georgia, serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  }
.ckTitelFalsch
  {
  border-color: black;
  letter-spacing: 2px;
  background: red;
  color: white;
  font-family: georgia, serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  }
.ckText
  {
  font-size: 11px;
  }
.ckCentertext
  {
  padding-top: 50px;
  font-size: 0.7em;
  text-align: center;
  font-size: 11px;
  }
.ckFrage
  {
  font-weight: bold;
  background: #F6F8FA;
  font-size: 11px;
  border-top: 1px solid #E0E5F0
  }
.ckRadio
  {
  font-size: 11px;
  }
.ckWeiter
  {
  font-size: 11px;
  padding-top: 20px;
  text-align: center;
  }
.ckAbstand
  {
  height: 700px;
  }
.ckCenterbild
  {
  text-align: center;
  width: 390px;
  }
.ckRichtigFalsch
  {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  }
.ckAnfang
  {
  text-align: center;
  }
.ckSchluss
  {
  text-align: center;
  }
span.richtig
  {
  color: black;
  }
span.falsch
  {
  color: red;
  }
.index
  {
  text-align: center;
  font-size: 0.7em;
  }
a
  {
  text-decoration: none;
  color: black;
  }
a:hover
  {
  text-decoration: underline;
  color: black;
  }
a.strich
  {
  text-decoration: underline;
  }
a:hover.strich
  {
  text-decoration: none;
  }
a:hover.none
  {
  text-decoration: none;
  }
.knopf /* buttons */
	{
	border: solid #364E6D 1px;
	background: #F6F8FA;
	font-family: verdana, sans-serif;
  letter-spacing: 5px;
	font-size: 1em;
  font-weight: normal;
	color: #364E6D;
  cursor: hand;
  cursor: pointer;
	}
.titelknopf /* buttons */
	{
	border: solid white 1px;
	background: white;
	font-family: georgia, serif;
  letter-spacing: 1px;
	font-size: 1em;
  font-weight: bold;
	color: #364E6D;
  cursor: hand;
  cursor: pointer;
	}
.feld
  {
  border: solid #364E6D 1px;
  background-color: white;
  font-size: 11px;
  overflow: auto;
  color: #364E6D;
  font-family: verdana, sans-serif;
  }

label
  {
  cursor: hand;
  cursor: pointer;
  }
label:hover
  {
  color: #364E6D;
  }
ul, ol
  {
  margin-left: 1em; /* einrückung für alle außer ie */
  padding-left: 1em; /* einrückung für ie */
  margin-top: 0;
  padding-top: 0;
  }


