| <!DOCTYPE html> | |
| <html> | |
| 
 | |
| <head> | |
|     <title>Willkommen bei Ferienwohnung Meißner - Preise und Buchungsanfrage</title> | |
|     <meta charset="utf-8"> | |
|     <meta name="keywords" content="Ferienwohnung, Meißner, Weixdorf, Dresden, Übernachten"> | |
|     <meta name="description" content="Willkommen bei Ferienwohnung Meißner. Unsere Preise. Außerdem können Sie eine unverbindliche Buchungsanfrage stellen"> | |
|     <meta name="author" content="Torsten Meißner"> | |
|     <link rel="stylesheet" href="css/style.css"> | |
| </head> | |
| 
 | |
| <body> | |
| 
 | |
|     <div id="wrapper"> | |
| 
 | |
|         <div id="header"> | |
|             <img src="images/header.jpg" alt="Kirchteich Weixdorf" width="944" height="200"> | |
|             <h1>Ferienwohnung Meißner</h1> | |
|         </div> | |
| 
 | |
|         <div id="nav"> | |
|             <ul> | |
|                 <li><a class="nav-left" href="index.html">Startseite</a></li> | |
|                 <li><a href="wohnung.html">Wohnung</a></li> | |
|                 <li><a class="active" href="buchung.html">Preis/Anfrage</a></li> | |
|                 <li><a href="kontakt.html">Lage/Kontakt</a></li> | |
|                 <li><a class="nav-right" href="extras.html">Ausflüge</a></li> | |
|             </ul> | |
|         </div> | |
| 
 | |
|         <div id="content"> | |
|             <div id="content-left"> | |
|                 <h2>Buchungsanfrage</h2> | |
|                 <form id="buchung" action="https:www.meissner-wohnen.de/cgi-bin/meissner-wohnen.py" method="post"> | |
|                     <fieldset> | |
|                         <legend>Kontaktformular</legend> | |
|                         <ul> | |
|                             <li> | |
|                                 <label for="buchung-name" class="$name_warning">Name</label> | |
|                                 <input class="textinput" id="buchung-name" name="0" type="text" placeholder="$name" required> | |
|                             </li> | |
|                             <li> | |
|                                 <label for="buchung-email" class="$email_warning">Email</label> | |
|                                 <input class="textinput" id="buchung-email" name="1" type="email" placeholder="$email" required> | |
|                             </li> | |
|                             <li> | |
|                                 <label for="buchung-tel">Telefon</label> | |
|                                 <input class="textinput" id="buchung-tel" name="2" type="tel" placeholder="$tel"> | |
|                             </li> | |
|                             <li> | |
|                                 <label>Personen</label> | |
|                                 <ul id="buchung-personen"> | |
|                                     <li><label><input type="radio" name="5" value="1" checked>1</label></li> | |
|                                     <li><label><input type="radio" name="5" value="2">2</label></li> | |
|                                     <li><label><input type="radio" name="5" value="3">3</label></li> | |
|                                 </ul> | |
|                             </li> | |
|                             <li> | |
|                                 <label for="buchung-anreise" class="$date_warning">Von</label> | |
|                                 <input class="textinput date" id="buchung-anreise" name="3" type="text" placeholder="TT.MM.JJJJ" required> | |
|                                 <label for="buchung-anreise" class="$date_warning">bis</label> | |
|                                 <input class="textinput date" id="buchung-abreise" name="4" type="text" placeholder="TT.MM.JJJJ" required> | |
|                             </li> | |
|                             <li> | |
|                                 <label for="buchung-nachricht">Nachricht</label> | |
|                                 <textarea class="textinput" id="buchung-nachricht" name="6" rows="3" placeholder="$msg"></textarea> | |
|                             </li> | |
|                             <li id="kopie"> | |
|                                 <label for="buchung-kopie">Kopie erhalten</label> | |
|                                 <input type="checkbox" id="buchung-kopie" name="7" value="true" $kopie> | |
|                             </li> | |
|                             <li> | |
|                                 <p>Ihre Daten werden verschlüsselt<br />übertragen.</p> | |
|                             </li> | |
|                             <li class="buttons last"> | |
|                                 <input type="reset" id="buchung-reset" value="Zurücksetzen"> | |
|                                 <input type="submit" id="buchung-absenden" value="Absenden"> | |
|                             </li> | |
|                             <li class="hidden"> | |
|                                 <label for="email">Email</label> | |
|                                 <input id="email" name="email" type="text"> | |
|                             </li> | |
|                         </ul> | |
|                     </fieldset> | |
|                 </form> | |
|                 <h3>Per Email</h3> | |
|                 <p> | |
|                     Senden Sie eine Email mit Ihrer Buchungsanfrage an unsere Kontaktadresse | |
|                     <a href="mailto:kontakt@meissner-wohnen.de">kontakt@meissner-wohnen.de</a>. | |
|                     Bitte vergessen Sie nicht den Zeitraum und die Zahl der Personen anzugeben. | |
|                 </p> | |
|             </div> | |
|             <div id="content-right"> | |
|                 <h2>Preise</h2> | |
|                 <h3>Übernachtung</h3> | |
|                 <table> | |
|                     <tr> | |
|                         <th>Personen</th> | |
|                         <th>Preis/Nacht</th> | |
|                     </tr> | |
|                     <tr> | |
|                         <td>1-2</td> | |
|                         <td>38€</td> | |
|                     </tr> | |
|                     <tr> | |
|                         <td></td> | |
|                         <td>36€ ab 5 Nächte</td> | |
|                     </tr> | |
|                     <tr> | |
|                         <td></td> | |
|                         <td>34€ ab 14 Nächte</td> | |
|                     </tr> | |
|                     <tr> | |
|                         <td>Dritte Person</td> | |
|                         <td>7€ Zuschlag</td> | |
|                     </tr> | |
|                 </table> | |
|                 <h3>weitere Leistungen</h3> | |
|                 <table> | |
|                     <tr> | |
|                         <td>Endreinigung</td> | |
|                         <td>inkl.</td> | |
|                     </tr> | |
|                 </table> | |
|                 <h3> | |
|                     <a href="http://www.travanto.de/ferienwohnungen/dresden/1000693/ferienwohnung-meissner.php" title="Ferienwohnung Meißner in Dresden" target="_blank">Profil bei Travanto (mit Belegungsplan)</a> | |
| 	         </h3> | |
|             </div> | |
|         </div> | |
| 
 | |
|         <div id="footer"> | |
|             <div id="footer-left">© 2020 Ferienwohnung Meißner</div> | |
|             <div id="footer-right"><a href="index.html">Startseite</a><a href="kontakt.html">Kontakt</a><a href="impressum.html">Impressum/Datenschutz</a></div> | |
|         </div> | |
| 
 | |
|     </div> | |
| 
 | |
| </body> | |
| 
 | |
| </html>
 |