﻿


/*
#hintergrund {
	display: none;
	z-index:10000;
	position: fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
}
*/


#popup_1 {
	display: none;
   z-index: 20000;
	position: absolute;

   width: 60%;
   height: 500px;
 top: -10%;
   left: 15%;
}

/*
div.schliessen_1 {
display:block;
z-index:1000000;
width: 150px;
height: 90px;
background: url("schliessen-v-02.gif");
cursor: pointer;
margin-top: 180px;
}
*/

div.schliessen_1 {
display: block;
   position: fixed;/*relative;/*absolute;/*fixed;/*absolute;/*relative;/*absolute;/*fixed;/*absolute;*/
    width: 160px;
    height: 96px;
	margin-top: 15%;/*150px;*/
	margin-left: 80%;/*900px;;*/
    background: url("schliessen.gif");
	cursor: pointer;
}

/*
div.schliessen_1 {
   position: relative;
    width: 160px;
    height: 96px;
	margin-top: 150px;
	margin-left: 900px;;
    background: url("schliessen.gif");
	cursor: pointer;
}
*/

