
/*Artikel-Layout*/

img.article_imagespacer
{
	/*normal*/
	visibility:hidden;
	border-width:0;
	margin:0;
	padding:0;
	width:2000%;
	/*debug*/
}

/*Sitzt direkt unter body und sorgt für Abstand zu den Bildschirmrändern*/
div.blogarticle_container
{
	/*normal*/
	margin-left:0.0cm;
	margin-right:0.0cm;
	margin-top:0.0cm;
	padding:0px;

	max-width:800px;

	/*debug*/
	/*background-color: #f00;*/
}

/* Der Bereich, in dem die beiden Spalten (links Inhalt, rechts Menüs) eingeschlossen sind */
div.blogarticle_structure
{
	/*normal*/
	clear:left;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:0px;
	border-bottom-width:2px;
	border-color:#b5b5b5;
	border-style:solid;

	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	/*debug*/
	/*workaround*/
	background-color: #fff; /*dem IE6 zuliebe, der sonst aus irgendeinem Grund den Rahmen utnerbricht!*/
}

/*linker Block, wo Titel und sowas dargestellt wird*/
div.blogarticle_titleblock
{
	/*normal*/
	float:left;
	width:70%;
	vertical-align:middle;
	padding-top:0;
	padding-left:0.25cm;
	margin:0;

	border-width:0;
	/*debug*/
	/*background-color:#f00;*/
	
}

/*hier wird autor, änderungsdatum usw. dargestellt*/
div.blogarticle_infoblock
{
	/*normal*/
	float:right;
	width:25%;
	margin:0;
	text-align:right;

	border-width:0;
	/*debug*/
	/*background-color:#0ff;*/
}

/*Sonderformatierung für Blog-Artikel - abgeleitet von Artikellayouts*/

div.blogarticle_infoblock *
{
	margin-right:0.25cm;
	color:#000;
}

