/* @override 
	https://www.praeser.ch/css/kolumne.css
	http://www.praeser.ch/css/kolumne.css
*/

.submission {
	background: url(../media/icons/submission.gif) no-repeat 0px 5px;
	position: relative;
	clear: left;
}

.submission h4 {
	font-size: 133%;
	font-weight: bold;
	color: #ff6b1c;
	margin-bottom: 5px;
	margin-top: 20px;	

}

.submission h4 .title {
	color: #ff6b1c;
}

.submission h4 .number {
	margin-right: 1ex;
	font-weight: normal;
}

.submission .name:after {
	content: " schreibt:"
}

.submission p {
	display: block;
	background: 0px;
}

.submission .date {
	font-weight: normal;
	margin-top: -7px;
	display: block;
	color: #7f7f7f;
}

.submission .listimage {
	float: left;
	margin-bottom: 23px;
	margin-right: 12px;
	margin-top: -3px;
}

.longtext {
	line-height: 140%;
	font-size: 133%;
}

.longtext .cite {
	color: #ff6b1c;
	display: block;
	padding-top: 1ex;
	padding-bottom: 2ex;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font: 150%/120% Baskerville,Palatino,Cambria;
}

.longtext .cite p {
	display: inline;
	margin: 0;
	padding: 0;
}

.longtext .cite:before {
	content: "«";
	font-style: normal;
}
.longtext .cite:after {
	content: "»";
}

