@charset "utf-8";

.quiz .left {
	float: left;
	width: 385px;
}
.quiz .left .boxhead {
	background: url(../_img/box392head3beige.gif) no-repeat 0px 0px;
	font: bold 11px/12px Verdana, Arial, sans-serif;
	color: #6c5635;
	text-align: center;
	height: 23px;     /* plus padding = gesamthoehe */
	padding-top: 10px;
}
.quiz .left .boxcontent {
	border-left: solid 1px #ebdac1;
	border-right: solid 1px #ebdac1;
	background: #f2dbc1; /*f2dbc1*/
	padding: 0px 13px 0px 13px;
}
.quiz .left .boxbottom {
	background: url(../_img/box392bottom3beige.gif) no-repeat 0px 0px;
	height: 14px;
}

.quiz .left .infos {
	padding: 10px;
}

.quiz .right {
  border: 0px solid blue;
	float: left;
	width: 498px;
  margin-left: 35px;
}
.quiz .right .boxhead {
	background: url(../_img/box498head1beigegelb.gif) no-repeat 0px 0px;
	font: bold 11px/12px Verdana, Arial, sans-serif;
	color: #6c5635;
	text-align: center;
	height: 29px;   /* plus padding = gesamthoehe */
	padding-top: 4px;
}
.quiz .right .boxcontent {
	border-left: solid 1px #ebdac1;
	border-right: solid 1px #ebdac1;
	background: #ffffed;
}
.quiz .right .boxbottom {
	background: url(../_img/box498bottombeigegelb.gif) no-repeat 0px 0px;
	height: 14px;
	width: 498px;
	text-align: center;
}


.quiz .right .question_box .boxhead {
	background: url(../_img/box498head3graugrau.gif) no-repeat 0px 0px;
	font: bold 11px/12px Verdana, Arial, sans-serif;
	color: #666;
	text-align: center;
	height: 29px;   /* plus padding = gesamthoehe */
	padding-top: 4px;
}
.quiz .right .question_box .boxbottom {
	background: url(../_img/box498bottomgraugrau.gif) no-repeat 0px 0px;
	height: 14px;
	width: 498px;
}
.quiz .right .question_box .boxcontent {
	border-left: solid 1px #f7f7f6;
	border-right: solid 1px #f7f7f6;
	background: #f7f7f6;
}

.quiz .center {
	width: 498px;
	height: 200px;
	margin: auto;
}
.quiz .center .boxhead {
	background: url(../_img/box498head1beigegelb.gif) no-repeat 0px 0px;
	font: bold 11px/12px Verdana, Arial, sans-serif;
	color: #6c5635;
	text-align: center;
	height: 29px;   /* plus padding = gesamthoehe */
	padding-top: 4px;
}
.quiz .center .boxcontent {
	border-left: solid 1px #ebdac1;
	border-right: solid 1px #ebdac1;
	background: #ffffed;
}
.quiz .center .boxbottom {
	background: url(../_img/box498bottombeigegelb.gif) no-repeat 0px 0px;
	height: 14px;
	width: 498px;
	text-align: center;
}


.intro_text {
	display: block;
  font-size: 12px;
}
.quiz_ext {
	height: 264px;
	width: 100%;
	text-align: center;
}
.main {
	width: 475px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
.quiz_footer {
  margin-top: 20px;
	width: 490px;
  margin-left: 10px; 
	height: 20px;
	border: 0px solid black;
	text-align: left;
}
.answer {
	display: block;
	width: 100%;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-left: 10px;
}
.answer ul {
	list-style: none;
	margin: 0px;
}
.answer ul li {
	padding-bottom: 12px;
	margin-left: 20px;
}
.aslink {
	text-decoration: underline;
	color: #971B1E;
	cursor: pointer;
}
.xsell {
	width: 110px;
	float: left;
	margin: 2px 0px;
}
.description {
	min-height: 85px;
	height: auto !important;
	height: 85px;
	margin-top: 5px;
	text-align: justify;
	padding: 0px 5px;
  font-size: 14px;
  line-height: 1.25em;
}

/**************************** Quiz Archiv ****************************/

.box_archive {
  position: relative;
	width: 920px;
}
.box_archive .boxhead {
  background: url(../_img/box/920head_color_1.gif) no-repeat;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
	height: 29px;   /* plus padding = gesamthoehe */
  padding-top: 4px;
}
.box_archive .boxcontent {
  font: 11px Verdana, Arial, sans-serif;
  border-left: 1px solid #b27777;
  border-right: 1px solid #b27777;
  padding: 10px;
}
.box_archive .boxbottom {
  background: url(../_img/box/920bottom_color_1.gif) no-repeat;
	height: 14px;
}
