@charset "utf-8";
/* CSS Document */
 
#news_popup {
  display:none;
  position:absolute;
  width:600px;
  height:600px;
  top:50%;
  margin-top:-250px;
  left:50%;
  margin-left:-300px;
  z-index:150;
  }
  
#news_background {
  display:none;
  position:absolute;
  top:0;
  left:0;
  background-color:#000;
  width:100%;
  height:100%;
  z-index:100;
  }
  
#news_container p {
  margin:0;
  padding:0 0 15px 0;
  }
  
#news_container h2 {
  color:#d30069;
  font-size:16px;
  font-weight:bold;
  margin:0;
  padding:0 0 15px 0;
  line-height:22px;
  }

#news_container {
  width:600px;
  height:600px;
  margin:0 auto;
  text-align:left;
  position:relative;
  background-color:#fff;
  }

#news_head {
  clear:left;
  float:left;
  }

#news_maincontent {
  clear:left;
  float:left;
  width:600px;
  height:451px;
  overflow:auto;
  }

#news_content {
  clear:left;
  float:left;
  width:500px;
  padding:25px 0 25px 50px;
  }

#news_footer {
  clear:left;
  float:left;
  height:213px;
  width:500px;
  margin-left:50px;
  background-image:url(img/bg_footer.jpg);
  background-repeat:no-repeat;
  }

*html #news_footer {
  margin-left:25px;
  }

#news_footer a {
  background-image:url(img/bg_spezial.gif);
  background-repeat:no-repeat;
  padding-left:20px;
  color:#D20068;
  text-decoration:none;
  font-weight:bold;
}

#news_footer a:hover {
  color:#2e881b;
}

.news_close_button {
  float:right;
  padding-top:145px;
  right:0;
  }  

.news_slogan {
  clear:right;
  float:right;
  bottom:12px;
  padding-top:22px;
  color:#2e881b;
  font-weight:bold;
  font-size:16px;
  }