/* P: daa  R:   T:*/

#block_question {
	float: left;
	width: 630px;
	margin-top: 20px;
}
#block_image {
    float: left;
    width: 230px;
	min-height: 120px;
}
#block_radio_btns {
	float: left;
	width: 398px;
	padding-top: 5px;
}
#title_question {
	font-weight: bold;
}
.question   {
	font-weight: bold;
}
#block_auswertung {
	width: 650px;
	padding-bottom: 80px;
}
#block_animation   {

}
#block_correct_answer {
    position: relative;
    top: 20px;
}
#error_msg {
    font-size: 18px;
    width: 100%;
    height: 25px;
    background: #ff0000;
    padding: 10px 0 5px 20px;
    color: #fff;
    font-weight: bold;
}
input {
	vertical-align: -0.3em;
	margin: 5px 8px 5px 0;
}

.repeat_btn {
	padding-right: 40px;
}
.archive_btn {
}

.shadow {
  -moz-box-shadow:   2px 2px 2px 2px #69B4ED;
  -webkit-box-shadow: 2px 2px 2px 2px #69B4ED;
  box-shadow:        2px 2px 2px 2px #69B4ED;
}
#btn_b {
    left: -120px;
    position: relative;
    top: -83px;
    width: 100px;
}
#row_buttons {
	position: relative;
	top: 30px;
}


#btn_next {
	width: 60px;
	height: 60px;
	border: 0px;
	cursor: pointer;
	background:url(/elements/icons/icon_forward.png) no-repeat;	
	margin-left: 400px;
	float: right;
}
#btn_back {
	width: 60px;
	height: 60px;
	border: 0px;
	cursor: pointer;
	background:url(/elements/icons/icon_back.png) no-repeat;
}

h1 {
	line-height: 1.2em;
}

h2 {
    color: #80C426;
    font-size: 130%;
    margin: 0;
	padding-bottom: 20px;
    padding-top: 30px;
}


.rb_answer{
	float:left;
}
.answer{
	margin-left: 22px;
}
.clear_answer{
	clear:left;
}
