﻿
   A.popup-anzeigen{
	display: inline-block;
	width: 200px; /* 350 330*/
	height: 27px;
	margin-top: -100px;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size: 16pt;
	color: #000000;
	background-color: beige;
	border-style: solid;
	border-width: 3px;
	border-color: #800000;
	      border-radius:15px; 
      -moz-border-radius:15px; 
      -webkit-border-radius:15px; 
      -khtml-border-radius:15px; 
 }
 
  A.popup-anzeigen:hover {
  color: #000000;
  background-color: #f9c205;
  }


#hintergrund {
	display: none;
	z-index:10000;
	position: fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
}

#popup {
	display: none;
   z-index: 20000;
	position: absolute;/*relative;/*fixed;;/*absolute;*/

   width: 60%;
   height: 500px;
  top:-10px;
   /*margin-top: -30%;*/
   left: 15%;
}

#popup {
	display: none;
   z-index: 20000;
	position: absolute;/*relative;/*fixed;;/*absolute;*/

   width: 60%;
   height: 500px;
  top:-10px;
   /*margin-top: -30%;*/
   left: 15%;
}


div.schliessen {

/*display:block;*/

position: fixed;/*relative;/*fixed;/*fixed; relative;*/
/*position:fixed;*/
z-index:1000000;
  /*position: relative;absolute;
    height: 147px;
    width: 147px;*/

 /*   height: 82px;104px;
    width: 200px;/*253px;*/

/*
width:182px;
height:116px;
*/
width:250px;
height:120px;

width:160px;
height:96px;



/*float:right;*/

margin-left: 850px;/*1000px; /*950 x 100*/
top: -95px;

/*margin-left: 1000px;950px; /*-450px;-100px550px;*/

  background: url("schliessen.gif");

 
 /*  background: url("tipps-schliessen-50-gif.gif");*/



	cursor: pointer;
margin-top: 180px;
}




