/**
 * Style sheet Umfrage
 */
/* Umfrage: Überschrift */
.ce_survey .surveytitle
{
	margin-top:10px;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
	color:#000066;
	line-height:20px;
}

/* Umfrage: Einleitung */
.ce_survey .introduction
{
	margin-top:10px;
	margin-bottom:10px;
}

/* Umfrage: Seitentitel */
.ce_survey .pagetitle
{
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	background-color:#cccccc;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#0000cc;
}

/* Umfrage: Seitentitel Einleitung */
.ce_survey .pageintroduction
{
	margin-bottom:10px;
}

/* Umfrage: Umfrageblock */
.ce_survey .surveyblock
{
	margin-bottom:5px;
}

/* Umfrage: Umfrageblock Frage */
.ce_survey .surveyblock .title
{
	font-weight:bold;
}

/* Umfrage: Umfrageblock Antworten */
.ce_survey .surveyblock td
{
	width:150px;
}
