/************************************

Stylesheet für Aufbau des Frameworks

************************************/


/* Werte für gesamt angezeigten Bereich */
div#page_content{
	width: 790px;
	padding: 0px;
	/* wenn der angezeigte Bereich in der Mitte sein soll muss margin-links und -recht auf auto */
	margin: 20px auto 0px auto;
}

/* Bereich für Header */
div.page_content_header{
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

div#page_content_list_all div.page_content_list{
	float: left;
	width: 250px;
	margin-bottom: 20px;
}

div#page_content_list_middle{
	margin: 0px 20px;
}
