ÿþ<html> <head> <title> Royal Thai Consulate-General </title> </head> </head> <style type="text/css"> <!-- a.toplink { font-family: Verdana; font-size: 8pt; font-weight: normal; color: #000060; text-decoration: none; } a:link { text-decoration:none } a:visited { text-decoration:none } a:hover { text-decoration:underline } a:active { text-decoration:underline } a:focus { text-decoration:underline } td.topselect { font-family: Verdana, Tahoma; font-size: 8pt; padding-top: 5pt; text-align: left; padding-left: 0.2cm; font-weight: bold; background-color: #e0f7ff; border-style: none; border-width: medium; } td.topselectLast { text-align: center; border-style: none; border-width: medium; } td.topselectEnd { border-style: none; border-width: medium; } td.bottomSelect { border-style: none; border-width: medium; } td.bottomLink { color: #000060; text-decoration: none; } td.textText { vertical-align: top; color: #000060; text-decoration: none; font-family:Verdana, Arial, Helvetica, Tahoma; font-size: 10pt; font-weight: normal; color: #000060;} td.textText1 { vertical-align: top; color: #000060; text-decoration: none; font-family:Verdana, Tahoma; font-size: 11pt; font-weight: normal; color: #000060;} td.textText2 { vertical-align: top; color: #000060; text-decoration: none; font-family:Verdana, Tahoma; font-size: 10pt; font-weight: normal; color: #000060;} td.textPicture { vertical-align: top; padding-right: 10; color: #000060; text-decoration: none; } td.textInter { vertical-align: top; color: #000060; text-decoration: none; } .topselect { font-family: Verdana; font-size: 8pt; padding-top: 5pt; text-align: left; padding-left: 0.2cm; font-weight: bold; background-color: #c8e1fa; border-style: none; border-width: medium; } h1{ font-family:Arial; font-size:15pt; font-weight:normal; color:blau;} h2{ font-family:Arial; font-size:13pt; font-weight:normal; color: #b80038;} #all { position: absolute; top: 16px; left: 177px; width: 900px; background-color: #ffffff; } #header { position: static; top: 0px; left: 0px; } #hdr_toparea { position: static; top: 0px; left: 0px; height: 100px; width: 900px; } #hdr_colorline1 { position: static; top: 0px; left: 0px; height: 3px; width: 900px; background-color: #ffffff; } #hdr_colorline2 { position: static; top: 0px; left: 0px; height: 3px; width: 900px; background-color: #ff79ee; } #hdr_colorline3 { position: static; top: 0px; left: 0px; height: 5px; width: 900px; background-color: #8506aa; } #contents { position: static; top: 0px; left: 0px; } #cnt_infoarea { position: absolute; top: 159px; left: 14px; font-family: Arial, Helvetica; font-size: 7pt; } #cnt_dirarea { position: static; top: 15px; left: 300px; width: 890px; background-color: #ffffff; vertical-align: top; color: #000060; text-decoration: none; font-family: Arial, Helvetica; font-size: 9pt; padding-left:280px; padding-top: 15px; } #footer { position: static; top: 0px; left: 0px; background-color: #fee8fb; } #ftr_frame { position: static; top: 0px; left: 0px; height: 20px; margin-bottom: 0px; } #ftr_copy { position: static; top: 0px; left: 0px; font-size: 10px; text-align: center; margin-left: 200px; margin-right: 200px; } .inf_header { position: static; top: 10px; width:430px; padding:3px; margin:0px; background-color: #f0e9f3; border:1px solid #adc4ff; } .inf_body { position: static; top: 0px; width:430px; padding:5px; margin:0px; border:1px solid #adc4ff; } .inf_gap { } .dir_header { position: static; top: 10px; width:550px; padding:3px; margin:0px; font-weight:bold; font-family:Verdana, Tahoma; font-size: 11pt; background-color: #d1dcf0; border:1px solid #b1c8f1; } .dir_body { position: static; top: 0px; width:550px; padding:5px; margin:0px; /*border:1px solid #b1c8f1;*/ } .dir_header1 { position: static; top: 10px; width:260px; padding:3px; margin:0px; font-weight:bold; font-family:Verdana, Tahoma; font-size: 10pt; background-color: #d1dcf0; border:1px solid #b1c8f1; } .dir_body1 { position: static; top: 0px; width:260px; padding:3px; margin:0px; border:1px solid #b1c8f1; .dir_gap { } .headercell { font-family: Arial, Helvetica; font-size: 9pt; font-weight: bold; padding-top: 5pt; text-align: left; vertical-align:top; padding-left: 0.2cm; border-bottom-style: solid; border-bottom-color: #b3deff; border-bottom-width: 1px; background-color: #ffffff; } .bodycell { font-family: Arial, Helvetica; font-size: 9pt; padding-top: 5pt; text-align: left; vertical-align:top; padding-left: 0.2cm; font-weight: medium; border-bottom-style: solid; border-bottom-color: #b3deff; border-bottom-width: 1px; background-color: #ffffff; } --> </style> <SCRIPT language="JavaScript"> <!-- var speed = 200 var pause = 1000 var timerID = null var bannerRunning = false var ar = new Array() ar[0] = "Der naechste mobile Konsular-Service ist am 15. August 2009 in Bielefeld." var currentMessage = 0 var offset = 0 function stopBanner() { // if banner is currently running if (bannerRunning) // stop the banner clearTimeout(timerID) // timer is now stopped bannerRunning = false } function startBanner() { // make sure the banner is stopped stopBanner() // start the banner from the current position showBanner() } function showBanner() { var text = ar[currentMessage] if (offset < text.length) { if (text.charAt(offset) == " ") offset++ var partialMessage = text.substring(0, offset + 1) //window.status = partialMessage document.getElementById("werbung").firstChild.nodeValue = partialMessage; offset++ // IE sometimes has trouble with "++offset" timerID = setTimeout("showBanner()", speed) bannerRunning = true } else { // reset offset offset = 0 // increment subscript (index) of current message currentMessage++ // if subscript of current message is out of range if (currentMessage == ar.length) // wrap around (start from beginning) currentMessage = 0 // recursive call after specified time timerID = setTimeout("showBanner()", pause) // banner is running bannerRunning = true } } // --> </SCRIPT> <!--body bgcolor="#ffffe3" onload="startBanner()"--> <body bgcolor="#d1dcf0" onload="startBanner()"> <map name="topnav"> <area shape="rect" coords="800,30,900,120" href="./th/index.html"> </map> <table cellspacing="0" align="center" width="920" border="0" bgcolor="#efeff"> <tr> <td colspan="2" align="center"> <!-- ____________________ SECTION #1 - HEADER START ______________ --> <img border="0" src="http://www.thaigeneralkonsulat.de/bar/slide.gif"><img border="0" src="http://www.thaigeneralkonsulat.de/bar/head.png"> <!--img border="0" src="../bar/share.png"--> </td> </tr> <tr> <td colspan=2> <table width="100%"> </tr> </table> </td> </tr> <!-- ____________________ SECTION #2 ______________ --> <tr> <td colspan="2"> <!--hr style="color: #D1DCF0;"--> <table width="100%"> <tr> <td width="70%"></td> <td width="15%"> <p align="left"> <a class="toplink" href="http://www.thaigeneralkonsulat.de/index.html"> <img border="0" src="http://www.thaigeneralkonsulat.de/bar/deutsch.gif"> <span style="font-family: Tahoma; font-size: 12pt;">Hauptseite</span></a> </span> </p> <td width="15%"> <p align="right"> <a class="toplink" href="http://www.thaigeneralkonsulat.de/th/index.html"> <img border="0" src="http://www.thaigeneralkonsulat.de/bar/thai.jpg"> <span style="font-family: Tahoma; font-size: 12pt;">+I2+%1</span></a> </p> </tr> </table> <hr style="color: #3541E7;"> <table width="100%"> <tr> <tr><td>&nbsp;</td></tr> <tr> <td width="10px;"></td> <td class="textText"> <img border="0" src="./1.jpg"> <br><img border="0" src="./2.jpg"> <!--br><img border="0" src="./3.jpg"--> </td> <td width="20px;"></td> <td class="textText"> <p> <b>*8%*1 #</b> </p> -20C+I#42#2*8%  5H32#C#A#L@4#LA%I' *2*8%C+ H  #A#L@4#L "1C+I#42#*8%*1 #2!@!7-H2F -"H2*!H3@*!- B"!58#0*L+%17- C+I#42#2*8%1#0 2  2'D"2!@!7-5H-"9H+H2D%25H32#-*2*8%C+ H/ C#A#L@4#L A%0D!H*0'C2#@42!25H32#-*2*8%C+ H/ C#A#L@4#L </p> <p> 2*8%*1 #5HC+I#42#!51H-D5I </p> <ul style="list-style-type:disc"> <li>#13#I-<a href="http://www.thaigeneralkonsulat.de/th/consular/epass.html">-+1*7-@42@%H!C+!H (+1*7-@42-4@%G#-4*L)</a> <li>#13#I-<a href="http://www.thaigeneralkonsulat.de/th/consular/geburtsanzeige.html">AI@4--*941#D"C+I8#</a> <li>#13#I---<a href="http://www.thaigeneralkonsulat.de/th/consular/vollmacht.html">+1*7-!--32</a> <li>#13#I---<a href="http://www.thaigeneralkonsulat.de/th/consular/vollmacht.html">+1*7-AA*'2!"4"-!C+I8#@42!2H2#0@(</a> <li>#13#I-<a href="http://www.thaigeneralkonsulat.de/th/consular/ledigkeit.html">+1*7-#1#-*2 2*!#*</a> (D!H@G9H*!#*-9ICA%0!58*!14#I'5H00@5"*!#*DI) <li><a href ="http://www.thaigeneralkonsulat.de/th/consular/beglaubigung.html">44#L#1#-H2 F</a> </li> </ul> <p> *2*8%C+ H/ -A03C+I9I5H!2C I#42#*8%*1 #@#5"!@-*2#A%0*3@2!2C+I# #I-! -@%H24A*!L (4 "9B#) @7H-5H*2*8%C+ H/ 0DI1*H@-*2#%1C+IH2DI @GI'H2 +1*7-@42 +#7-@-*2#-7HF 5H*2*8%C+ H/ D!H*2!2#--C+IH2C'1C+I#42#*8%*1 #DI +#7-H2*2!2#D4H--#1@-*2#+#7-+1*7-@425HH2"7H-DI@-5H*2*8%C+ H/ C#A#L@4#L#0+'H2@'%2@432# </p> <p> @7H-I-1D!HC+I@-*2#DI#1'2!@*5"+2"#0+'H22D#)5"L -A03C+IC I -5H!5%2*41#0A2 @-5 *3+#1+1*7-@42 A%0 -2 @-4 *3+#1@-*2#2 @-4 </p> </p> <p>+2H2CI-2#I-!9%@4H!@4! +#7- !532!#02#C 4H-*-2!DI5H5!2-*2*8%C+ H/ 2!@-#LB#(1LH-D5I <br> <br>069-69 86 8 203 (*8%) <br>069-69 86 8 205, 210 </p> </td> </tr> <tr><td colspan=5><hr></td></tr> <tr> <td width="10px;"></td> <td colspan=3 class="textText"> <center><b>2#2*8%*1 ##035 2554</b></center> <p>*2*8%C+ H/ 3+C+I#42#*8%*1 #C5 2554 C@!7-H2 F 2!2#2I2%H25I 1I5I3+2#2!2#21%H2'-2!52#@%5H"A%DI +2*2*8%C+ H/ !5 2#4*31 A%03@G-7H5HI-414 </p> <p>11I*2*8%C+ H/ 6-*'*44LC2#@%5H"A%+!2"3+2#C+I#42#*8%*1 # +2!52#@%5H"A%CF *2*8%C+ H/ 0AIC+I#2B"1H'1 </p> <!--p> <a href="./konsular_service.pdf"><img border=0 src="./pdf.jpg"><b> 2#2*8%*1 ##035 2553</b></a> </p--> <p> <table> <tr> <td class="headercell" width="20%"><center> '15H (Datum)</center> </td> <td class="headercell" width="35%"><center> @!7-A%0*25H (Stadt und Ort)</center> </td> <td class="headercell"><center> 9I#0*22 (Kontaktperson)</center> </td> </tr> <tr> <td class="bodycell">12 !52! 2554 <br>12. M&auml;rz 2011</td> <td class="bodycell"> <b>Eschweiler (Aachen) - @- D'@%-#L (-2@)</b> <br><a href="http://www.wat-dhammaniwasa.de" target="_top">Wat Dhammaniwasa - '1##!24'2* </a> <br>D&uuml;rener Str. 243 <br>52249 Eschweiler <br>Tel.: 02403-55 65 833 </td> <td class="bodycell">'1##!24'2* (Wat Dhammaniwasa), Tel.: 0176-52 38 45 70 <br>8#1* '(LI2' (Hr. Charat Wongtao), Tel.: 0172-217 2288 <br>84"2# @!7-#!"L (Fr. Piyaporn Muangrom), Tel.: 0171-518 6111 <br>E-mail: konsulatnachaachen@hotmail.com> </td> </tr> <tr> <td class="bodycell">9 @!)2" 2554<br>09. April 2011</td> <td class="bodycell"> <b>Stuttgart ( 8L2#L)</b> <br>B&uuml;rgerr&auml;ume <br>Bebelstr. 22 <br>70193 Stuttgart </td> <td class="bodycell"><b>8'%2'1%"L -1%@#  (Fr. Warawan Albrecht)</b> <br>Tel.: 0711-937 19 15 <br>Handy: 0176-240 35 064 </td> </tr> <!--tr> <td class="bodycell">15 $) 2! 2553*<br>15. Mai 2010* <br><br><span style="color: #d30544;">(*1B"*2@--1##2 9  #8@-#L%4 - veranstaltet von der Botschaft in Berlin)</span></td> <td class="bodycell"> <b>Wahlwies ('2+L''5*)</b> <br>Feuerwehrraum, Rossberghalle Wahlwies <br>Leonhardstr. 70 <br>78333 Wahlwies-Stockach </td> <td class="bodycell"><b>8-1  1  @.5"%4H (Fr. Aunchan Hirling )</b> <br>Tel./Fax: 07771-45 95 <br>E-Mail: aunchan@hirling.de </td> </tr--> <tr> <td class="bodycell">28 $) 2! 2554<br>28. Mai 2011</td> <td class="bodycell"> <b>N&uuml;rnberg (6#LA#L)</b> <br>Wat Thai Buddhistisches Zentrum N&uuml;rnberger Land e.V. <br>Lenzstr. 5 <br>90408 N&uuml;rnberg </td> <td class="bodycell"><b>8-1!# '-%@-#L (Fr. Amporn Walker )</b> <br>Tel.: 09134-707671 <br>Handy: 0172-948 1118 </td> </tr> <!--tr> <!--td class="bodycell">4 !482" 2554<br>4. Juni 2011</td> <td class="bodycell"> <b>M&uuml;lheim a. d. Ruhr (!6%D.!L -1 A#L #1'#L )</b> <br>Karl-Ziegler-Schule (Gymnasium) <br>Schulstr. 2-6, <br>45468 M&uuml;lheim an der Ruhr </td> <td class="bodycell"><b>84#L @@ -#L (Fr. Jongjitt K&auml;ser)</b> <br>Tel./Fax: 0208-380 285 <br>Handy: 0178-203 9282 <br>E-Mail: jongjitt-kaeser@t-online.de </td> </tr--> <tr> <td class="bodycell">4 !482" 2554<br>04. Juni 2011 </td> <td class="bodycell"> <b>Bielefeld (5@%-@%L )</b> <br>B&uuml;rgerinitiative B&uuml;rgerwache e.V. <br>Rolandstraße 16 <br>33615 Bielefeld </td> <td class="bodycell"><b>#. 1"2 @#7-AI' (Dr. Pataya Ruenkaew )</b>, Tel.: 0521-891 038 <br><b>8'12 --*D!@"-#L (Fr. Wanthana Osmeier)</b>, Tel.: (05209) 3287 </td> </tr> <tr> <td class="bodycell">23 #2! 2554<br>23. Juli 2011</td> <td class="bodycell"> <b>Hausach (@.2 1)</b> <br>+I-#0 8!5H'H22#@!7-@.2 1 <br>Sitzungssaal im Hausacher Rathaus <br>Hauptstr. 40 <br>77756 Hausach </td> <td class="bodycell"><b>84#2 #L D!@--#L-1L (Fr. Jiraporn Maier-Knapp)</b> <br>Tel.: 07831-69 58 <br>Fax: 07831-82 159 </td> </tr> <tr> <td class="bodycell">27 *4+2! 2554<br>27. August 2011</td> <td class="bodycell"> <b>M&uuml;nchen (!4'4)</b> <br>*2*8%44!(14L  #!4'4 <br>K&ouml;niglich Thail&auml;ndisches Honorargeneralkonsulat <br>Prinzenstr. 13 <br>80639 M&uuml;nchen </td> <td class="bodycell"><b>8(#5 2 11#L-%12"L (Fr. Srinapha Dhapjan-Langbein)</b> <br>Tel.: 089-785 26 70, Handy: 0177-575 92 05 <br><b>#11 E-Pass / Reservierung f&uuml;r E-Pass:</b> 8-2#"2 D@-#L (Fr. Araya Schneider), Handy: 0151-18 65 40 54 <br><b>8-2#4"2 @.G@A#L@-#L (Fr. Ariya Heckenberger)</b>, Tel.: 089-23 07 76 08 </td> </tr> </table> </div> <div class="dir_gap"><br></div> <td width="10px;"></td> </td> </tr> </table> <p></p> </td> </tr> </table> <!-- ____________________ SECTION #3 - footer ______________ --> <table width="888" align="center"> <tr> <td width="222"> </td> <td colspan="1" align="center"> <hr> <span style="font-size: 10px; text-align: center"> &copy; Royal Thai Consulate-General, Frankfurt am Main </span> </td> <td width="222"> </td> </tr> </table> </body>