div
  {
  padding: 3px;
  border: solid white 1px;
  width: 400px;
  margin: 3px;
  font-family: verdana, sans-serif;
  font-size: 0.9em;
  }
#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: 12px;
  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;
  }
.ckTitel
  {
  border-color: black;
  letter-spacing: 2px;
  background: black;
  color: white;
  font-family: georgia, serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  }
.ckTitelFalsch
  {
  border-color: black;
  letter-spacing: 2px;
  background: black;
  color: red;
  font-family: georgia, serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  }
.ckText
  {
  }
.ckCentertext
  {
  padding-top: 50px;
  font-size: 0.7em;
  text-align: center;
  }
.ckFrage
  {
  font-weight: bold;
  background: #dadada;
  }
.ckRadio
  {
  }
.ckWeiter
  {
  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;
  }

#dhtmlfloatie
  {
  position: absolute;
  left: 0;
  left: -900px;
  /* filter:alpha(opacity=0);
  -moz-opacity:0; */
  border: solid black 1px;
  color: black;
  font-size: 1em;
  padding: 4px;
  z-index: 100;
  background: whitesmoke;
  text-align: left;
  }
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 black 1px;
	background: white;
	font-family: arial, sans-serif;
  letter-spacing: 5px;
	font-size: 1.1em;
  font-weight: bold;
	color: black;
  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: black;
  cursor: hand;
  cursor: pointer;
	}
label
  {
  cursor: hand;
  cursor: pointer;
  }
label:hover
  {
  color: gray;
  }
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;
  }

