/* Inline Browser */
.browser {
    /* position: fixed; */
    position: absolute;
    border: 1px solid #000000;
    height: 575px; /* wird per JS gendert! */
    z-index: 10;
    top: 100px; /* wird per JS gendert! */
    width: 95%;
    background-color: #38656F;
    visibility: hidden; /* wird per JS gendert! */
    padding: 4px;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	margin-right: 25px;
}

.menu {
	text-align: right;
	background-color: #BECED5;
	width: 100%;
	height 25px;
}

.iframe {
	padding: 0px;
	width: 99%;
	height: 600px;
}