/* ******************************************************************************************************
** *********** "NordseeUrlaubbuchen GbR" (c) by Helmut Siebe (http://www.siebe-webdesign.de/) ***********
** ******************************************************************************************************
*/

.selectFree {
  display: none; 
  font: 10px Verdana; 
  z-index: 2000; 
  background : #C1DAF0;  
  width: 200px
}

.selectFree IFRAME
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
}

