div#fixme-bottom {
position: fixed;
bottom: 0;
right: 10px;
width: 0;
height: 0;
z-index: 0;
cursor: pointer;
-moz-opacity: 0.6;
opacity: 0.6;
}


* html div#fixme-bottom {
filter:alpha(opacity=60);
position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));

}



/* slight adjustment */
div#fixme-bottom img {
float: left;
margin: -48px -110px -100px -25px;
position: relative;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
}


#tyde_hemmelig_frm
{
	display: none;
}