#popup {
	display: none;
    z-index: 20;
	position: fixed;
	}

div.schliessen {
    position: relative;
    height: 30px;
    width: 30px;
    left: -15px;
	top: -270px;
    background: url("images/close_window.png") no-repeat scroll 0 0 transparent;
	float: right;
	cursor: pointer;
}

#popup_inhalt {
    margin-top: -284px;
	margin-left: -130px;
}
