/* ie png background fix */

.container {
margin-top:90px;
width:200px;
height:205px;
border:solid 0px red;
float:right;
}
.container ul a,
.container ul {
color:#fff !important;
}
.container ul {
list-style:none;
padding:0;
margin:0;
}

html>body .container {
background-image:url(img/bkg_teaser.png);
}
*html .container { /* remove the blanks */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://typo17.suedtirol-information.com/fileadmin/templates/img/bkg_teaser.png', sizingMethod='crop');
}
























