.fontnavigering {  font-family: Verdana, sans-serif; font-size: 10px}

#maintextcontent
{
position: absolute;
bottom: 0px;
left: 12px;
color: #FF0000;
}

#secondlevelcontent
{
position: absolute;
bottom: 40px;
left: 105px;
}
* html #secondlevelcontent {
position: absolute;
bottom: 55px;
left: 105px;
}

#thirdlevelcontentSecond
{
position: fixed;
top: 0px;
left: 215px;
width: 200px;
z-index: 4999;
}

* html #thirdlevelcontentSecond {
	z-index: 999;
	position: absolute;
	top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
		}

#backlink
{
position: absolute;
bottom: 0px;
left: 0px;
}