
/*Listen-Layout: All diese Listen: Kategorien, Sections, usw. : für die gilt dieses Layout!*/

img.list_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.list_container
{
	/*normal*/
	margin-left:0.0cm;
	margin-right:0.0cm;
	margin-top:1cm;
	padding:0px;

	max-width:800px;

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

/* Der Bereich, in dem die beiden Spalten (links Inhalt, rechts Menüs) eingeschlossen sind */
div.list_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:20px;
	padding-right:20px;
	padding-bottom:34px;
	/*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.list_titleblock
{
	/*normal*/
	float:left;
	width:70%;
	vertical-align:middle;
	padding-top:0.5cm;

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

/*hier wird autor, änderungsdatum usw. dargestellt*/
div.list_infoblock
{
	/*normal*/
	float:right;
	width:30%;

	text-align:right;

	border-width:0;
	/*debug*/
}

/*hier steht der eigentliche text*/
div.list_text, div.list_text
{
	/*normal*/
	clear:both;

	border-width:0;
	padding-top:20px;
	padding-left:0.5cm;
	padding-right:0.5cm;
	/*debug*/
	/*background-color:#f00;*/
}

