HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers105/musculo.nl/wwwroot/behandelingen_tarieven.php
<?php include("submenu.php"); ?>

<div id="fotogallery" class="size2">
    <ul class="images">
        <li><img src="/img/tarieven/foto_1.jpg" /></li>
        <li><img src="/img/tarieven/foto_2.jpg" /></li>
        <li><img src="/img/tarieven/foto_3.jpg" /></li>
    </ul>
    <div class="shadow"></div>
    <div id="fotogalleryMenu">
        <ul>
            <li></li>
            <li></li>
            <li></li>
        </ul>
    </div>
</div>
<div id="behandelingenBlock">
	<h1>Tarieven</h1>

    <div class="contentBlock">

    	<table>
        	<tr>
            	<th width="300">Massages</th>
                <th width="100">25 minuten</th>
                <th width="100">40 minuten</th>
                <th width="100">55 minuten</th>
            </tr>
        	<tr>
            	<td>Sportmassage</td>
                <td>&euro; 25,00</td>
                <td>&euro; 35,00</td>
                <td>&euro; 44,00</td>
            </tr>
        	<tr>
            	<td>Ontspanningsmassage</td>
              <td>&euro; 25,00</td>
              <td>&euro; 35,00</td>
              <td>&euro; 44,00</td>
            </tr>
        	<tr>
            	<td>Tapen  en bandageren (excl. Materiaal)</td>
                <td colspan="3">&euro; 10,00</td>
            </tr>
        	<tr>
            	<td>Kinesiotape (excl. Materiaal)</td>
                <td colspan="3">In overleg</td>
            </tr>
        	<tr>
            	<td>Algeheel onderzoek (anamnese,inspectie , <br />functieonderzoek,advies)</td>
                <td colspan="3">&euro; 40,00</td>
            </tr>
            <tr>
            	<td>Behandeling op locatie</td>
                <td colspan="3">In overleg</td>
        	<tr>
				<td colspan="4">&nbsp;</td>
            </tr>
            <tr>
				<td colspan="4">Afspraken kunnen kosteloos geannuleerd worden tot 24 uur van te voren.</td>
            </tr>
        	<tr>
				<td colspan="4">Betaling a contant.</td>
            </tr>

        	<tr>
				<td colspan="4">Bovenstaande tarieven zijn in Euro’s inclusief BTW en geldig vanaf april 2022.</td>
            </tr>
        </table>

    </div>
    <a href="/contact" class="blauweLink">Contact<span class="arrowRight"></span></a>
</div>