/**
 * @company ICON GmbH
 * @author  Jan Westphal
 * @copyright 2010
 *
 * @created 9:21 6-25-2010
 * @project KIND | DAW
 */
 
img{
  border:none;
  behavior: url('fileadmin/template/kind/popup/pngbehavior.htc');
}
 
 
 * html #popupteaser{
	position:absolute;
}

 #popupteaser{
    display:none;
   	top:50%;
	left:50%;
    position: fixed;
    z-index:101;
 }
 
 
 .popupteaser{
   width:610px;
   height:300px;
 }
 
 
 .popupteaser h1{
    display:none;
 }
 
 .popupteaser .bg{
    z-index: 1000;
   position: absolute;
 }
 
 .popupteaser a{
    text-decoration: none;
 }
 
  
 .popupteaser .close{
    display:block;
    float:right;
    margin-top:14px;
    margin-right:12px;
    z-index: 1010;
    position: relative;
    cursor: pointer;
 }
 
 .popupteaser .more{
    position: absolute;
    margin-left: 130px;
    margin-top: 180px;
    float:left;
    width:208px;
    height:35px;
    z-index:1015;
 }

#ICON_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
#ICON_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.ICON_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #ICON_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
