@CHARSET "UTF-8";

/* -- Blog -- */
.article_detail {
	position: relative;
}
.article_abstract .article_date {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 10px;
	line-height: 14px;
	color: rgb(130,130,130);
}
.article_abstract .text img {
	margin-right: 10px;
	margin-bottom: 0px;
}
.article_abstract .text .cel_slideShow_slideRoot img {
    margin-bottom: 0;
    margin-right: 0;
}
/** this rule leads to an additional space top of an article.
Removing this rule to fix alignement: FP;14.9.2014 
#sitecontainer .article_detail p:first-child {
	margin-top: 9px;
}
*/
.article_detail .article_date {
	font-size: 12px; 
	line-height: 16px;
}
.article_detail .text {
	padding-bottom: 5px;
}
/* Bild neben Text */

/* alte version für alle nachfolgenden Regeln war:
#sitecontainer .article_abstract[id*="alltag"] .text h1,
#sitecontainer .article_abstract[id*="PriCulTur"] .text h1,
#sitecontainer .article_abstract[id*="ungereimtes"] .text h1,
#sitecontainer .article_abstract[id*="godefrod"] .text h1,
#sitecontainer .article_abstract[id*="highlights"] .text h1,
#sitecontainer .article_abstract[id*="fotos"] .text h1,
#sitecontainer .article_abstract[id*="news"] .text h1,
#sitecontainer .article_abstract[id*="aktuelles"] .text h1,
*/

#sitecontainer .article_abstract .text {
	position: relative;
	min-height: 120px;
	overflow: hidden;
}
/*
#sitecontainer .article_abstract[id*="ungereimtes"] .text {
	min-height: 20px;
}
*/
#sitecontainer .article_abstract .text .article_blogPageName,
#sitecontainer .article_abstract .text h1,
#sitecontainer .article_abstract .text p,
body#tinymce.celEditorBody_articleExtract h1,
body#tinymce.celEditorBody_articleExtract p {
	padding-left: 130px;
	font-size: 12px;
	line-height: 16px;
}
#sitecontainer .article_abstract .text h3,
#sitecontainer .article_abstract .text h5,
body#tinymce.celEditorBody_articleExtract h3,
body#tinymce.celEditorBody_articleExtract h5 {
  padding-left: 130px;
}
#sitecontainer .article_abstract[id*="highlights"] .text div.article_blogPageName {
	display: none;
}
#sitecontainer .article_abstract .text img,
#sitecontainer .article_abstract[id*="fotos"] .text .celimage_slideshow_wrapper,
/*#sitecontainer .article_abstract[id*="fotos"] .text p > img,*/
body#tinymce.celEditorBody_articleExtract img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#sitecontainer .article_abstract[id*="ungereimtes"] .text img {
	top: 50%;
	margin-top: -60px;
}
#sitecontainer .article_abstract[id*="fotos"] .text .celimage_slideshow_wrapper {
	position: absolute !important;
}

#sitecontainer .article_abstract h1,
#sitecontainer .article_abstract .h1 {
  font-size: 17px;
  line-height: 22px;
}

#sitecontainer .article_abstract .text h1,
body#tinymce.celEditorBody_articleExtract h1 {
	font-size: 14px;
	line-height: 16px;
	color: #444;
	margin-top: 6px;
	margin-bottom: 1px;
}
#sitecontainer #container .article_abstract .text .article_blogPageName,
body#tinymce.celEditorBody_articleExtract .article_blogPageName {
	font-size: 12px;
	line-height: 15px;
}
body#tinymce.celEditorBody_articleExtract h1 {
	margin-top: 21px;
}
body#tinymce.celEditorBody_articleExtract .article_blogPageName + h1 {
	margin-top: 6px;
}
#sitecontainer .article_abstract h1 + p,
body#tinymce.celEditorBody_articleExtract h1 + p {
	margin-top: 0px;
}
#sitecontainer .article_abstract[id*="highlights"] .text div.article_blogPageName + h1 {
  display: none;
}
