/***********************************
			das Article
***********************************/

.article {
	margin: 10px;
	margin-bottom: 20px;
}

.article img.sqli {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	border: none !important;
}

.article a.header, .article a.header:hover {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: normal;
	color: #B71919;
	text-decoration: underline;
}

.article a.header:hover {
	color: #D73939;
}

.article p * {
	margin: 0;
	color: #676566;
	line-height: 15px;
	/*font-size: 12px;*/
	text-align: justify;
}

.article p img, .article img {
	margin: 4px 0;
/*	border: 1px solid #000000;*/
}

a.more, a.more:hover {
	margin-top: 5px;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #B71919;
	text-decoration: underline;
}

a.more:hover {
	color: #D73939;
	text-decoration: underline;
}


/******************************************
			das Middletext
******************************************/

.middle_article {
	margin-top: 10px;
	margin-left: 10px;
}

img.sqli {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	border: none !important;
}

h3 {
	margin-bottom: 8px;
	font-size: 21px;
	font-weight: normal;
	color: #B71919;
}


.middle_article .subtitle {
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.middle_article ul {
	list-style-type: square !important;
	margin-left: 30px;
	line-height: 20px;
}

.middle_article .date {
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}

.middle_article .info {
	margin-top: 15px;
	font-size: 11px;
	color: #444444;
}














