/* 13.08.2017 J.SCHEER 

AB HIER VERFÜGBARKEIT UND BUCHUNGSDIALOG

VEFÜGBARKEIT */



#kalender

{
	width:540px;
	height:470px;
}

#verfueg-modal
{
	
}


	.headerframe
 	  {
 	  width:100%;
 	  }
    .close
   	 {
	    height:25px;
	    float:right;
	    background: url("/sihot/img/close.gif") repeat scroll 0 25px transparent;
	    width:25px;
	  	margin: 10px 10px 0 0;
		cursor:pointer;
    }
    .close:hover
    {
	    height:25px;
	    background: url("/sihot/img/close.gif") repeat scroll 0 0 transparent;
    }
    

    div#verblendung { 
	  position:absolute; 
	  display:none;
	  height:100%; 
	  opacity:1;
	  left:0; 
	  width:100%; 
	  background:url('/sihot/img/background-grey-90.png');
	  z-index:200;
	} 	
    #frame-box {
		height: 510px;
		width: 950px;
		top: 50%;
		left: 50%;
		margin-top: -230px;
		margin-left: -475px;
		background-color:#FFFFFF;
		z-index:201;
		display:none;
		position:absolute;
    }
    
    #frame-box-buchen {
		height: 460px;
		width: 950px;
		top: 50%;
		left: 50%;
		margin-top: -230px;
		margin-left: -475px;
		background-color:#FFFFFF;
		z-index:201;
		display:none;
		position:absolute;
    }
    
    #verfueg-modal
    {
    	height: 460px;
		width: 950px;
    }