* html #achtung-overlay{position:absolute; z-index:700; 
top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + 220 + "px");
}
* html .achtung{width:260px;}
#achtung-overlay{ position:fixed;top:220px;right:15px;width:260px;z-index:700;}
.achtung{
    display:none; 
	width:240px; 
	position:relative; overflow:hidden;
    box-shadow: 0 0 10px #4e4e4e;
    margin: 0 0 1em 0;
    padding: 7px 10px 7px 10px;
    z-index:9999;
	font-size:12px;
}
.achtung .closebut{
text-decoration:underline;
cursor:pointer;
float:left;
}
.achtung .closebut:hover{
text-decoration:none;
}
.achtung .cartlinks{
padding:5px;
}

