/* ------------------------------------------------------------------------------ */
/* Paragraph "Next Step" */
/* ------------------------------------------------------------------------------ */

p.next-step {
        width: 75%;
	margin:1em;
	padding-right:1em;
	padding-top: 0.9em;
	padding-bottom:0.7em;
	padding-left:50px;
	background-image:url('../images/nextstep.gif');
	background-position:left;
	background-repeat:no-repeat;
	color: white;
}

p.next-step a, p.next-step a:hover, p.next-step a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#content p.next-step b, #content p.next-step strong {
	color: white;
	font-weight: bold;
}

#content fieldset {
	border-width: 0;
	border-style: none;
}

/* ------------------------------------------------------------------------------ */
/* Quiz */
/* ------------------------------------------------------------------------------ */

#content .tx-pbsurvey-pi1 fieldset {
	border-width: 0;
	border-style: none;
}

#content .tx-pbsurvey-pi1 .formbuttons {
	padding-top: 1em;
}

#content .tx-pbsurvey-pi1 .pagenumbering {
	padding-bottom: 0.5em;
}

#content .tx-pbsurvey-pi1 div.question {
	padding-bottom: 1em;
}

#content .tx-pbsurvey-pi1 span.questionNumber {
	padding-right: 0.5em;
}

/* ------------------------------------------------------------------------------ */
/* Video */
/* ------------------------------------------------------------------------------ */


#1content .tx-bddbflvvideogallery-pi1 #playlist {
	width: 75px;
	float: right;
	text-align: center;
}

#content .tx-bddbflvvideogallery-pi1 #playlist .video-item {
	margin-bottom: 0.5em;
	float: left;
	margin-right:13px;
}

#content .tx-bddbflvvideogallery-pi1 #playlist a {
	font-size: 85%;
	text-decoration: none;
}

#content .tx-bddbflvvideogallery-pi1 #playlist a img {
	display: block;
	border: 0;
}

#content #video_pagebrowser {
	clear:left;
}

