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

Stylesheet f�r Aufbau des Frameworks

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

body{
padding: auto !important;
text-align: center;
}

/* Werte f�r gesamt angezeigten Bereich */
div#page_content{
	width: 790px !important;
	padding: auto !important;
	margin: auto !important;
	/* wenn der angezeigte Bereich in der Mitte sein soll muss margin-links und -recht auf auto */
	/*margin-top: 20px;*/
	text-align: center;
}

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

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

div#conditions{
	width: 100% !important;
}
