
#admoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background-color: black;
 /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
  opacity: 0.7;
  display: block;
    text-align: center;
   
}
#inner-adm{
	
	  position: fixed;
	   top: 11%;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  overflow:scroll;
 
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;

  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
	}
#adm_con{
	

min-width: 250px;
height: 640px;
max-width:78em;
max-height:60em;
  margin: 0 auto;
  padding:1.66rem;
  -webkit-border-radius: 12px;
 padding-bottom:2em;
  -o-border-radius:12px;
  border-radius: 12px;
	overflow: scroll;
	}
	
	#con_close{
	
	text-align: right;
	 position: relative;
	 
max-width:78em;
height: 32px;
  margin: 0 auto;
	}
	
	.lnk_close{
 display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../grafik/mylightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
/*  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);*/
  opacity: 0.7;
	
	}
	.lnk_close:hover{
	
	 cursor: pointer;
/*  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  opacity: 1;
	
	
	
	
	}
	

  /*cookieBox*/

  #cookieoverlay {
    position: fixed;
    bottom: 0;
    right: 0;

    width: 44em;
    height: 21em;
  background-color: rgb(18, 175, 65);
 /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
  opacity: 1;
  display: block;
    text-align: center;
   
}

#cookieoverlay h1{

  font-size: 1.2em;
  color: black;
}
