<!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" xml:lang="de" lang="de" dir="ltr">
<head>
<title>{WikiName}: {PageName}</title>
<meta http-equiv="Content-Type" content="text/html; charset={Insert:WikiCharset}">
<meta name="creation-timestamp" content="{Insert:DateCreation}">
<style type="text/css">
<!--

body {
  color:  black;
}
form {
  color: black;
  font-family: Courier New, monospace;
  font-size: 10pt;
}
.wiki {
  font-family: verdana, arial, sans-serif;
  font-size: {Insert:TemplateWikiFontSize;16pt};
  text-decoration: none;
  color: #3333cc;
}
.navbar {
  background: #ffffff;
  color:  black;
  font-family: verdana, arial, sans-serif;
  font-size: 11pt;
  text-align:right;
  padding: 2pt;
}

ul {
  list-style:{Insert:ListStyle};
}

dl { margin: 0 0 0 0; }
.titlestem { 
  font-size: 11pt; 
  font-weight: normal; 
  background: #eeeeee; 
}

a { color:#0000AA; text-decoration:none; border-bottom: dotted 1px green; }
a:link { color:#0000AA; border-bottom: dotted 1px green; }
a:active { color:#000; border-bottom: dotted 1px red; }
a:visited { color:#0000AA;  border-bottom: dotted 1px blue; }
a:hover { background-color: #ffcccc; }

a:hover .nohover { background-color: none; }
a:active .nohover { border-bottom: solid 1px white; }
a:link .nohover { border-bottom: solid 1px white; }
a:visited .nohover { border-bottom: solid 1px white; }

.sidebar {
  background: white;
  xtext-align: justify;
  color:  black;
  font-family: verdana, arial, sans-serif;
  font-size: 11pt;
  line-height: 13pt;
}
.content {
  background: white;
  xtext-align: justify;
  color:  black;
  font-family: verdana, arial, sans-serif;
  font-size: 11pt;
  padding: 3em;
}

h1,h2,h3,h4,h5,h6 { 
  font-family: "Gill Sans", "Trebuchet MS", Verdana, sans-serif; 
  margin-left: 0em;
  border-bottom: solid medium #c00; 
}

h1 { font-size : 188%; color: black;  border-bottom: solid 4px #aaaaaa; }
h2 { font-size : 150%; color: black;  border-bottom: solid 3px #aaaaaa; }
h3 { font-size : 132%; color: black;  border-bottom: solid 2px #aaaaaa; }
h4 { font-size : 116%; color: black;  border-bottom: solid 1px #aaaaaa; }
h5 { font-size : 100%; color: black;  border-bottom: solid 1px #aaaaaa; }
h6 { font-size : 80%;  color: black;  border-bottom: solid 1px #aaaaaa; }


.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  font-family: Verdana, sans-serif; 
  font-size: 11pt; 
  line-height:13pt;
  font-weight: 400;
  background-color:#cccccc; 
  text-align:center;
  padding-bottom: 2px;
  border-bottom: solid 2px white;
  margin: 3px 0 0 0;
}

.sidebar {
  line-height:14pt;
}

.submitbuttons {
 font-family: verdana, arial, sans-serif;
 text-align: right;
}

.titlebanner {
  vertical-align:-7px; border: solid 1px; border-color:black; 
}
.titletext {
  margin:1mm; font-weight:bold; line-height:10pt; font-size:9pt; font-family: Verdana, sans-serif; color:#3b5aa3;
  display:inline; 
}

//-->
</style>
</head>

<body background="/image/bg/bg_ffffff.gif">
<table border=0 cellspacing=0 cellpadding=0 width=100% height=64>
<tr><td width=100% height=64 background="logo.jpg" colspan="2">&nbsp;</td></tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<tr>
<td style="background-color:white; padding:1mm; " class="wiki">{Insert:WorkspaceName}</td>
<td class="navbar" valign="center">{LinkBarTextHor}</td></tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="border-top: {Insert:TemplateBorderStyle}; border-bottom: {Insert:TemplateBorderStyle};" ><tr>
<td width="195" valign="top" style="border-right: {Insert:TemplateBorderStyle};" class="sidebar">
  {Insert:page.SideBar}
</td>
<td valign="top" style="margin-left:{Insert:TemplateBorderStyle}" class="content">
  <font size=5><b>{PageTitle}</b></font><font size=3><br><b>{PageTitleComment}</b></font>
  <font size=3>&nbsp;<br></font>
  {PageText}
</td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 width=100% style="background-color:white;">
<tr><td class="navbar" align="right" valign="top">{Insert:function.AdditionalFunctions}</td></tr>
</table>
<table align=left border=0 cellspacing=0 cellpadding=2 width=100% style="font-size:9pt;">
<tr><td align=left valign=top width=50%>
  <font face="Verdana,Geneva,Arial,Helvetica" color="#cccccc">{WikiCopyright}</font>
</td><td align=right valign=top width=50%>
  <font face="Verdana,Geneva,Arial,Helvetica" color="#cccccc">bearbeitet am: {DateLastChange}</font>
</td></tr>
</table>
</body>
</html>