#infobox {
  position: absoulte;
  top:0px;
  right: 0px;
  width:200px;
  height: auto;
  border:1px solid red;
  float:right;
}


 
#praemienabbildung {
}
    #ajaxResult {
      position: absolute;
      width:600px;
      background-color: white;
      color: black;
      z-index:100;
      display: none;
      padding:0;margin:0;
    }
    
        #closeLayerInfo {
          position: absolute;
          top:0px;
          width:130px;
          height:18px;
          line-height: 18px;
          left:470px;
          padding:0;margin:0;
        }
            #closeLayerButton {
              background: url("../gfx/ci/fenster_schliessen.gif") no-repeat;
              display: block;
              width:130px;
              text-decoration:none;
            }
    
        #closeLayerInfo2 {
          position: relative;
          bottom: 18px;
          left:470px;
          width:130px;
          height:18px;
          line-height: 18px;
          padding:0;margin:0;
        }
         
        #getDataForLayerTop {
          background: url("../gfx/ci/bg_ajaxLayerTop.gif") no-repeat;
          height:8px;
          width: 100%;
          padding:0;margin:0;
        }
            #getDataForLayerMid {
              background: url("../gfx/ci/bg_ajaxLayerMid.gif") repeat-y;
              width: 550px;
              height:auto;
              overflow: auto;
              padding:25px;margin:0;
            }
            	#getDataForLayerMid li {border: none;}
            	#getDataForLayerMid img {max-width: 500px; padding-left:10px; margin-bottom:10px;}
            	
        #getDataForLayerBottom {
          background: url("../gfx/ci/bg_ajaxLayerBottom.gif") no-repeat;
          height:8px;
          width: 100%;
          padding:0;margin:0;
        }
        
        #getDataForLayerTable {
          width: 100%;
          text-align: center;
        }
        
