/* mac hide\*/
html, body {height:100%}
/* end hide */
div,p  			{ margin-top: 0; } /* clear top margin for mozilla*, optional auch noch p */

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

html>body #outer	{ height:auto; } /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:604px;
}
#innerwrap2 { /* zweispaltig */
	float:left;
	width:773px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:776px;
	height:80px;
	background: white;
	overflow:hidden;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width: 181px;
	float: left;
	padding-top: 92px;/*needed to make room for header*/
	padding-bottom: 32px;/* needed to make room for footer */
	padding-left: 0px;
	padding-right: 0px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:163px;
	float:right;
	padding-top:255px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:5px;
	padding-right:2px;
}
#footer {
	width:776px;
	clear:both;
	height:50px;
	background-color: white;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#centrecontent {
	width:410px;
	float:right;
	padding-top:255px;
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:5px;
	padding-right:4px;
}
#centrecontent2 { /* zweispaltig */
	width:579px;
	float:right;
	padding-top:255px;
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:5px;
	padding-right:4px;
}
#mainImage { position: absolute; top: 80px; left: 181px; border-bottom: 1px solid white; }
#clearfooter 	{ width: 100%; height: 52px; clear: both; } /* to clear footer */
#metaMenu 	{ float: right; margin-right: 5px; margin-top: 25px; }
#meta_lang	{ position: relative; top: 10px; left: 720px; width: 45px; }
#logo		{ position: absolute; left: 34px; top: 5px; }
#printFooter 	{ display: none; }