body {text-align:center;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;	
	color:#909090;
	margin:0;	padding:0;	background: #FFF;
/*	scrollbar-face-color: #ECE28C;
	scrollbar-highlight-color: #FFFFC4;
	scrollbar-3dlight-color: #FCF281;
	scrollbar-shadow-color: #ECEC00;
	scrollbar-darkshadow-color: #C5B521;
	scrollbar-arrow-color: #C5B521;
	scrollbar-track-color: #ECE28C;  */
}

a:link{ color:#909090; text-decoration:none; font-weight:normal; }
a:visited { color: #909090; text-decoration:none; font-weight:normal; }
a:hover { color: #FF5700; text-decoration:underline; font-weight:normal; }
a:active { color: #909090; text-decoration:none; font-weight:normal; }


table {font-size:11px;}

.abst1 {padding: 32px 0 0 34px;}
.style3 {color: #FF9900}
.style4 {
	width: 770px;
	margin-top: 5px;
	padding-top: 5px;
	color: #FF9900;
	font-size:14px;
	border-top:#F90 1px solid;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
h4 {
  margin: 0; padding:0;
}
p {  
	margin: 0; padding:0;
}

.footer {font-size:15px;	
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #C4C4C4;
  text-align: center;
}
.footer a:link{ color:#ed8728; text-decoration:none; font-weight:bold; }
.footer a:visited { color: #ed8728; text-decoration:none; font-weight:bold; }
.footer a:hover { color: #FF5700; text-decoration:underline; font-weight:bold; }
.footer a:active { color: #ed8728; text-decoration:none; font-weight:bold; }



/*.....DATENSCHUTZ POPUP.......*/
.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 3px 0 3px 0;
  border: 1px solid #fff;
  border-radius: 4px/8px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 1px 6px 1px 6px;
  color: #fff;
  /* border: 1px solid #ed8728; */
  border-radius: 4px/8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;}
.button:hover {  background: #ed8728;
}
.overlay {
  position:fixed; 
	 overflow-y: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
	text-align: left;
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #909090;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {  color: #06D85F;
}
.popup .close2 {
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close2:hover {  color: #06D85F;
}
.popup .content {   overflow: auto;}

@media screen and (max-width: 700px){  
.box{    width: 70%;  }
 .popup{    width: 70%;  }
/*.....ENDE DATENSCHUTZ POPUP.......*/
	
	
	
	