body {
    background-color: white;
}
/*    .meineButtons {
        width: 240px;
        height: 60px;
        font-size: large;
        /*color: yellow;
        background-color: #FF9900; */
    }
td {
        text-align: justify;
    }
    
.time {
        width: 100%;
        border-bottom: 1px solid black;
        background-color: lightgrey;
        position: absolute;
        margin-top: -8px;
        margin-left: -8px;
        padding: 5px;
	   text-align: center;
    }

/* BOF IFRAME content */
iframe {
    width: 750px;
    height: 450px;
    border: none;   
}

div.content_bg_box {
    /*margin: 0 auto; */
    position: absolute;
    top: 17em;
    left: 28%;
    background-color: white;
    opacity: 1;
    -moz-opacity: 1;
    border: 1px solid black;
    text-align: right; 
    z-index: 1002;
    overflow: hidden;
    padding: 10px;
}

div.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.9;
        opacity:.90;
        filter: alpha(opacity=70);
    }

/* EOF IFRAME content */

div.transparent_bg_box {
    margin: 0 auto; 
    top: 17em;
    left: 50%;
    position: absolute;
    text-align: center;  
    z-index: 5001;
     -moz-opacity: 0.7;
        opacity:.70;
        filter: alpha(opacity=70)
}

div.whole_screen {
	width:100%;
	height:100%;
	position:fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.7;
	z-index: 1001;
	-moz-opacity: 0.7;
	overflow: auto;
}

div.textinhalt {
	position:center; 
	top:31px; 
	margin-top: 12em; 
	margin-left:auto; 
	margin-right:auto; 
	font-size:16px; 
	width:50%; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align: justify;
}

div.iframeTextinhalt {
	position:relative; 
	top:5px; 
	width:100%; 
	height: 405px; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}

div.closeIframe {
	width:100%;
	text-align:right;
	position: relative; 
	max-width:1000px;
}