/* CSS Document */

#layout_untermenue {
	background-image: url(img/kurse_bg.jpg);
}

#pruefung_container {
	display: block;
	position: relative;
	width: 535px;
	padding-top: 22px;
	background-image: url(img/pruefung_head.gif);
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

#pruefung_bottom {
	background-image: url(img/pruefung_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	display: block;
	width: 535px;
	height: 6px;
	top: 0px !important;
	top: -16px;
}

#pruefung_container form {
	position: relative;
	margin: 0;
	padding: 0;
}

#pruefung_container p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-left: 2px solid #EC8624;
	border-right: 2px solid #EC8624;
	background-color: #FEF8F2;
}

#pruefung_container h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 2px solid #EC8624;
	border-right: 2px solid #EC8624;
	background-color: #FEF8F2;
}

#pruefung_container a {
	margin: 0;
	padding: 0;
	display: block;
	padding-bottom: 10px;
	border-left: 2px solid #EC8624;
	border-right: 2px solid #EC8624;
	background-color: #FEF8F2;
	text-align: center;
}

.pruefung_antworten {
	padding-bottom: 60px;
	border-left: 2px solid #EC8624;
	border-right: 2px solid #EC8624;
	background-color: #FEF8F2;
}

.pruefung_antworten_2 {
	border-left: 2px solid #EC8624;
	border-right: 2px solid #EC8624;
	background-color: #FEF8F2;
}

.pruefung_antwort {
	position: relative;
	padding_bottom: 10px;
	display: block;
	margin: 0;
	font-size: 11px;
}

#pruefung_container div.pruefung_antwort p {
	border-left: 0;
	border-right: 0;
	padding-right: 20px;
	padding-left: 70px;
}

.pruefung_antwort input {
	position: absolute;
	left: 40px;
	top: -3px;
}

#pruefung_container p.pruefung_frage {
	position: relative;
	padding: 30px 20px 20px 20px;
	font-size: 12px;
}

.pruefung_image {
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	border-left: 2px solid #EC8624;
	border-right: 2px solid #EC8624;
	background-color: #FEF8F2;
}

#pruefung_navi {
	border-left: 2px solid #EC8624;
	border-right: 2px solid #EC8624;
	background-color: #FEF8F2;
}

.frage_nr {
	position: relative;
	padding-left: 5px;
	font-size: 12px;
	float: left;
	width: 465px;
}

.frage_nr strong {
	font-size: 48px;
	font-weight: normal;
}

.pruefung_button {
	position: relative;
	padding-right: 5px;
}

.pruefung_suceed, .pruefung_failed {
	position: relative;
	padding: 50px 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.pruefung_suceed {
	color: #0c0;
}

.pruefung_failed {
	color: #c00;
}

#pruefung_container p.pruefung_zusatz {
	position: relative;
	padding: 100px 20px 30px 20px;
	font-size: 12px;
	color: #938E89;
}
/***********************************/

.gruen {
	color: #009900;
}

.rot {
	color: #FF0000;
}
