/* das hier für den ie */
#layout_page {
	height: 100%; 
}
/* folgende anweisung wird nicht vom ie interpretiert */
#layout_page[id] {
    height:auto;
    min-height:100%;
}
	
html
{
	height:100%;
	margin:0;
	padding:0;
}
	
body
{
	height:100%;
	margin:0;
	padding:0;
}

#layout_page
{
	width: 870px;
	margin: 0 auto;
	min-height:100%;
	position: relative;
}

#layout_content
{
	position: relative;
}

#layout_header
{
	text-align:center;
	position: relative;
}

#layout_footer
{
	position:absolute;
	clear: both; 
	bottom: 0px;
}

#linkespalte
{
	height: 100%; 
}
/* folgende anweisung wird nicht vom ie interpretiert */
#linkespalte[id] {
    height:auto;
    min-height:100%;
}
#linkespalte
{
	width: 15em;
	margin: 0 auto;
	min-height:100%;
	position: relative;
}
-->
