/* mac hide\*/
html, body { height:100%; }
/* end hide */

* 	{ padding-top: 0; margin-top: 0; }

body {
	padding:0;
	margin:0;
	text-align:left;
	min-width:828px; /* for mozilla*/
	background-color: white;
	background:  url(/layout-images/bg_global.gif); 
}
#outer{
	height:100%;
	min-height:100%;
	width:828px;
	text-align:left;
	margin-left: 5px;
	position:relative;
}

html>body #outer	{ height:auto; } /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width: 637px;
}
#innerwrap2 { /* zweispaltig */
	float:left;
	width:828px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:828px;
	height:210px;
	padding-top: 10px;
	background: white;
	overflow:hidden;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width: 171px;
	float: left;
	padding-top: 225px;/*needed to make room for header*/
	padding-bottom: 32px;/* needed to make room for footer */
	padding-left: 78px;
	padding-right: 0px;


}
#right {
	position:relative;/*ie needs this to show float */
	width:185px;
	float:right;
	padding-top:225px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	overflow: hidden;
}
#footer {
	width:580px;
	clear:both;
	height:40px;
	left:0;
	bottom:0;
	position: absolute;
	padding-left: 270px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#centrecontent {
	width:355px;
	float:right;
	padding-top:225px;
	padding-bottom:32px;/* needed to make room for footer */
        padding-right: 10px;
}

#centrecontent2 { /* zweispaltig */
	width:527px;
	float:right;
	padding-top:225px;
	padding-bottom:32px;/* needed to make room for footer */
        padding-right: 30px;
}

#clearfooter 	{ width: 100%; height: 52px; clear: both; } /* to clear footer */
#printFooter 	{ display: none; }
