/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:790px;/* for mozilla*/
	background-color: #7D7259;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:788px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	margin:auto;
	position:relative;
	background: #FAE5B2 url(/de/layout-images/pinsel.gif) bottom left no-repeat;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:598px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:788px;
	height:160px;
	background: #8C0C0C url(/de/layout-images/bg-center.gif);
	border: none;
	overflow:hidden;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	padding-top:172px;/*needed to make room for header*/
	padding-bottom:42px;/* needed to make room for footer */
}
#right {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	padding-top:172px;/*needed to make room for header*/
	padding-bottom:42px;/* needed to make room for footer */
}
#footer {
	width:788px;
	clear:both;
	height:35px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #8C0C0C;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	padding:0;
}
* html #footer {/*only ie gets this style*/
	\height:37px;/* for ie5 */
	he\ight:35px;/* for ie6 */
}
#centrecontent {
	width:438px;
	float:right;
	padding-top:172px;
	padding-bottom:42px;/* needed to make room for footer */
}
#clearfooter {width:100%;height:37px;clear:both; back:yellow;} /* to clear footer */


/* modifications */

#content { margin-right: 20px; }
.teaser { padding-right: 20px; padding-left: 20px; padding-bottom: 1.25em; border-left: 2px solid #8C0C0C; }
#menu { width: 100%; margin-top: 112px; left: 350px; height: 20px; text-align: right; white-space: normal; }
