#hintergrund {
    display:none;
    z-index:2;
    position: fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background:#000000;
}
 
#impressum {
    display: none;
    z-index: 3;
    position: fixed;
    width:700px;
    top: 10%;
    left: 50%;
    margin-left: -375px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #000;
	height: 700px;
	overflow: scroll;
	overflow-x: hidden;
}

 
#datenschutz {
    display: none;
    z-index: 3;
    position: fixed;
    width:700px;
    top: 10%;
    left: 50%;
    margin-left: -375px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #000;
	height: 700px;
	overflow: scroll;
	overflow-x: hidden;
}
 
div.schliessen {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0px;
    top: 0px;
    background: url("../img/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
 
#popup_inhalt {
    margin: 8px 14px;
}
