﻿<%@ Page Title="Sitemap Bertollhof" Language="VB" MasterPageFile="Website.master" %>
<script runat="server">
    Private Sub Page_Init(sender As Object, e As EventArgs) Handles Me.Init

    End Sub

    Sub Page_Load(ByVal Sender As System.Object, ByVal e As System.EventArgs) Handles Me.Load

    End Sub
</script>

<asp:Content ID="Content1" ContentPlaceHolderID="cssPlaceHolder" Runat="Server">
</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="HeaderPlaceHolder" Runat="Server">
    <div id="slider1_container">
        <img src="header/impressum.jpg" title="Bertollhof" alt="Bertollhof" class="hundertprozent" />
    </div>
</asp:Content>

<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder" runat="Server">
<div class="container">
       <div class="innenabstand"> 
           <div class="row">
               <div class="col-md-8">
                   <h1>Sitemap</h1>
                   <ul>
                       <li><a href="default.aspx" target="_blank">Willkommen</a></li>
                   </ul>
                   <h2>Wohnen</h2>
                   <ul>
                       <li><a href="https://www.bertollhof.com/Ferienwohnung.aspx">Ferienwohnung</a></li>
                       <li><a href="Preise.aspx">Preise & Inklusivleistungen</a></li>
                   </ul>
                   <h2>Unser Obstbauernhof</h2>
                   <ul>
                       <li><a href="https://www.bertollhof.com/hof.aspx">Unser Bauernhof</a></li>
                       <li><a href="https://www.bertollhof.com/jahresablauf.aspx">Jahresablauf</a></li>
                       <li><a href="https://www.bertollhof.com/produkte.aspx">Hofeigene Produkte</a></li>
                       <li><a href="https://www.bertollhof.com/geschichte.aspx">Hofgeschichte</a></li>
                   </ul>
                   <h2>Umgebung</h2>
                   <ul>
                       <li><a href="https://www.bertollhof.com/kortsch.aspx">Kortsch und Schlanders im Vinschgau</a></li>
                       <li><a href="https://www.bertollhof.com/sehenswertes.aspx">Sehenswertes im Vinschgau</a></li>
                   </ul>
                   <h2>Erleben</h2>
                   <ul>
                       <li><a href="https://www.bertollhof.com/wandern.aspx">Wanderparadies</a></li>
                       <li><a href="https://www.bertollhof.com/radfahren.aspx">Rad & Bike</a></li>
                       <li><a href="https://www.bertollhof.com/klettern.aspx">Klettern, Reiten und Wasserspaß</a></li>
                       <li><a href="https://www.bertollhof.com/familienurlaub.aspx">Familienurlaub</a></li>
                       <li><a href="https://www.bertollhof.com/Winter.aspx">Winter im Vinschgau</a></li>
                   </ul>
                   <h2>Wissenswertes</h2>
                   <ul>
                       <li><a href="https://www.bertollhof.com/Anfahrt.aspx">Anreise zum Bertollhof</a></li>
                       <li><a href="https://www.bertollhof.com/card.aspx">Vinschgau Card</a></li>
                       <li><a href="https://www.bertollhof.com/links.aspx">Nützliche Links</a></li>
                   </ul>
                   <p><a href="https://www.bertollhof.com/anfrage.aspx" target="_blank">Anfragen Buchen</a></p>
                   <ul>
                       <li><a href="https://www.bertollhof.com/datenschutz.aspx">Datenschutz</a></li>
                       <li><a href="https://www.bertollhof.com/impressum.aspx">Impressum</a></li>
                       <li><a href="https://www.bertollhof.com/cookies.aspx">Cookies</a></li>
                       <li><a href="https://www.bertollhof.com/sitemap.aspx">Sitemap</a></li>
                   </ul>
               </div>
           </div>

</div>
</div>
				<div style="margin: 3em;"></div>
</asp:Content>

<asp:Content ID="Content4" ContentPlaceHolderID="FooterPlaceHolder" Runat="Server">
</asp:Content>

<asp:Content ID="Content5" ContentPlaceHolderID="jsPlaceHolder" Runat="Server">
</asp:Content>