%HEADER%
<style type="text/css">
body, p, div, td {font-family: %FONTFAMILY%; font-size: %FONTSIZE%px; color: #%FONTCOLOR%}
a.links {text-decoration : %TEXTDEKOLINKS%}
a.links:link { color: #%LINK%}
a.links:visited { color: #%LINK%}
a.links:active { color: #%LINKACTIVE%}
a.links:hover {color: #%LINKHOVER%}
body, p, div, td {font-family: %FONTFAMILY%; font-size: %FONTSIZE%px; color: #%FONTCOLOR%}
a.links_eintrag {text-decoration : %TEXTDEKOLINKSEINTRAG%}
a.links_eintrag:link { color: #%LINKEINTRAG%}
a.links_eintrag:visited { color: #%LINKEINTRAG%}
a.links_eintrag:active { color: #%LINKEINTRAGACTIVE%}
a.links_eintrag:hover {color: #%LINKEINTRAGHOVER%}
</style>
<script type="text/javascript">
function ZusatzdatenKlappen(id)
{
if(document.getElementById("WeitereDaten_"+id).style.display=="none")
document.getElementById("WeitereDaten_"+id).style.display="block";
else
document.getElementById("WeitereDaten_"+id).style.display="none";
}
var standardFontSize=%FONTSIZE%;
function FontSizePlus(id)
{
document.getElementById(id).style.fontSize="150%";
}
function FontSizeNormal(id)
{
document.getElementById(id).style.fontSize="100%";
}
</script>
</head>
<body style="%BODYSTYLE%;margin:10px;padding:0px">
<a name="oben"></a>
<div id="aussenrahmen" style="margin:0px;clear:both;%RAHMENSTYLE%">
<p align="%AUSRICHTUNGTITEL%" style="margin:0px;padding:0px;padding-bottom:20px;padding-top:10px">
%TITELTOP%
</p>
%VORSCHAU%
<center>
<a href="%BACKLINK%" class="links">%BACK%</a> | <a href="%EINTRAGENLINK%" class="links">%WEITER%</a>
</center>
<div id="cleaner" align="center" style="width:100%;text-align:center;clear:both">
<p style="margin:0px;padding:0px;line-height:140%;margin-bottom:20px;padding-top:15px">
<font size="1">
%FUSS%
</font>
</p>
</div>
</div>
%FOOTER%