Advertisement
Guest User

o2 LOOP Guthaben per Banküberweisung aufladen - Betreff

a guest
Oct 30th, 2014
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/tch_de_mobil_guthaben_aufladen.isml,v 1.24 2009/03/27 09:33:47 snimmich Exp $ -->
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. <script type="text/javascript" src="/static/js/analytics.js"></script>
  135. <link type="text/css" rel="stylesheet" href="/static/css/banner-styles.css"/>
  136.  
  137. <style type="text/css">
  138.  
  139.  
  140.  
  141. /* misc */
  142. *{
  143. margin: 0;
  144. }
  145.  
  146. body {
  147. background: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_body.gif) 0 0 repeat-y;
  148. font-family: Verdana, Arial, Tahoma;
  149. font-size: 12px;
  150. line-height: 17px;
  151. color: #303A63;
  152. margin: 6px 0 0 7px;
  153. padding: 0;
  154. }
  155.  
  156. /* Schriftzuweisung */
  157. label {
  158. font-size: 12px;
  159. line-height: 14px;
  160. }
  161.  
  162. .textSmall {
  163. font-size: 11px;
  164. line-height: 14px;
  165. }
  166.  
  167. .textItalic {
  168. font-style: italic;
  169. }
  170.  
  171. /*
  172. INPUT-section
  173. note: all INPUT types have no left/right-margins, add inputSpacer-class for correct spacing to class-defintion
  174. note: each INPUT field should have only one class (execption: inputSpacer can be added)
  175. */
  176. .stdTextarea,
  177. .textfield,
  178. .inputZip,
  179. .inputStreetNr,
  180. .inputCity,
  181. .inputStreet,
  182. .char2,
  183. .char4,
  184. select,
  185. textarea {
  186. font-family: Verdana, Arial, Tahoma;
  187. font-size: 11px;
  188. line-height: 14px;
  189. color: #303A63;
  190. }
  191.  
  192. .inputSpacer {
  193. margin-right: 4px; /*(jh) 4px makes a spacing of 5px, because the inputs still have a white line around them*/
  194. }
  195.  
  196. .stdTextarea {
  197. width: 336px;
  198. height: 140px;
  199. }
  200.  
  201. .textfield{
  202. height: 16px;
  203. width: 187px; /* results in 194px width for input */
  204. padding: 0 0 0 4px;
  205. }
  206.  
  207. .inputZip{
  208. height: 16px;
  209. width: 54px !important;
  210. padding: 0 0 0 4px;
  211.  
  212. }
  213.  
  214. .inputStreetNr {
  215. height: 16px;
  216. width: 36px;
  217. padding: 0 0 0 4px;
  218. margin-left: 4px;
  219. }
  220.  
  221. .inputCity,
  222. .inputStreet{
  223. height: 16px;
  224. width: 121px !important;
  225. padding: 0 0 0 4px;
  226. }
  227.  
  228. .char2{
  229. height: 16px;
  230. width: 21px !important;
  231. padding: 0 0 0 4px;
  232. }
  233.  
  234. .char4{
  235. height: 16px;
  236. width: 36px !important;
  237. padding: 0 0 0 4px;
  238. }
  239.  
  240. .invisible, .invisible img{
  241. padding: 0 !important;
  242. margin: 0 !important;
  243. height: 0 !important;
  244. line-height: 0 !important;
  245. }
  246.  
  247. /*for tr's with labels and selectbox in one row*/
  248. .rowSelectbox{
  249. line-height: 22px !important;
  250. }
  251.  
  252. /* use this for standard formular table */
  253. .stdFormular td {
  254. padding-bottom: 11px !important; /* (km) spacing betweens labels = 33px */
  255. padding-right: 14px !important;
  256. }
  257.  
  258. td.stdLabel {
  259. vertical-align:top;
  260. padding-top: 3px;
  261. }
  262.  
  263.  
  264. /*
  265. styles for radio-button-rows
  266. see: magazineorder for example
  267. */
  268.  
  269. .radioRow td {
  270. padding-bottom: 16px !important;
  271. }
  272.  
  273. .radio {
  274. padding-top: 0px;
  275. position: relative;
  276. top: -1px;
  277. height: 15px;
  278. margin-left: -5px;
  279. margin-right: 0px;
  280. }
  281.  
  282. .radioTable, .radioTable td {
  283. padding: 0px !important; /* (km) remove padding from outer table */
  284. position: relative;
  285. top: 1px;
  286.  
  287. }
  288.  
  289. .radioTable label {
  290. position: relative;
  291. top: -1px;
  292. }
  293.  
  294. /*
  295. styles for newsletter-rows
  296. see: magazineorder/memocreate for example
  297. */
  298. td.newsletter{
  299. vertical-align: top !important;
  300. padding-top: 4px !important;
  301. }
  302.  
  303. .newsletterCheckbox{
  304. display: block;
  305. float: left;
  306. margin-top: 0px;
  307. margin-left:-4px;
  308. }
  309.  
  310. .newsletter_wrapper {
  311. padding-top: 1px;
  312. }
  313.  
  314. .newsletter_advice{
  315. font-size: 11px;
  316. line-height: 16px;
  317. float:left;
  318. width:400px;
  319. padding-top: 2px;
  320. }
  321.  
  322.  
  323.  
  324.  
  325. /* Forms ohne paddings */
  326. form {
  327. padding: 0;
  328. }
  329.  
  330. /* Default Linkfarbe und Dekoration */
  331. a, a:hover {
  332. text-decoration: underline;
  333. color: #303A63;
  334. }
  335.  
  336. img {
  337. border: 0px;
  338. }
  339.  
  340. p {
  341. margin: 0;
  342. }
  343.  
  344. /* std. Text Laufweite */
  345. .stdTracking {
  346. width: 540px;
  347. }
  348.  
  349. /* TabellenZellen ohne padding */
  350. td.nopadding{
  351. padding: 0 !important;
  352. }
  353.  
  354.  
  355. /* --- Header --- */
  356. #header {
  357. /* Verlauf im Header */
  358. background: #00204F url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_header.gif) 0 72px repeat-x;
  359. position: relative;
  360. width: 971px;
  361. height: 83px;
  362. color: white;
  363. }
  364.  
  365. /* Tchibo-Logo oben links */
  366. #logo {
  367. position: absolute;
  368. top: 10px;
  369. left: 19px;
  370. z-index: 99;
  371. }
  372. #xmaslogo_left {
  373. position: absolute;
  374. top: 0px;
  375. left: 0px;
  376. z-index: 99;
  377. }
  378.  
  379. #xmaslogo_right {
  380. position: absolute;
  381. top: 0px;
  382. left: 185px;
  383. z-index: 99;
  384. }
  385. /* ENDE header */
  386.  
  387. /*
  388. * Error
  389. */
  390. .error, a.error, a.error:hover {
  391. font-size: 11px;
  392. line-height: 14px;
  393. color: #cc0000;
  394. }
  395.  
  396. .errorLarge,
  397. label.error {
  398. font-size: 12px;
  399. line-height: 14px;
  400. color: #cc0000;
  401. }
  402.  
  403. select.error,
  404. input.error {
  405. font-size: 11px;
  406. line-height: 14px;
  407. border-color: #cc0000;
  408. color: #303A63;
  409. border-style: solid;
  410. border-bottom-width: 1px;
  411. border-right-width: 1px;
  412. padding: 0 0 1px 4px;
  413. height: 16px;
  414. }
  415.  
  416. /* IE special errror handling: decorate textareas/selectbox with 1px red border */
  417. .errorDeco {
  418. margin: 0px;
  419. padding: 0px;
  420. border-color: #cc0000;
  421. color: #303A63;
  422. border: 1px solid #cc0000;
  423. display: table; /* Firefox needs this, otherwise span has only line-height height*/
  424. }
  425. /* (mm) remove if use anymore please contact me
  426. p.error, .error a{
  427. color:#cc0000;
  428. font-weight:bold;
  429. font-size:11px;
  430. }
  431. */
  432.  
  433. #errorBooking,
  434. #errorGlobal,
  435. #errorGlobal a{
  436. color: #cc0000;
  437. font-size: 12px;
  438. line-height: 14px;
  439. font-weight: bold;
  440. }
  441.  
  442. #errorBooking,
  443. #errorGlobal {
  444. padding: 12px 0 15px 21px;
  445. margin-top: -1px;
  446. width: 561px; /* 540 content + 21 paddingLeft */
  447. }
  448.  
  449. #errorBooking div,
  450. #errorGlobal div{
  451. padding-top: 8px;
  452. }
  453.  
  454. #errorBooking { /* padding-correction for bookingsteps */
  455. padding-top: 0 !important;
  456. }
  457.  
  458. /* metanav rechts oben im Header - MeinKonto, Bestellschein, Ueber Tchibo */
  459. #metanav {
  460. position: absolute;
  461. left: 370px; /* Fr?her 482px */
  462. top: 10px;
  463. height: 19px;
  464. }
  465.  
  466. #metanav a {
  467. color: #b3bdcb;
  468. text-decoration: underline;
  469. display: block;
  470. }
  471.  
  472. #metanav .icon_arrow
  473. {
  474. background: #00204F url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/txtl_arrow_metanav.gif) 16px 6px no-repeat;
  475. padding: 0 0 0 10px;
  476. margin: 0 9px 1px 0;
  477. }
  478. /* --- ENDE Header --- */
  479.  
  480.  
  481.  
  482. /* --- master-layout --- */
  483. /* Main Table for Content and Services on the right */
  484. /* Gesamtbreit 971 Pixel, Abstand zum Subheader */
  485.  
  486. #container
  487. {
  488. /*###############################################################################################*/
  489. /*position: relative;*/
  490. /*###############################################################################################*/
  491. width: 971px;
  492. margin: 0;
  493. }
  494.  
  495. /* Content-Bereich (u.a. Phasennavigation) 771 Pixel breit */
  496. #container .content
  497. {
  498. width: 771px;
  499. vertical-align: top;
  500. background: #fffeee url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_left_line.gif ) left top repeat-y;
  501. }
  502.  
  503.  
  504.  
  505. #container .spacer
  506. {
  507. width: 11px;
  508. vertical-align: top;
  509. }
  510.  
  511. /* rechte Spalte Warenkorb, ABEs */
  512. #container .service
  513. {
  514. width: 189px;
  515. vertical-align: top;
  516. }
  517.  
  518. /* main content 771px with left grey pixel line */
  519. #content
  520. {
  521. width: 771px;
  522. float: left;
  523. background: #fffeee url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_left_line.gif ) left top repeat-y;
  524. min-height: 470px; /* for Mozilla */
  525. _\height: 470px; /* for IE */
  526. }
  527.  
  528. /*
  529. * contains global paddings for subsites
  530. */
  531. .contentBorders
  532. {
  533. padding-left: 24px;
  534. padding-right: 24px;
  535. }
  536.  
  537. /* Main Container Content fuer alle ContantSeiten mit gestrichelter Linie oben und unten */
  538. .TopContainer, .BottomContainer {
  539. background-repeat: repeat-x;
  540. background-position: left top;
  541. padding-top: 3px;
  542. width: 771px;
  543. background-color: #FBFBFC;
  544.  
  545.  
  546.  
  547. }
  548.  
  549. /* gestrichelte Linie unten */
  550. .BottomContainer {
  551. background-position: left bottom;
  552. padding-top: 0;
  553. }
  554.  
  555. /* --- ende master-layout --- */
  556.  
  557.  
  558. /* --- button --- */
  559.  
  560. .link{
  561. /* FIXME karim silke*/
  562. padding: 6px 0 6px 21px;
  563. /* FIXME karim silke*/
  564. text-decoration: underline;
  565. font-size: 11px;
  566. }
  567.  
  568. .icon_arrow
  569. {
  570. padding-top: 0;
  571. padding-left: 22px;
  572. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/txtl_arrow_abe.gif) 10px 5px no-repeat;
  573. }
  574.  
  575. /* special handling of arrow class for li */
  576. li.icon_arrow
  577. {
  578. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/txtl_arrow_abe.gif) 10px 7px no-repeat;
  579. }
  580.  
  581. .icon_gotop {
  582. padding-top: 0;
  583. padding-left: 19px;
  584. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/btn_to_top.gif ) 0px 1px no-repeat;
  585. }
  586.  
  587. .icon_dummy_full {
  588. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_dummy_full.gif) left center no-repeat;
  589. }
  590.  
  591.  
  592. .icon_change {
  593. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_change.gif) left center no-repeat;
  594. }
  595.  
  596. .icon_save {
  597. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_save.gif) left center no-repeat;
  598. }
  599.  
  600. .icon_delete{
  601. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_delete.gif) left center no-repeat;
  602. }
  603.  
  604. .icon_logout{
  605. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_logout.gif) left center no-repeat;
  606. }
  607.  
  608. .icon_info{
  609. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_info.gif) left center no-repeat;
  610. }
  611.  
  612. .icon_pass{
  613. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_email.gif) left center no-repeat;
  614. }
  615.  
  616. .icon_memo{
  617. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_addnote.gif) left center no-repeat;
  618. }
  619.  
  620. .icon_print{
  621. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_print_dblue.gif) left center no-repeat;
  622. }
  623.  
  624. .icon_print_white{
  625. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_print_white.gif) left center no-repeat;
  626. }
  627.  
  628. .icon_close{
  629. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_close_dblue.gif) left center no-repeat;
  630. }
  631.  
  632. .icon_close_white{
  633. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_close_white.gif) left center no-repeat;
  634. }
  635.  
  636. .icon_close_grey{
  637. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_close_lightgreyblue.gif) left center no-repeat;
  638. }
  639.  
  640. .icon_enlarge{
  641. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_enlarge.gif) left center no-repeat;
  642. }
  643.  
  644. .icon_email{
  645. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_email.gif) left center no-repeat;
  646. }
  647.  
  648. .icon_download{
  649. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_download.gif) left center no-repeat;
  650. }
  651.  
  652. .icon_remind_password{
  653. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_remind_password.gif) left center no-repeat;
  654. }
  655.  
  656. .icon_remind_travel{
  657. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_remind_travel.gif) left center no-repeat;
  658. }
  659.  
  660. .icon_alert{
  661. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_alert_grey.gif) left center no-repeat;
  662. }
  663.  
  664. .icon_adobe{
  665. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_adobe.gif) left center no-repeat;
  666. }
  667.  
  668. .icon_movie{
  669. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_movie.gif) left center no-repeat;
  670. }
  671.  
  672.  
  673. /* --- end-buttons --- */
  674.  
  675.  
  676. /* master-template ABE */
  677. td.service a, td.service a:hover {
  678. text-decoration: underline;
  679. }
  680.  
  681.  
  682. /* --- footer --- */
  683. /* Tabellenzelle footer */
  684. #footer li
  685. {
  686. list-style: none;
  687. display: inline;
  688. }
  689.  
  690. #footer li .link
  691. {
  692. margin-left: 0px;
  693. margin-right: 4px;
  694. }
  695.  
  696. #footer .icon_arrow
  697. {
  698. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/txtl_arrow_abe.gif) 1px 5px no-repeat;
  699. /* _\height: 1%;*/
  700. padding-left: 7px;
  701. margin-left: 10px;
  702. }
  703.  
  704. /* Link nach oben */
  705. #footer .icon_gotop
  706. {
  707. padding-right: 105px; /* (km) defines spacing between top and first element*/
  708. /* (jh) aligned to Tchibo Welten all in all 211px*/
  709. }
  710.  
  711. #doubleDashedFooter {
  712. font-size: 1px; /* (km) needed to adjust height */
  713. height: 5px;
  714. min-height: 5px;
  715. background: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_dashed_double_white.gif) left top repeat-x;
  716. }
  717.  
  718. .alignDoubleDashFooter{
  719. vertical-align: bottom !important;
  720. }
  721. /* --- ENDE footer --- */
  722.  
  723. /* kein Rahmen f?r Buttons */
  724. .noborder {
  725. border: 0px !important;
  726. }
  727.  
  728. /* definiert den abstand zum jeweils unteren button */
  729. .buttonspace {
  730. margin: 0 0 6px 0;
  731. }
  732.  
  733.  
  734. img.noblock {
  735. display: inline !important;
  736. }
  737.  
  738.  
  739. /* --- dottedLinies --- */
  740.  
  741. .dashed, ul.teaser, .TopContainer, .BottomContainer
  742. {
  743. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_dashed.gif);
  744. }
  745.  
  746. /* doppelt gestrichelte Linie */
  747. .doubledashed, li.filled
  748. {
  749. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_dashed_double.gif)!important;
  750. }
  751.  
  752. div.topline {
  753. background-repeat: repeat-x;
  754. background-position: left top;
  755. }
  756.  
  757. div.bottomline {
  758. background-repeat: repeat-x;
  759. background-position: left bottom;
  760. }
  761.  
  762. .dotline {
  763. height: 3px;
  764. background-position: left top;
  765. background-repeat: none;
  766. background-color: #FBFBFC !important;
  767. }
  768.  
  769. /*
  770. * 723px line for content separation
  771. * (needed on several subsites)
  772. */
  773. .dashedLine723px
  774. {
  775. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_dashed.gif);
  776. height: 3px;
  777. width: 723px;
  778. margin: 0;
  779. padding: 0;
  780. background-position: left top;
  781. background-repeat: repeat-x;
  782. overflow: hidden;
  783. background-color: #fffeee;
  784. }
  785.  
  786.  
  787. /* --- end-dottedLinies --- */
  788.  
  789.  
  790.  
  791. /*
  792. (km) headings for subsites (image contains top-margin and bottom-margin)
  793. add background-image: url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/hl_SUBSITE.gif ); in subsite css
  794. #heading_typo50_BOB : booking pages ONLY
  795. #heading_typo50 : pages with intro-text like Reisecheckliste, MagazineOrder
  796. #heading_typo60 : normal content
  797. */
  798. #heading_typo50_BOB {
  799. height: 50px;
  800. min-height: 50px;
  801. background-repeat: no-repeat;
  802. }
  803.  
  804. #heading_typo50 {
  805. height: 50px;
  806. min-height: 50px;
  807. margin: 0 0 0 21px;
  808. background-repeat: no-repeat;
  809. }
  810.  
  811. #heading_typo60 {
  812. height: 59px;
  813. min-height: 59px;
  814. margin: 0 0 0 21px;
  815. background-repeat: no-repeat;
  816. }
  817.  
  818. #heading_typo50_BOB h1,
  819. #heading_typo50 h1,
  820. #heading_typo60 h1{
  821. display: none;
  822. }
  823.  
  824.  
  825. /* rechte Spalte der PV
  826. h1 = Produktbezeichnung
  827. h2 = Preis
  828. */
  829. h1, h2 {
  830. font-size: 12px;
  831. line-height: 17px;
  832. }
  833.  
  834. /* Hochgestellte Zeichen - Z.B.: PV Mobilfunk */
  835. h2 sup {
  836. font-size: 9px;
  837. }
  838.  
  839. /* Kaffee KG-Auszeichnung */
  840. h2 span {
  841. font-weight: normal;
  842. font-size: 11px;
  843. color: #6E7480;
  844. }
  845.  
  846. /* header selectboxes */
  847. #metanav .traveltype {
  848. width : 148px;
  849. font-size : 11px;
  850. height : 17px;
  851. }
  852.  
  853. #metanav .travelto {
  854. width : 147px;
  855. font-size : 11px;
  856. height : 17px;
  857. }
  858.  
  859. #metanav .catalog {
  860. width : 147px;
  861. font-size : 11px;
  862. height : 17px;
  863. }
  864.  
  865. .navi_dropdown{
  866. vertical-align: top;
  867. }
  868.  
  869. /* footer for content */
  870. #contentFooter{
  871. width:723px;
  872. padding: 24px 0 43px 24px;
  873. float:left;
  874. }
  875.  
  876. #contentFooter p{
  877. /*width: 383px;*/
  878. width: 423px;
  879. padding: 2px 30px 0 21px;
  880. font-size: 11px;
  881. line-height: 14px;
  882. color: #87868b;
  883. float: left;
  884. }
  885.  
  886.  
  887. #contentFooter .buttonFooter{
  888. width:243px;
  889. margin:5px 0 0 0;
  890. float:left;
  891. }
  892.  
  893. #contentFooter .buttonFooter a{
  894. margin:0;
  895. }
  896.  
  897. #contentFooter .buttonFooter p.advice a{
  898. margin-top: 2px;
  899. margin-bottom: 2px;
  900. color: #87868b;
  901. display: block;
  902. }
  903.  
  904. #contentFooter .buttonFooter input{
  905. margin:0;
  906. padding:0;
  907. }
  908.  
  909. #contentFooter .buttonFooter ul{
  910. list-style:none;
  911. }
  912.  
  913. #contentFooter .buttonFooter li{
  914. margin-bottom:5px;
  915. }
  916.  
  917. #contentFooter .buttonFooter li.link{
  918. margin-bottom:4px;
  919. }
  920.  
  921. #contentFooter .buttonFooter .advice{
  922. margin-left:0px;
  923. line-height: 14px;
  924. }
  925.  
  926. /* (km) for text under link-buttons */
  927. #contentFooter .buttonFooter p.advice{
  928. width: auto;
  929. padding: 0;
  930. }
  931.  
  932. a.passlink{
  933. background-image: url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/icon_contact.gif );
  934. background-repeat: no-repeat;
  935. background-position: left center;
  936. padding-left: 20px;
  937. }
  938. /* end footer for content */
  939.  
  940. .cleanup
  941. {
  942. clear:both;
  943. height:0;
  944. width:0;
  945. line-height:0;
  946. font-size:0;
  947. }
  948.  
  949.  
  950. /*
  951. * TCHContentModule
  952. */
  953.  
  954. /*
  955. for pages with heading_typo50 (text only pages)
  956. like Reisecheckliste, MagazineOrders
  957. */
  958. .contentText
  959. {
  960. font-size: 12px;
  961. line-height: 17px;
  962. margin-left: 21px;
  963. margin-bottom: 14px;
  964. }
  965.  
  966. /*
  967. for pages with heading_typo50 (text only pages)
  968. */
  969. .contentTextOnly
  970. {
  971. font-size: 12px;
  972. line-height: 17px;
  973. margin-left: 21px;
  974. margin-bottom: -2px;
  975. }
  976.  
  977. .contentModule
  978. {
  979. margin-top: 0px;
  980. margin-bottom: 28px;
  981. }
  982.  
  983.  
  984. .contentModuleSubheader,
  985. .contentModuleSubheaderInfo,
  986. .contentModuleSubheaderBlock,
  987. .contentModuleSubfooter
  988. {
  989. padding: 5px 21px 6px 21px;
  990. background-color: #f5f6fa;
  991. font-size: 11px;
  992. font-weight: normal;
  993. }
  994.  
  995. .contentModuleSubheader,
  996. .contentModuleSubheaderBlockItem
  997. {
  998. font-weight: bold;
  999. font-size: 12px;
  1000. }
  1001.  
  1002. .contentModuleSubheaderInfo
  1003. {
  1004. color: #87868b;
  1005. background-color: #ffffff;
  1006. font-size: 11px;
  1007. font-weight: normal;
  1008. }
  1009.  
  1010. .contentModuleSubfooter
  1011. {
  1012. background-color: #fffeee;
  1013. color: #87868b;
  1014. }
  1015.  
  1016. .contentModuleSubheaderBlock
  1017. {
  1018. position: relative;
  1019. background-color: #f5f6fa;
  1020. font-size: 12px;
  1021. font-weight: bold;
  1022. height: 21px;
  1023. padding-bottom: 2px;
  1024. }
  1025.  
  1026. .contentModuleSubheaderBlockItem
  1027. {
  1028. position: absolute;
  1029. left: 0;
  1030. }
  1031.  
  1032.  
  1033. .contentModuleContent
  1034. {
  1035. /* (km) 11.07.06: changed from 16 to 15 */
  1036. padding: 15px 21px 17px 21px;
  1037. background-color: #fff;
  1038. }
  1039.  
  1040. .contentModuleContentItem
  1041. {
  1042. float : left;
  1043. }
  1044.  
  1045. .contentModuleFormularFormForm {
  1046. padding: 18px 0px 6px 21px;
  1047. }
  1048.  
  1049. .contentModuleFormularTextForm {
  1050. /* (mm) please implement class */
  1051. }
  1052.  
  1053.  
  1054.  
  1055.  
  1056. /*
  1057. * advice (Hinweistext)
  1058. */
  1059.  
  1060. .advice,
  1061. .advice a{
  1062. font-size: 11px !important;
  1063. line-height: 14px !important;
  1064. color: #87868b !important;
  1065. }
  1066.  
  1067.  
  1068.  
  1069. /*
  1070. .content_section
  1071. look at help or detail-page
  1072. override .content_section in separate css
  1073. */
  1074.  
  1075. .content_section {
  1076. padding-left: 0px;
  1077. padding-right: 0px;
  1078. }
  1079.  
  1080.  
  1081.  
  1082. .content_section ul {
  1083. line-height: 22px;
  1084. list-style:none;
  1085. margin: 5px 0 0 0;
  1086. padding:0;
  1087. }
  1088.  
  1089. .content_section ol {
  1090. line-height: 22px;
  1091. margin: 5px 0 0 0;
  1092. padding:0;
  1093. }
  1094.  
  1095. .content_section li {
  1096. padding-left: 14px;
  1097. margin-left: 5px;
  1098. margin-bottom: 5px;
  1099. line-height: 17px;
  1100. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_list_plus_big.gif) 0px 8px no-repeat;
  1101. }
  1102.  
  1103. .content_section ol li{
  1104. background-image: none;
  1105. padding:0;
  1106. margin:0;
  1107. margin-bottom: 5px;
  1108. margin-left:23px;
  1109. }
  1110.  
  1111.  
  1112. /*
  1113. price formatting
  1114. */
  1115.  
  1116. .price{
  1117. position: relative;
  1118. float: left;
  1119. /*width: 86px;*/
  1120. width: auto;
  1121. }
  1122.  
  1123. .price .euro{
  1124. width: 9px;
  1125. float: left;
  1126. }
  1127.  
  1128. .price .preComma{
  1129. text-align: right;
  1130. /*width: 56px;*/
  1131. float: left;
  1132. }
  1133.  
  1134. .price .comma{
  1135. width: 4px;
  1136. float: left;
  1137. }
  1138.  
  1139. .price .postComma{
  1140. width: 17px;
  1141. text-align: left;
  1142. float: left;
  1143. }
  1144.  
  1145.  
  1146. /*
  1147. promotion teasers
  1148. on pages booked (travels) and receipt (flowers)
  1149. */
  1150.  
  1151. #promotion_teaser_block{
  1152. width: 725px;
  1153. margin: 0 0 26px 28px;
  1154. }
  1155.  
  1156. #promotion_teaser_block img.promotion_teaser_headline{
  1157. height: 40px;
  1158. width: 719px;
  1159. }
  1160.  
  1161. #promotion_teaser_block a img.promotion_teaser{
  1162. width: 235px;
  1163. height: 124px;
  1164. border: 0;
  1165. float: left;
  1166. padding-right: 6px;
  1167. padding-bottom: 24px;
  1168. }
  1169.  
  1170. #promotion_teaser_block a{
  1171. text-decoration: none;
  1172. }
  1173.  
  1174. #promotion_teaser_block a img.promotion_teaser_big{
  1175. width: 721px;
  1176. height: 142px;
  1177. border: 0;
  1178. float: left;
  1179. padding-top: 24px;
  1180. padding-right: 6px;
  1181. }
  1182.  
  1183. #promotion_teaser_block div.promotion_teaser a img{
  1184. width: 139px;
  1185. }
  1186.  
  1187. .mousePointer{
  1188. cursor: pointer;
  1189. }
  1190.  
  1191. /*AT: Stock Stiege Tür*/
  1192. .stockWidth{
  1193. width: 55px !important;
  1194. }
  1195.  
  1196.  
  1197. /*
  1198. loading animation (e.g. for ajax-requests)
  1199. */
  1200. .loadingCircle
  1201. {
  1202. background: transparent url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/ani_loading.gif ) 0px 0px no-repeat;
  1203. width: 19px;
  1204. height: 19px;
  1205. }
  1206.  
  1207. .loadingCircle_yellow
  1208. {
  1209. background: transparent url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/ani_loading_yellow.gif ) 0px 0px no-repeat;
  1210. width: 19px;
  1211. height: 19px;
  1212. }
  1213.  
  1214. </style>
  1215. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/tch_de_mobil_smag_css.isml,v 1.10 2008/11/14 10:09:38 scharman Exp $ -->
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224. <style type="text/css">
  1225.  
  1226.  
  1227. .toolTipContent,
  1228. b.r1, b.r2, b.r3 {
  1229. background-color: #ffffff !important;
  1230. }
  1231.  
  1232. sub {
  1233. text-decoration: none;
  1234. }
  1235.  
  1236. .o2{
  1237. font-size: 80%;
  1238. line-height: 0%;
  1239. position: relative;
  1240. top: 0.3em;
  1241. text-decoration: none !important;
  1242. }
  1243.  
  1244. #container .content
  1245. {
  1246. background: white url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_left_line.gif ) left top repeat-y !important;
  1247. }
  1248.  
  1249. #content
  1250. {
  1251. background: white url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_left_line.gif ) left top repeat-y !important;
  1252. }
  1253.  
  1254. .dashedLine723px
  1255. {
  1256. background-color: white !important;
  1257. }
  1258.  
  1259. .contentModuleSubfooter
  1260. {
  1261. background-color: white !important;
  1262. }
  1263.  
  1264. #container .content
  1265. {
  1266. background: white url( /web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_left_line.gif ) left top repeat-y !important;
  1267. }
  1268.  
  1269. .stdTracking {
  1270. margin-left: 21px;
  1271. width: 679px;
  1272. }
  1273.  
  1274. body {
  1275. line-height: 13px;
  1276. }
  1277.  
  1278. .contentBorders {
  1279. font-family: Verdana, Arial, Tahoma;
  1280. font-size: 12px;
  1281. line-height: 17px;
  1282. color: #303A63;
  1283. position: relative;
  1284. padding-top: 110px;
  1285. padding-left: 21px;
  1286. }
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296. .headBackground {
  1297. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bg_head_guthaben_aufladen.jpg);
  1298. background-repeat: no-repeat;
  1299. position: relative;
  1300. }
  1301.  
  1302. .headBlock {
  1303. height: 90px;
  1304. width: 768px;
  1305. padding-bottom: 10px;
  1306. }
  1307.  
  1308.  
  1309. #headlineSmall {
  1310. position: absolute;
  1311. left: 43px;
  1312. border: none;
  1313. top: -1px;
  1314. }
  1315.  
  1316. .dottedLine {
  1317. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_dashed.gif);
  1318. background-repeat: repeat-x;
  1319. background-position: top left ;
  1320. line-height: 1px;
  1321. font-size: 1px;
  1322. height: 3px;
  1323. }
  1324.  
  1325.  
  1326. .doubledashed {
  1327. background-repeat: repeat-x;
  1328. }
  1329.  
  1330. .dottedLineHead {
  1331. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_dashed.gif);
  1332. background-repeat: repeat-x;
  1333. width: 719px;
  1334. margin-bottom: 10px;
  1335. }
  1336.  
  1337. .dottedLineBlock {
  1338. margin: 11px 0 0 20px;
  1339. }
  1340.  
  1341.  
  1342.  
  1343. .bar, .bar_short, .bar_top, .bar_top_short {
  1344. background-repeat: no-repeat;
  1345. height: 15px;
  1346. color: white;
  1347. font-family: Verdana, Arial, Tahoma;
  1348. font-size: 15px;
  1349. font-weight: bold;
  1350. padding: 7px 0 10px 21px;
  1351. }
  1352.  
  1353. .bar {
  1354. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bar_common.gif);
  1355. }
  1356. .bar_short {
  1357. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bar_short_common.gif);
  1358. }
  1359. .bar_top {
  1360. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bar_top_common.gif);
  1361. }
  1362. .bar_top_short {
  1363. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bar_top_short_common.gif);
  1364. }
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370. table .mobil_table_short,
  1371. table .mobil_table {
  1372. margin-top: -1px;
  1373. }
  1374.  
  1375. table .mobil_table_short,
  1376. div .mobil_table_foot_short {
  1377. width: 562px;
  1378. }
  1379.  
  1380. table .mobil_table,
  1381. div .mobil_table_foot {
  1382. width: 723px;
  1383. }
  1384.  
  1385. table.mobil_table td,
  1386. table.mobil_table_short td{
  1387. font-size: 11px;
  1388. line-height: 14px;
  1389. border-bottom: solid 1px #e6e7ec;
  1390. padding: 3px 0 4px 12px;
  1391. }
  1392.  
  1393. td.firstcol {
  1394. padding-left: 21px !important;
  1395. }
  1396.  
  1397. td.coloured {
  1398. background-color: #edf3fa;
  1399. }
  1400.  
  1401. td .borderRight {
  1402. border-right: solid 1px #e6e7ec;
  1403. }
  1404.  
  1405. td .borderNone {
  1406. border-bottom: none !important;
  1407. border-right: none !important;
  1408. }
  1409.  
  1410. tr .lastrow td {
  1411. border-bottom: none;
  1412. padding-bottom: 12px;
  1413. }
  1414.  
  1415. div .mobil_table_foot,
  1416. div .mobil_table_foot_short {
  1417. border-top: solid 1px #e6e7ec;
  1418. padding-top: 3px;
  1419. padding-bottom: 12px;
  1420. font-size: 11px;
  1421. line-height: 14px;
  1422. color: #87868b;
  1423. text-align: right;
  1424. background: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/bg_dashed_double_white.gif) left bottom repeat-x;
  1425. }
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432. .buttonTop
  1433. {
  1434. width: 183px;
  1435. position: absolute;
  1436. right: 46px;
  1437. top: 83px;
  1438. }
  1439.  
  1440. .buttonTextFirst
  1441. {
  1442. width: 183px;
  1443. position: relative;
  1444. top: 10px;
  1445. left: 518px;
  1446. margin-bottom: 5px;
  1447. }
  1448.  
  1449. .buttonText
  1450. {
  1451. width: 183px;
  1452. position: relative;
  1453. top: 10px;
  1454. left: 518px;
  1455. margin-bottom: 55px;
  1456. }
  1457.  
  1458. .buttonFooter
  1459. {
  1460. width: 183px;
  1461. position: relative;
  1462. top: 10px;
  1463. left: 518px;
  1464. margin-bottom: 51px;
  1465. }
  1466.  
  1467.  
  1468.  
  1469.  
  1470. .footertext
  1471. {
  1472. color: #87868b;
  1473. font-size: 9px;
  1474. line-height: 14px;
  1475. margin-bottom: 46px;
  1476. margin-left: 21px;
  1477. margin-right: 11px;
  1478. width: 690px;
  1479. }
  1480.  
  1481. .footertext p
  1482. {
  1483. margin-bottom: 13px;
  1484. text-align: justify;
  1485. color: #87868B;
  1486. font-size: 9px;
  1487. line-height: 14px;
  1488. }
  1489.  
  1490. .footertext sub
  1491. {
  1492. font-size: 7px;
  1493. }
  1494.  
  1495. .footertext sup
  1496. {
  1497. font-weight: bold;
  1498. font-size: 9px !important;
  1499. line-height: 16px;
  1500. }
  1501.  
  1502. .footertext p.last
  1503. {
  1504. margin-bottom: 0;
  1505. text-align: justify;
  1506. }
  1507.  
  1508.  
  1509.  
  1510.  
  1511. .download
  1512. {
  1513. height: 50px;
  1514. width: 350px;
  1515. padding-top: 14px;
  1516. padding-left: 59px;
  1517. }
  1518.  
  1519. .download a
  1520. {
  1521. font-size: 11px;
  1522. color: #303a63;
  1523. line-height: 14px;
  1524. }
  1525.  
  1526. .download .filesize
  1527. {
  1528. font-size: 10px;
  1529. color: #87868b;
  1530. line-height: 14px;
  1531. }
  1532.  
  1533. .pdf
  1534. {
  1535. background: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/icon_pdf.gif) -5px -3px no-repeat;
  1536. }
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542. .abeHeadlinePre{
  1543. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/abe/bg_abe_pre.gif) !important;
  1544. background-repeat: repeat-x;
  1545. }
  1546.  
  1547. .abeHeadlinePost{
  1548. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/abe/bg_abe_post.gif) !important;
  1549. background-repeat: repeat-x;
  1550. }
  1551.  
  1552. .abeHeadlineStd{
  1553. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/abe/bg_abe_standard.gif) !important;
  1554. background-repeat: repeat-x;
  1555. }
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561. .old_price_line_home {
  1562. position: relative !important;
  1563. top: 0px !important;
  1564. height: 7px !important;
  1565. }
  1566.  
  1567.  
  1568. .oldprice_right .old_price_line_home_long {
  1569. left: 0px !important;
  1570. margin-left: -54px;
  1571. }
  1572. .oldprice_right .old_price_line_home_normal {
  1573. left: 0px !important;
  1574. margin-left: -47px;
  1575. }
  1576. .oldprice_right .old_price_line_home_short {
  1577. left: 0px !important;
  1578. margin-left: -40px;
  1579. }
  1580.  
  1581. .old_price_line_home_normal {
  1582. width: 46px;
  1583. left: -47px;
  1584. }
  1585.  
  1586. .old_price_line_home_long {
  1587. width: 52px;
  1588. left: -54px;
  1589. }
  1590.  
  1591. .old_price_line_home_short {
  1592. width: 38px;
  1593. left: -40px;
  1594. }
  1595.  
  1596. .old_price_line_best {
  1597. position: relative !important;
  1598. top: 0;
  1599. _top: 5px;
  1600. +top: 5px;
  1601. left: 27px;
  1602. height: 7px !important;
  1603. }
  1604.  
  1605. .old_price_line_best_normal {
  1606. width: 47px;
  1607. }
  1608.  
  1609. .old_price_line_best_long {
  1610. width: 55px;
  1611. }
  1612.  
  1613. .old_price_line_best_short {
  1614. width: 40px;
  1615. }
  1616.  
  1617. .old_price_line_pv {
  1618. position: relative !important;
  1619. height: 7px !important;
  1620. }
  1621.  
  1622. .old_price_line_pv_normal {
  1623. width: 47px;
  1624. left: -47px;
  1625. }
  1626.  
  1627. .old_price_line_pv_long {
  1628. width: 54px;
  1629. left: -54px;
  1630. }
  1631.  
  1632. .old_price_line_pv_short {
  1633. width: 38px;
  1634. left: -40px;
  1635. }
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644. </style>
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/inc/tch_de_top.isml,v 1.92 2009/04/30 16:09:17 mgenzmer Exp $ -->
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/inc/tch_de_config_wopro.isml,v 1.129 2009/04/30 16:09:16 mgenzmer Exp $ -->
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/inc/tch_de_config_tchiboplus.isml,v 1.72 2009/04/30 08:53:53 spflaenz Exp $ -->
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777. <html>
  1778. <head>
  1779. <title>
  1780.  
  1781.  
  1782.  
  1783. Tchibo präsentiert: Günstige Handy- & Internet-Angebote
  1784.  
  1785.  
  1786. </title>
  1787.  
  1788. <!-- MetaTags -->
  1789. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/inc/tch_de_metatags.isml,v 1.14 2009/04/23 14:06:27 scharman Exp $ -->
  1790.  
  1791.  
  1792. <META HTTP-EQUIV="content-type" content="text/html; charset=ISO-8859-1">
  1793. <META NAME="language" CONTENT="de, at, ch">
  1794. <META NAME="page-topic" CONTENT="Tchibo, Shopping, Einkaufen, Onlineshop">
  1795. <META NAME="page-type" CONTENT="Tchibo, Shopping, Versandhandel, Shop, Onlineshop">
  1796. <META NAME="REVISIT-AFTER" CONTENT="8 days">
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806. <META NAME="robots" CONTENT="noindex,follow">
  1807.  
  1808.  
  1809. <!-- JS Defintionen -->
  1810. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/js/js.isml,v 1.140 2009/04/30 16:10:03 mgenzmer Exp $ -->
  1811.  
  1812. <script type="text/javascript" language="JavaScript">
  1813.  
  1814. var currentSessionID = "";
  1815. var thisURL = window.location.href;
  1816. if(thisURL.indexOf(";sid=") != -1)
  1817. {
  1818. stringArray = thisURL.split(";");
  1819. if(stringArray[1].indexOf("?") != -1)
  1820. {
  1821. thisString = stringArray[1].split("?");
  1822. if(thisString[0] !="") {
  1823. currentSessionID = thisString[0].replace("sid=", "");
  1824. } else {
  1825. currentSessionID = "";
  1826. }
  1827. }else{
  1828. currentSessionID = stringArray[1].replace("sid=", "");
  1829. }
  1830. }
  1831. var rSessionKey = currentSessionID;
  1832.  
  1833.  
  1834. function quick_tracking(trackingURL, source)
  1835. {
  1836. var a = 1;
  1837. var rand = Math.random();
  1838. var req = null;
  1839. var requestUrl = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source=";
  1840.  
  1841. requestUrl = requestUrl + source;
  1842.  
  1843. try {
  1844. req = new XMLHttpRequest();
  1845. } catch (ms) {
  1846. try {
  1847. req = new ActiveXObject("Msxml2.XMLHTTP");
  1848. }
  1849. catch (nonms){
  1850. try {
  1851. req = new ActiveXObject("Microsoft.XMLHTTP");
  1852. }
  1853. catch (failed) {
  1854. req = null;
  1855. }
  1856. }
  1857. }
  1858. if (req == null){
  1859. //do nothing
  1860. }
  1861.  
  1862. req.open("GET", requestUrl, true);
  1863.  
  1864. req.onreadystatechange = function() {
  1865.  
  1866. switch(req.readyState) {
  1867. case 4:
  1868. if (req.status!=200) {
  1869. //do nothing
  1870. } else {
  1871. location.href = trackingURL;
  1872. }
  1873. break;
  1874. default:
  1875. return false;
  1876. break;
  1877. }
  1878. };
  1879.  
  1880. req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
  1881. req.send(null);
  1882. }
  1883.  
  1884. function PixelTracking(srcTracking) {
  1885. var landmark = new Image();
  1886. landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source="+ srcTracking;
  1887. }
  1888.  
  1889. function CoffeeTracking(srcTracking) {
  1890. var landmark = new Image();
  1891. landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?action="+ srcTracking;
  1892. }
  1893.  
  1894. function TrackingQB(source,Quality)
  1895. {
  1896. if ( (source!= '') && (Quality != '') ) {
  1897. var landmark = new Image();
  1898. landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source="+ source + "&quality="+ Quality;
  1899. }
  1900. }
  1901. function openQBPV(thisSKU)
  1902. {
  1903. var source = 'INPHASE_QB_PV';
  1904. var landmark = new Image();
  1905. landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source="+ source + "&quality="+ thisSKU;
  1906.  
  1907. setTimeout("openTimeQBPV('"+ thisSKU +"')",75);
  1908. }
  1909. function openTimeQBPV(thisSKU)
  1910. {
  1911. var pvURL = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchDisplayProductInformation-Start?ProductSKU="+ thisSKU;
  1912. location.href = pvURL;
  1913. }
  1914. function IdeasTracking(inPhase) {
  1915. var landmark = new Image();
  1916. //landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source=INPHASE_KW24";
  1917. landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start"+ "&source="+ inPhase;
  1918. }
  1919.  
  1920. function showUSP(layerSKU)
  1921. {
  1922. if (document.getElementById(layerSKU))
  1923. {
  1924. var topFix = 0;
  1925. var prodTextDiv;
  1926.  
  1927.  
  1928. var offsetTop = document.getElementById("d"+ layerSKU).offsetTop;
  1929. var offsetLeft = document.getElementById("d"+ layerSKU).offsetLeft;
  1930.  
  1931. var lenCNodes = document.getElementById("d"+ layerSKU).childNodes.length;
  1932.  
  1933. var kinder = document.getElementById("d"+ layerSKU).getElementsByTagName("div");
  1934.  
  1935. for(var i = 0; i < kinder.length; i++)
  1936. {
  1937. var kind = kinder[i];
  1938. var classNames = kind.className.split(' ');
  1939. for (var j = 0; j < classNames.length; j++) {
  1940. if (classNames[j] == 'producttext') {
  1941. prodTextDiv = kind;
  1942. break;
  1943. }
  1944. }
  1945. }
  1946.  
  1947.  
  1948. var offsetTopSD = prodTextDiv.offsetTop;
  1949. var offsetLeftSD = prodTextDiv.offsetLeft;
  1950. if (lenCNodes == 5) {
  1951. //var offsetTopSD = document.getElementById("d"+ layerSKU).childNodes[3].offsetTop;
  1952. //var offsetLeftSD = document.getElementById("d"+ layerSKU).childNodes[3].offsetLeft;
  1953. topFix = 15;
  1954. } else {
  1955. //var offsetTopSD = document.getElementById("d"+ layerSKU).childNodes[2].offsetTop;
  1956. //var offsetLeftSD = document.getElementById("d"+ layerSKU).childNodes[2].offsetLeft;
  1957. topFix = 25;
  1958. }
  1959.  
  1960. var offsetUSPTop = document.getElementById("usp"+ layerSKU).offsetTop;
  1961.  
  1962. offsetTop = parseInt(offsetTop) + parseInt(offsetTopSD) + (parseInt(offsetUSPTop) + topFix);
  1963. offsetLeft = parseInt(offsetLeft) + parseInt(offsetLeftSD);
  1964.  
  1965. if ((parseInt(offsetLeft) + 251) > 771) {
  1966. offsetLeft = parseInt( (offsetLeft - ( ((parseInt(offsetLeft) + 251) - 771) / 2 ) ) );
  1967. }
  1968.  
  1969. document.getElementById(layerSKU).style.top = offsetTop + "px";
  1970. document.getElementById(layerSKU).style.left = offsetLeft + "px";
  1971.  
  1972. if (document.getElementById(layerSKU).style.display == 'none') {
  1973. document.getElementById(layerSKU).style.display = '';
  1974. }
  1975. }
  1976. }
  1977. function hideUSP(layerSKU) {
  1978. if (document.getElementById(layerSKU)) {
  1979. document.getElementById(layerSKU).style.display = 'none';
  1980. }
  1981. }
  1982.  
  1983. </script>
  1984.  
  1985. <!-- JS einbinden -->
  1986. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/startups.js?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg="></script>
  1987. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/bestellweg_ecs.js?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg="></script>
  1988. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/functions.js?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg="></script>
  1989. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/prototype.lite.js"></script>
  1990. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/jquery.js"></script>
  1991. <script type="text/javascript">
  1992. jQuery.noConflict();
  1993. </script>
  1994.  
  1995. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/product.js"></script>
  1996.  
  1997. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/swfobject_20.js"></script>
  1998. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/dynamic_phases_cookie.js?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg="></script>
  1999. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/testsales_lib.js?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg="></script>
  2000.  
  2001.  
  2002.  
  2003. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/yahoo-min.js"></script>
  2004. <script type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/dom-min.js"></script>
  2005.  
  2006. <script type="text/javascript">
  2007. var exa_PxlU = "";
  2008. var exa_sessionID = "";
  2009. var exa_mapid = "";
  2010. </script>
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020. <!-- CSS Defintionen -->
  2021.  
  2022.  
  2023. <!-- CSS Dateien einbinden -->
  2024. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/layout.css?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg=" rel="stylesheet" type="text/css" media="all">
  2025. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/navigation_de.css?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg=" rel="stylesheet" type="text/css" media="all">
  2026. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/content.css?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg=" rel="stylesheet" type="text/css" media="all">
  2027. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/content_help.css?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg=" rel="stylesheet" type="text/css" media="all">
  2028. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/product.css?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg=" rel="stylesheet" type="text/css" media="all">
  2029. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/content_print.css?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg=" rel="stylesheet" type="text/css" media="print">
  2030. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/prozente.css?t=Dl5N5SIbfKhMrWgb7A5HgSG6O0wOMnhfqJg=" rel="stylesheet" type="text/css" media="all">
  2031.  
  2032. <!-- extended CSS einbinden - Hintergrung-Grafiken usw. -->
  2033. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/css/ext_css.isml,v 1.38 2009/03/27 15:10:45 maufurth Exp $ -->
  2034.  
  2035. <style type="text/css">
  2036. <!--
  2037. body { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_body.gif) 1px 0 repeat-y; }
  2038. /* Verlauf im Header */
  2039.  
  2040.  
  2041. #header { background: #00204F url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/kw14_home_header.jpg) 0 -6px; }
  2042.  
  2043. /* --- Definitionen fuer ALLE Seiten --- */
  2044. /* BOF - ALLE Seiten */
  2045.  
  2046. /* Verlauf im Header */
  2047.  
  2048.  
  2049. /* ReiterNavi Hintergrund*/
  2050.  
  2051. /* Alte Einstellungen */
  2052.  
  2053. .mainnav li, .mainnav li a { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/navigation.gif); background-repeat: no-repeat; }
  2054. .selNav { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/navi_7.gif) 0 0 no-repeat !important; }
  2055.  
  2056. /* Neue Einstellungen */
  2057. /*
  2058. .mainnav li, .mainnav li a { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/navigation_neu.jpg); background-repeat: no-repeat; }
  2059. .selNav { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/navi_7_neu.jpg) 0 0 no-repeat !important; }
  2060. */
  2061. /* Pfeil MeinKonto, Bestellschein, UeberTchibo */
  2062. #metanav a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/txtl_arrow_metanav.gif) 0px 5px no-repeat; }
  2063. h6.closed a { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_plus.gif) 168px 4px no-repeat; }
  2064. h6.open a { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_minus.gif) 168px 4px no-repeat; }
  2065.  
  2066. h5 { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_h5.gif) 0 0 no-repeat;}
  2067.  
  2068. h6 { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_h6.gif) 0 0 no-repeat; }
  2069.  
  2070. .h7 { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_h7.gif) 0 0 no-repeat; }
  2071. .h8 { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_h8.gif) 0 0 no-repeat; height: 50px; }
  2072.  
  2073. /* ABE-Link mit Pfeil */
  2074. .arrowLink { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/txtl_arrow_abe.gif) 10px 7px no-repeat; }
  2075.  
  2076.  
  2077. /* gestrichelte Linie - mehrfach verwendet - weitere Positionierungen siehe externe CSS-Dateien */
  2078.  
  2079. .dashed, ul.abe li, ul.abe, ul.teaser, ul.pvListDesc, .TopContainer, .BottomContainer, .pv, .pvFooter { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_dashed.gif); }
  2080.  
  2081. .dashed-top { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_dashed.gif); background-repeat: repeat-x; }
  2082.  
  2083.  
  2084. .xselling { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_h6_blau.gif) 0 0 no-repeat; height: 49px; }
  2085.  
  2086.  
  2087. /* vertikale gestrichelte Linie */
  2088. .verticaldashed { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_dashed_g.gif)!important; }
  2089.  
  2090. /* doppelt gestrichelte Linie */
  2091. .doubledashed, li.filled, .pvFooter { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_dashed_double.gif)!important; }
  2092. /* ABE Plus Zeichen Aufzaehlung */
  2093. ul.abe li.plus p { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_list_plus.gif)!important; }
  2094.  
  2095. /* Tchibo International ABE */
  2096. .flagau, .flagnl, .flagch, .flaggb { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_flag_au.gif) 10px 2px no-repeat!important; }
  2097. .flagnl { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_flag_nl.gif)!important; }
  2098. .flaggb { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_flag_gb.gif)!important; }
  2099. .flagch { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_flag_ch.gif)!important; }
  2100.  
  2101. /* Footer */
  2102. #footer table td a.arrowLink { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/txtl_arrow_footer.gif) 2px 5px no-repeat; }
  2103. #footer { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_footer.gif) 0 0 repeat-x; }
  2104.  
  2105. /* abgerundete Ecken Navigation */
  2106. /* rounded Corners - Anfang */
  2107. b.btop, b.btop small {
  2108. background-image:url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/rc.gif);
  2109. }
  2110. /* rounded Corners - Ende */
  2111.  
  2112. .dotline { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/bg_dashed.gif); }
  2113.  
  2114. /* Alle Seiten mit Sub-Navbigation -Anfang */
  2115.  
  2116. /* Vorschau */
  2117. #subheader table td.vorschau a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/vorschau.gif) 0 0 no-repeat; }
  2118. #subheader table td.vorschau a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/vorschau_highlight.gif) 0 0 no-repeat; }
  2119. #subheader table td.vorschau a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/vorschau_active.gif) 0 0 no-repeat!important; }
  2120. #subheader table td.vorschau a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/vorschau_active.gif) 0 0 no-repeat!important; }
  2121.  
  2122. /* LastChance */
  2123. #subheader table td.lastchance a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/lastchance.gif) 0 0 no-repeat; }
  2124. #subheader table td.lastchance a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/lastchance_highlight.gif) 0 0 no-repeat; }
  2125. #subheader table td.lastchance a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/lastchance_active.gif) 0 0 no-repeat!important; }
  2126. #subheader table td.lastchance a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/lastchance_active.gif) 0 0 no-repeat!important; }
  2127.  
  2128. /* NicePrice */
  2129. #subheader table td.niceprice a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/niceprice.gif) 0 0 no-repeat; }
  2130. #subheader table td.niceprice a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/niceprice_highlight.gif) 0 0 no-repeat; }
  2131. #subheader table td.niceprice a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/niceprice_active.gif) 0 0 no-repeat!important; }
  2132. #subheader table td.niceprice a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/niceprice_active.gif) 0 0 no-repeat!important; }
  2133.  
  2134. /* Privatcard */
  2135. #subheader table td.privatcard a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/privatcard.gif) 0 0 no-repeat; }
  2136. #subheader table td.privatcard a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/privatcard_highlight.gif) 0 0 no-repeat; }
  2137. #subheader table td.privatcard a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/privatcard_active.gif) 0 0 no-repeat!important; }
  2138. #subheader table td.privatcard a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/privatcard_active.gif) 0 0 no-repeat!important; }
  2139.  
  2140. /* TchiboStars */
  2141.  
  2142. #subheader table td.tchibostar a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/chance.gif) 0 0 no-repeat; }
  2143. #subheader table td.tchibostar a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/chance_highlight.gif) 0 0 no-repeat; }
  2144. #subheader table td.tchibostar a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/chance_aktiv.gif) 0 0 no-repeat!important; }
  2145. #subheader table td.tchibostar a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/nav/chance_aktiv.gif) 0 0 no-repeat!important; }
  2146.  
  2147. /* Angeboot: Aktion */
  2148. #subheader table td.aktion a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/aktion.gif) 0 0 no-repeat; }
  2149. #subheader table td.aktion a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/aktion_highlight.gif) 0 0 no-repeat; }
  2150. #subheader table td.aktion a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/aktion_active.gif) 0 0 no-repeat!important; }
  2151. #subheader table td.aktion a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/aktion_active.gif) 0 0 no-repeat!important; }
  2152.  
  2153. /* Angeboot: Konzept */
  2154. #subheader table td.konzept a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/konzept.gif) 0 0 no-repeat; }
  2155. #subheader table td.konzept a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/konzept_highlight.gif) 0 0 no-repeat; }
  2156. #subheader table td.konzept a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/konzept_active.gif) 0 0 no-repeat!important; }
  2157. #subheader table td.konzept a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/angeboot/subnavi/konzept_active.gif) 0 0 no-repeat!important; }
  2158.  
  2159. /* Angeboot: Mobilfunk Startseite */
  2160. #subheader table td.startseite a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/startseite.jpg) 0 0 no-repeat; }
  2161. #subheader table td.startseite a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/startseite_heighlight.jpg) 0 0 no-repeat; }
  2162. #subheader table td.startseite a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/startseite_active.jpg) 0 0 no-repeat!important; }
  2163. #subheader table td.startseite a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/startseite_active.jpg) 0 0 no-repeat!important; }
  2164.  
  2165. /* Angeboot: Mobilfunk Bestseller */
  2166. #subheader table td.bestseller a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/bestseller.jpg) 0 0 no-repeat; }
  2167. #subheader table td.bestseller a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/bestseller_highlight.jpg) 0 0 no-repeat; }
  2168. #subheader table td.bestseller a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/bestseller_active.jpg) 0 0 no-repeat!important; }
  2169. #subheader table td.bestseller a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/bestseller_active.jpg) 0 0 no-repeat!important; }
  2170.  
  2171. /* Angeboot: Mobilfunk Highlights */
  2172. #subheader table td.highlights a { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/highlights.jpg) 0 0 no-repeat; }
  2173. #subheader table td.highlights a:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/highlights_highlight.jpg) 0 0 no-repeat; }
  2174. #subheader table td.highlights a.active { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/highlights_active.jpg) 0 0 no-repeat!important; }
  2175. #subheader table td.highlights a.active:hover { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/subnavi/highlights_active.jpg) 0 0 no-repeat!important; }
  2176.  
  2177. /* Alle Seiten mit Sub-Navbigation - Ende */
  2178.  
  2179. /* EOF - ALLE Seiten */
  2180.  
  2181. /* ABE - Nur im Internet */
  2182. /* BOF - abe_nur_im_internet.html */
  2183.  
  2184. /* Hintergrund nur im Internet */
  2185. ul.onlyinternet div { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_only_internet.gif) 7px 4px no-repeat; }
  2186.  
  2187. /* EOF - abe_nur_im_internet.html */
  2188.  
  2189.  
  2190. /* --- Alle PopUp Fenster --- */
  2191. /* BOF - pop up fenster */
  2192.  
  2193. /* Link Fenster schliessen */
  2194. a.closeLink { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_gray.gif) 0 1px no-repeat; }
  2195. .popupHead { background: white url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_layer.gif) 0 0 repeat-x; }
  2196.  
  2197. /* EOF - pop up fenster */
  2198.  
  2199. /* --- Vorschau --- */
  2200.  
  2201. /* BOF - preview.html, preview_farbwechsel.html */
  2202.  
  2203. /* Hintergrundboxen der Vorschauboxen */
  2204. .firstpreview div.box { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/dummy/preview/bg_box.gif) 0 0 no-repeat; }
  2205. .secondPreview div.box { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/dummy/preview/bg_box_2.jpg) 0 0 no-repeat; }
  2206.  
  2207. /* EOF - preview.html, preview_farbwechsel.html */
  2208.  
  2209. /* --- Produktansicht --- */
  2210. /* BOF - pv.html, pv_ohne_mood.html, pv_kaffee.html, pv_mobilfunk.html, pv_mobiliar.html, pv_niceprice.html, pv_zoom.html */
  2211.  
  2212. /* PV */
  2213. /* Link Zoom/Grossansicht */
  2214. a.pvincrease { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_pv_increase.gif) 1px 15px no-repeat; }
  2215.  
  2216. a.pvincreasezoom { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/pv_icon_zoom.gif) 1px 15px no-repeat; }
  2217.  
  2218. /* Bullets in der PV Beschreibund */
  2219. .pv .desc ul li { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_pv_list.gif) 7px 6px no-repeat; }
  2220. /* BG Reiter PV Beschreibung - Produkthighlights */
  2221. ul#pvNav li { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_pv_list_left.gif) left top no-repeat; }
  2222. ul#pvNav li a { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_pv_list_right.gif) right top no-repeat; }
  2223. ul#pvNav li.active { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_pv_list_left_active.gif) left top no-repeat; }
  2224. ul#pvNav li.active a { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/bg_pv_list_right_active.gif) right top no-repeat; }
  2225.  
  2226. .referMail { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_mail.gif) 0 0.3em no-repeat; }
  2227. .referShow { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/movie_icon.gif) 0 6px no-repeat; }
  2228. .referShowMitch { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/movie_icon_mitch.gif) 0 6px no-repeat; }
  2229. .referRound { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/rundum_icon.gif) 0 10px no-repeat; }
  2230. .checkAvailability { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_availability.gif) 0px 0px no-repeat; }
  2231.  
  2232. /* EOF - pv.html, pv_ohne_mood.html, pv_kaffee.html, pv_mobilfunk.html, pv_mobiliar.html, pv_niceprice.html, pv_zoom.html */
  2233.  
  2234. /* Mein Konto - Bestellungen */
  2235. /* BOF - bestellungen_liste.html */
  2236. a.detailview, a:hover.detailview, a:visited.detailview {
  2237. background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/account/icon_view.gif);
  2238. }
  2239. /* EOF - bestellungen_liste.html */
  2240.  
  2241. /* --- Bestellweg Schritt 1 bis 5 --- */
  2242. /* BOF - bestellweg_step1.html, bestellweg_step2.html, bestellweg_step3.html, bestellweg_step4.html, bestellweg_step5.html */
  2243.  
  2244. table.basket .dashed, table.search .dashed { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/bg_dashed.gif); }
  2245. a.edit { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/icon_edit.gif); }
  2246. a.delete { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/icon_delete.gif); }
  2247. a.contact{ background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_mail.gif) 0px 5px no-repeat; }
  2248. /* auch in Mein Konto verwendet */
  2249. a.logout, #accountlogout a { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/icon_logout.gif); }
  2250. a.print { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/btn/icon_print.gif); }
  2251. a.print-quittung { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/btn/icon_print.gif); }
  2252.  
  2253. .topBotDot, .dashedtop { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/bg_dashed_top.gif); }
  2254. .dashedbottom { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/bg_dashed_bottom.gif); }
  2255. /* dashed-bottom ersetzt dashedbottom (?)*/
  2256. .topBotDot .dashed, .dashed-bottom, tr.dashed-bottom td, tr.dashed-bottom th { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/bg_dashed_bottom.gif); background-repeat: repeat-x; background-position: left bottom; position: relative /* IE-Fix für Bug bei negativen margins */;}
  2257. tr.dashed-bottom {
  2258. background: none;
  2259. }
  2260.  
  2261. .gotop { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/btn_to_top.gif) }
  2262.  
  2263. .product-search { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/btn_to_top_fbfbfc.gif) }
  2264.  
  2265. /* Ontop-Bonus-Block */
  2266. .xtraWrap.ontop {
  2267. background: #F5F5F7 url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/icon_ontop.gif) no-repeat 20px center;
  2268. }
  2269. /* EOF - bestellweg_step1.html, bestellweg_step2.html, bestellweg_step3.html, bestellweg_step4.html, bestellweg_step5.html */
  2270. /* --- Mein Konto --- */
  2271. /* --- Bestellweg Schritt 1 bis 5 --- */
  2272.  
  2273. /* BOF - bestellungen_liste.html */
  2274. a.back { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/account/btn_page_back.gif); }
  2275. a.forward { background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/account/btn_page_next.gif) right top no-repeat; }
  2276. /* EOF - bestellungen_liste.html */
  2277.  
  2278. /* --- Bestellschein --- */
  2279. /* BOF - bestellschein.html */
  2280. a.deletefield { background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/order/icon_delete.gif); }
  2281. /* EOF - bestellschein.html */
  2282.  
  2283. /* --- Privatkaffee --- */
  2284. /* BOF - kaffee_privat_einstieg_jpg_60.html, kaffee_privat_einstieg_jpg.html, kaffee_privat_einstieg_png.html */
  2285. div.ContentContainer { background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/coffee/jpg50/coffee_bg_50.jpg) 0px 0px no-repeat; }
  2286. /* EOF - kaffee_privat_einstieg_jpg_60.html, kaffee_privat_einstieg_jpg.html, kaffee_privat_einstieg_png.html */
  2287.  
  2288. /* --- Alle Contentseiten: Home, Subsites, Kaffeeseiten etc. --- */
  2289. /* BOF - *.html */
  2290. .mobilfunkbg {background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/pv_mood_selfcare.jpg) no-repeat top left;}
  2291. .mobilbedien {
  2292. background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/bg_headline.gif) no-repeat;
  2293. }
  2294.  
  2295. .handybaustelle
  2296. {
  2297. position: absolute;
  2298. top:170px;
  2299. left:650px;
  2300. clear:both;
  2301. z-index:30;
  2302. }
  2303. *html .handybaustelle
  2304. {
  2305. position: absolute;
  2306. top:50px;
  2307. left:650px;
  2308. }
  2309.  
  2310. /* Layer für die Suche und Newsletter */
  2311. .layersuchen
  2312. {
  2313. position: absolute;
  2314. top:105px;
  2315. left:460px;
  2316. width:300px;
  2317. height:206px;
  2318. clear:both;
  2319. z-index:25;
  2320. }
  2321.  
  2322. *html .layersuchen
  2323. {
  2324. position: absolute;
  2325. top:-12px;
  2326. left:460px;
  2327. width:300px;
  2328. height:206px;
  2329. }
  2330.  
  2331. .layernl {
  2332. z-index:25;
  2333. }
  2334.  
  2335. .layernl-text {
  2336. z-index:30;
  2337. padding: 110px 0 0 26px;
  2338. }
  2339.  
  2340. .layernl,
  2341. .layernl-text {
  2342. position: absolute;
  2343. top:90px;
  2344. left:60px;
  2345. width:327px;
  2346. height:286px;
  2347. font-size:12px;
  2348. }
  2349.  
  2350. a.layersuchenCloseLink, a.layersuchenCloseLink:hover {
  2351. position: absolute;
  2352. top: 25px;
  2353. left: 222px;
  2354. color: #C1C4D1;
  2355. height: 13px;
  2356. padding: 0 0 0 20px;
  2357. text-decoration: underline;
  2358. background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_gray.gif) 0 1px no-repeat;
  2359. }
  2360.  
  2361. a.chancelayersuchenCloseLink, a.chancelayersuchenCloseLink:hover {
  2362. position: absolute;
  2363. top: 25px;
  2364. left: 300px;
  2365. color: #C1C4D1;
  2366. height: 13px;
  2367. padding: 0 0 0 20px;
  2368. text-decoration: underline;
  2369. background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_yellow_tr.gif) 0 1px no-repeat;
  2370. }
  2371.  
  2372. a.chanceTextlayersuchenCloseLink, a.chanceTextlayersuchenCloseLink:hover {
  2373. position: absolute;
  2374. top: 25px;
  2375. left: 222px;
  2376. color: #C1C4D1;
  2377. height: 13px;
  2378. padding: 0 0 0 20px;
  2379. text-decoration: underline;
  2380. }
  2381.  
  2382. .layereuropa {
  2383. z-index:20;
  2384. }
  2385.  
  2386. .layereuropa {
  2387. position: absolute;
  2388. top:165px;
  2389. left:275px;
  2390. width:327px;
  2391. height:286px;
  2392. font-size:12px;
  2393. }
  2394.  
  2395. *+html .layereuropa {
  2396. position: absolute;
  2397. top:160px;
  2398. left:275px;
  2399. width:327px;
  2400. height:286px;
  2401. font-size:12px;
  2402. }
  2403.  
  2404. a.layereuropaCloseLink, a.layereuropaCloseLink:hover {
  2405. position: absolute;
  2406. top: 11px;
  2407. left: 151px;
  2408. color: #C1C4D1;
  2409. height: 13px;
  2410. padding: 0 0 0 20px;
  2411. font-size: 10px;
  2412. text-decoration: underline;
  2413. background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_gray.gif) 0 1px no-repeat;
  2414. }
  2415.  
  2416. a.layerEuropaLink, a.layerEuropaLink:hover {
  2417. position: absolute;
  2418. top: 185px;
  2419. left: 86px;
  2420. height: 13px;
  2421. font-weight: bold;
  2422. text-decoration: underline;
  2423. }
  2424.  
  2425. .mitchLayer {
  2426. z-index:50;
  2427. }
  2428.  
  2429. .mitchLayer {
  2430. position: absolute;
  2431. top:221px;
  2432. left:33px;
  2433. width:327px;
  2434. height:286px;
  2435. }
  2436.  
  2437. a.mitchLayerCloseLink, a.mitchLayerCloseLink:hover {
  2438. position: absolute;
  2439. top: 8px;
  2440. left: 712px;
  2441. color: #BFC1C3;
  2442. height: 13px;
  2443. padding: 0 20px 0 0;
  2444. font-size: 10px;
  2445. text-decoration: underline;
  2446. background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_gray_transparent.gif) 58px 0 no-repeat;
  2447. }
  2448.  
  2449. .phasesprivatcard {
  2450. background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/privatcardnavi/navigation_pc_bg_3er.jpg);
  2451. background-repeat:no-repeat;
  2452. list-style: none;
  2453. padding: 0;
  2454. margin: 0 0 5px 0; /*Hier Änderung Florian*/
  2455. position: relative;
  2456. width: 771px;
  2457. height: 158px;
  2458. }
  2459. /* Layer für die SucheSuche und Newsletter */
  2460. .wk_added
  2461. {
  2462. position: fixed;
  2463. top:118px;
  2464. left:506px;
  2465. width:255px;
  2466. height:165px;
  2467. z-index: 99;
  2468. background: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/popup_artikel_in_wk.gif) no-repeat;
  2469. _position: absolute;
  2470. _top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
  2471. _left: expression(-270 +((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
  2472. }
  2473. a.wk_added_CloseLink, a.wk_added_CloseLink:hover {
  2474. position: absolute;
  2475. left: 166px;
  2476. top: 21px;
  2477. color: #C1C4D1;
  2478. height: 13px;
  2479. padding: 0 0 0 20px;
  2480. text-decoration: underline;
  2481. background: transparent url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_gray.gif) 0 1px no-repeat;
  2482. }
  2483. .wk_added_IFrame
  2484. {
  2485. position: absolute;
  2486. top:0px;
  2487. left:-281px;
  2488. width:255px;
  2489. height:165px;
  2490. z-index: 98;
  2491. }
  2492.  
  2493. /* USP CSS-Klassen */
  2494. .uspLayer {
  2495. position: relative;
  2496. z-index: 99;
  2497. }
  2498. .uspLayerBG {
  2499. background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/usp/usp_frame_pattern.gif);
  2500. background-repeat: repeat-y;
  2501. padding: 2px 15px 5px 15px;
  2502. position: relative;
  2503. text-align: left;
  2504. font-size: 12px;
  2505. margin-top: -2px;
  2506. color: #2F3B63;
  2507. width: 195px;
  2508. }
  2509.  
  2510. -->
  2511. </style>
  2512.  
  2513.  
  2514.  
  2515. <!-- seitenbezogenes CSS einbinden - Stichwort Themenwelt -->
  2516.  
  2517.  
  2518. <style type="text/css">
  2519.  
  2520. .headlineTracking {
  2521. margin-left: 21px;
  2522. width: 540px;
  2523. }
  2524.  
  2525. .contentTracking {
  2526. width: 470px;
  2527. margin-left: 21px;
  2528. }
  2529.  
  2530. .negativeMargin {
  2531. margin-top: -54px;
  2532. }
  2533.  
  2534. .bar_guthaben {
  2535. background-repeat: no-repeat;
  2536. font-family: Verdana, Arial, Tahoma;
  2537. font-size: 12px;
  2538. font-weight: bold;
  2539. }
  2540.  
  2541. .bar_guthaben_stoerer {
  2542. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bg_bar_stoerer_guthaben_aufladen.gif);
  2543. background-repeat: no-repeat;
  2544. padding: 20px 0 9px 43px;
  2545. height: 86px;
  2546. margin-top: 13px;
  2547. }
  2548.  
  2549. .bar_guthaben_sofort {
  2550. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bg_bar_guthaben_aufladen_at.gif);
  2551. padding: 7px 0 9px 43px;
  2552. height: 84px;
  2553. margin-top: 27px;
  2554. }
  2555. .bar_guthaben_bestellen {
  2556. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bg_bar_guthaben_aufladen.gif);
  2557. padding: 7px 0 9px 43px;
  2558. height: 32px;
  2559. margin-top: 32px;
  2560. }
  2561.  
  2562. .bar_guthaben_informationen {
  2563. background-image: url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/bg_bar_guthaben_informationen.gif);
  2564. padding: 7px 0 9px 43px;
  2565. height: 32px;
  2566. margin-top: 32px;
  2567. }
  2568.  
  2569. .infoButton {
  2570. text-align: right;
  2571. xmargin: 0px 2px 15px 0;
  2572. position: relative;
  2573. top: -17px;
  2574. left: 0;
  2575. }
  2576.  
  2577. .icon_gobottom {
  2578. padding-top: 0;
  2579. padding-right: 19px;
  2580. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/btn_to_bottom.gif ) 0px 1px no-repeat;
  2581. }
  2582.  
  2583. .buttonTextFirst {
  2584. padding-bottom: 6px;
  2585. }
  2586. .buttonText {
  2587. top: 0;
  2588. margin-bottom: 0px;
  2589. padding-bottom: 49px;
  2590. padding-top:29px;
  2591. }
  2592.  
  2593. .aufladenTable td{
  2594. font-family: Verdana, Arial, Tahoma;
  2595. font-size: 12px;
  2596. }
  2597.  
  2598. .aufladenTable .infotext{
  2599. padding-top: 7px;
  2600. font-family: Tahoma;
  2601. font-size: 11px;
  2602. line-height: 14px;
  2603. color:#838385;
  2604. }
  2605.  
  2606. .popup {
  2607. position: absolute;
  2608. top:764px;
  2609. left:187px;
  2610. }
  2611.  
  2612. .popup_btn {
  2613. position: absolute;
  2614. top:786px;
  2615. left:354px;
  2616. font-family: Veranda;
  2617. font-size: 11px;
  2618. color:#c1c4d1;
  2619. }
  2620.  
  2621. .popup_text {
  2622. position: absolute;
  2623. top:783px;
  2624. left:374px;
  2625. font-family: Veranda;
  2626. font-size: 11px;
  2627. color:#c1c4d1;
  2628. }
  2629.  
  2630. .aufladenTable {
  2631. margin-top: 17px;
  2632. margin-bottom: 8px;
  2633. xwidth: 679px;
  2634. width: 680px;
  2635. }
  2636.  
  2637. .dottedLineContent {
  2638. margin-top: 11px;
  2639. margin-bottom: 10px;
  2640. }
  2641.  
  2642. .wrapper{
  2643. floar:left;
  2644. }
  2645.  
  2646. .wrapped_left{
  2647. float:left;
  2648. }
  2649.  
  2650. .wrapped_right{
  2651. float:left;
  2652. }
  2653.  
  2654. .wrapFlat{
  2655. margin-top: 3px;
  2656. _/margin-bottom: -2px;
  2657. }
  2658.  
  2659. .wrapFlat_left{
  2660.  
  2661. }
  2662.  
  2663. /**********************************
  2664. * merge
  2665. **********************************/
  2666. .column_left {
  2667. width: 300px;
  2668. float:left;
  2669. margin-left: 0px;
  2670. margin-right: 50px;
  2671. margin-top: -52px;
  2672.  
  2673. padding-left: 21px;
  2674. }
  2675.  
  2676. .column_right {
  2677. width: 340px;
  2678. float:left;
  2679. margin-top: -52px;
  2680. }
  2681.  
  2682.  
  2683. .clear {
  2684. clear: both;
  2685. height: 0;
  2686. }
  2687. .buttonTextFirst_column {
  2688. width: 183px;
  2689. margin-bottom: 12px;
  2690. margin-top: 27px;
  2691. margin-left: 1px;
  2692. }
  2693.  
  2694. .listColumn {
  2695. font-weight: bold;
  2696. padding: 0;
  2697. padding-left: 24px;
  2698. margin: 0;
  2699. margin-top: 17px;
  2700. margin-bottom: 12px;
  2701. }
  2702. .listColumn li {
  2703. padding: 0;
  2704. margin: 0;
  2705. }
  2706.  
  2707. .listColumn span {
  2708. font-weight: normal;
  2709. }
  2710.  
  2711. .wrapperList {
  2712. margin-top: -17px;
  2713.  
  2714. }
  2715. .wrapper {
  2716. margin-left: 20px;
  2717.  
  2718. }
  2719.  
  2720. .wrapImgNumbersList {
  2721. margin-top: 3px;
  2722. margin-left: 3px;
  2723. margin-right: 3px;
  2724. float: left;
  2725. height: 13px;
  2726. }
  2727.  
  2728. .wrapImgNumbers {
  2729. margin-top: 3px;
  2730. margin-left: 5px;
  2731. xmargin-right: 2px;
  2732. float: left;
  2733. height: 13px;
  2734. }
  2735. .wrapTextImgNumbers_left {
  2736. float: left;
  2737. }
  2738. .wrapTextImgNumbers_right {
  2739. clear: right;
  2740. }
  2741. /**********************************
  2742. * /merge
  2743. **********************************/
  2744. .input {
  2745. height: 14px;
  2746. width: 164px;
  2747. margin: 0 0 0 4px;
  2748. padding: 1px;
  2749. display: block;
  2750. float: left;
  2751. }
  2752. .blockLeft {
  2753. display: block;
  2754. float: left;
  2755. xpadding-left: 9px;
  2756. }
  2757. .inputCell {
  2758. height: 54px;
  2759. vertical-align: middle;
  2760. }
  2761. .inputerrortextbig {
  2762. color: #CC0000;
  2763. font-size: 11px;
  2764. margin-top: 12px;
  2765. margin-bottom: 16px;
  2766. display: block;
  2767. line-height: 14px;
  2768. }
  2769. .hide {
  2770. display: none;
  2771. }
  2772.  
  2773. </style>
  2774.  
  2775.  
  2776.  
  2777. <!-- seitenbezogenes JS einbinden - Stichwort Themenwelt -->
  2778.  
  2779.  
  2780. <script language="JavaScript" type="text/javascript">
  2781. <!--
  2782. var blnLocked = false;
  2783.  
  2784. function setAffiliate()
  2785. {
  2786. var landmark = new Image();
  2787. landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source=MOBIL_EVOUCHER";
  2788. }
  2789.  
  2790.  
  2791. function wronChecksum()
  2792. {
  2793. document.getElementById("vzweck").className = "errorfield input";
  2794. document.getElementById("vzerror").innerHTML = "Bitte geben Sie Ihre korrekte Tchibo Prepaid Mobilfunknummer ein.";
  2795. document.getElementById("vzerror").className = "inputerrortextbig";
  2796. document.getElementById("uevzwecktd").innerHTML = "Um Ihre &Uuml;berweisungsdaten zu vervollst&auml;ndigen, ermitteln Sie bitte rechts Ihren Verwendungszweck.";
  2797. document.getElementById("uevzweck").innerHTML = "";
  2798. document.getElementById("inputCell").style.verticalAlign = "top";
  2799. document.getElementById("inputCell").style.height = "93px";
  2800. }
  2801.  
  2802. function getChecksum()
  2803. {
  2804. src = document.getElementById("vzweck");
  2805. msisdn = '0176'+ document.getElementById("vzweck").value;
  2806. l = msisdn.length;
  2807. if(l!=11 && l!=12)
  2808. {
  2809. // Fehlermeldung ausgeben
  2810. wronChecksum();
  2811. } else {
  2812. var d1 = 0;
  2813. var d2 = 0;
  2814. var d3 = 0;
  2815. var d4 = 0;
  2816. var z = 0;
  2817. var d4mul = 1;
  2818. for(i=0; i<l; i++)
  2819. {
  2820. c = msisdn.charAt(i);
  2821. if(c<'0' || c>'9')
  2822. {
  2823. // Fehlermeldung ausgeben
  2824. wronChecksum();
  2825. break;
  2826. }
  2827. value = c-'0';
  2828. d1 ^= value;
  2829. if(i%2==0) {
  2830. z = 2*value;
  2831. if(z>9) z -= 9;
  2832. }
  2833. else z = value;
  2834. d2 += z;
  2835. d3 += value;
  2836. d4 += value*d4mul;
  2837. if(++d4mul>9) d4mul = 1;
  2838. }
  2839. if(d1>9) d1 -= 6;
  2840. d2 %= 10;
  2841. d3 %= 10;
  2842. d4 %= 10;
  2843.  
  2844. chars = new Array(4);
  2845. chars[0] = d1;
  2846. chars[1] = d2;
  2847. chars[2] = d3;
  2848. chars[3] = d4;
  2849. checksum = new String(chars.join(""));
  2850. newText = '<strong>0176-'+ document.getElementById("vzweck").value +'-'+ checksum +'</strong>';
  2851.  
  2852. //Tabellenzelle inputCell ausrichten wie in der klasse inputCell
  2853. document.getElementById("inputCell").style.verticalAlign = "middle";
  2854. document.getElementById("inputCell").style.height = "54px";
  2855.  
  2856. document.getElementById("vzweckcopy").value = '0176-'+ document.getElementById("vzweck").value +'-'+ checksum;
  2857. // ggf. Fehlermeldung wieder ausblenden
  2858. document.getElementById("vzweck").className = "input";
  2859. document.getElementById("vzweck").value = "";
  2860. document.getElementById("vzerror").innerHTML = "";
  2861. document.getElementById("vzerror").className = "hide";
  2862.  
  2863. // für die erste Ausgabe
  2864. document.getElementById("uevzweck").innerHTML = newText;
  2865. // für die Überweisung
  2866. document.getElementById("uevzwecktd").innerHTML = "Ihre &Uuml;berweisungsdaten sind nun vollst&auml;ndig.";
  2867.  
  2868. // Berechnung erfolgreich
  2869. javascript:popup_show();
  2870. }
  2871. }
  2872.  
  2873. function popup_show ()
  2874. {
  2875. document.getElementById("popup1").style.visibility = "visible";
  2876. document.getElementById("popup1_btn").style.visibility = "visible";
  2877. document.getElementById("popup1_text").style.visibility = "visible";
  2878. window.setTimeout("popup_close()", 2000);
  2879. }
  2880.  
  2881. function popup_close ()
  2882. {
  2883. document.getElementById("popup1").style.visibility = "hidden";
  2884. document.getElementById("popup1_btn").style.visibility = "hidden";
  2885. document.getElementById("popup1_text").style.visibility = "hidden";
  2886. }
  2887.  
  2888.  
  2889. -->
  2890. </script>
  2891.  
  2892.  
  2893.  
  2894. <script type="text/javascript">
  2895.  
  2896. addOnload(link_tvk);
  2897. addOnload(getABEBottom);
  2898. </script>
  2899. </head>
  2900.  
  2901. <body>
  2902.  
  2903.  
  2904. <!-- BEGIN WAYBACK TOOLBAR INSERT -->
  2905. <script> if (window.archive_analytics) { window.archive_analytics.values['server_name']="wwwb-app11.us.archive.org";}; </script>
  2906.  
  2907. <script type="text/javascript" src="/static/js/disclaim-element.js" ></script>
  2908. <script type="text/javascript" src="/static/js/graph-calc.js" ></script>
  2909. <script type="text/javascript" src="/static/jflot/jquery.min.js" ></script>
  2910. <script type="text/javascript">
  2911. var __wm = (function(){
  2912. var wbPrefix = "/web/";
  2913. var wbCurrentUrl = "http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=informationen";
  2914.  
  2915. var firstYear = 1996;
  2916. var imgWidth = 475,imgHeight = 27;
  2917. var yearImgWidth = 25,monthImgWidth = 2;
  2918. var displayDay = "6";
  2919. var displayMonth = "Mai";
  2920. var displayYear = "2009";
  2921. var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
  2922. var $D=document,$=function(n){return document.getElementById(n)};
  2923. var trackerVal,curYear = -1,curMonth = -1;
  2924. var yearTracker,monthTracker;
  2925. function showTrackers(val) {
  2926. if (val===trackerVal) return;
  2927. var $ipp=$("wm-ipp");
  2928. var $y=$("displayYearEl"),$m=$("displayMonthEl"),$d=$("displayDayEl");
  2929. if (val) {
  2930. $ipp.className="hi";
  2931. } else {
  2932. $ipp.className="";
  2933. $y.innerHTML=displayYear;$m.innerHTML=displayMonth;$d.innerHTML=displayDay;
  2934. }
  2935. yearTracker.style.display=val?"inline":"none";
  2936. monthTracker.style.display=val?"inline":"none";
  2937. trackerVal = val;
  2938. }
  2939. function getElementX2(obj) {
  2940. var $e=jQuery(obj);
  2941. return (typeof $e=="undefined"||typeof $e.offset=="undefined")?
  2942. getElementX(obj):Math.round($e.offset().left);
  2943. }
  2944. function trackMouseMove(event,element) {
  2945. var eventX = getEventX(event);
  2946. var elementX = getElementX2(element);
  2947. var xOff = Math.min(Math.max(0, eventX - elementX),imgWidth);
  2948. var monthOff = xOff % yearImgWidth;
  2949.  
  2950. var year = Math.floor(xOff / yearImgWidth);
  2951. var monthOfYear = Math.min(11,Math.floor(monthOff / monthImgWidth));
  2952. // 1 extra border pixel at the left edge of the year:
  2953. var month = (year * 12) + monthOfYear;
  2954. var day = monthOff % 2==1?15:1;
  2955. var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) +
  2956. zeroPad(day,2) + "000000";
  2957.  
  2958. $("displayYearEl").innerHTML=year+firstYear;
  2959. $("displayMonthEl").innerHTML=prettyMonths[monthOfYear];
  2960. // looks too jarring when it changes..
  2961. //$("displayDayEl").innerHTML=zeroPad(day,2);
  2962. var url = wbPrefix + dateString + '/' + wbCurrentUrl;
  2963. $("wm-graph-anchor").href=url;
  2964.  
  2965. if(curYear != year) {
  2966. var yrOff = year * yearImgWidth;
  2967. yearTracker.style.left = yrOff + "px";
  2968. curYear = year;
  2969. }
  2970. if(curMonth != month) {
  2971. var mtOff = year + (month * monthImgWidth) + 1;
  2972. monthTracker.style.left = mtOff + "px";
  2973. curMonth = month;
  2974. }
  2975. }
  2976. function hideToolbar() {
  2977. $("wm-ipp").style.display="none";
  2978. }
  2979. function bootstrap() {
  2980. var $spk=$("wm-ipp-sparkline");
  2981. yearTracker=$D.createElement('div');
  2982. yearTracker.className='yt';
  2983. with(yearTracker.style){
  2984. display='none';width=yearImgWidth+"px";height=imgHeight+"px";
  2985. }
  2986. monthTracker=$D.createElement('div');
  2987. monthTracker.className='mt';
  2988. with(monthTracker.style){
  2989. display='none';width=monthImgWidth+"px";height=imgHeight+"px";
  2990. }
  2991. $spk.appendChild(yearTracker);
  2992. $spk.appendChild(monthTracker);
  2993.  
  2994. var $ipp=$("wm-ipp");
  2995. $ipp&&disclaimElement($ipp);
  2996. }
  2997. return{st:showTrackers,mv:trackMouseMove,h:hideToolbar,bt:bootstrap};
  2998. })();
  2999. </script>
  3000. <style type="text/css">
  3001. body {
  3002. margin-top:0 !important;
  3003. padding-top:0 !important;
  3004. min-width:800px !important;
  3005. }
  3006. </style>
  3007. <div id="wm-ipp" lang="en" style="display:none;">
  3008.  
  3009. <div style="position:fixed;left:0;top:0;width:100%!important">
  3010. <div id="wm-ipp-inside">
  3011. <table style="width:100%;"><tbody><tr>
  3012. <td id="wm-logo">
  3013. <a href="/web/" title="Wayback Machine home page"><img src="/static/images/toolbar/wayback-toolbar-logo.png" alt="Wayback Machine" width="110" height="39" border="0"></a>
  3014. </td>
  3015. <td class="c">
  3016. <table style="margin:0 auto;"><tbody><tr>
  3017. <td class="u" colspan="2">
  3018. <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb"><input type="text" name="url" id="wmtbURL" value="http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=informationen" style="width:400px;" onfocus="this.focus();this.select();"><input type="hidden" name="type" value="replay"><input type="hidden" name="date" value="20090506015540"><input type="submit" value="Go"><span id="wm_tb_options" style="display:block;"></span></form>
  3019. </td>
  3020. <td class="n" rowspan="2">
  3021. <table><tbody>
  3022. <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
  3023. <tr class="m">
  3024. <td class="b" nowrap="nowrap">
  3025.  
  3026. <a href="/web/20090401002439/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=informationen" title="1 Apr 2009">APR</a>
  3027.  
  3028. </td>
  3029. <td class="c" id="displayMonthEl" title="You are here: 1:55:40 Mai 6, 2009">MAI</td>
  3030. <td class="f" nowrap="nowrap">
  3031.  
  3032. Jun
  3033.  
  3034. </td>
  3035. </tr>
  3036. <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
  3037. <tr class="d">
  3038. <td class="b" nowrap="nowrap">
  3039.  
  3040. <a href="/web/20090401002439/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=informationen" title="0:24:39 Apr 1, 2009"><img src="/static/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a>
  3041.  
  3042. </td>
  3043. <td class="c" id="displayDayEl" style="width:34px;font-size:24px;" title="You are here: 1:55:40 Mai 6, 2009">6</td>
  3044. <td class="f" nowrap="nowrap">
  3045.  
  3046. <img src="/static/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/>
  3047.  
  3048. </td>
  3049. </tr>
  3050. <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
  3051. <tr class="y">
  3052. <td class="b" nowrap="nowrap">
  3053.  
  3054. <a href="/web/20080109000811/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=informationen#info" title="9 Jan 2008"><strong>2008</strong></a>
  3055.  
  3056. </td>
  3057. <td class="c" id="displayYearEl" title="You are here: 1:55:40 Mai 6, 2009">2009</td>
  3058. <td class="f" nowrap="nowrap">
  3059.  
  3060. 2010
  3061.  
  3062. </td>
  3063. </tr>
  3064. </tbody></table>
  3065. </td>
  3066. </tr>
  3067. <tr>
  3068. <td class="s">
  3069. <a class="t" href="/web/20090506015540*/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=informationen" title="See a list of every capture for this URL">10 captures</a>
  3070. <div class="r" title="Timespan for captures of this URL">9 Nov 07 - 6 Mai 09</div>
  3071. </td>
  3072. <td class="k">
  3073. <a href="" id="wm-graph-anchor">
  3074. <div id="wm-ipp-sparkline" title="Explore captures for this URL">
  3075. <img id="sparklineImgId" alt="sparklines"
  3076. onmouseover="__wm.st(1)" onmouseout="__wm.st(0)"
  3077. onmousemove="__wm.mv(event,this)"
  3078. width="475"
  3079. height="27"
  3080. border="0"
  3081. src="/web/jsp/graph.jsp?graphdata=475_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000011_2008:-1:100000003100_2009:4:100110000000_2010:-1:000000000000_2011:-1:000000000000_2012:-1:000000000000_2013:-1:000000000000_2014:-1:000000000000">
  3082. </div>
  3083. </a>
  3084. </td>
  3085. </tr></tbody></table>
  3086. </td>
  3087. <td class="r">
  3088. <a href="#close" onclick="__wm.h();return false;" style="background-image:url(/static/images/toolbar/wm_tb_close.png);top:5px;" title="Close the toolbar">Close</a>
  3089. <a href="http://faq.web.archive.org/" style="background-image:url(/static/images/toolbar/wm_tb_help.png);bottom:5px;" title="Get some help using the Wayback Machine">Help</a>
  3090. </td>
  3091. </tr></tbody></table>
  3092. </div>
  3093. </div>
  3094. </div>
  3095. <script type="text/javascript">__wm.bt();</script>
  3096. <!-- END WAYBACK TOOLBAR INSERT -->
  3097.  
  3098.  
  3099. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/inc/tch_de_cookies.isml,v 1.6 2009/01/16 13:15:09 mdjatsch Exp $ -->
  3100.  
  3101.  
  3102.  
  3103. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/inc/tch_de_clone_cookie.isml,v 1.37 2009/03/20 15:20:54 mndymosz Exp $ -->
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123. <a name="top"></a>
  3124.  
  3125.  
  3126. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/module/tch_de_header.isml,v 1.103 2009/04/24 13:06:09 mndymosz Exp $ -->
  3127.  
  3128.  
  3129. <!-- NEW, FACTFINDER FORM -->
  3130. <div id="suggestLayer" class="suggestLayer"></div>
  3131. <!-- END OF NEW, FACTFINDER FORM -->
  3132. <script type="text/javascript" language="JavaScript">
  3133. function startTrackingExtern(){
  3134. var landmark = new Image();
  3135. landmark.src ="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source=TCMQUALITY";
  3136. return true;
  3137. }
  3138. </script>
  3139.  
  3140. <div style="z-index:0; position:absolute; left:7px; top:0px;">
  3141. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/kw14_home_header.jpg">
  3142. </div>
  3143.  
  3144. <!-- MainHeader -->
  3145. <div id="header">
  3146.  
  3147. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_1"> <img id="logo" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/tchibo_logo_without_claim.jpg" height="55" width="145" border="0" alt="Tchibo Logo"></a>
  3148.  
  3149. <div id="bb" style="position: absolute; width: 1px; height: 1px; left: 0; top: 0;"></div>
  3150. <script type="text/javascript" language="javascript">
  3151. var flashEnabled = "unknown";
  3152.  
  3153. var heute = new Date();
  3154. var spaeter = new Date();
  3155.  
  3156. var wochen = heute.getTime() + 21 * 24 * 60 * 60 * 1000;
  3157. spaeter.setTime(wochen);
  3158.  
  3159. var landmark = new Image();
  3160.  
  3161. function setTransferRate(rate){
  3162. if ((rate > 70 )||(rate == "Infinity")){
  3163. flashEnabled = "enabled";
  3164. }else{
  3165. flashEnabled = "slow";
  3166. }
  3167. document.cookie = "flashEnabled=" + flashEnabled +"; path=/; expires=" + spaeter;
  3168. landmark.src = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source=bwt&flashEnabled="+ flashEnabled;
  3169. iptv_enable();
  3170. }
  3171.  
  3172. function setBBTool()
  3173. {
  3174. if ((!GetCookie('flashEnabled')) || (GetCookie('flashEnabled') == "unknown")){
  3175. /*
  3176. var bbtool = new SWFObject( "/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/iptv/transferratecheck.swf", "bbtool", "1", "1", "8", "#FFFFFF");
  3177. var transferImage = "/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/projects/iptv/transfercheck.jpg";
  3178. zeit = new Date();
  3179. var millisec = zeit.getMilliseconds()
  3180. var rand = millisec + Math.random();
  3181. transferImage += "?temp=" + rand;
  3182. bbtool.addVariable( "transferChceckImageURL", transferImage);
  3183. bbtool.addParam("allowScriptAccess", "always");
  3184. bbtool.addParam("wmode", "transparent");
  3185.  
  3186. bbtool.write("bb");
  3187. if (document.getElementById("bb").innerHTML == ""){
  3188. document.cookie = "flashEnabled=disabled; path=/;";
  3189. landmark.src = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchAffiliateTracking-Start?source=bwt0&flashEnabled="+ flashEnabled;
  3190. }
  3191. */
  3192. }else{
  3193. iptv_enable();
  3194. }
  3195. }
  3196. //addOnload(setBBTool);
  3197.  
  3198. </script>
  3199. <!-- Salutation -->
  3200.  
  3201. <div id="salutation" style="z-index:4;">
  3202.  
  3203.  
  3204.  
  3205. <script language="JavaScript" type="text/javascript">
  3206. function logOutCustomer(){
  3207.  
  3208. var req = null;
  3209. try{
  3210. req = new XMLHttpRequest();
  3211. }catch (ms){
  3212. try{
  3213. req = new ActiveXObject("Msxml2.XMLHTTP");
  3214. }catch (nonms){
  3215. try{
  3216. req = new ActiveXObject("Microsoft.XMLHTTP");
  3217. }catch (failed){
  3218. req = null;
  3219. }
  3220. }
  3221. }
  3222. if (req == null){
  3223. //do nothing
  3224. }
  3225. var requestUrl = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewLogout-View";
  3226. req.open("GET", requestUrl, true);
  3227.  
  3228. req.onreadystatechange = function(){
  3229.  
  3230. switch(req.readyState) {
  3231. case 4:
  3232. if(req.status!=200) {
  3233. //Fehler
  3234. }else{
  3235.  
  3236. document.getElementById("logOutLayer").style.display = '';
  3237. //document.location.href = '/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_1';
  3238. }
  3239. break;
  3240. default:
  3241. return false;
  3242. break;
  3243. }
  3244. };
  3245.  
  3246. req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
  3247. req.send(null);
  3248. }
  3249.  
  3250. if (UserFirstName == "Firma") {
  3251. document.write(UserLastName);
  3252. } else if ((UserFirstName) && (UserFirstName != "")) {
  3253. document.write('Willkommen, ' + UserTitle + ' ' + UserLastName);
  3254. //Auskommentiert LG 30.05.2008
  3255. //document.write('Guten Tag ' + UserTitle + ' ' + UserLastName + '!<br>');
  3256. //document.write('<span>(Wenn Sie nicht ' + UserTitle + ' ' + UserLastName + ' sind, klicken Sie bitte <a href="javascript:logOutCustomer();">hier</a>.)</span>');
  3257. } else {
  3258. document.write('&nbsp;')
  3259. }
  3260.  
  3261. function changeSearchFormAction()
  3262. {
  3263. if ((GetCookie('ipacc') == '1') && (GetCookie('iplog') == '1')) {
  3264. document.getElementById("rest").value = 1;
  3265. suggest.hideLayerOutsideCall();
  3266. document.parametricsearch.action = '/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchParametricSearch-FactFinderStart?rest=1&m=de';
  3267. } else if (GetCookie('coPC') == 'true') {
  3268. document.getElementById("rest").value = 2;
  3269. suggest.hideLayerOutsideCall();
  3270. document.parametricsearch.action = '/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchParametricSearch-FactFinderStart?rest=2&m=de';
  3271. } else {
  3272. document.getElementById("rest").value = 0;
  3273. suggest.hideLayerOutsideCall();
  3274. document.parametricsearch.action = '/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchParametricSearch-FactFinderStart?m=de';
  3275. }
  3276. suchen('auf');
  3277. }
  3278. </script>
  3279.  
  3280. </div>
  3281.  
  3282.  
  3283. <!-- ENDE Salutation -->
  3284. <div id="logOutLayer" style="display:none; position: absolute; top: 250px; left: 200px; width: 200px; padding: 10px; background:#00204F; z-index:4;">
  3285. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewAccount-View?OrderSSL=0" style="color: #FFF;">Anmeldung zum eigenen Konto</a><br>
  3286. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewLogin-ProcessForm" style="color: #FFF;">Einrichten eines Kontos</a><br>
  3287. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_1" style="color: #FFF;">zur?ck zum Shop</a><br>
  3288.  
  3289. </div>
  3290.  
  3291.  
  3292.  
  3293.  
  3294. <!-- NEW, FACTFINDER FORM -->
  3295.  
  3296. <link href="/web/20090506015540cs_/http://images.tchibo.de/eCS/Store/de/css/search.css" rel="stylesheet" type="text/css" media="all">
  3297.  
  3298.  
  3299. <!-- Internet Explorer 6.x Stylesheet -->
  3300. <!--[if lt IE 7]>
  3301. <link href="/web/20090506015540/http://images.tchibo.de/eCS/Store/de/css/searchIE6.css" rel="stylesheet" type="text/css" media="all">
  3302. <![endif]-->
  3303.  
  3304. <!-- Internet Explorer 7.x Stylesheet -->
  3305. <!--[if IE 7]>
  3306. <link href="/web/20090506015540/http://images.tchibo.de/eCS/Store/de/css/searchIE7.css" rel="stylesheet" type="text/css" media="all">
  3307. <![endif]-->
  3308.  
  3309. <style>
  3310. div.suggestLayer {
  3311. position: absolute;
  3312. top: 30px;
  3313. left: 418px;
  3314. width: 1px;
  3315. height: 1px;
  3316. display: none;
  3317. padding: 0px 0px 0px 0px;
  3318. margin: 0px 0px 0px 0px;
  3319. z-index:26;
  3320. }
  3321. </style>
  3322.  
  3323. <form id="parametricsearch" name="parametricsearch" method="get" action="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchParametricSearch-FactFinderStart">
  3324. <div id="metanav" style="left: 401px; z-index: 15;">
  3325. <input type="hidden" id="rest" name="rest" value="0">
  3326. <input type="hidden" id="js" name="js" value="false">
  3327. <input type="hidden" id="m" name="m" value="de">
  3328. <input type="text" style="width:0px; height:0px; display:inline; position:absolute; left:0px; top:-50px;" name="search_query_keyword" OnFocus="document.parametricsearch.SearchInput.focus();">
  3329. <table border="0" cellpadding="0" cellspacing="0">
  3330. <tr>
  3331. <td><input autocomplete="off" type="text" id="SearchInput" name="SearchInput" value="Begriff oder Bestell-Nr." OnFocus="clearSearch()" OnBlur="setSearch()" style="width:195px; padding:1px 2px 2px 4px;" maxlength="35"></td>
  3332. <td><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/1er.gif" width="5" height="1" border="0" alt=""></td>
  3333. <td><input type="image" name="search" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/factfinder/ff_ta_search.gif" style="margin-top:2px;" onClick="changeSearchFormAction(); suchen('auf'); return false;" onDblClick="suchen('auf');return false;" class="noborder"></td>
  3334. <td><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/1er.gif" width="6" height="1" border="0" alt=""></td>
  3335. <td><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewAccount-View?OrderSSL=0">Mein Konto</a></td>
  3336. <td><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/1er.gif" width="6" height="1" border="0" alt=""></td>
  3337. <td><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchFilialFinder-View">Filiale suchen</a></td>
  3338. <td><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/1er.gif" width="6" height="1" border="0" alt=""></td>
  3339.  
  3340. <td><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/1er.gif" width="10" height="1" border="0" alt=""></td>
  3341. </tr>
  3342. </table>
  3343. </div>
  3344. <script language="JavaScript" type="text/javascript" src="/web/20090506015540js_/http://images.tchibo.de/eCS/Store/de/jslib/ffsuggest.js"></script>
  3345. <script language="JavaScript" type="text/javascript">
  3346. //alert("Fire");
  3347.  
  3348. //alert(ff_browser());
  3349. var browser = ff_browser();
  3350. if(browser == 'IE6' || browser == 'f15' || browser == 'IE7' || browser == 'kq3')
  3351. {
  3352. //alert('Richtiger Browser');
  3353. document.getElementById("js").value = true;
  3354. }
  3355.  
  3356.  
  3357. var suggest = new FFSuggest();
  3358.  
  3359. var searchURL = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchParametricSearch-FactFinderSuggest?m=de";
  3360. var formname = "parametricsearch";
  3361. var queryParamName = "SearchInput";
  3362. var divLayername = "suggestLayer";
  3363. var instanceName = "suggest";
  3364. var debugMode = false;
  3365. suggest.init(searchURL, formname, queryParamName, divLayername, instanceName, debugMode);
  3366. document.onmousedown = suggest.hideLayerOutsideCall;
  3367.  
  3368. </script>
  3369.  
  3370. </form>
  3371. <!-- END OF NEW, FACTFINDER FORM -->
  3372.  
  3373.  
  3374.  
  3375.  
  3376.  
  3377.  
  3378.  
  3379.  
  3380. <ul class="mainnav" id="nav7">
  3381.  
  3382. <li class="n1">
  3383. <script type="text/javascript">
  3384.  
  3385.  
  3386.  
  3387.  
  3388.  
  3389.  
  3390. if ((GetCookie('ipacc') == '1') && (GetCookie('iplog') == '1')) {
  3391. document.write ('<a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_scout_login&source=NAVI" title="Tchibo Produkte" class=""><em>Tchibo Welten</em></a>');
  3392. } else {
  3393. document.write ('<a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_1&source=NAVI" title="Tchibo Produkte" class=""><em>Tchibo Welten</em></a>');
  3394. }
  3395. </script>
  3396. <noscript>
  3397. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_1&amp;source=NAVI" title="Tchibo Produkte" class=""><em>Tchibo Welten</em></a>
  3398. </noscript>
  3399. </li>
  3400.  
  3401. <li class="n2">
  3402. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchProzente-Start?CategoryName=prozente&amp;source=NAVI" title="Prozente"
  3403.  
  3404. ><em>Prozente</em></a></li>
  3405.  
  3406. <li class="n3">
  3407. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=kaffee_shop&amp;source=NAVI" title="Kaffee"
  3408.  
  3409. ><em>Kaffee</em></a>
  3410. </li>
  3411.  
  3412. <li class="n4">
  3413. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchTravelShop-Start?source=NAVI" title="Reisen"
  3414.  
  3415. ><em>Reisen</em></a></li>
  3416. <li class="n5">
  3417. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=finanzen&amp;source=NAVI" title="Finanzen"
  3418.  
  3419. ><em>Finanzen</em></a></li>
  3420.  
  3421. <li class="n6 selNav">
  3422. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=versicherung&amp;source=NAVI" title="Versicherungen"
  3423.  
  3424. class="selNav"
  3425.  
  3426. ><em>Versicherungen</em></a></li>
  3427.  
  3428. <li class="n7 selNav">
  3429. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=mobil&amp;source=NAVI" title="Mobilfunk"
  3430.  
  3431. class="selNav"
  3432.  
  3433. ><em>Mobilfunk</em></a></li>
  3434.  
  3435. <li class="n8 selNav">
  3436. <a href="/web/20090506015540/http://blumen.tchibo.de/index.php?ShopPositionID=NAVI" title="Blumen und Pflanzen"
  3437.  
  3438. class="selNav"
  3439.  
  3440. ><em>Blumen</em></a></li>
  3441.  
  3442. <li class="n9">
  3443. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=tchiboplus&amp;source=NAVI" title="Angebote"
  3444.  
  3445. ><em>Tchibo plus</em></a></li>
  3446. </ul>
  3447.  
  3448. </div>
  3449.  
  3450. <script type="text/javascript" language="JavaScript">
  3451. <!--
  3452. if(window.location.search.indexOf("Entry=voucher") > -1) {
  3453. document.write('<div class="layernl" id="layernl" style="visibility:visible;">');
  3454. document.write(' <img src="/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/popup_gutschein.gif" alt="">');
  3455. document.write('<\/div>');
  3456. document.write('<div class="layernl-text" id="layernl-text" style="visibility:visible;">');
  3457. document.write(' <a href="javascript:weg(\'layernl\');javascript:weg(\'layernl-text\');" class="layersuchenCloseLink">schlie&szlig;en<\/a>');
  3458. document.write('<\/div>');
  3459. }
  3460.  
  3461. -->
  3462. </script>
  3463.  
  3464.  
  3465.  
  3466.  
  3467.  
  3468.  
  3469.  
  3470.  
  3471.  
  3472.  
  3473.  
  3474.  
  3475.  
  3476.  
  3477.  
  3478.  
  3479.  
  3480. <div id="flashcontent_iptv" style="position: absolute; display: none; left: 150px; top: 250px; z-index: 10;"></div>
  3481.  
  3482. <script>
  3483.  
  3484. function closeLayerWebTv () {
  3485. document.getElementById("flashcontent_iptv").style.display = "none";
  3486. }
  3487.  
  3488. function iptv_enable(){
  3489.  
  3490. var categoryName = '';
  3491. if(GetCookie('flashEnabled') == 'enabled'){
  3492. var clipURL = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_iptv&ProductSKU=M11228&IPCategoryName=phase_1&iptvType=product&kw=47&source=INPHASE_47";
  3493.  
  3494. if(document.getElementById("abe_iptv")){
  3495. document.getElementById("abe_iptv").style.display = "block";
  3496. }
  3497.  
  3498. if(document.getElementById("akf_iptv")){
  3499. document.getElementById("akf_iptv").style.display = "block";
  3500. }
  3501.  
  3502.  
  3503. if(document.getElementById("iptvpromo")){
  3504. jQuery("#iptvpromo").fadeIn("slow");
  3505. }
  3506.  
  3507. if (document.getElementById("d11228")){
  3508. attachProductLink( "M11228", clipURL);
  3509. }
  3510. }
  3511. }
  3512. </script>
  3513.  
  3514.  
  3515.  
  3516.  
  3517.  
  3518.  
  3519.  
  3520.  
  3521. <!-- Mitch Layer -->
  3522.  
  3523.  
  3524.  
  3525.  
  3526.  
  3527.  
  3528.  
  3529.  
  3530.  
  3531.  
  3532.  
  3533.  
  3534.  
  3535. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/inc/tch_de_60years_layer.isml,v 1.12 2009/05/04 08:32:09 hopoyraz Exp $ -->
  3536.  
  3537. <script>
  3538. function closeSixty(itemId){
  3539. if (document.layers) {
  3540. document.layers[''+itemId].visibility = "hide";
  3541. }
  3542. /*else if (document.all) {
  3543. document.all[''+name].style.visibility = "hidden";
  3544. }*/
  3545. else {
  3546. document.getElementById(''+itemId).style.visibility = "hidden";
  3547. }
  3548. if (document.getElementById(''+itemId)) {
  3549. document.getElementById(''+itemId).style.display = 'none';
  3550. }
  3551. }
  3552.  
  3553. </script>
  3554. <style>
  3555. #sixtylayer{
  3556. position: absolute;
  3557. left: 222px;
  3558. top: 240px;
  3559. width: 475px;
  3560. height: 398px;
  3561. z-index: 99;
  3562. }
  3563.  
  3564. a.layer60yearsCloseLink, a.layer60yearsCloseLink:hover {
  3565. position: absolute;
  3566. top: 15px;
  3567. left: 392px;
  3568. color: #4D748C;
  3569. font-size: 11px;
  3570. height: 13px;
  3571. padding: 0 20px 0 0;
  3572. text-decoration: none;
  3573. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/projects/60years/button_schliessen.gif) 59px 0 no-repeat;
  3574. }
  3575. a.layer60yearsGoToLink, a.layer60yearsGoToLink{
  3576. position: absolute;
  3577. top: 417px;
  3578. left: 312px;
  3579. color: #FFFFFF;
  3580. height: 13px;
  3581. padding: 0 20px 0 0;
  3582. font-weight: bold;
  3583. text-decoration: none;
  3584. background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/projects/60years/button_weiter_info.gif) 138px 0 no-repeat;
  3585. }
  3586.  
  3587. </style>
  3588.  
  3589.  
  3590.  
  3591. <!-- ENDE MainHeader -->
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597. <div id="subheader">
  3598.  
  3599. <table cellpadding="0" cellspacing="0" border="0">
  3600. <tr>
  3601.  
  3602.  
  3603.  
  3604.  
  3605.  
  3606.  
  3607.  
  3608.  
  3609.  
  3610.  
  3611. <td class="startseite"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=mobil&amp;source=NAVI" title="Mobilfunk Startseite" ><em>Startseite</em></a></td>
  3612.  
  3613.  
  3614.  
  3615.  
  3616.  
  3617.  
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623.  
  3624.  
  3625. <td class="highlights"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=mobil_highlights&amp;source=NAVI" title="Mobilfunk Highlights" ><em>Highlights</em></a></td>
  3626.  
  3627. </tr>
  3628. </table>
  3629.  
  3630.  
  3631.  
  3632.  
  3633.  
  3634.  
  3635.  
  3636. </div>
  3637.  
  3638.  
  3639.  
  3640.  
  3641.  
  3642. <script type="text/javascript">
  3643.  
  3644. function getURLparam(param)
  3645. {
  3646. var param2 = 'leer';
  3647.  
  3648. // Zurück-Button-Fix (Shop Global)
  3649. if (param == 'phase_1') {
  3650. param2 = param;
  3651. param = 'CategoryName';
  3652. }
  3653.  
  3654. // Mobilfunk ShowTemplate-Aufrufe ohne Scout-Navigation
  3655. if (param == 'Mobfilfunk') {
  3656. param2 = param;
  3657. param = 'TemplateId';
  3658. }
  3659.  
  3660. var url = String(window.location);
  3661. if (window.location.search != "")
  3662. {
  3663. var undef = url.split("?");
  3664. var args = undef[1].split("&");
  3665. for (i = 0; i < args.length; i++) {
  3666. var a = args[i].split("=");
  3667. if(a[0] == param)
  3668. {
  3669. if (param2 != 'leer') {
  3670. istPhase = a[1];
  3671. soPhase = istPhase.split("phase_");
  3672. if ((a[0] == 'CategoryName') && (soPhase.length > 1)) {
  3673. return param2;
  3674. }
  3675. }
  3676.  
  3677. // SubNavigation ausblenden
  3678. if (a[0] == 'CategoryName') {
  3679. var istScout = a[1].split("scout");
  3680. if (istScout.length > 1) { return 'false'; } else { return 'true'; }
  3681. }
  3682.  
  3683. // Mobilfunk-Show-Template
  3684. if (a[0] == 'TemplateId') {
  3685. var istScout = a[1].split("tch_de_mobil");
  3686. if (istScout.length > 1) { return 'mobilfunk'; } else { return 'true'; }
  3687. }
  3688.  
  3689. return 'false';
  3690. }
  3691. }
  3692. }
  3693. }
  3694.  
  3695. var hideSubHeader = true;
  3696.  
  3697. if ((GetCookie('ipacc') == '1' ) && (GetCookie('iplog') == '1' ))
  3698. {
  3699. document.getElementById('subheader').style.visibility = 'hidden';
  3700.  
  3701. hideSubHeader = getURLparam('CategoryName');
  3702. if (hideSubHeader != 'false') { hideSubHeader = getURLparam('StaticType'); }
  3703. if (hideSubHeader != 'false') { hideSubHeader = getURLparam('RecomID'); }
  3704. if (hideSubHeader != 'false') { hideSubHeader = getURLparam('BackTo'); }
  3705. if (hideSubHeader != 'false') { hideSubHeader = getURLparam('Mobfilfunk'); }
  3706.  
  3707. if (hideSubHeader != 'false') {
  3708. Pipelines = new Array();
  3709. Pipelines.push('TdTchFilialFinder');
  3710. Pipelines.push('TdTchMultiManualOrder');
  3711. Pipelines.push('TdTchParametricSearch');
  3712.  
  3713. var url = String(window.location);
  3714. for (i=0; i<Pipelines.length; i++) {
  3715. var istPipeline = url.split( Pipelines[i] );
  3716. if (istPipeline.length > 1) {
  3717. hideSubHeader = 'false';
  3718. break;
  3719. }
  3720. }
  3721. }
  3722.  
  3723. if (hideSubHeader == 'false') {
  3724. document.getElementById('subheader').style.visibility = 'hidden';
  3725. } else {
  3726. document.getElementById('subheader').style.visibility = 'visible';
  3727. }
  3728.  
  3729. var subInner = document.getElementById('subheader').innerHTML;
  3730. var isVorschau = subInner.split('class="vorschau"');
  3731. if (isVorschau.length == 2) {
  3732. document.getElementById('subheader').style.visibility = 'hidden';
  3733. }
  3734. }
  3735.  
  3736. if ((GetCookie('ipacc') != '1' ) && (GetCookie('iplog') != '1' )) {
  3737. hideSubHeader = getURLparam('CategoryName');
  3738. if (hideSubHeader == 'false') {
  3739. window.location.href = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_scout_login";
  3740. }
  3741. }
  3742. if (GetCookie('ipacc') == '1' ) {
  3743. hideSubHeader = getURLparam('phase_1');
  3744. if (hideSubHeader == 'phase_1') {
  3745. if (GetCookie('iplog') == '1' ) {
  3746. window.location.href = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=scout_5";
  3747. }
  3748. } else {
  3749. if (GetCookie('iplog') != '1' ) {
  3750. hideSubHeader = getURLparam('CategoryName');
  3751. if (hideSubHeader == 'false') {
  3752. document.cookie = "iplog=1; path=/;";
  3753. window.location.href = "/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=";
  3754. }
  3755. }
  3756. }
  3757. }
  3758.  
  3759. </script>
  3760.  
  3761.  
  3762. <table cellpadding="0" cellspacing="0" border="0" id="container">
  3763. <tr>
  3764. <td class="content">
  3765.  
  3766.  
  3767.  
  3768.  
  3769.  
  3770.  
  3771.  
  3772.  
  3773.  
  3774.  
  3775.  
  3776.  
  3777.  
  3778.  
  3779.  
  3780.  
  3781.  
  3782.  
  3783.  
  3784.  
  3785.  
  3786. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/tch_de_dyn_navi.isml,v 1.13 2009/01/16 13:15:08 mdjatsch Exp $ -->
  3787.  
  3788.  
  3789.  
  3790.  
  3791.  
  3792.  
  3793.  
  3794.  
  3795.  
  3796.  
  3797.  
  3798.  
  3799.  
  3800.  
  3801.  
  3802.  
  3803.  
  3804.  
  3805.  
  3806.  
  3807.  
  3808.  
  3809.  
  3810.  
  3811.  
  3812.  
  3813.  
  3814.  
  3815.  
  3816.  
  3817.  
  3818.  
  3819.  
  3820.  
  3821.  
  3822.  
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.  
  3833.  
  3834.  
  3835.  
  3836.  
  3837.  
  3838.  
  3839.  
  3840.  
  3841.  
  3842.  
  3843.  
  3844.  
  3845.  
  3846.  
  3847.  
  3848.  
  3849.  
  3850.  
  3851.  
  3852.  
  3853.  
  3854.  
  3855.  
  3856.  
  3857.  
  3858.  
  3859.  
  3860.  
  3861.  
  3862.  
  3863.  
  3864.  
  3865.  
  3866.  
  3867.  
  3868.  
  3869.  
  3870.  
  3871.  
  3872.  
  3873.  
  3874.  
  3875.  
  3876.  
  3877.  
  3878.  
  3879.  
  3880.  
  3881.  
  3882.  
  3883.  
  3884.  
  3885.  
  3886.  
  3887.  
  3888.  
  3889.  
  3890.  
  3891.  
  3892.  
  3893.  
  3894.  
  3895.  
  3896.  
  3897.  
  3898.  
  3899.  
  3900.  
  3901.  
  3902.  
  3903.  
  3904.  
  3905.  
  3906.  
  3907.  
  3908.  
  3909.  
  3910.  
  3911.  
  3912.  
  3913.  
  3914.  
  3915.  
  3916.  
  3917.  
  3918.  
  3919.  
  3920.  
  3921.  
  3922.  
  3923.  
  3924.  
  3925.  
  3926.  
  3927.  
  3928.  
  3929.  
  3930.  
  3931.  
  3932.  
  3933.  
  3934.  
  3935.  
  3936.  
  3937.  
  3938.  
  3939.  
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.  
  3947.  
  3948.  
  3949.  
  3950.  
  3951.  
  3952.  
  3953.  
  3954.  
  3955.  
  3956.  
  3957.  
  3958.  
  3959.  
  3960.  
  3961.  
  3962.  
  3963.  
  3964.  
  3965.  
  3966.  
  3967.  
  3968.  
  3969.  
  3970.  
  3971.  
  3972.  
  3973.  
  3974.  
  3975.  
  3976.  
  3977.  
  3978.  
  3979.  
  3980.  
  3981.  
  3982.  
  3983.  
  3984.  
  3985.  
  3986.  
  3987.  
  3988.  
  3989.  
  3990.  
  3991.  
  3992.  
  3993.  
  3994.  
  3995.  
  3996.  
  3997.  
  3998.  
  3999.  
  4000.  
  4001.  
  4002.  
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008.  
  4009.  
  4010.  
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.  
  4017.  
  4018.  
  4019.  
  4020.  
  4021.  
  4022.  
  4023.  
  4024.  
  4025.  
  4026.  
  4027.  
  4028.  
  4029.  
  4030.  
  4031.  
  4032.  
  4033.  
  4034.  
  4035.  
  4036.  
  4037.  
  4038.  
  4039.  
  4040.  
  4041.  
  4042. <style>
  4043. #phases li span {
  4044. cursor: pointer;
  4045. }
  4046. </style>
  4047.  
  4048. <script type="text/javascript">
  4049. function previewImage()
  4050. {
  4051. if (document.getElementById('phaseHover').style.display == 'none') {
  4052. document.getElementById('phaseImage').style.display = 'none'
  4053. document.getElementById('phaseHover').style.display = ''
  4054. } else {
  4055. document.getElementById('phaseHover').style.display = 'none'
  4056. document.getElementById('phaseImage').style.display = ''
  4057. }
  4058. }
  4059. function privatCardImage()
  4060. {
  4061. if (document.getElementById('phaseHoverPC').style.display == 'none') {
  4062. document.getElementById('phaseImagePC').style.display = 'none'
  4063. document.getElementById('phaseHoverPC').style.display = ''
  4064. } else {
  4065. document.getElementById('phaseHoverPC').style.display = 'none'
  4066. document.getElementById('phaseImagePC').style.display = ''
  4067. }
  4068. }
  4069.  
  4070. // Testsales
  4071. function getKW(category) {
  4072. var kw = "";
  4073.  
  4074. if(category == 'preview') kw = 'kw20';
  4075.  
  4076. if(category == 'phase_1') kw = 'kw19';
  4077.  
  4078. if(category == 'phase_2') kw = 'kw18';
  4079.  
  4080. if(category == 'phase_3') kw = 'kw17';
  4081.  
  4082. if(category == 'phase_4') kw = 'kw15';
  4083.  
  4084. if(category == 'phase_5') kw = 'kw16';
  4085.  
  4086. if(category == 'phase_6') kw = 'kw14';
  4087.  
  4088. if( kw.length > 4 ) {
  4089. kw = kw.substring(0,4);
  4090. }
  4091. return kw;
  4092. }
  4093.  
  4094. </script>
  4095. <ul class="phases" id="phases" style="display:none;">
  4096.  
  4097.  
  4098.  
  4099.  
  4100.  
  4101.  
  4102. <li style="width:92px; float:left; position:relative; ">
  4103.  
  4104.  
  4105. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=preview&amp;kw=2009&amp;source=NAVI" class="" style="width:92px;" onmouseover="previewImage()" onmouseout="previewImage()">
  4106. <img id="phaseHover" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/kw20_92px_navi.jpg" height="68" width="92" border="0" alt="" style="display:none;">
  4107. <img id="phaseImage" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/vorschau_92px_navi.jpg" height="68" width="92" border="0" alt="">
  4108. <span style="width:86px; margin-left:0px; padding-left:3px;">NUR ONLINE -<br>Jetzt schon<br>bestellen!</span>
  4109. <span style="width:92px;" class="mousetext" id="phase1textover"></span>
  4110.  
  4111.  
  4112.  
  4113. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/icon_new_phase.gif" height="22" width="34" border="0" alt="" class="newphase">
  4114.  
  4115. </a>
  4116. </li>
  4117.  
  4118.  
  4119.  
  4120. <li style="width:92px; float:left; position:relative; margin-left:3.6pt; ">
  4121.  
  4122.  
  4123.  
  4124. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_1&amp;kw=1909&amp;source=NAVI" class="" style="width:92px;">
  4125.  
  4126. <img id="phaseImage" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/kw19_92px_navi.jpg" height="68" width="92" border="0" alt="">
  4127. <span style="width:86px;">JUBEL SALE</span>
  4128.  
  4129. <span style="width:92px;" class="mousetext" id="phase2textover">Einzelteile stark reduziert!</span>
  4130.  
  4131.  
  4132.  
  4133.  
  4134. </a>
  4135. </li>
  4136.  
  4137.  
  4138.  
  4139. <li style="width:92px; float:left; position:relative; margin-left:3.6pt; ">
  4140.  
  4141.  
  4142.  
  4143. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_2&amp;kw=1809" class="" style="width:92px;">
  4144.  
  4145. <img id="phaseImage" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/kw18_92px_navi.jpg" height="68" width="92" border="0" alt="">
  4146. <span style="width:86px;">Sonne, Strand & coole Kids</span>
  4147.  
  4148. <span style="width:92px;" class="mousetext" id="phase3textover"></span>
  4149.  
  4150.  
  4151.  
  4152.  
  4153. </a>
  4154. </li>
  4155.  
  4156.  
  4157.  
  4158. <li style="width:92px; float:left; position:relative; margin-left:3.6pt; ">
  4159.  
  4160.  
  4161.  
  4162. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_3&amp;kw=1709" class="" style="width:92px;">
  4163.  
  4164. <img id="phaseImage" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/kw17_92px_navi.jpg" height="68" width="92" border="0" alt="">
  4165. <span style="width:86px;">Lässig in den<br>Sommer</span>
  4166.  
  4167. <span style="width:92px;" class="mousetext" id="phase4textover"></span>
  4168.  
  4169.  
  4170.  
  4171.  
  4172. </a>
  4173. </li>
  4174.  
  4175.  
  4176.  
  4177. <li style="width:92px; float:left; position:relative; margin-left:3.6pt; ">
  4178.  
  4179.  
  4180.  
  4181. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_4&amp;kw=1509" class="" style="width:92px;">
  4182.  
  4183. <img id="phaseImage" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/kw15_92px_navi.jpg" height="68" width="92" border="0" alt="">
  4184. <span style="width:86px;">Aus Liebe<br>zum Garten</span>
  4185.  
  4186. <span style="width:92px;" class="mousetext" id="phase5textover"></span>
  4187.  
  4188.  
  4189.  
  4190.  
  4191. </a>
  4192. </li>
  4193.  
  4194.  
  4195.  
  4196. <li style="width:92px; float:left; position:relative; margin-left:3.6pt; ">
  4197.  
  4198.  
  4199.  
  4200. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_5&amp;kw=1609" class="" style="width:92px;">
  4201.  
  4202. <img id="phaseImage" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/kw16_92px_navi.jpg" height="68" width="92" border="0" alt="">
  4203. <span style="width:86px;">Entdecker-<br>naturen</span>
  4204.  
  4205. <span style="width:92px;" class="mousetext" id="phase6textover"></span>
  4206.  
  4207.  
  4208.  
  4209.  
  4210. </a>
  4211. </li>
  4212.  
  4213.  
  4214.  
  4215. <li style="width:92px; float:left; position:relative; margin-left:3.6pt; ">
  4216.  
  4217.  
  4218.  
  4219. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=phase_6&amp;kw=1409" class="" style="width:92px;">
  4220.  
  4221. <img id="phaseImage" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/kw14_92px_navi.jpg" height="68" width="92" border="0" alt="">
  4222. <span style="width:86px;">Ein Fest<br>für alle</span>
  4223.  
  4224. <span style="width:92px;" class="mousetext" id="phase7textover"></span>
  4225.  
  4226.  
  4227.  
  4228.  
  4229. </a>
  4230. </li>
  4231.  
  4232. <li class="phase8" style="width:92px;">
  4233. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_privatcard_info&amp;source=NAVI" class="" style="width:92px;" onmouseover="privatCardImage()" onmouseout="privatCardImage()">
  4234. <img id="phaseHoverPC" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/navi_pc_hover_kw21.gif" height="68" width="92" border="0" alt="" style="display:none;">
  4235. <img id="phaseImagePC" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/phasennavi/navi_pc.gif" height="68" width="92" border="0" alt="">
  4236. <span id="phase6Verlauf">Mehr von<br>Tchibo -<br>nur für Sie!</span>
  4237. </a>
  4238. </li>
  4239. </ul>
  4240. <script type="text/javascript">
  4241. if(GetCookie('TVK'))
  4242. {
  4243. var kw = GetCookie('TVK').substr(0,2);
  4244. if(document.getElementById("tvk_phase_kw"+kw+"_tvk"))
  4245. {
  4246. document.getElementById("tvk_phase_kw"+kw+"_tvk").style.display = "block";
  4247. document.getElementById("last_phase").style.display = "none";
  4248. }
  4249. }
  4250. </script>
  4251.  
  4252.  
  4253.  
  4254.  
  4255.  
  4256.  
  4257.  
  4258.  
  4259. <noscript>
  4260. <style type="text/css">
  4261. #phases {
  4262. display:block!important;
  4263. }
  4264. </style>
  4265. </noscript>
  4266.  
  4267.  
  4268.  
  4269.  
  4270.  
  4271.  
  4272.  
  4273.  
  4274.  
  4275.  
  4276.  
  4277.  
  4278.  
  4279. <!-- BOF Content -->
  4280. <div class="TopContainer" id="TopContainer">
  4281. <!-- doppelt gestrichelte Linie unten -->
  4282. <div class="doubledashed OrderBottom BottomContainer" style="min-height: 870px !important; ">
  4283.  
  4284. <div class="InnerContainer" style="min-height: 870px !important; ">
  4285. <!-- grauer Balken links -->
  4286. <div class="headBackground">
  4287. <img id="headlineSmall" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/hl_prep_guthaben.gif">
  4288. <div class="contentBorders">
  4289. <div class="doubledashed" style="background-position: bottom; padding-bottom: 16px;">
  4290. <div class="dottedLine dottedLineHead" style="width : 567px"></div>
  4291. <p class="headlineTracking">Nachfolgend finden Sie 3 M&ouml;glichkeiten, Ihr Prepaid-Guthaben schnell und problemlos wieder aufzuladen.</p>
  4292.  
  4293. <div
  4294.  
  4295. class="bar_guthaben bar_guthaben_stoerer"
  4296.  
  4297.  
  4298. >Guthaben sofort online oder per SMS aufladen</div>
  4299.  
  4300.  
  4301. <p class="contentTracking negativeMargin">Einfach und schnell: Hier k&ouml;nnen Sie sofort online Ihr Guthaben aufladen. F&uuml;r unterwegs ist die Aufladung per SMS besonders praktisch. F&uuml;r beide M&ouml;glichkeiten m&uuml;ssen Sie sich vorab nur einmal anmelden.</p>
  4302. <div class="buttonTextFirst" style="margin-top: -26px;">
  4303.  
  4304. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=aufladen"><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/btn_zum_aufladen.gif" alt="zum Aufladen"></a>
  4305.  
  4306. </div>
  4307.  
  4308. <div class="bar_guthaben bar_guthaben_bestellen">Prepaid-Guthabenkarte kaufen</div>
  4309. <p class="contentTracking">Sie k&ouml;nnen auch eine Guthabenkarte f&uuml;r Ihr Handy (Wert &euro; 20,-) &uuml;ber<br> den &uuml;blichen Tchibo Bestellweg kaufen.</p>
  4310.  
  4311. <div class="buttonTextFirst" style="margin-top: -26px;">
  4312.  
  4313.  
  4314. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;auswahl=bestellen">
  4315.  
  4316.  
  4317. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/btn_zum_bestellen.gif" alt="zum Bestellen"></a>
  4318. </div>
  4319. <div class="bar_guthaben bar_guthaben_informationen">Guthaben per &Uuml;berweisung oder Dauerauftrag aufladen</div>
  4320.  
  4321. <a name="info"></a>
  4322. <p class="stdTracking">Nat&uuml;rlich k&ouml;nnen Sie f&uuml;r Ihr Prepaid-Guthaben auch einen Dauerauftrag &uuml;ber eine monatlich gleiche Summe einrichten oder per &Uuml;berweisung ein gew&uuml;nschtes Guthaben auf Ihr Handy laden.<br>
  4323. <br><b>Wichtig:</b><br>
  4324. Ermitteln Sie im nebenstehenden Feld unbedingt einen Verwendungszweck! Sonst k&ouml;nnen wir den gew&uuml;nschten Betrag nicht gutschreiben.</p>
  4325. <div class="dottedLine dottedLineContent"></div>
  4326. <p class="stdTracking">Verwenden Sie bei &Uuml;berweisung oder Dauerauftrag bitte folgende Bankverbindung:</p>
  4327.  
  4328. <table class="stdTracking aufladenTable" cellpadding="0" cellspacing="0">
  4329. <tr style="vertical-align: top;">
  4330. <td style="width: 472px">
  4331. <table cellpadding="0" cellspacing="0" style="width:100%;">
  4332. <tbody>
  4333. <tr>
  4334. <td style="width: 144px;">Empf&auml;nger:</td>
  4335. <td><b>Tchibo Mobilfunk-Tarif</b></td>
  4336. </tr>
  4337. <tr>
  4338. <td>Kontonummer:</td>
  4339. <td><b>66731 5077</b></td>
  4340. </tr>
  4341. <tr>
  4342. <td>BLZ:</td>
  4343. <td><b>700 20 270</b></td>
  4344. </tr>
  4345. <tr>
  4346. <td>Bank:</td>
  4347. <td><b>HypoVereinsbank</b></td>
  4348. </tr>
  4349. <tr>
  4350. <td>Verwendungszweck:</td>
  4351. <td><b><span id="uevzweck"> </span></b></td>
  4352. </tr>
  4353. <tr>
  4354. <td></td>
  4355. <td class="infotext"><span id="uevzwecktd">Um Ihre &Uuml;berweisungsdaten zu vervollst&auml;ndigen, ermitteln Sie bitte rechts Ihren Verwendungszweck.</span></td>
  4356. </tr>
  4357. </tbody>
  4358. </table>
  4359. </td>
  4360. <td>
  4361. <table cellpadding="0" cellspacing="0" style="width:100%;">
  4362. <tbody>
  4363. <tr>
  4364. <td><b>Verwendungszweck ermitteln</b></td>
  4365. </tr>
  4366. <tr>
  4367. <td>Bitte Handynummer eingeben:</td>
  4368. </tr>
  4369. <tr>
  4370. <td id="inputCell" class="inputCell">
  4371.  
  4372. <span id="vzerror" class="hide"></span>
  4373.  
  4374. <b class="blockLeft">0176</b> <input type="text" id="vzweck" class="input" onfocus="blnLocked = true;" onblur="blnLocked = false;" />
  4375. <input id="vzweckcopy" type="hidden">
  4376. <br class="clear" />
  4377. </td>
  4378. </tr>
  4379. <tr>
  4380. <td style="padding-left: 27px; padding-top: 2px;">
  4381. <a href="javascript:getChecksum();">
  4382. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/btn_verwendungszweck.gif" alt="Verwendungszweck">
  4383.  
  4384. </a>
  4385. </td>
  4386. </tr>
  4387. </tbody>
  4388. </table>
  4389. </td>
  4390. </tr>
  4391. </table>
  4392.  
  4393. <div class="popup" id="popup1" style="visibility:hidden;">
  4394. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/hinweis_box.gif" width="255" height="165" alt="">
  4395. </div>
  4396. <div class="popup_btn" id="popup1_btn" style="visibility:hidden;">
  4397. <a href="javascript:popup_close()">
  4398. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/icon_close_window_gray.gif" width="11" height="12" alt="">
  4399. </a>
  4400. </div>
  4401. <div class="popup_text" id="popup1_text" style="visibility:hidden;">
  4402. <a href="javascript:popup_close()">
  4403. <span style="color:#C6C6D6"><u>schlie&szlig;en</u></span>
  4404. </a>
  4405. </div>
  4406. <p class="stdTracking">Der Verwendungszweck entspricht Ihrer Handynummer und 4 ermittelten Ziffern.</p>
  4407. <div class="dottedLine dottedLineContent"></div>
  4408. <!-- <p class="stdTracking"> -->
  4409. <div class="wrapper">
  4410. Alternativ k&ouml;nnten Sie sich auch bequem Ihren individuellen Verwendungszweck per SMS zukommen lassen.<br />
  4411. <div class="wrapTextImgNumbers_left">
  4412. Senden Sie mit Ihrem Handy eine kostenlose SMS ohne Inhalt an die Nummer
  4413. </div>
  4414. <div class="wrapImgNumbers"><img alt="FLATRATE" src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/sym_guthaben_ueberweisung.gif" /></div>
  4415. <div class="wrapTextImgNumbers_right">. Daraufhin</div>
  4416. erhalten Sie eine SMS mit der Bankverbindung f&uuml;r die &Uuml;berweisung und einem individuellen<br />
  4417. Verwendungszweck.<br>
  4418. <br>
  4419. Geben Sie beides auf dem entsprechenden Bankformular (&Uuml;berweisungstr&auml;ger) an und w&auml;hlen
  4420. Sie den zu &uuml;berweisenden Betrag in beliebiger H&ouml;he. Sobald Ihr Guthaben-Konto aufgeladen
  4421. wurde, werden Sie per SMS informiert. Je nach Bankinstitut kann eine &Uuml;berweisung bis zu f&uuml;nf
  4422. Tage in Anspruch nehmen.
  4423. </div>
  4424. <!-- </p> -->
  4425.  
  4426. </form>
  4427. </div> <!-- doubledasched -->
  4428. <div class="buttonText">
  4429. <a id="hrefSubsite" href="javascript:history.back();"><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/common/btn_back_white.gif" alt="zur&uuml;ck"></a>
  4430. </div>
  4431. </div> <!-- content borders-->
  4432. </div> <!-- headBackground -->
  4433. </div></div><!-- innerContainer -->
  4434. </div>
  4435.  
  4436. <!-- EOF Content -->
  4437.  
  4438.  
  4439.  
  4440.  
  4441.  
  4442.  
  4443.  
  4444.  
  4445.  
  4446.  
  4447.  
  4448.  
  4449.  
  4450.  
  4451.  
  4452.  
  4453.  
  4454.  
  4455.  
  4456. </td>
  4457. <td width="11"></td>
  4458. <td class="service" id="service" style="vertical-align:top;">
  4459.  
  4460. <!-- Basket -->
  4461.  
  4462. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/module/tch_de_minibasket.isml,v 1.38 2008/09/19 15:33:46 mdjatsch Exp $ -->
  4463.  
  4464.  
  4465. <div style="position:relative; z-index: 99;">
  4466. <div id="wk_added" class="wk_added" style="display:none; visibility: hidden;">
  4467. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/popup_artikel_in_wk.gif" width="255" height="165" alt="">
  4468. <a href="javascript:wk_weg('wk_added');" class="wk_added_CloseLink" style="background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_gray.gif) 0 1px no-repeat;">schlie&szlig;en</a>
  4469. </div>
  4470. </div>
  4471.  
  4472. <div style="position:relative; z-index: 99;">
  4473. <div id="wk_addedSKU" class="wk_added" style="display:none; visibility: hidden;">
  4474. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/popup_artikel_in_wk_15541.gif" width="255" height="165" alt="">
  4475. <a href="javascript:wk_weg('wk_added');" class="wk_added_CloseLink" style="background: transparent url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/icon_close_window_gray.gif) 0 1px no-repeat;">schlie&szlig;en</a>
  4476. </div>
  4477. </div>
  4478.  
  4479. <script type="text/javascript" language="JavaScript">
  4480.  
  4481. document.write('<div id="minibasket" class="test1"><\/div>');
  4482.  
  4483. function createMiniBasket()
  4484. {
  4485. if (getBasketTotalProducts() > 0)
  4486. {
  4487. var coProductAdded = GetCookie('coProductAdded');
  4488. if ((coProductAdded == '0015541') || (coProductAdded == '0015540')){
  4489. RemoveCookie('coProductAdded');
  4490. document.getElementById("wk_addedSKU").style.display = "block";
  4491. document.getElementById("wk_addedSKU").style.visibility = "visible";
  4492. window.setTimeout("wk_weg('wk_addedSKU')",5000);
  4493. } else if (coProductAdded == 1) {
  4494. RemoveCookie('coProductAdded');
  4495. document.getElementById("wk_added").style.display = "block";
  4496. document.getElementById("wk_added").style.visibility = "visible";
  4497. window.setTimeout("wk_weg('wk_added')",3000);
  4498. }
  4499.  
  4500. // Warenkorb schreiben bzw. aktualisieren
  4501. writeMiniBasket();
  4502. } else {
  4503.  
  4504. var basketHTML = '';
  4505.  
  4506. basketHTML += ' <h5 id="headlinexmas">';
  4507. basketHTML += ' <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View" class="tobasket">Ihr Warenkorb<\/a>';
  4508. basketHTML += ' <\/h5>';
  4509. basketHTML += ' <div class="abespacing">';
  4510. basketHTML += ' <ul class="abe">';
  4511. basketHTML += ' <li>';
  4512. basketHTML += ' <table cellpadding="0" cellspacing="0" border="0">';
  4513. basketHTML += ' <tr>';
  4514. basketHTML += ' <td><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View">Im Warenkorb:<\/a><\/td>';
  4515. basketHTML += ' <td align="right"><a href=""><b>0 Artikel<\/b><\/a><\/td>';
  4516. basketHTML += ' <\/tr>';
  4517. basketHTML += ' <\/table>';
  4518. basketHTML += ' <\/li>';
  4519. basketHTML += ' <li>';
  4520. basketHTML += ' <em class="infotax">Alle Preise inkl. gesetzl. MwSt., zzgl. Versandkostenpauschale<br>von nur &euro; 4,95 pro Bestellung.<\/em>';
  4521. basketHTML += ' <\/li>';
  4522.  
  4523.  
  4524.  
  4525. /*if ((GetCookie('ipacc') == '1') && (GetCookie('iplog') == '1')) {
  4526. basketHTML += ' <li>';
  4527. basketHTML += ' <em class="infodelivery">Lieferzeit etwa 6 Wochen.<\/em>';
  4528. basketHTML += ' <\/li>';
  4529. } else if (GetCookie('coPC') == 'true') {
  4530. basketHTML += ' <li>';
  4531. basketHTML += ' <em class="infodelivery">Lieferzeit 2-3 Werktage</em>';
  4532. basketHTML += ' <\/li>';
  4533. } else {
  4534. basketHTML += ' <li>';
  4535. basketHTML += ' <em class="infodelivery">Lieferzeit 2-3 Werktage<\/em>';
  4536. basketHTML += ' <\/li>';
  4537. }*/
  4538. /*basketHTML += ' <li>';
  4539. basketHTML += ' <em class="infodelivery">' + GetCookie('DeliverTime') + '</em>';
  4540. basketHTML += ' <\/li>';*/
  4541.  
  4542.  
  4543. basketHTML += ' <li>';
  4544.  
  4545. basketHTML += ' <span class="tobasket"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View"><img src="/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/btn_abe_to_basket.gif" height="19" width="183" border="0" alt="Warenkorb / Kasse"><\/a><\/span> ';
  4546.  
  4547.  
  4548. basketHTML += ' <\/li>';
  4549. basketHTML += ' <\/ul>';
  4550. basketHTML += ' <\/div>';
  4551.  
  4552. document.getElementById('minibasket').innerHTML = basketHTML;
  4553. }
  4554. }
  4555.  
  4556. function writeMiniBasket()
  4557. {
  4558. var basketHTML = '';
  4559.  
  4560. basketHTML += '<h5>';
  4561. basketHTML += '<a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View" class="tobasket">Ihr Warenkorb<\/a>';
  4562. basketHTML += '<\/h5>';
  4563. basketHTML += '<div class="abespacing">';
  4564. basketHTML += '<ul class="abe">';
  4565. basketHTML += '<li>';
  4566. basketHTML += '<table cellpadding="0" cellspacing="0" border="0">';
  4567. basketHTML += '<tr>';
  4568. basketHTML += '<td><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View">Im Warenkorb:<\/a><\/td>';
  4569. basketHTML += '<td align="right"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View"><b>'+getBasketTotalProducts()+' Artikel<\/b><\/a><\/td>';
  4570. basketHTML += '<\/tr>';
  4571. basketHTML += '<\/table>';
  4572. basketHTML += '<\/li>';
  4573. basketHTML += '<li class="filled">';
  4574. basketHTML += '<table cellpadding="0" cellspacing="0" border="0">';
  4575. basketHTML += '<tr class="minibaskettotal">';
  4576. basketHTML += '<td><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View">Gesamt<\/a><\/td>';
  4577. basketHTML += '<td align="right"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View">'+ getFormattedBasketValue() +'&nbsp;&nbsp;&euro;<\/b><\/a><\/td>';
  4578. basketHTML += '<\/tr>';
  4579. basketHTML += '<tr class="minibasketshipping">';
  4580. basketHTML += '<td><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View">Versand<\/a><\/td>';
  4581. basketHTML += '<td align="right"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View">'+ getFormattedShippingValue() +'&nbsp;&nbsp;&euro;<\/b><\/a><\/td>';
  4582. basketHTML += '<\/tr>';
  4583. basketHTML += '<\/table>';
  4584. basketHTML += '<\/li>';
  4585. basketHTML += '<li class="summary">';
  4586. basketHTML += '<table cellpadding="0" cellspacing="0" border="0">';
  4587. basketHTML += '<tr>';
  4588. basketHTML += '<td>Summe<\/td>';
  4589. basketHTML += '<td align="right"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View"><b>';
  4590. basketHTML += getFormattedBasketTotal()+'&nbsp;&nbsp;&euro;<\/b><\/a> ';
  4591. basketHTML += '<\/td>';
  4592. basketHTML += '<\/tr>';
  4593. basketHTML += '<\/table>';
  4594. basketHTML += '<\/li>';
  4595. basketHTML += '<li>';
  4596. basketHTML += '<span class="tobasket"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View"><img src="/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/page/btn_abe_to_basket_active.gif" height="19" width="183" border="0" alt="Warenkorb / Kasse"><\/a><\/span>';
  4597.  
  4598. /* if ((GetCookie('ipacc') == '1') && (GetCookie('iplog') == '1')) {
  4599. basketHTML += '<em class="filled">Lieferzeit etwa 6 Wochen.<br>';
  4600. basketHTML += 'Alle Preise inkl. gesetzl. MwSt.<\/em>';
  4601. } else if (GetCookie('coPC') == 'true') {
  4602. basketHTML += '<em class="filled">Lieferzeit 2-3 Werktage<br>';
  4603. basketHTML += 'Alle Preise inkl. gesetzl. MwSt.<\/em>';
  4604. } else {
  4605. basketHTML += '<em class="filled">' + GetCookie('DeliverTime') + ' .<br>';
  4606. basketHTML += 'Alle Preise inkl. gesetzl. MwSt.<\/em>';
  4607. } */
  4608. var newDelivery = GetCookie('DeliverTime');
  4609. if (newDelivery.length > 3) {
  4610. basketHTML += '<em class="filled">Lieferzeit '+ GetCookie('DeliverTime') +'<br>';
  4611. } else {
  4612. basketHTML += '<em class="filled">';
  4613. }
  4614. basketHTML += 'Alle Preise inkl. gesetzl. MwSt.<\/em>';
  4615.  
  4616. basketHTML += ' <\/li>';
  4617. basketHTML += '<\/ul>';
  4618. basketHTML += '<\/div>';
  4619.  
  4620. document.getElementById('minibasket').innerHTML = basketHTML;
  4621. }
  4622. createMiniBasket();
  4623.  
  4624. </script>
  4625.  
  4626. <noscript>
  4627.  
  4628. <h5>
  4629. <a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View" class="tobasket">Ihr Warenkorb</a>
  4630. </h5>
  4631. <div class="abespacing">
  4632. <ul class="abe">
  4633. <li>
  4634. <em class="infotax">Alle Preise inkl. gesetzl. MwSt., zzgl. Versandkostenpauschale<br>von nur &euro; 4,95 pro Bestellung.</em>
  4635. </li>
  4636.  
  4637.  
  4638. <li>
  4639. <em class="infodelivery">Lieferzeit 2-3 Werktage</em>
  4640. </li>
  4641.  
  4642.  
  4643. <li>
  4644.  
  4645. <span class="tobasket"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchViewBasket-View"><img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/btn_abe_to_basket.gif" height="19" width="183" border="0" alt="Warenkorb / Kasse"></a></span>
  4646.  
  4647.  
  4648. </li>
  4649. </ul>
  4650. </div>
  4651. </noscript>
  4652.  
  4653.  
  4654.  
  4655.  
  4656.  
  4657.  
  4658.  
  4659.  
  4660. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/abe/tch_de_action_mobil_moviesreloaded.isml,v 1.1 2009/03/27 09:33:48 snimmich Exp $ -->
  4661. <script type="text/javascript">
  4662. function showMovie()
  4663. {
  4664. window.open('/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_popup_movie&MovieId=movie_mobil_zufrieden1&page=tch_de_mobil_guthaben_aufladen', 'PopupABE', 'toolbar=no,scrollbars=no,status=0,width=385,height=404,screenx=100,left=100,screeny=100,top=100');
  4665. }
  4666. </script>
  4667.  
  4668. <style type="text/css">
  4669. #abe_movies {
  4670. position:relative;
  4671. }
  4672. #abe_movies_text{
  4673. position: absolute;
  4674. font-weight: bold;
  4675. top: 68px;
  4676. left: 4px;
  4677. }
  4678. </style>
  4679.  
  4680. <h6 class="abeHeadlineStd">
  4681. <a>Info-Film</a>
  4682. </h6>
  4683. <div class="abespacing" id="abe_movies" style="height: 99px; background-image:url(/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/bg_dashed_double.gif); background-position: left bottom; background-repeat: x-repeat;">
  4684. <div id="imagebox">
  4685. <a href="" onClick="showMovie(); return false;">
  4686. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/mobil/abe/abe_moviesreloaded.jpg" border="0" alt="" width="189">
  4687. </a>
  4688. </div>
  4689. <div id="abe_movies_text">
  4690. <a href="" onClick="showMovie(); return false;" class="arrowLink">
  4691. <b>zum Film</b>
  4692. </a>
  4693. </div>
  4694. </div>
  4695. <div style="clear:both;"></div>
  4696.  
  4697.  
  4698. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/abe/tch_de_action_mobil_info1.isml,v 1.32 2009/02/27 09:49:53 snimmich Exp $ -->
  4699.  
  4700.  
  4701.  
  4702. <style type="text/css">
  4703. <!--
  4704. .selectedLink { font-weight: bold; }
  4705.  
  4706. .abeHeadlinePre{
  4707. background-image: url(/web/20090506015540/http://images.tchibo.de/eCS/Store/de/images/mobil/abe/bg_abe_pre.gif) !important;
  4708. background-repeat: repeat-x;
  4709. }
  4710. -->
  4711. </style>
  4712.  
  4713.  
  4714. <h6 class="abeHeadlinePre">
  4715. <a>Tchibo mobil Prepaid</a>
  4716. </h6>
  4717. <div class="abespacing">
  4718. <ul class="abe" id="mobilnav">
  4719.  
  4720.  
  4721.  
  4722.  
  4723. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_tarif_details&amp;source=ABE">Informationen &amp; Preise</a></li>
  4724.  
  4725. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_tarif_ausland&amp;source=ABE">Tarif Ausland</a></li>
  4726.  
  4727. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_flatrate&amp;source=ABE_ZUSATZ_PRE">Zusatz-Optionen</a></li>
  4728.  
  4729. <li><a class="arrowLink selectedLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_guthaben_aufladen&amp;source=ABE">Prepaid Guthaben aufladen</a></li>
  4730.  
  4731. <li><a class="arrowLink" href="/web/20090506015540/https://www.tchibo-mobil.de/" target="_blank">Online Registrierung</a></li>
  4732.  
  4733. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_formulare&amp;source=ABE">Formulare</a></li>
  4734.  
  4735. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_services&amp;source=ABE">Servicerufnummern</a></li>
  4736.  
  4737. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_faq&amp;source=ABE">Fragen &amp; Antworten</a></li>
  4738.  
  4739. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_kontakt&amp;source=ABE">Kontakt Tchibo mobil</a></li>
  4740.  
  4741. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchBrowseCatalog-Start?CategoryName=mobil&amp;source=SNAVI">Startseite</a></li>
  4742.  
  4743. <li>
  4744. <p>
  4745. <b>Vertragspartner:</b><br>
  4746. Telef&oacute;nica O<span class="o2" style="position:relative;">2</span> Germany<br>GmbH & Co. OHG (<a style="text-decoration : underline; display : inline" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_agb_o2&amp;source=ABE"><b>AGB</b></a>)
  4747. </p>
  4748. </li>
  4749.  
  4750. <!-- PV 1. Bestellschritt AGB-Seite bzw. PV fuer Guthabenkarte-->
  4751.  
  4752. </div>
  4753.  
  4754.  
  4755.  
  4756. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/abe/tch_de_action_mobil_os.isml,v 1.14 2009/04/30 08:59:52 scharman Exp $ -->
  4757. <h6 class="abeHeadlineStd">
  4758. <a>Online-Services</a>
  4759. </h6>
  4760. <div class="abespacing">
  4761. <ul class="abe" id="mobilnav">
  4762.  
  4763.  
  4764. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_handyfinder&amp;source=mobil_find_ABE_Services">Handy-Finder</a></li>
  4765. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_handyvergleich&amp;source=mobil_vergl_ABE_Services">Handy-Vergleich</a></li>
  4766. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_bedienanleitungen&amp;source=ABE">Bedienungsanleitungen</a></li>
  4767. <li><a class="arrowLink" href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_zubehoershop&amp;source=ABE">Handy Zubeh&ouml;r</a></li>
  4768. <li><a class="arrowLink" href="/web/20090506015540/https://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?TemplateId=tch_de_mobil_khelfer_daten&amp;source=ABE&amp;OrderSSL=1">K&uuml;ndigungshelfer</a></li>
  4769.  
  4770.  
  4771. </ul>
  4772. </div>
  4773.  
  4774.  
  4775. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/abe/tch_de_action_mobil_service.isml,v 1.4 2009/02/03 11:22:10 scharman Exp $ -->
  4776. <h6>
  4777. <a>Tchibo mobil Service</a>
  4778. </h6>
  4779. <div class="abespacing">
  4780. <ul class="abe">
  4781. <li>
  4782. <p>
  4783. <b>01805 - 80 90</b><br>
  4784. <small>(&euro;&nbsp;0,14/Min. aus dem<br />deutschen Festnetz / Mobilfunknetze ggf. h&ouml;her)<br>
  4785. t&auml;gl. von 08.00 - 22.00 Uhr</small>
  4786. </p>
  4787. </li>
  4788. </ul>
  4789. </div>
  4790.  
  4791.  
  4792.  
  4793.  
  4794.  
  4795. <div id="abebottom"></div>
  4796. </td>
  4797. </tr>
  4798.  
  4799. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/module/tch_de_footer.isml,v 1.62 2009/03/27 15:10:49 maufurth Exp $ -->
  4800.  
  4801.  
  4802.  
  4803. <!-- $Header: /home/cvs/cvsroot/tchibo_cvs/dev/share/private/eCS/Store/templates/de/tch_de_mobil_footer.isml,v 1.3 2008/10/27 14:36:25 mndymosz Exp $ -->
  4804.  
  4805.  
  4806. <tr>
  4807. <td id="footer">
  4808. <ul class="footerlinks">
  4809. <li><a href="#top" class="gotop">nach oben</a></li>
  4810. <li id="agb"><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchStatic-Start?StaticType=hilfe&amp;StaticNav=7" class="arrowLink">Hilfe</a></li>
  4811. <li><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchStatic-Start?StaticType=agbs&amp;StaticNav=7" class="arrowLink">AGB</a></li>
  4812. <li><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchStatic-Start?StaticType=datenschutz1&amp;StaticNav=7" class="arrowLink">Datenschutz &amp; Sicherheit</a></li>
  4813. <li><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchStatic-Start?StaticType=impressum&amp;StaticVariation=smag&amp;StaticNav=7" class="arrowLink">Impressum</a></li>
  4814. <li><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eTS/Store/de/-/EUR/TdTchFeedback-View?StaticNav=7" class="arrowLink">Kontakt</a></li>
  4815. <li><a href="/web/20090506015540/http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchShowTemplate-ShowIt?relocateurl=company%2etchibo%2ede&amp;TemplateId=tch_de_domain_redirect" target="_blank" class="arrowLink">Ãœber Tchibo</a></li>
  4816. <li><a href="/web/20090506015540/http://www.tchibo-karriere.com/" target="_blank" class="arrowLink">Karriere</a></li>
  4817. </ul>
  4818. </td>
  4819. <td colspan="2">&nbsp;</td>
  4820. </tr>
  4821.  
  4822.  
  4823.  
  4824.  
  4825.  
  4826.  
  4827.  
  4828.  
  4829. <div id="warten" class="layersuchen" style="visibility:hidden;">
  4830. <img src="/web/20090506015540im_/http://images.tchibo.de/eCS/Store/de/images/page/popup_suche.gif" alt="" width="315" height="154" border="0">
  4831. <layer>
  4832. <a href="javascript:weg('warten');" class="layersuchenCloseLink">schlie&szlig;en</a>
  4833. </layer>
  4834. </div>
  4835.  
  4836.  
  4837.  
  4838.  
  4839.  
  4840.  
  4841.  
  4842.  
  4843.  
  4844.  
  4845.  
  4846.  
  4847. <script language="JavaScript" type="text/javascript">
  4848.  
  4849. /*
  4850. var popupstarted = "1";
  4851. if(GetCookie('popupstarted')) {
  4852. popupstarted = document.cookie;
  4853. } else {
  4854. var ablauf = new Date();
  4855. var inxTagen = ablauf.getTime() + (182 * 24 * 60 * 60 * 1000);
  4856.  
  4857. if (document.getElementById("layernl")) {
  4858. document.getElementById("layernl").style.visibility = "visible";
  4859. }
  4860. if (document.getElementById("layernl-text")) {
  4861. document.getElementById("layernl-text").style.visibility = "visible";
  4862. }
  4863. ablauf.setTime(inxTagen);
  4864. document.cookie = "popupstarted=1; path=/; expires=" + ablauf.toGMTString();
  4865. }*/
  4866. </script>
  4867.  
  4868.  
  4869.  
  4870.  
  4871.  
  4872. </table>
  4873. </body>
  4874. </html>
  4875.  
  4876.  
  4877.  
  4878.  
  4879.  
  4880.  
  4881.  
  4882.  
  4883. <!--
  4884. FILE ARCHIVED ON 1:55:40 Mai 6, 2009 AND RETRIEVED FROM THE
  4885. INTERNET ARCHIVE ON 7:52:17 Okt 30, 2014.
  4886. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  4887.  
  4888. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
  4889. SECTION 108(a)(3)).
  4890. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement