/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/





/****************************
** NEWSLETTER POPUP
****************************/


/*PNG POSITION*/
div#newsletter {
  position: absolute;
  top: 230px;
  left: 504px;
  z-index: 100000;
}


/*NEWSLETTER SEINE*/

body.newsletter_popup {
  background-image: url(http://www.krier-aus-trier.de/grafik/bg_newsletter.gif);
  background-repeat: repeat-x;
  background-color: #00ADEF;
}

div#document_popup_newsletter {
  margin: 68px 0 0 30px;
  width: 365px;
}

img.newsletter_ueberschrift {
  margin: 0 0 60px 0;
}

input.submitbutton {
  border: 2px solid #ffffff;
  padding: 2px;
  margin: 0 0 0 150px;
  width: 150px;
  color: white;
  background-color: #00ADEF;
}


/****************************
** GUTSCHEIN POPUP
****************************/

/*PNG POSITION*/
div#gutschein {
  display: none;
  position: absolute;
  top: 135px;
  left: 140px;
  z-index: 100000;
}


div#gutschein div#anzeige {
  position: relative;
  top: -235px;
  left: 68px;
  font-family: "Courier New";
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}


/*NEWSLETTER SEINE*/


div#document_popup_gutschein {
  position: absolute;
  top: 50px;
  left: 196px;
  z-index: 200000;
  padding: 45px 35px 45px 35px;
  width: 380px;
  height: 600px;
  display: none;
  background-image: url(http://www.krier-aus-trier.de/grafik/bg_gutschein.gif);
  background-repeat: repeat-x;  
  background-color: #86C234;
}

img.gutschein_ueberschrift {
  margin: 0 0 60px 0;
}

input.submitbutton_gutschein {
  border: 2px solid #ffffff;
  padding: 2px;
  margin: 0 0 0 150px;
  width: 150px;
  color: white;
  background-color: #86C234;
}

img#schliessen_button {
  position: relative;
  top: -160px;
  left: 370px;
}


/****************************
** GRATIS POPUP
****************************/

/*PNG POSITION*/
div#gratis-1 {
  display: block;
  position: absolute;
  top: 145px;
  left: 165px;
  z-index: 100000;
}
div#gratis-2 {
  display: block;
  position: absolute;
  top: 145px;
  left: 612px;
  z-index: 100000;
}
