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

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 0px 0px 0px;
	text-align: left;
}

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

div#page_content_conditions{
	margin-bottom: 20px;
}
