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

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

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width: 870px; /* for mozilla*/
	background-color: white;
	background: url(/ausbildungsmesse/layout-images/bg_page.jpg); 
	background-repeat: repeat-x;
}
#outer{
	height:100%;
	min-height:100%;
	width: 870px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(/ausbildungsmesse/layout-images/bg_wrapper_2spaltig.gif); 
	background-repeat: repeat-y;
}

html>body #outer	{ height:auto; } /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float: left;
	width: 614px;
}
#innerwrap2 { /* zweispaltig */
	float:left;
	width: 870px; /* ??? */
}
#header{
	position:absolute;
	top:0;
	left:0;
	width: 870px;
	height: 312px;
	background: white;
	overflow:hidden;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width: 195px;
	float: left;
	padding-top: 333px;/*needed to make room for header*/
	padding-bottom: 182px;/* needed to make room for footer */
	padding-right: 0px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:155px;
	float:right;
	padding-top: 312px;/*needed to make room for header*/
	padding-bottom:182px;/* needed to make room for footer */
	overflow: hidden;
}
#footer {
	width: 669px;
	clear:both;
	height: 180px;
	text-align: left;
	left:0;
	bottom:0;
	position: absolute;
   	padding-left: 200px;
	background: url(/ausbildungsmesse/layout-images/bg_footer.gif); 
	background-repeat: repeat-y;
}
* html #footer {/*only ie gets this style*/
	\height:182px;/* for ie5 */
	he\ight:180px;/* for ie6 */
}
#centrecontent2 { /* zweispaltig */
	width:669px;
	float:right;
	padding-top:312px;
	padding-bottom:182px;/* needed to make room for footer */
}


#footer #sponsores	{ background: white; width: 669px;  padding-left: 25px; }
#footer #socialmedia	{ position: absolute; top: 10px; left: 30px; }

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