#skiMain {
	height: 100%; /* das hier fuer den ie */
}

/* folgende anweisung wird nicht vom ie interpretiert */

#skiMain[id] {
    height:auto;
    min-height:100%;
}
	
html
{
	height:100%;
	margin:0;
	padding:0;
}
	
body
{
	height:100%;
	margin:0;
	padding:0;
	text-align: center;
}

#skiMain
{ 
	margin: 0px auto;
	min-height:100%;
	background-color:#f8f8f8;
	position: relative;
	width: 872px; 
	background-image: url(../images/layout/bgMain.gif); 
	background-repeat: repeat-y; 
	background-attachment: scroll; 
	background-position: left top;
}

#skiMainContent
{
	position: relative;
        text-align: left;

}

#skiMainCenter { width: 501px; float: left; min-height: 100%; height: 100%; }
#skiMainCenterTop { height: 28px; width: 501px; float: left; }
#skiMainRight { width: 198px; float: left; }
#skiMainRightTop { background-image: url(../images/layout/bgRight.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: left top; width: 198px; float: left; }
#skiMainRightEnd { background-image: url(../images/layout/bgRightEnd.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; height: 22px; width: 198px; float: left; }


#skiMainNaviRight { background-image: url(../images/layout/bgRight.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: left top; height: 28px; width: 198px; float: left; }
#skiMainNavi { background-image: url(../images/layout/bgShadowCss.jpg); background-repeat: no-repeat; background-position: left top; height: 28px; width: 501px; float: left; }

#skiMainNavi2 { background-image: url(../images/layout/bgShadowCss.jpg); background-repeat: no-repeat; background-position: left top; height: 28px; width: 699px; float: left; }


#skiMainHeaderLeft {  min-height: 100%; height: 100%;float: left; width: 161px; }
#skiMainHeaderRight { min-height: 100%; height: 100%; float: left; width: 699px; }

#skiMainHeader
{
	text-align:left;
	position: relative;
	height:255px;
}

#skiMainContentLeft {  float: left; width: 161px; }
#skiMainContentRight { float: left; width: 699px; }

#skiMainFooter {
	clear: both;
	height: 137px;
	width: 872px;
	background-image: url(../images/layout/bgMain.gif); 
	background-repeat: repeat-y; 
	background-position: left top;
}
#footerPosCss { 
	background: #FFF;
	background-image: url(../images/layout/bgFooterCss.gif); 
	background-repeat: repeat-x; 
	background-position: left top; 
	width: 699px;
	height: 137px;
	clear: both; 
	float: right;
	text-align: center;
	margin-right: 12px;
	}