﻿
   A.popup-anzeigen{
	display: inline-block;
	width: 280px;/*200px; */
	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;

   width: 60%;
   height: 500px;
 top: -10%;
   left: 15%;
}

div.schliessen {
/*display:block;*/
z-index:1000000;
position: fixed;
height: 150px;
width: 150px;
margin-left: 1000px;
background: url("tipps-schliessen-21-gif.gif");
cursor: pointer;
margin-top: 180px;
}
/* */


