/*
 * stylesheet for hausrheinsberg.de
 * wwQuiz
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20090114 bms
 * lastmodified: 20090114 bms
 */

#page_container{
  width: 360px;
}

.wwquiz_question h1,
.wwquiz_result h1{
  padding-top: 20px;
  padding-bottom: 6px;
  color: #333;
  border-bottom: 0;
  font-size: 1.3em;
}

.wwquiz_question h2{
  padding-top: 20px;
  margin-bottom: 6px;
}

.wwquiz_question .richtext{
  margin-bottom: 20px;
}

.wwquiz_question .message{
  padding: 5px 0;
  font-weight: bold;
}

.wwquiz_question .answers{
  margin-bottom: 20px;
}

.wwquiz_question .answers li{
  line-height: 1.6em;
}

.wwquiz_question .answers .radio{
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.wwquiz_question .wwe_form_submit{
 background-color: #005077;
}


#progress_bar {
  background-color: #f9f5ea;
  height: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
}

#progress_bar div {
  background-color: #005077;
  height: 100%;
  float: left;
  text-align: center;
  color: #fff;
}

.wwquiz_result .punkte{
  padding: 20px 0;
  font-weight: bold;
}

a, a:visited{
  color: #015077;
}

