  #ecard_container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 650px;
    /*border: 1px dotted #0cf;*/
  }

  .ecard_auswahl_bild_schatten {
    position: absolute;
    width: 308px;
    height: 235px;
    z-index: 500;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #ecard_auswahl_schatten_default {
    top: 384px;
    left: 264px;
    background-image: url(/n1/pics/ecard_bilder/ecard_auswahl_schatten_default.jpg);
  }
  #ecard_auswahl_schatten_alt1 {
    top: 640px;
    left: 301px;
    background-image: url(/n1/pics/ecard_bilder/ecard_auswahl_schatten_alt1.jpg);
  }
  #ecard_auswahl_schatten_upload {
    top: 428px;
    left: 622px;
    background-image: url(/n1/pics/ecard_bilder/ecard_auswahl_schatten_upload.jpg);
  }
  
  .ecard_auswahl_bild {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 284px;
    height: 186px;
  }
  
  .ecard_auswahl_button {
    bottom: 0px;
    right: 5px;
    position: absolute;
    width: 103px;
    height: 24px;
    z-index: 700;
  }
  
  .ecard_vorschau_bild {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 355px;
    height: 232px;
  }

  
  
  


 #ecard_vorschau_copy {
  position: absolute;
  top: 108px;
  left: 71px;
  width: 230px;
  height: 270px;
}

#scrollpane_ecard_preview {
  position: relative;
  top: 0px;
  left: 0px;
  width: 230px;
  height: 240px;
  overflow: auto;
  text-align: left;
}

#ecard_formulardanke_copy {
  position: absolute;
  top: 108px;
  left: 71px;
  width: 230px;
  height: 270px;
}

#ecard_formulardanke_copy  a {
  font-weight: bold;
  text-decoration: underline;
}

#ecard_anzeigen_copy {
  position: absolute;
  top: 108px;
  left: 71px;
  width: 230px;
  height: 270px;
  z-index: 1000;
}

#grussbuch_copy {
  position: absolute;
  top: 49px;
  left: 320px;
  width: 385px;
  height: 95px;
  overflow: hidden;
}

.ecard_preview_overlay {
  position: absolute;
  top: 198px;
  left: 187px;
  width: 396px;
  height: 280px;
  background: url(/n1/pics/ecard_choice_default_preview.jpg) top left no-repeat;
  z-index: 1000;
  display: none;
}

.ecard_preview_overlay_close {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 6px;
  width: 115px;
  height: 13px;
  padding: 0px 16px 0px 0px;
  background: url(/n1/pics/button/ecard_preview_overlay_close_button.gif) bottom right no-repeat;
}

.ecard_preview_overlay_border_right,
.ecard_preview_overlay_border_bottom  {
  position: absolute;
  background-color: #002671;
  bottom: 0px;
  right: 0px;
}

.ecard_preview_overlay_border_right {
  width: 2px;
  height: 278px;
}

.ecard_preview_overlay_border_bottom {
  width: 394px;
  height: 2px;
}



/* allgemeine Formular-Feld-Definitionen */
.form_entry_container {
  width: 282px;
  margin-bottom: 10px;
}

.form_entry_heading {
  width: 100%;
  /*margin-bottom: 5px;*/
  font-weight: bold;
}

.form_entry_label {
  width: 100%;
  margin: 0px 0px 2px 0px;
}

.form_entry_input_container_double_l,
.form_entry_input_container_double_r {
  position: relative;
  top: 0px;
  left: 0px;
  width: 140px; /* = 287 : 2 */
}

.form_entry_input_container_double_l {
  float: left;
}

.form_entry_input_container_double_r {
  float: right;
  text-align: right;
}

.form_entry_container input {
  background-color: transparent;
  border: 0px solid #fde6f0;
}

#ecard_submit_button {
  position: absolute;
  display: block;
  top: 499px;
  left: 813px;
  width: 103px;
  height: 24px;
}

.form_entry_input_container_double_l input,
.form_entry_input_container_double_l select,
.form_entry_input_container_double_r input,
.form_entry_input_container_double_r select {
  height: 18px;
  width: 137px;
  border: 1px solid #db0962;
  padding: 2px 0px 0px 3px;
}

.form_entry_input_container_single input,
.form_entry_input_container_single select {
  height: 18px;
  width: 282px;
  border: 1px solid #db0962;
  padding: 2px 0px 0px 3px;
}

.form_entry_input_container_double_l textarea,
.form_entry_input_container_double_r textarea,
.form_entry_input_container_single textarea {
  height: 65px;
  width: 282px;
  border: 1px solid #db0962;
}

.form_entry_input_container_single {
  position: relative;
  top: 0px;
  left: 0px;
  width: 287px;
  margin-bottom: 7px;
}

.form_input_double,
.form_input_single {
  height: 17px;
  border: 1px solid #db0962;
}

.form_input_double {
  width: 140px;
}

.form_input_single {
  width: 285px;
}

textarea.form_input_single {
  height: 65px;
}

input.inputOk, 
textarea.inputOk,
select.inputOk {
  background-color: #EFFFF1 !important;
  color: #002671;
  /*margin: 2px 0px 2px 0px;*/
}

input.inputNeed , 
textarea.inputNeed, 
select.inputNeed  { 
  background-color: #FFEFF1;
  background-color: #FFFFFF !important;
  color: #002671;
  /*margin: 2px 0px 2px 0px;*/
}


/* Empfänger hinzufügen */

.form_add_recipient,
.form_remove_recipient  {
  cursor: pointer;
  font-weight: bold;
}

.form_add_recipient {
  line-height: 20px;
}

.form_remove_recipient  {
  margin-left: 34px;
  margin-left: 0px;
  line-height: 20px;
}

.form_add_recipient_icon {
  background-color: #ffffff;
  border: 1px solid #db0962;
  padding: 0px 3px 0px 3px;
  font-weight: normal;
  margin-right: 5px;
}



/* ECARD-Formular */
#ecard_form_preview {
  position: absolute;
  top: 281px;
  left: 612px;
  width: 308px;
  height: 211px;
  overflow: hidden;
  background: url(/n1/pics/ecard_bilder/ecard_formular_schatten.jpg) top left no-repeat;
}

#ecard_form_upload_hint {
  position: absolute;
  top: 345px;
  left: 400px;
  width: 318px;
  height: 30px;
}

#ecard_form a img {
  margin-bottom: -2px;
}

#ecard_form_upload_instructions {
  position: absolute;
  top: 250px;
  left: 618px;
  width: 296px;
  height: 35px;
  overflow: hidden;
  z-index: 1500;
}

#ecard_form_file_upload_container {
  position: absolute;
  top: 492px;
  left: 618px;
  width: 296px;
  height: 24px;
  overflow: hidden;
}

#ecard_form_file_upload_container input {
  background-color: #ffffff;
  border: 1px solid #DB0962;
  height: auto;
}


/* E-Card-Vorschau */
.ecard_preview_recipent {
  margin-bottom: 24px;
  width: 280px;
}

#ecard_preview,
#ecard_preview_upload,
#ecard_preview_default,
#ecard_anzeigen_foto_container  {
  position: absolute;
  top: 267px;
  left: 539px;
  width: 381px;
  height: 258px;
  background: url(/n1/pics/ecard_bilder/ecard_vorschau_schatten.jpg) top left no-repeat;
}

/*#ecard_preview_upload,
#ecard_anzeigen_foto_container {
  background: url(/n1/pics/background/ecard_photo_upload_270x234.jpg) top left no-repeat;
}
*/

#ecard_foto_uploaded_final {
  position: absolute;
  top: 40px;
  top: 29px;
  left: 46px;
  left: 36px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}

#ecard_default_final_bg,
#ecard_foto_uploaded_final_bg {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 355px;
  height: 232px;
}

#ecard_foto_uploaded_final_bg {
  background: url(/n1/pics/ecard_bilder/ecard_photo_preview_mask.gif) top left no-repeat;
}


#ecard_preview_copy_default {
  position: absolute;
  top: 45px;
  left: 33px;
  width: 145px;
  height: 108px;
  overflow: hidden;
}

#scrollpane_ecard_preview_copy_default {
  position: relative;
  top: 0px;
  left: 0px;
  height: 108px;
  width: 145px;
  overflow: auto;
}

#ecard_preview_hint {
  position: absolute;
  top: 547px;
  left: 547px;
  width: 371px;
  height: 70px;
}

#ecard_preview_back {
  position: absolute;
  display: block;
  top: 55px;
  left: 165px;
  width: 103px;
  height: 24px;
  text-indent: -9999px;
  background: url(/n1/pics/button/ecard_preview_back.gif) top left no-repeat transparent;
}

#ecard_preview_submit {
  position: absolute;
  display: block;
  top: 55px;
  left: 272px;
  width: 103px;
  height: 24px;
  border: 0px solid #ffffff;
  background-color: transparent;
}

/* PHOTO-E-Card-Specials */
#ecard_zoom_control {
  position: absolute;
  top: 497px;
  left: 617px;
  width: 53px;
  height: 25px;
  border: 1px solid #8297C2;
  background-color: #FBE1EC;
  z-index: 1000;
  overflow: hidden;
  display: none;
}

#zoom_in,
#zoom_out {
  position: absolute;
  display: block;
  top: 3px;
  width: 21px;
  height: 18px;
  text-indent: -9999px;
  background-image: url(/n1/pics/button/ecard_zoom_button_sprite.gif);
  background-repeat: no-repeat;
}

#zoom_in {
  left: 4px;
  background-position: 0px -18px;
}

#zoom_out {
  left: 28px;
  background-position: -21px -18px;
}

#ecard_control_delete_picture_button,
#ecard_control_upload_picture_button  {
  position: absolute;
  display: block;
  top: 525px;
  left: 813px;
  width: 103px;
  height: 24px;
  text-indent: -9999px;
  z-index: 1000;
  background-color: transparent;
  border: 0px solid #fde6f0;
}
#ecard_control_delete_picture_button {
  left: 680px;
}

#ecard_control_upload_picture_button  {
  /*background: url(/n1/pics/button/ecard_control_upload_picture.gif) top left no-repeat;*/
}

#ecard_control_delete_picture_button {
  display: none;
  top: 499px;
  background: url(/n1/pics/button/ecard_delete_picture.gif) top left no-repeat;
}

#ecard_zoom_control_hint {
  position: absolute;
  top: 535px;
  left: 617px;
  width: 316px;
  height: 50px;
  overflow: hidden;
  display: none;
}

#ecard_foto_upload_form_container {
  width: 284px;
  height: 186px;
  padding: 0px;
  background: url(/n1/pics/ecard_bilder/ecard_auswahl_upload.jpg) top left no-repeat;
  text-align: center;
  overflow: hidden;
  margin: 13px 0px 0px 12px;
}

#ecard_foto_upload_form_container input {
  border: 1px solid #db0962;
  background-color: #ffffff;
  padding: 2px 0px 0px 3px;
}

#ecard_foto_upload_success_container {
  display: none;
}

#ecard_foto_uploaded {
  position: absolute;
  top: 13px;
  top: 33px;
  left: 12px;
  left: 38px;
  width: 132px;
  height: 132px;
  z-index: 100;
  overflow: hidden
}

#ecard_foto_uploaded_preview {
  position: absolute;
  top: 40px;
  left: 46px;
  width: 160px;
  height: 160px;
  z-index: 100;
  overflow: hidden
}

#ecard_foto_overlay_mask {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 320px;
  height: 208px;
  z-index: 1500;
  cursor: move;
}


#ecard_foto_overlay_mask_preview {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 394px;
  height: 258px;
  z-index: 1500;
}

#ecard_foto_copy_preview,
#ecard_anzeigen_foto_copy {
  position: absolute;
  top: 11px;
  left: 294px;
  width: 90px;
  height: 210px;
  z-index: 2000;
  overflow: hidden;
}

#scrollpane_grussbuch_ecard_copy_upload  {
  position: absolute;
  top: 11px;
  left: 294px;
  width: 90px;
  height: 210px;
  z-index: 2000;
  overflow: hidden;
}

#grussbuch_ecard_copy_upload {
  position: relative;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 210px;
  overflow: auto;
}

#scrollpane_ecard_anzeigen_foto_copy,
#scrollpane_ecard_foto_copy_preview {
  position: relative;
  top: 0px;
  left: 0px;
  height: 210px;
  width: 90px;
  overflow: auto;
}

#ecard_sent_hint,
#ecard_view_hint  {
  position: absolute;
  top: 398px;
  left: 337px;
  width: 350px;
  height: 120px;
}

#ecard_view_hint a {
  font-weight: bold;
  text-decoration: underline;
} 

#ecard_anzeigen_teaser {
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 286px;
  height: 235px;
  background: url(/n1/pics/ecard_anzeigen_teaser.jpg) top left no-repeat;
  z-index: 100;
}

#ecard_anzeigen_teaser_link {
  position: absolute;
  display: block;
  top: 145px;
  right: 0px;
  width: 143px;
  height: 50px;
  text-indent: -9999px;
  background: url(/n1/pics/button/ecard_anzeigen_teaser_link.jpg) top left no-repeat;
}

#ecard_anzeigen_container {
  position: absolute;
  top: 120px;
  left: 323px;
  width: 394px;
  height: 258px;
}

#ecard_anzeigen_container_copy {
  position: absolute;
  top: 45px;
  left: 33px;
  width: 145px;
  height: 108px;
  overflow: hidden;
}

#ecard_link_to_home,
#ecard_link_to_home a:link,
#ecard_link_to_home a:focus,
#ecard_link_to_home a:visited,
#ecard_link_to_home a:hover {
  color: #db0962;
} 
    
#ecard_danke_link_to_home,
#ecard_link_to_home {
  font-weight: normal;
}

#ecard_link_to_home a:link,
#ecard_link_to_home a:focus,
#ecard_link_to_home a:visited,
#ecard_link_to_home a:hover,
#ecard_danke_link_to_home a:link,
#ecard_danke_link_to_home a:focus,
#ecard_danke_link_to_home a:visited,
#ecard_danke_link_to_home a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#min_height_expander {
  height: 650px;
  width: 1px;
  float: left;
}


