#GB_overlay {
z-index:100;
position:absolute;
width:100%;
height:100%;
left:0px;
top:0px;
background: #000;
display: none;
}
#GB_window {
background-color: #fff;
top: 10px;
left: 0px;
position: absolute;
background : transparent url('/images/greybox_window_bg.gif') no-repeat scroll bottom left;
overflow: auto;
width: 600px;
height: 650px;
z-index: 150;
display:none;
}
#GB_frame {
background: transparent url('http://www.terminland.de/greybox/ajax-loader.gif') no-repeat scroll center 50%;
border: 0;
overflow: auto;
width: 580px;
height: 550px;
margin: 0 10px;
}
#GB_caption {
font: 12px bold helvetica, verdana, sans-serif;
color: #404040;
background: #888;
padding: 10px;
background : transparent url('/images/greybox_caption_bg.png') no-repeat scroll top;
height: 65px;
margin: 0;
text-align: left;
}
#GB_window img {
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
cursor: hand;
}


