@import url(layout_delta.css);
@import url(format_delta.css);

#Angebot {
position:absolute;
top:75px;
left:820px;
z-index:5;
width:149px;
height:149px;
background:url(../image/angebot.png) no-repeat;
}
#Angebot a {
display:block;
width:149px;
height:149px;
}
#Angebot_1 {
position:relative;
top:-70px;
left:220px;
z-index:5;
width:67px;
height:67px;
background:url(../image/angebot_1.png) no-repeat;
}
#Angebot_1 a {
display:block;
width:67px;
height:67px;
}

/* transparenz IE6 */
*html #Angebot {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/angebot.png');
}
*html #Angebot_1 {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/angebot_1.png');
}
