
div.apple_overlay.impressum {
	width: 245px;
	height: 170px;
}

div.apple_overlay.agb {
	width: 600px;
	height: 600px;
}

div.apple_overlay.datenschutz {
	width: 600px;
	height: 600px;
}


div.apple_overlay div.content {
	overflow-y: auto;
	height:600px;
}


/* the overlayed element */
.image_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#333;
 
 /*   width:675px; */
    min-height:50px;
    border:1px solid #666;
    
    padding: 5px 5px 2px 5px;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
 
/* close button positioned on upper right corner */
.image_overlay .close {
    background-image:url(overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}


/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(overlay/white.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:640px;

    
	text-align: left;
	background: white;
	display: none;
	padding: 10px;
	font-family: sans-serif;
	font-size: 9pt;
    
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

