/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #393d46;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
	text-align: center;	
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
	background: url(../images-new/bg.jpg) no-repeat;	
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;	 
	text-align: center; }

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap; }

.GB_Window .header {    
    margin: 0;
    height: 22px;
    font-size: 12px;
    padding: 3px 0; }

.GB_Window .caption {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	padding-left: 10px;
	color: #009933; /*grüne Schrift */
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}
