.part{
	padding-bottom: 10px;
}

.partheadline{
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
}

.partcontent{
}

.parttyp_text{
	text-align: left;
}

.parttyp_comment{
	white-space:normal;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}

.parttyp_quotation{
	white-space:normal;
	text-align: justify;
}

.parttyp_teaser{
	white-space:normal;
	text-align: justify;
}

.partformat_txt{
	text-align: justify;
	white-space: normal;
}

.partformat_html{
}

.partformat_php{
	white-space:pre;
	text-align: left;
	display: inline;
}