<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<!-- <meta content="de-at" http-equiv="Content-Language" /> -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Wir</title>
<style>
ul {
font-family: Arial, Verdana;
font-size: 14px;
margin: 0;
padding: 0;
list-style: none;
}
ul li {
display: block;
position: relative;
float: left;
}
li ul { display: none; }
ul li a {
display: block;
text-decoration: none;
color: #000000;
border-top: 1px solid #ffffff;
padding: 5px 15px 5px 15px;
background: #ffffff;
margin-left: 1px;
white-space: nowrap;
}
ul li a:hover { background: #dddddd; }
li:hover ul {
display: block;
position: absolute;
}
li:hover li {
float: none;
font-size: 11px;
}
li:hover a { background: #eeeeee; }
li:hover li a:hover { background: #dddddd; }
.auto-style1 {
border-width: 0px;
}
.auto-style3 {
font-family: Gautami;
}
.auto-style4 {
font-weight: normal;
}
</style>
</head>
<body>
<div id="aussen" style=" width:1100px; margin-left:auto; margin-right:auto">
<div id="header" style="position: relative; left: 6px; top: 12px; width: 1100px; height: 210px; z-index: 8">
<img alt="hgbild1" height="210" src="images/hgbild10.jpg" width="1100" /></div>
<div id="logolink" style="position: relative; left: 7px; top: -43px; width: 120px; height: 151px; z-index: 9">
<a href="index.html">
<img alt="logo" height="151" src="images/logo2.png" width="120" class="auto-style1" /></a></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- HAUPTMENÜ -->
<ul id="menu">
<li id="aktuell" style="left: 154px; top: -358px; z-index: 7; " class="auto-style4"><a href="aktuell.html">Aktuell</a></li>
<li id="wir" style="left: 185px; top: -358px; z-index: 6;"><a href="wir.html">
<strong>Wir</strong></a>
<ul class="fn-nav">
<li><a href="#" data-site="dervorstand">Der Vorstand</a></li>
<li><a href="#" data-site="mitwirkende">Mitwirkende</a></li>
<li><a href="#" data-site="regisseure">Die Regisseure</a></li>
</ul>
</li>
<li id="produktionen" style="left: 225px; top: -358px; z-index: 5;"><a href="produktionen.html">Produktionen</a>
<ul>
<li><a href="#">Burg Reichenstein</a></li>
<li><a href="#">Kulturtreffbad</a></li>
</ul>
</li>
<li id="multimedia" style="left: 253px; top: -358px; z-index: 4;"><a href="multimedia.html">Multimedia</a></li>
<li id="jugend" style="left: 291px; top: -358px; height: 27px; z-index: 3;"><a href="jugend.html">Jugend</a>
<ul>
<li><a href="#">Die kleine Hexe</a></li>
<li><a href="#">Der Zauberer von OZ</a></li>
</ul>
</li>
</ul>
<div id="linie" style="position: relative; left: 152px; top: -356px; width: 950px; height: 11px; z-index: 2">
<img alt="linie" height="8" src="images/linie.png" style="float: left" width="956" /></div>
<!-- SIDEBAR LINKS -->
<div id="main">
<nav id="sidebar" style="position: relative; left: 10px; top: -300px; width: 154px; height: 303px; z-index: 10" class="auto-style3">
<ul class="fn-nav">
<li id="dervorstand" style="left: 0px; top: 0px; z-index: 6; width:154px"><a name="ankervorstand" data-site="dervorstand" href="#">Der Vorstand</a></li>
<li id="mitwirkende" style="left: 0px; top: 5px; z-index: 5; width:154px"><a data-site="mitwirkende" href="#">Mitwirkende</a></li>
<li id="dieregisseure" style="left: 0px; top: 10px; z-index: 5; width:154px"><a data-site="regisseure" href="#">Die Regisseure</a></li>
</ul>
</nav>
<div id="content" style="left:174px; top:-603px; width: 927px; z-index: 1; height: 252px; position: relative;">
<!-- Hier wird später der Inhalt stehen -->
</div>
</div>
<!-- Hier kommt JavaScript hin. -->
<script src="jquery-1.10.1.min.js"></script>
<script type="text/javascript">
// Erst starten wenn das Dokument fertig geladen ist.
$(document).ready(function(){
// Beim ersten Laden muss eine Seite geladen werden.
$("#content").load("wirstart.html");
// WENN auf einen Link innerhalb von .fn-nav geklickt wurde, DANN führe diese Funktion aus.
$('.fn-nav a').click(function(e){
// Verhindert, dass der Browser die Seite beim Klick auf einen Link neulädt.
e.preventDefault();
// Speichert den Inhalt des Attributes in der Variablen site.
var site = $(this).data('site');
// .html an den Namen anhängen.
site = site + '.html';
// Seite laden und in .content einsetzen.
$("#content").load(site);
});
});
</script>
<p> </p>
</div>
</body>
</html>