

#page-wrap 
	{ 
	width: 1000px; 
	}


/* 1 Column Settings mit einrücken von P */

.onecol
	{
	background: #faebd7;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 30px;
	}

/* 1 Column Settings ohne einrücken von P*/

.onecol_noident
	{
	background: #faebd7;  /*  column background colour */
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 30px;
	}

/* 1 Column Settings für Redaktionssystem*/

.onecol_rs
	{
	background: #faebd7;  /*  column background colour */
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 30px;
	}

/* Workaround Gallerie*/

span.stretch
	{
	display: block;
	width: 900px;
	}

/* Topbild*/

div.topbild
	{
	background-image: url("../images/top-bild_wide.jpg");
	background-color: orange;
	height: 220px;
	backround-size: 100%;
	}