.article {
	margin: 10px 0;
	width: 900px;
	float: left;
}

.article_authordate {
	font-family: 'Fjalla One';
	font-size: 13px;
	text-transform: uppercase; 
}

.article_text {
	font-family: Cabin;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.01rem;
	margin-top: 30px;
}

.article_text a {
	color: #ff7b23;
	text-decoration: none;
}

.article_text a:hover {
	text-decoration: underline;
}

.article_text img {
	float: left
}

.article_text p {
	margin-top: 15px;
}

.article_title {
	font-family: 'Fjalla One';
	font-weight: 400;
	font-size: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article_title a {
	color: white;
	text-decoration: none;
}

.article_title a:hover {
	color: #ff7b23;
	text-decoration: underline;
}

blockquote {
	border-left: 5px solid #009933;
	background: #EEE;
	margin: 15px;
	padding: 10px;
	padding-left: 30px;
}

iframe {
	display: block;
	margin: 0 auto;
}

.vr {
	background: black;
	height: 1px;
	margin-top: 5px;
	width: 100%;
}

.zitat {
	border-left: 5px solid #009933;
	background: #EEE;
	padding: 10px;
	padding-left: 30px;
}

/*.zitat{
	background: url('../bilder/zitat.png') no-repeat;
	background-color: #dce5de;
	border-top: 1px solid #04B404;
	border-bottom: 1px solid #04B404; 
	border-left: none; 
	border-right: none; 
	line-height: 20px;
	padding: 5px 15px 5px 70px;
}*/