Dokumentenupload FAS: Dokumente im Dropdown alphabetisch sortieren. GUI überarbeitet

Diverse Dokumentanpassungen FHB.
interessentenimport.php, mitarbeiterimport.php: Feld "Weitere Vornamen" + Neuer Tablesorter
This commit is contained in:
Manfred Kindl
2014-04-12 16:12:16 +00:00
parent bbd78fcc73
commit ec732bda49
14 changed files with 2099 additions and 34 deletions
+22 -14
View File
@@ -180,15 +180,26 @@ if(isset($_POST['submitbild']))
if(isset($_GET['person_id']))
{
$dokument = new dokument();
$dokument->getAllDokumente();
echo " <form method='POST' enctype='multipart/form-data' action='$PHP_SELF?person_id=".$_GET['person_id']."'>
$dokument->getAllDokumente();
echo " <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
<link href='../skin/style.css.php' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='../skin/jquery.css' type='text/css'/>
</head>
<body style='padding:10px;'>
<h1>Upload Dokumente</h1>
<form method='POST' enctype='multipart/form-data' action='$PHP_SELF?person_id=".$_GET['person_id']."'>
<table>
<tr>
<td>Dokument: <input type='file' name='file' />
<input type='submit' name='submitbild' value='Upload' /></td>
<td align='right'>Dokument:</td>
<td><input size='45' type='file' name='file' /></td>
</tr>
<tr>
<td>Typ: <SELECT name='dokumenttyp'>";
<td align='right'>Typ:</td>
<td><SELECT style='width:300px' name='dokumenttyp'>";
foreach ($dokument->result as $dok)
{
@@ -197,21 +208,18 @@ if(isset($_GET['person_id']))
echo '<option value="'.$dok->dokument_kurzbz.'" onclick="'.$onclick.'">'.$dok->bezeichnung."</option>\n";
}
echo " </td></tr></table>
<table>
<tr>
<td>Titel: </td><td><input type='text' name='titel_intern' id='titel_intern' length='35' ></td>
echo " <tr>
<td align='right'>Titel:</td><td><input size='45' maxlength='32' type='text' name='titel_intern' id='titel_intern' length='35' ></td>
</tr>
<tr>
<td>Anmerkung: </td><td><input type='text' name='anmerkung_intern' id='anmerkung_intern' length='35' ></td>
</form>
</td></tr>
<td align='right'>Anmerkung:</td><td><input size='45' maxlength='128' type='text' name='anmerkung_intern' id='anmerkung_intern' length='35' ></td>
</tr>
<tr>
<td><input type='hidden' name='kategorie_kurzbz' id='kategorie_kurzbz' value='Akte'>
<td><input type='hidden' name='fileupload' id='fileupload'></td>
<input type='hidden' name='fileupload' id='fileupload'></td>
<td><input type='submit' name='submitbild' value='Upload'></td>
</tr>";
</tr></table></form></body></html>";
}
else
{
+48
View File
@@ -115,5 +115,53 @@ class akadgrad extends basis_db
return false;
}
}
/**
* Liefert den Akademischen Grad eines Studenten gemaess Studienordnung
* @param student_uid
*/
public function getAkadgradStudent($student_uid)
{
//laden des Datensatzes
$qry = "SELECT *
FROM
lehre.tbl_akadgrad WHERE akadgrad_id =
(
SELECT akadgrad_id
FROM lehre.tbl_studienplan
JOIN lehre.tbl_studienordnung USING (studienordnung_id)
WHERE studienplan_id =
(
SELECT studienplan_id
FROM public.tbl_student
JOIN public.tbl_prestudentstatus USING (prestudent_id)
WHERE student_uid='ew13b001'
ORDER BY tbl_prestudentstatus.datum DESC, tbl_prestudentstatus.insertamum DESC LIMIT 1
)
)";
if($this->db_query($qry))
{
if($row = $this->db_fetch_object())
{
$this->akadgrad_id = $row->akadgrad_id;
$this->akadgrad_kurzbz = $row->akadgrad_kurzbz;
$this->studiengang_kz = $row->studiengang_kz;
$this->titel = $row->titel;
$this->geschlecht = $row->geschlecht;
return true;
}
else
{
$this->errormsg = 'Fehler bei der Datenbankabfrage';
return false;
}
}
else
{
$this->errormsg = 'Fehler bei der Datenbankabfrage';
return false;
}
}
}
?>
+1 -1
View File
@@ -334,7 +334,7 @@ class dokument extends basis_db
*/
public function getAllDokumente()
{
$qry = "SELECT * FROM public.tbl_dokument;";
$qry = "SELECT * FROM public.tbl_dokument ORDER BY bezeichnung;";
if($this->db_query($qry))
{
+2 -2
View File
@@ -12,8 +12,8 @@ $this->phrasen['profil/student']='StudentIn';
$this->phrasen['profil/martrikelnummer']='Personenkennzeichen';
$this->phrasen['profil/leistungsbeurteilung']='Leistungsbeurteilung';
$this->phrasen['profil/kurzzeichen']='Kurzzeichen';
$this->phrasen['profil/telefonTw']='Telefon TW';
$this->phrasen['profil/faxTw']='Fax TW';
$this->phrasen['profil/telefonTw']='Telefon';
$this->phrasen['profil/faxTw']='Fax';
$this->phrasen['profil/zeitwuensche']='Zeitwünsche';
$this->phrasen['profil/funktionen']='Funktionen';
$this->phrasen['profil/entlehnteBetriebsmittel']='Entlehnte Betriebsmittel';
+2 -2
View File
@@ -12,8 +12,8 @@ $this->phrasen['profil/student']='Student';
$this->phrasen['profil/martrikelnummer']='matriculation number';
$this->phrasen['profil/leistungsbeurteilung']='Performance assessment';
$this->phrasen['profil/kurzzeichen']='Abbreviation';
$this->phrasen['profil/telefonTw']='Telephone TW';
$this->phrasen['profil/faxTw']='Fax TW';
$this->phrasen['profil/telefonTw']='Telephone';
$this->phrasen['profil/faxTw']='Fax';
$this->phrasen['profil/zeitwuensche']='Preferred teaching times';
$this->phrasen['profil/funktionen']='Functions';
$this->phrasen['profil/entlehnteBetriebsmittel']='Borrowed equipment';
+27
View File
@@ -26,6 +26,9 @@ require_once('../include/student.class.php');
require_once('../include/prestudent.class.php');
require_once('../include/adresse.class.php');
require_once('../include/lehrveranstaltung.class.php');
require_once('../include/akadgrad.class.php');
require_once('../include/studiensemester.class.php');
require_once('../include/nation.class.php');
$uid_arr = (isset($_REQUEST['uid'])?$_REQUEST['uid']:null);
@@ -77,6 +80,8 @@ foreach($uid_arr as $uid)
$gebdatum = date('d.m.Y',strtotime($student->gebdatum));
$studiengang = new studiengang();
$studiengang->load($student->studiengang_kz);
$staatsbuergerschaft = new nation();
$staatsbuergerschaft->load($student->staatsbuergerschaft);
$svnr = ($student->svnr == '')?'Ersatzkennzeichen: '.$student->ersatzkennzeichen:$student->svnr;
@@ -88,6 +93,8 @@ foreach($uid_arr as $uid)
echo "\t\t<titelpre>".$student->titelpre."</titelpre>\n";
echo "\t\t<titelpost>".$student->titelpost."</titelpost>\n";
echo "\t\t<gebdatum>".$gebdatum."</gebdatum>\n";
echo "\t\t<gebort>".$student->gebort."</gebort>\n";
echo "\t\t<staatsbuergerschaft>".$staatsbuergerschaft->langtext."</staatsbuergerschaft>\n";
echo "\t\t<svnr>".$svnr."</svnr>\n";
echo "\t\t<matrikelnr>".trim($student->matrikelnr)."</matrikelnr>\n";
echo "\t\t<studiengang>".$studiengang->bezeichnung."</studiengang>\n";
@@ -96,11 +103,24 @@ foreach($uid_arr as $uid)
echo "\t\t<studiengang_kz>".sprintf('%04s', $studiengang->studiengang_kz)."</studiengang_kz>\n";
echo "\t\t<studiengangSprache>".$studiengang->sprache."</studiengangSprache>";
echo "\t\t<aktuellesJahr>".date('Y')."</aktuellesJahr>";
// check ob Quereinsteiger
$prestudent = new prestudent();
$ausbildungssemester = ($prestudent->getFirstStatus($student->prestudent_id, 'Student'))?$prestudent->ausbildungssemester:'';
echo "\t\t<semesterStudent>".$ausbildungssemester."</semesterStudent>";
$studiensemester_beginn = new studiensemester();
$studienbeginn = ($prestudent->getFirstStatus($student->prestudent_id, 'Student'))?$prestudent->studiensemester_kurzbz:'';
$studiensemester_beginn->load($studienbeginn);
echo "\t\t<studiensemester_beginn>".$studiensemester_beginn->bezeichnung."</studiensemester_beginn>";
$studiensemester_endedatum = new studiensemester();
$studiensemester_endedatum->load($studiensemester_endedatum->getaktorNext(1));
echo "\t\t<studiensemester_endedatum>".date('d.m.Y',strtotime($studiensemester_endedatum->ende))."</studiensemester_endedatum>";
switch($studiengang->typ)
{
case 'b':
@@ -123,6 +143,12 @@ foreach($uid_arr as $uid)
echo "\t\t<studiengang_typ>".$studTyp."</studiengang_typ>\n";
echo "\t\t<studiengang_sprache>".$studiengang->sprache."</studiengang_sprache>\n";
echo "\t\t<studiengang_maxsemester>".$studiengang->max_semester."</studiengang_maxsemester>\n";
echo "\t\t<studiengang_anzahljahre>".($studiengang->max_semester/2)."</studiengang_anzahljahre>\n";
$akadgrad = new akadgrad();
$akadgrad->getAkadgradStudent($student->uid);
echo "\t\t<akadgrad>".$akadgrad->akadgrad_kurzbz."</akadgrad>\n";
//für ao. Studierende wird die StgKz der Lehrveranstaltungen benötigt, die sie besuchen
$lv_studiengang_kz='';
@@ -157,6 +183,7 @@ foreach($uid_arr as $uid)
{
echo "\t\t<strasse>".$row_adresse->strasse."</strasse>\n";
echo "\t\t<plz>".$row_adresse->plz." ".$row_adresse->ort."</plz>\n";
echo "\t\t<nation>".$row_adresse->nation."</nation>\n";
break;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
+752
View File
@@ -0,0 +1,752 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
>
<xsl:output method="xml" version="1.0" indent="yes"/>
<xsl:template match="ausbildungsvertraege">
<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
<office:font-face-decls>
<style:font-face style:name="Wingdings" svg:font-family="Wingdings" style:font-pitch="variable" style:font-charset="x-symbol"/>
<style:font-face style:name="Symbol" svg:font-family="Symbol" style:font-family-generic="roman" style:font-pitch="variable" style:font-charset="x-symbol"/>
<style:font-face style:name="Lohit Hindi1" svg:font-family="'Lohit Hindi'"/>
<style:font-face style:name="Courier New" svg:font-family="'Courier New'" style:font-family-generic="modern"/>
<style:font-face style:name="Lucida Grande" svg:font-family="'Lucida Grande', 'Times New Roman'" style:font-family-generic="roman"/>
<style:font-face style:name="Optima" svg:font-family="Optima, 'Times New Roman'" style:font-family-generic="roman"/>
<style:font-face style:name="ヒラギノ角ゴ Pro W3" svg:font-family="'ヒラギノ角ゴ Pro W3'" style:font-family-generic="roman"/>
<style:font-face style:name="Courier New1" svg:font-family="'Courier New'" style:font-family-generic="modern" style:font-pitch="fixed"/>
<style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Times New Roman" svg:font-family="'Times New Roman'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Arial" svg:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Droid Sans" svg:font-family="'Droid Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
<style:font-face style:name="Lohit Hindi" svg:font-family="'Lohit Hindi'" style:font-family-generic="system" style:font-pitch="variable"/>
</office:font-face-decls>
<office:styles>
<style:default-style style:family="graphic">
<style:graphic-properties svg:stroke-color="#808080" draw:fill-color="#cfe7f5" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/>
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties style:use-window-font-color="true" fo:font-size="12pt" fo:language="de" fo:country="DE" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
</style:default-style>
<style:default-style style:family="paragraph">
<style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="1.251cm" style:writing-mode="page"/>
<style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="de" fo:country="DE" style:font-name-asian="Droid Sans" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Lohit Hindi" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
</style:default-style>
<style:default-style style:family="table">
<style:table-properties table:border-model="collapsing"/>
</style:default-style>
<style:default-style style:family="table-row">
<style:table-row-properties fo:keep-together="auto"/>
</style:default-style>
<style:style style:name="Standard" style:family="paragraph" style:class="text">
<style:paragraph-properties fo:orphans="2" fo:widows="2" style:writing-mode="lr-tb"/>
<style:text-properties style:use-window-font-color="true" style:font-name="Arial" fo:font-size="12pt" fo:language="de" fo:country="DE" style:font-name-asian="Times New Roman" style:font-size-asian="12pt" style:font-name-complex="Arial" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" fo:keep-with-next="always"/>
<style:text-properties style:font-name="Liberation Sans" fo:font-size="14pt" style:font-name-asian="Droid Sans" style:font-size-asian="14pt" style:font-name-complex="Lohit Hindi" style:font-size-complex="14pt"/>
</style:style>
<style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
<style:text-properties style:font-name="Optima" fo:font-size="11pt" style:font-size-asian="11pt" style:font-name-complex="Optima"/>
</style:style>
<style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
<style:text-properties style:font-size-asian="12pt" style:font-name-complex="Lohit Hindi1"/>
</style:style>
<style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties fo:margin-top="0.212cm" fo:margin-bottom="0.212cm" text:number-lines="false" text:line-number="0"/>
<style:text-properties fo:font-size="12pt" fo:font-style="italic" style:font-size-asian="12pt" style:font-style-asian="italic" style:font-name-complex="Lohit Hindi1" style:font-size-complex="12pt" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
<style:paragraph-properties text:number-lines="false" text:line-number="0"/>
<style:text-properties style:font-size-asian="12pt" style:font-name-complex="Lohit Hindi1"/>
</style:style>
<style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:default-outline-level="1" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm" fo:keep-with-next="always"/>
<style:text-properties fo:font-size="16pt" fo:language="de" fo:country="AT" fo:font-weight="bold" style:letter-kerning="true" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="16pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:list-style-name="WW8Num7" style:class="text">
<style:paragraph-properties fo:margin="100%" fo:margin-left="0.63cm" fo:margin-right="0cm" fo:margin-top="0.423cm" fo:margin-bottom="0.106cm" fo:text-indent="0cm" style:auto-text-indent="false" fo:keep-with-next="always"/>
<style:text-properties fo:font-size="11pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="11pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="14pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm" fo:keep-with-next="always"/>
<style:text-properties fo:font-size="13pt" fo:font-weight="bold" style:font-size-asian="13pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="13pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Heading_20_4" style:display-name="Heading 4" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm" fo:keep-with-next="always"/>
<style:text-properties style:font-name="Times New Roman" fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-name-complex="Times New Roman" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Heading_20_5" style:display-name="Heading 5" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:default-outline-level="5" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm"/>
<style:text-properties fo:font-size="13pt" fo:font-style="italic" fo:font-weight="bold" style:font-size-asian="13pt" style:font-style-asian="italic" style:font-weight-asian="bold" style:font-size-complex="13pt" style:font-style-complex="italic" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Heading_20_6" style:display-name="Heading 6" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:default-outline-level="6" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm"/>
<style:text-properties style:font-name="Times New Roman" fo:font-size="11pt" fo:font-weight="bold" style:font-size-asian="11pt" style:font-weight-asian="bold" style:font-name-complex="Times New Roman" style:font-size-complex="11pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Heading_20_7" style:display-name="Heading 7" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:default-outline-level="7" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm"/>
<style:text-properties style:font-name="Times New Roman" style:font-name-complex="Times New Roman" style:font-size-complex="12pt"/>
</style:style>
<style:style style:name="Heading_20_8" style:display-name="Heading 8" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:default-outline-level="8" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm"/>
<style:text-properties style:font-name="Times New Roman" fo:font-style="italic" style:font-style-asian="italic" style:font-name-complex="Times New Roman" style:font-size-complex="12pt" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="Heading_20_9" style:display-name="Heading 9" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:default-outline-level="9" style:class="text">
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.106cm"/>
<style:text-properties fo:font-size="11pt" style:font-size-asian="11pt" style:font-name-complex="Arial" style:font-size-complex="11pt"/>
</style:style>
<style:style style:name="Header" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="8.001cm" style:type="center"/>
<style:tab-stop style:position="16.002cm" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="Footer" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="8.001cm" style:type="center"/>
<style:tab-stop style:position="16.002cm" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="Textkörper_20_2" style:display-name="Textkörper 2" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Optima" fo:font-size="11pt" style:font-size-asian="11pt" style:font-name-complex="Optima"/>
</style:style>
<style:style style:name="Kommentartext" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt"/>
</style:style>
<style:style style:name="Textkörper_20_3" style:display-name="Textkörper 3" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="10.5pt" style:font-size-asian="10.5pt"/>
</style:style>
<style:style style:name="Kommentarthema" style:family="paragraph" style:parent-style-name="Kommentartext" style:next-style-name="Kommentartext">
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Sprechblasentext" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:font-name="Tahoma" fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Tahoma" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="Standard_20__28_Web_29_" style:display-name="Standard (Web)" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-top="0.176cm" fo:margin-bottom="0.176cm"/>
<style:text-properties fo:color="#000000" style:font-name="Times New Roman" style:font-name-complex="Times New Roman" style:font-size-complex="12pt"/>
</style:style>
<style:style style:name="Tabelleninhalt" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-top="0.141cm" fo:margin-bottom="0.141cm"/>
<style:text-properties fo:font-size="9pt" fo:language="en" fo:country="GB" style:font-size-asian="9pt"/>
</style:style>
<style:style style:name="Aufzählungen" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="WW8Num5"/>
<style:style style:name="Formatvorlage_20_Aufzählung_20_1" style:display-name="Formatvorlage Aufzählung 1" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="WW8Num4">
<style:paragraph-properties fo:line-height="130%"/>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt"/>
</style:style>
<style:style style:name="Standard1" style:family="paragraph">
<style:paragraph-properties fo:orphans="2" fo:widows="2"/>
<style:text-properties fo:color="#000000" style:font-name="Lucida Grande" fo:font-size="12pt" fo:language="de" fo:country="DE" style:font-name-asian="ヒラギノ角ゴ Pro W3" style:font-size-asian="12pt" style:font-name-complex="Lucida Grande" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="Footnote" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties fo:margin="100%" fo:margin-left="0.598cm" fo:margin-right="0cm" fo:text-indent="-0.598cm" style:auto-text-indent="false" text:number-lines="false" text:line-number="0"/>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
</style:style>
<style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties text:number-lines="false" text:line-number="0"/>
</style:style>
<style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="WW8Num2z0" style:family="text">
<style:text-properties style:text-position="-50% 100%" style:font-name="Wingdings" fo:font-size="16pt" style:font-size-asian="16pt" style:font-name-complex="Wingdings" style:font-size-complex="16pt"/>
</style:style>
<style:style style:name="WW8Num3z0" style:family="text">
<style:text-properties style:font-name="Arial" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="WW8Num3z1" style:family="text">
<style:text-properties style:font-name="Courier New" style:font-name-complex="Courier New"/>
</style:style>
<style:style style:name="WW8Num3z2" style:family="text">
<style:text-properties style:font-name="Wingdings" style:font-name-complex="Wingdings"/>
</style:style>
<style:style style:name="WW8Num3z3" style:family="text">
<style:text-properties style:font-name="Symbol" style:font-name-complex="Symbol"/>
</style:style>
<style:style style:name="WW8Num4z0" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-position="0% 100%" style:font-name="Wingdings" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Wingdings" text:display="true"/>
</style:style>
<style:style style:name="WW8Num4z1" style:family="text">
<style:text-properties style:font-name="Courier New" style:font-name-complex="Courier New"/>
</style:style>
<style:style style:name="WW8Num4z2" style:family="text">
<style:text-properties style:font-name="Wingdings" style:font-name-complex="Wingdings"/>
</style:style>
<style:style style:name="WW8Num4z3" style:family="text">
<style:text-properties style:font-name="Symbol" style:font-name-complex="Symbol"/>
</style:style>
<style:style style:name="WW8Num5z0" style:family="text">
<style:text-properties fo:color="#008462" style:text-position="super 58%" style:font-name="Wingdings" fo:font-size="20pt" style:font-size-asian="20pt" style:font-name-complex="Wingdings" style:font-size-complex="20pt"/>
</style:style>
<style:style style:name="WW8Num5z1" style:family="text">
<style:text-properties style:font-name="Courier New" style:font-name-complex="Courier New"/>
</style:style>
<style:style style:name="WW8Num5z2" style:family="text">
<style:text-properties style:font-name="Wingdings" style:font-name-complex="Wingdings"/>
</style:style>
<style:style style:name="WW8Num5z3" style:family="text">
<style:text-properties style:font-name="Symbol" style:font-name-complex="Symbol"/>
</style:style>
<style:style style:name="WW8Num6z0" style:family="text">
<style:text-properties style:font-name="Symbol" style:font-name-complex="Symbol"/>
</style:style>
<style:style style:name="WW8Num6z1" style:family="text">
<style:text-properties style:font-name="Courier New" style:font-name-complex="Courier New"/>
</style:style>
<style:style style:name="WW8Num6z2" style:family="text">
<style:text-properties style:font-name="Wingdings" style:font-name-complex="Wingdings"/>
</style:style>
<style:style style:name="WW8Num7z0" style:family="text">
<style:text-properties fo:font-style="normal" style:font-style-asian="normal"/>
</style:style>
<style:style style:name="Absatz-Standardschriftart" style:family="text"/>
<style:style style:name="Page_20_Number" style:display-name="Page Number" style:family="text" style:parent-style-name="Absatz-Standardschriftart"/>
<style:style style:name="Kommentarzeichen" style:family="text">
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt"/>
</style:style>
<style:style style:name="Footnote_20_Symbol" style:display-name="Footnote Symbol" style:family="text">
<style:text-properties style:text-position="super 58%"/>
</style:style>
<style:style style:name="Footnote_20_anchor" style:display-name="Footnote anchor" style:family="text">
<style:text-properties style:text-position="super 58%"/>
</style:style>
<style:style style:name="Frame" style:family="graphic">
<style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content"/>
</style:style>
<style:style style:name="Graphics" style:family="graphic">
<style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
</style:style>
<style:style style:name="OLE" style:family="graphic">
<style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
</style:style>
<text:outline-style style:name="Outline">
<text:outline-level-style text:level="1" style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.762cm" fo:text-indent="-0.762cm" fo:margin-left="0.762cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="2" style:num-format="1" text:display-levels="2">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.016cm" fo:text-indent="-1.016cm" fo:margin-left="1.016cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="3" style:num-format="1" text:display-levels="3">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-1.27cm" fo:margin-left="1.27cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="4" style:num-format="1" text:display-levels="4">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.524cm" fo:text-indent="-1.524cm" fo:margin-left="1.524cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="5" style:num-format="1" text:display-levels="5">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.778cm" fo:text-indent="-1.778cm" fo:margin-left="1.778cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="6" style:num-format="1" text:display-levels="6">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.032cm" fo:text-indent="-2.032cm" fo:margin-left="2.032cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="7" style:num-format="1" text:display-levels="7">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.286cm" fo:text-indent="-2.286cm" fo:margin-left="2.286cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="8" style:num-format="1" text:display-levels="8">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-2.54cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="9" style:num-format="1" text:display-levels="9">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.794cm" fo:text-indent="-2.794cm" fo:margin-left="2.794cm"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="10" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.048cm" fo:text-indent="-3.048cm" fo:margin-left="3.048cm"/>
</style:list-level-properties>
</text:outline-level-style>
</text:outline-style>
<text:list-style style:name="WW8Num1">
<text:list-level-style-number text:level="1" style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.762cm" fo:text-indent="-0.762cm" fo:margin-left="0.762cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="2" style:num-format="1" text:display-levels="2">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.016cm" fo:text-indent="-1.016cm" fo:margin-left="1.016cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="3" style:num-format="1" text:display-levels="3">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-1.27cm" fo:margin-left="1.27cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="4" style:num-format="1" text:display-levels="4">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.524cm" fo:text-indent="-1.524cm" fo:margin-left="1.524cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="5" style:num-format="1" text:display-levels="5">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.778cm" fo:text-indent="-1.778cm" fo:margin-left="1.778cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="6" style:num-format="1" text:display-levels="6">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.032cm" fo:text-indent="-2.032cm" fo:margin-left="2.032cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="7" style:num-format="1" text:display-levels="7">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.286cm" fo:text-indent="-2.286cm" fo:margin-left="2.286cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="8" style:num-format="1" text:display-levels="8">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-2.54cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="9" style:num-format="1" text:display-levels="9">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.794cm" fo:text-indent="-2.794cm" fo:margin-left="2.794cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<text:list-style style:name="WW8Num2">
<text:list-level-style-bullet text:level="1" text:style-name="WW8Num2z0" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.365cm" fo:margin-left="0.365cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-number text:level="2" style:num-format="1" text:display-levels="2">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.016cm" fo:text-indent="-1.016cm" fo:margin-left="1.016cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="3" style:num-format="1" text:display-levels="3">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-1.27cm" fo:margin-left="1.27cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="4" style:num-format="1" text:display-levels="4">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.524cm" fo:text-indent="-1.524cm" fo:margin-left="1.524cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="5" style:num-format="1" text:display-levels="5">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.778cm" fo:text-indent="-1.778cm" fo:margin-left="1.778cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="6" style:num-format="1" text:display-levels="6">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.032cm" fo:text-indent="-2.032cm" fo:margin-left="2.032cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="7" style:num-format="1" text:display-levels="7">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.286cm" fo:text-indent="-2.286cm" fo:margin-left="2.286cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="8" style:num-format="1" text:display-levels="8">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-2.54cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="9" style:num-format="1" text:display-levels="9">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.794cm" fo:text-indent="-2.794cm" fo:margin-left="2.794cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<text:list-style style:name="WW8Num3" text:consecutive-numbering="true">
<text:list-level-style-bullet text:level="1" text:style-name="WW8Num3z0" style:num-suffix="." text:bullet-char="-">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Arial"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:style-name="WW8Num3z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-0.635cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:style-name="WW8Num3z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.81cm" fo:text-indent="-0.635cm" fo:margin-left="3.81cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:style-name="WW8Num3z3" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="5.08cm" fo:text-indent="-0.635cm" fo:margin-left="5.08cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:style-name="WW8Num3z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.35cm" fo:text-indent="-0.635cm" fo:margin-left="6.35cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:style-name="WW8Num3z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="7.62cm" fo:text-indent="-0.635cm" fo:margin-left="7.62cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:style-name="WW8Num3z3" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="8.89cm" fo:text-indent="-0.635cm" fo:margin-left="8.89cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:style-name="WW8Num3z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="10.16cm" fo:text-indent="-0.635cm" fo:margin-left="10.16cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:style-name="WW8Num3z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="11.43cm" fo:text-indent="-0.635cm" fo:margin-left="11.43cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<text:list-style style:name="WW8Num4" text:consecutive-numbering="true">
<text:list-level-style-bullet text:level="1" text:style-name="WW8Num4z0" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.4cm" fo:text-indent="-0.4cm" fo:margin-left="0.4cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:style-name="WW8Num4z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-0.635cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:style-name="WW8Num4z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.81cm" fo:text-indent="-0.635cm" fo:margin-left="3.81cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:style-name="WW8Num4z3" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="5.08cm" fo:text-indent="-0.635cm" fo:margin-left="5.08cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:style-name="WW8Num4z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.35cm" fo:text-indent="-0.635cm" fo:margin-left="6.35cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:style-name="WW8Num4z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="7.62cm" fo:text-indent="-0.635cm" fo:margin-left="7.62cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:style-name="WW8Num4z3" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="8.89cm" fo:text-indent="-0.635cm" fo:margin-left="8.89cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:style-name="WW8Num4z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="10.16cm" fo:text-indent="-0.635cm" fo:margin-left="10.16cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:style-name="WW8Num4z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="11.43cm" fo:text-indent="-0.635cm" fo:margin-left="11.43cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<text:list-style style:name="WW8Num5" text:consecutive-numbering="true">
<text:list-level-style-bullet text:level="1" text:style-name="WW8Num5z0" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.63cm" fo:text-indent="-0.365cm" fo:margin-left="1cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:style-name="WW8Num5z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-0.635cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:style-name="WW8Num5z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.81cm" fo:text-indent="-0.635cm" fo:margin-left="3.81cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:style-name="WW8Num5z3" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="5.08cm" fo:text-indent="-0.635cm" fo:margin-left="5.08cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:style-name="WW8Num5z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.35cm" fo:text-indent="-0.635cm" fo:margin-left="6.35cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:style-name="WW8Num5z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="7.62cm" fo:text-indent="-0.635cm" fo:margin-left="7.62cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:style-name="WW8Num5z3" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="8.89cm" fo:text-indent="-0.635cm" fo:margin-left="8.89cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:style-name="WW8Num5z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="10.16cm" fo:text-indent="-0.635cm" fo:margin-left="10.16cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:style-name="WW8Num5z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="11.43cm" fo:text-indent="-0.635cm" fo:margin-left="11.43cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<text:list-style style:name="WW8Num6" text:consecutive-numbering="true">
<text:list-level-style-bullet text:level="1" text:style-name="WW8Num6z0" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:style-name="WW8Num6z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:style-name="WW8Num6z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="3.81cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="4" text:style-name="WW8Num6z0" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="5.08cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="5" text:style-name="WW8Num6z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="6.35cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="6" text:style-name="WW8Num6z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="7.62cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="7" text:style-name="WW8Num6z0" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="8.89cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Symbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="8" text:style-name="WW8Num6z1" style:num-suffix="." text:bullet-char="o">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="10.16cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Courier New1"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="9" text:style-name="WW8Num6z2" style:num-suffix="." text:bullet-char="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="11.43cm"/>
</style:list-level-properties>
<style:text-properties style:font-name="Wingdings"/>
</text:list-level-style-bullet>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<text:list-style style:name="WW8Num7" text:consecutive-numbering="true">
<text:list-level-style-number text:level="1" text:style-name="WW8Num7z0" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="2.54cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="i">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment" fo:text-align="end">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.318cm" fo:margin-left="3.81cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="5.08cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="a" style:num-letter-sync="true">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="6.35cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="i">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment" fo:text-align="end">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.318cm" fo:margin-left="7.62cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="8.89cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="a" style:num-letter-sync="true">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.635cm" fo:margin-left="10.16cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="i">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment" fo:text-align="end">
<style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-0.318cm" fo:margin-left="11.43cm"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.985cm" fo:text-indent="-0.635cm" fo:margin-left="6.985cm"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<text:notes-configuration text:note-class="footnote" text:citation-style-name="Footnote_20_Symbol" text:citation-body-style-name="Footnote_20_anchor" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document" text:increment="0"/>
<text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
<text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/>
<style:default-page-layout>
<style:page-layout-properties style:layout-grid-standard-mode="true"/>
</style:default-page-layout>
</office:styles>
<office:automatic-styles>
<style:style style:name="MP1" style:family="paragraph" style:parent-style-name="Header">
<style:text-properties fo:language="de" fo:country="AT" style:language-asian="none" style:country-asian="none"/>
</style:style>
<style:style style:name="MP2" style:family="paragraph" style:parent-style-name="Footer">
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="MT1" style:family="text"/>
<style:style style:name="MT2" style:family="text">
<style:text-properties fo:font-size="8pt" fo:background-color="#ffff00" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="MT3" style:family="text">
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="MT4" style:family="text">
<style:text-properties fo:font-size="8pt" fo:font-weight="bold" fo:background-color="#ffff00" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="Mfr1" style:family="graphic" style:parent-style-name="Graphics">
<style:graphic-properties fo:margin-left="0.319cm" fo:margin-right="0.319cm" style:run-through="background" style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" fo:padding="0.026cm" fo:border="none" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
</style:style>
<style:page-layout style:name="Mpm1">
<style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="1.27cm" fo:margin-bottom="1.229cm" fo:margin-left="2.501cm" fo:margin-right="2.501cm" style:writing-mode="lr-tb" style:layout-grid-color="#c0c0c0" style:layout-grid-lines="42" style:layout-grid-base-height="0.635cm" style:layout-grid-ruby-height="0cm" style:layout-grid-mode="none" style:layout-grid-ruby-below="false" style:layout-grid-print="false" style:layout-grid-display="false" style:layout-grid-base-width="0.423cm" style:layout-grid-snap-to="true" style:layout-grid-snap-to-characters="true" style:footnote-max-height="0cm">
<style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
</style:page-layout-properties>
<style:header-style>
<style:header-footer-properties fo:min-height="3.48cm" fo:margin-bottom="3.381cm" style:dynamic-spacing="true"/>
</style:header-style>
<style:footer-style>
<style:header-footer-properties fo:min-height="0.771cm" fo:margin-top="0.672cm" style:dynamic-spacing="true"/>
</style:footer-style>
</style:page-layout>
</office:automatic-styles>
<office:master-styles>
<style:master-page style:name="Standard" style:page-layout-name="Mpm1">
<style:header>
<text:p text:style-name="MP1">
</text:p>
</style:header>
<style:footer>
</style:footer>
</style:master-page>
<style:master-page style:name="First_20_Page" style:display-name="First Page" style:page-layout-name="Mpm1" style:next-style-name="Standard">
<style:header>
<text:p text:style-name="MP1">
</text:p>
</style:header>
<style:footer>
</style:footer>
</style:master-page>
</office:master-styles>
</office:document-styles>
</xsl:template>
</xsl:stylesheet>
+743
View File
@@ -0,0 +1,743 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
>
<xsl:output method="xml" version="1.0" indent="yes"/>
<xsl:template match="ausbildungsvertraege">
<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
<office:scripts/>
<office:font-face-decls>
<style:font-face style:name="Wingdings" svg:font-family="Wingdings" style:font-pitch="variable" style:font-charset="x-symbol"/>
<style:font-face style:name="Symbol" svg:font-family="Symbol" style:font-family-generic="roman" style:font-pitch="variable" style:font-charset="x-symbol"/>
<style:font-face style:name="Lohit Hindi1" svg:font-family="'Lohit Hindi'"/>
<style:font-face style:name="Courier New" svg:font-family="'Courier New'" style:font-family-generic="modern"/>
<style:font-face style:name="Lucida Grande" svg:font-family="'Lucida Grande', 'Times New Roman'" style:font-family-generic="roman"/>
<style:font-face style:name="Optima" svg:font-family="Optima, 'Times New Roman'" style:font-family-generic="roman"/>
<style:font-face style:name="ヒラギノ角ゴ Pro W3" svg:font-family="'ヒラギノ角ゴ Pro W3'" style:font-family-generic="roman"/>
<style:font-face style:name="Courier New1" svg:font-family="'Courier New'" style:font-family-generic="modern" style:font-pitch="fixed"/>
<style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Times New Roman" svg:font-family="'Times New Roman'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Arial" svg:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Droid Sans" svg:font-family="'Droid Sans'" style:font-family-generic="system" style:font-pitch="variable"/>
<style:font-face style:name="Lohit Hindi" svg:font-family="'Lohit Hindi'" style:font-family-generic="system" style:font-pitch="variable"/>
</office:font-face-decls>
<office:automatic-styles>
<style:style style:name="Tabelle1" style:family="table">
<style:table-properties style:width="15.252cm" table:align="left" style:writing-mode="lr-tb"/>
</style:style>
<style:style style:name="Tabelle1.A" style:family="table-column">
<style:table-column-properties style:column-width="7.001cm"/>
</style:style>
<style:style style:name="Tabelle1.B" style:family="table-column">
<style:table-column-properties style:column-width="1.251cm"/>
</style:style>
<style:style style:name="Tabelle1.1" style:family="table-row">
<style:table-row-properties fo:keep-together="auto"/>
</style:style>
<style:style style:name="Tabelle1.A1" style:family="table-cell">
<style:table-cell-properties style:vertical-align="top" fo:padding="0cm" fo:border-left="none" fo:border-right="none" fo:border-top="0.5pt dotted #000000" fo:border-bottom="0.5pt dotted #000000" style:writing-mode="lr-tb"/>
</style:style>
<style:style style:name="Tabelle1.B1" style:family="table-cell">
<style:table-cell-properties style:vertical-align="top" fo:padding="0cm" fo:border="none" style:writing-mode="lr-tb"/>
</style:style>
<style:style style:name="Tabelle1.A2" style:family="table-cell">
<style:table-cell-properties style:vertical-align="top" fo:padding="0cm" fo:border-left="none" fo:border-right="none" fo:border-top="0.5pt dotted #000000" fo:border-bottom="none" style:writing-mode="lr-tb"/>
</style:style>
<style:style style:name="P1" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="0cm"/>
<style:tab-stop style:position="6.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%"/>
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P3" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P4" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%"/>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P5" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P6" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="6.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P7" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="0cm"/>
<style:tab-stop style:position="6.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P8" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P9" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="10pt" fo:background-color="#ffff00" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Arial" style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<style:style style:name="P10" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties fo:language="de" fo:country="AT"/>
</style:style>
<style:style style:name="P11" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%"/>
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-name-complex="Arial" style:font-size-complex="7pt"/>
</style:style>
<style:style style:name="P12" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-name-complex="Arial" style:font-size-complex="7pt"/>
</style:style>
<style:style style:name="P13" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%"/>
<style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-name-complex="Arial" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P14" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-name-complex="Arial" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P15" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false" fo:break-before="page"/>
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P16" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false" fo:break-before="page">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P17" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="-0.252cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false" fo:text-indent="0cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="10pt" fo:background-color="#ffff00" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P18" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="-0.252cm" fo:line-height="130%" fo:text-indent="0cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P19" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="-0.25cm" fo:margin-top="0.106cm" fo:margin-bottom="0cm" fo:line-height="130%" fo:text-indent="0cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-name-complex="Arial" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P20" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="-0.25cm" fo:margin-top="0.106cm" fo:margin-bottom="0cm" fo:line-height="130%" fo:text-indent="0cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
<style:tab-stop style:position="14.503cm" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-name-complex="Arial" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="-0.25cm" fo:margin-top="0.106cm" fo:margin-bottom="0cm" fo:line-height="130%" fo:text-indent="0cm" style:auto-text-indent="false" style:snap-to-layout-grid="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
<style:tab-stop style:position="14.503cm" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-size="9pt" style:font-size-asian="9pt" style:font-name-complex="Arial" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Heading_20_1" style:master-page-name="First_20_Page">
<style:paragraph-properties style:page-number="1"/>
<style:text-properties style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-align="justify" style:justify-single-word="false" fo:text-indent="-0.635cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="0.751cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:font-style="normal" style:font-style-asian="normal"/>
</style:style>
<style:style style:name="P24" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-align="justify" style:justify-single-word="false" fo:text-indent="-0.635cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="0.751cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:language="de" fo:country="AT" fo:font-style="normal" style:language-asian="ar" style:country-asian="SA" style:font-style-asian="normal"/>
</style:style>
<style:style style:name="P25" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-align="justify" style:justify-single-word="false" fo:text-indent="-0.635cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="0.751cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:background-color="#ffff00"/>
</style:style>
<style:style style:name="P26" style:family="paragraph" style:parent-style-name="Heading_20_2">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0.071cm" fo:margin-bottom="0.212cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false" fo:text-indent="-0.635cm" style:auto-text-indent="false">
<style:tab-stops>
<style:tab-stop style:position="0.751cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:language="de" fo:country="AT" fo:font-style="normal" style:language-asian="ar" style:country-asian="SA" style:font-style-asian="normal"/>
</style:style>
<style:style style:name="P27" style:family="paragraph" style:parent-style-name="Heading_20_3">
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.106cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="10pt" fo:language="de" fo:country="AT" style:font-size-asian="10pt" style:language-asian="ar" style:country-asian="SA"/>
</style:style>
<style:style style:name="P28" style:family="paragraph" style:parent-style-name="Heading_20_3">
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="10pt" fo:language="de" fo:country="AT" style:font-size-asian="10pt" style:language-asian="ar" style:country-asian="SA"/>
</style:style>
<style:style style:name="P29" style:family="paragraph" style:parent-style-name="Heading_20_4">
<style:paragraph-properties fo:margin-top="0.212cm" fo:margin-bottom="0.071cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Arial" fo:font-size="10pt" fo:language="de" fo:country="AT" fo:font-weight="normal" style:font-size-asian="10pt" style:language-asian="ar" style:country-asian="SA" style:font-weight-asian="normal" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P30" style:family="paragraph" style:parent-style-name="Heading_20_4">
<style:paragraph-properties fo:margin-top="0.353cm" fo:margin-bottom="0.071cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Arial" fo:font-size="10pt" fo:font-weight="normal" style:font-size-asian="10pt" style:language-asian="ar" style:country-asian="SA" style:font-weight-asian="normal" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P31" style:family="paragraph" style:parent-style-name="Heading_20_4">
<style:paragraph-properties fo:margin-top="0.353cm" fo:margin-bottom="0.071cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Arial" fo:font-size="10pt" fo:language="de" fo:country="AT" fo:font-weight="normal" style:font-size-asian="10pt" style:language-asian="ar" style:country-asian="SA" style:font-weight-asian="normal" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P32" style:family="paragraph" style:parent-style-name="Heading_20_4">
<style:paragraph-properties fo:margin-top="0.353cm" fo:margin-bottom="0.071cm" fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Arial" fo:font-size="10pt" fo:language="en" fo:country="US" fo:font-weight="normal" style:font-size-asian="10pt" style:language-asian="ar" style:country-asian="SA" style:font-weight-asian="normal" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P33" style:family="paragraph" style:parent-style-name="Footer">
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P34" style:family="paragraph" style:parent-style-name="Header">
<style:text-properties fo:language="de" fo:country="AT" style:language-asian="none" style:country-asian="none"/>
</style:style>
<style:style style:name="P35" style:family="paragraph" style:parent-style-name="Textkörper_20_2">
<style:paragraph-properties fo:line-height="130%"/>
<style:text-properties style:font-name="Arial" fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P36" style:family="paragraph" style:parent-style-name="Textkörper_20_3">
<style:paragraph-properties fo:line-height="130%" fo:orphans="0" fo:widows="0"/>
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P37" style:family="paragraph" style:parent-style-name="Formatvorlage_20_Aufzählung_20_1">
<style:paragraph-properties fo:text-align="justify" style:justify-single-word="false"/>
</style:style>
<style:style style:name="P38" style:family="paragraph" style:parent-style-name="Formatvorlage_20_Aufzählung_20_1">
<style:paragraph-properties fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P39" style:family="paragraph" style:parent-style-name="Formatvorlage_20_Aufzählung_20_1">
<style:paragraph-properties fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties fo:font-size="8pt" fo:language="de" fo:country="AT" style:font-size-asian="8pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P40" style:family="paragraph" style:parent-style-name="Formatvorlage_20_Aufzählung_20_1">
<style:paragraph-properties fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<style:style style:name="P41" style:family="paragraph" style:parent-style-name="Standard1">
<style:paragraph-properties fo:line-height="130%" fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="1.251cm"/>
<style:tab-stop style:position="2.501cm"/>
<style:tab-stop style:position="3.752cm"/>
<style:tab-stop style:position="5.002cm"/>
<style:tab-stop style:position="6.253cm"/>
<style:tab-stop style:position="7.504cm"/>
<style:tab-stop style:position="8.754cm"/>
<style:tab-stop style:position="10.005cm"/>
<style:tab-stop style:position="11.255cm"/>
<style:tab-stop style:position="12.506cm"/>
<style:tab-stop style:position="13.757cm"/>
<style:tab-stop style:position="15.007cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:color="#000000" style:font-name="Arial" fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T1" style:family="text">
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold"/>
</style:style>
<style:style style:name="T2" style:family="text">
<style:text-properties fo:font-weight="bold" fo:background-color="#ffff00" style:font-weight-asian="bold"/>
</style:style>
<style:style style:name="T3" style:family="text">
<style:text-properties fo:font-size="9pt" style:font-name-asian="Arial" style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
<style:style style:name="T4" style:family="text">
<style:text-properties style:font-name-asian="Arial"/>
</style:style>
<style:style style:name="T5" style:family="text">
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T6" style:family="text">
<style:text-properties fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="T7" style:family="text">
<style:text-properties fo:font-size="8pt" fo:background-color="#ffff00" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="T8" style:family="text">
<style:text-properties fo:font-size="8pt" fo:font-weight="bold" fo:background-color="#ffff00" style:font-size-asian="8pt" style:font-weight-asian="bold" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="T9" style:family="text">
<style:text-properties style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T10" style:family="text">
<style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T11" style:family="text">
<style:text-properties fo:background-color="#ffff00"/>
</style:style>
<style:style style:name="T12" style:family="text">
<style:text-properties style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<style:style style:name="T13" style:family="text">
<style:text-properties fo:font-style="normal" style:font-style-asian="normal"/>
</style:style>
<style:style style:name="T14" style:family="text"/>
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics">
<style:graphic-properties fo:margin-left="0.319cm" fo:margin-right="0.319cm" style:run-through="background" style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" fo:padding="0.026cm" fo:border="none" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
</style:style>
<style:style style:name="T15" style:family="text">
<style:text-properties fo:font-style="italic" style:font-style-asian="italic"/>
</style:style>
</office:automatic-styles>
<office:body>
<xsl:apply-templates select="ausbildungsvertrag"/>
</office:body>
</office:document-content>
</xsl:template>
<xsl:template match="ausbildungsvertrag">
<office:text text:use-soft-page-breaks="true" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0">
<text:tracked-changes text:track-changes="true"/>
<text:sequence-decls>
<text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
<text:sequence-decl text:display-outline-level="0" text:name="Table"/>
<text:sequence-decl text:display-outline-level="0" text:name="Text"/>
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
</text:sequence-decls>
<text:h text:style-name="P22" text:outline-level="1" text:is-list-header="true">Ausbildungsvertrag</text:h>
<text:p text:style-name="P2"/>
<text:p text:style-name="P4">für die Ausbildung im Fachhochschul-<xsl:value-of select="studiengang_typ"/>studiengang</text:p>
<text:p text:style-name="P2"/>
<text:p text:style-name="P4">"<xsl:value-of select="studiengang"/>"</text:p>
<text:p text:style-name="T5">Studiengangskennzahl: <xsl:value-of select="studiengang_kz"/></text:p>
<text:p text:style-name="T5">Genehmigt gemäß FHStG und HSQG (BGBl. I 74/2011, idgF)</text:p>
<text:p text:style-name="T5">mit Bescheid GZ: FH12020012</text:p>
<text:p text:style-name="P14"/>
<text:p text:style-name="P24">Ausbildungsberechtigter:</text:p>
<text:p text:style-name="P5">FACHHOCHSCHULE BURGENLAND GmbH</text:p>
<text:p text:style-name="P5">Campus 1, 7000 Eisenstadt</text:p>
<text:p text:style-name="P2"/>
<text:p text:style-name="P5">Ansprechstelle für alle wesentlichen Fragen des Lehr- und Studienbetriebs ist der/die jeweilige Studiengangsleiter/in.</text:p>
<text:p text:style-name="P14"/>
<text:p text:style-name="P24">Ausbildungsvertragsgrundlage:</text:p>
<text:p text:style-name="P5">Die Ausbildung erfolgt auf Grundlage des Bundesgesetzes über Fachhochschul-Studiengänge (Fachhochschul-Studiengesetz FHStG in der gültigen Fassung), vor allem auf Basis des Akkreditierungsantrags für den Fachhochschul-<xsl:value-of select="studiengang_typ"/>studiengang <text:span text:style-name="T1"><xsl:value-of select="studiengang"/></text:span> in der jeweils gültigen Fassung. Die Hauptausbildungsstätte ist in Eisenstadt.</text:p>
<text:p text:style-name="P14"/>
<text:p text:style-name="P24">Studierende/r:</text:p>
<text:p text:style-name="P5"><text:span text:style-name="T1">(Änderungen sind dem Ausbildungsberechtigten unverzüglich schriftlich bekannt zu geben.)</text:span></text:p>
<text:p text:style-name="P2"/>
<text:p text:style-name="P7">Personenkennzeichen:<text:tab/><text:span text:style-name="T1"><xsl:value-of select="matrikelnr"/></text:span></text:p>
<text:p text:style-name="P6">Familienname: <text:tab/><xsl:value-of select="nachname"/></text:p>
<text:p text:style-name="P6">Vorname: <text:tab/><xsl:value-of select="vorname"/></text:p>
<text:p text:style-name="P6">Akademische/r Titel: <text:tab/><xsl:value-of select="titelpre"/><xsl:value-of select="titelpost"/></text:p>
<text:p text:style-name="P6">Adresse: <text:tab/><xsl:value-of select="strasse"/>; <xsl:value-of select="plz"/></text:p>
<text:p text:style-name="P7">Geburtsdatum: <text:tab/><text:database-display text:table-name="" text:table-type="table" text:column-name="Geb.datum"><xsl:value-of select="gebdatum"/></text:database-display></text:p>
<text:p text:style-name="P1">
<text:span text:style-name="T10">Sozialversicherungsnummer:</text:span>
<text:span text:style-name="Footnote_20_Symbol">
<text:span text:style-name="T10">
<text:note text:id="ftn1" text:note-class="footnote">
<text:note-citation text:label="1">1</text:note-citation>
<text:note-body>
<text:p text:style-name="Standard">
<text:span text:style-name="T4">
<text:s/>
</text:span>
<text:span text:style-name="T5">Gemäß § 3 Absatz 1 des Bildungsdokumentationsgesetzes (BGBl. I Nr. 12/2002 idgF) und der Bildungsdokumentationsverordnung-Fachhochschulen <text:s/>(BGBl. II Nr. 29/2004 idgF) hat der Erhalter die Sozialversicherungsnummer zu erfassen und gemäß § 7 Absatz 2 im Wege der Agentur für Qualitätssicherung und Akkreditierung Austria an das zuständige Bundesministerium und die Bundesanstalt Statistik Österreich zu übermitteln.</text:span>
</text:p>
<text:p text:style-name="P10"/>
</text:note-body>
</text:note>
</text:span>
</text:span>
<text:span text:style-name="T10">
<text:tab/>
</text:span>
<text:span text:style-name="T10">
<xsl:value-of select="svnr"/>
</text:span>
</text:p>
<text:p text:style-name="P4"><text:span text:style-name="T1">dem Verein Fachhochschule Technikum Wien,</text:span> 1060 Wien, Mariahilfer Straße 37-39 (kurz „Erhalter“ genannt) einerseits <text:span text:style-name="T1">und</text:span></text:p>
<text:p text:style-name="P2"/>
<text:p text:style-name="P6">Familienname: <text:tab/><xsl:value-of select="nachname"/></text:p>
<text:p text:style-name="P6">Vorname: <text:tab/><xsl:value-of select="vorname"/></text:p>
<text:p text:style-name="P6">Akademische/r Titel: <text:tab/><xsl:value-of select="titelpre"/><xsl:value-of select="titelpost"/></text:p>
<text:p text:style-name="P6">Adresse: <text:tab/><xsl:value-of select="strasse"/>; <xsl:value-of select="plz"/></text:p>
<text:p text:style-name="P7">Geburtsdatum: <text:tab/><text:database-display text:table-name="" text:table-type="table" text:column-name="Geb.datum"><xsl:value-of select="gebdatum"/></text:database-display></text:p>
<text:p text:style-name="P1">
<text:span text:style-name="T10">Sozialversicherungsnummer:</text:span>
<text:span text:style-name="Footnote_20_Symbol">
<text:span text:style-name="T10">
<text:note text:id="ftn1" text:note-class="footnote">
<text:note-citation text:label="1">1</text:note-citation>
<text:note-body>
<text:p text:style-name="Standard">
<text:span text:style-name="T4">
<text:s/>
</text:span>
<text:span text:style-name="T5">Gemäß § 3 Absatz 1 des Bildungsdokumentationsgesetzes (BGBl. I Nr. 12/2002 idgF) und der Bildungsdokumentationsverordnung-Fachhochschulen <text:s/>(BGBl. II Nr. 29/2004 idgF) hat der Erhalter die Sozialversicherungsnummer zu erfassen und gemäß § 7 Absatz 2 im Wege der Agentur für Qualitätssicherung und Akkreditierung Austria an das zuständige Bundesministerium und die Bundesanstalt Statistik Österreich zu übermitteln.</text:span>
</text:p>
<text:p text:style-name="P10"/>
</text:note-body>
</text:note>
</text:span>
</text:span>
<text:span text:style-name="T10">
<text:tab/>
</text:span>
<text:span text:style-name="T10">
<xsl:value-of select="svnr"/>
</text:span>
</text:p>
<text:p text:style-name="P7">Personenkennzeichen:<text:tab/><xsl:value-of select="matrikelnr"/></text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P4">(kurz „Studentin“ bzw. „Student“ genannt) andererseits im Rahmen des <xsl:value-of select="studiengang_typ"/> Studienganges „<xsl:value-of select="studiengang"/>“, StgKz <xsl:value-of select="studiengang_kz"/>, in der Organisationsform eines
<xsl:choose>
<xsl:when test="orgform = 'BB'" >
berufsbegleitenden Studiums.
</xsl:when>
<xsl:when test="orgform = 'VZ'" >
Vollzeitstudiums.
</xsl:when>
<xsl:otherwise>
Fernstudiums.
</xsl:otherwise>
</xsl:choose>
</text:p>
<text:p text:style-name="P13"/>
<text:list xml:id="list305698312" text:continue-numbering="false" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P24"><text:span text:style-name="T4"><text:s/></text:span>Ausbildungsort</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P5">Studienort sind die Räumlichkeiten der FH Technikum Wien, 1200 Wien, Höchstädtplatz und 1210 Wien, Giefinggasse. Bei Bedarf kann der Erhalter einen anderen Studienort festlegen.</text:p>
<text:p text:style-name="P14"/>
<text:list xml:id="list932404618" text:continue-numbering="true" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P23">Vertragsgrundlage</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P5">Die Ausbildung erfolgt auf der Grundlage des Fachhochschul-Studiengesetzes, BGBl. Nr. 340/1993 idgF, des Hochschul-Qualitätssicherungsgesetzes, BGBl. I Nr. 74/2011 idgF, des Akkreditierungsbescheides des Board der AQ Austria vom 9.5.2012, GZ FH12020016 idgF und des Fördervertrags mit dem Bundesministerium für Wissenschaft und Forschung idgF.</text:p>
<text:p text:style-name="P14"/>
<text:list xml:id="list636990326" text:continue-numbering="true" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26"><text:bookmark-start text:name="_Ref78860434"/>Ausbildungsdauer<text:bookmark-end text:name="_Ref78860434"/></text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P5">Die Ausbildungsdauer beträgt <xsl:value-of select="studiengang_maxsemester"/> Semester.</text:p>
<text:p text:style-name="P5"/>
<text:p text:style-name="P5">Nachgewiesene erworbene Kenntnisse können auf einzelne Lehrveranstaltungen angerechnet werden bzw. zum Erlass einer Lehrveranstaltung oder des Berufspraktikums führen. Hierzu bedarf es eines Antrages der Studentin bzw. des Studenten und der nachfolgenden Feststellung der inhaltlichen und umfänglichen Gleichwertigkeit durch die Studiengangsleitung.</text:p>
<text:p text:style-name="P15"/>
<text:list xml:id="list107841840" text:continue-numbering="true" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26">Ausbildungsabschluss</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P36">Die Ausbildung endet mit der positiven Absolvierung der das jeweilige Studium abschließenden kommissionellen Prüfung. Nach dem Abschluss der vorgeschriebenen Prüfungen wird der akademische Grad <xsl:value-of select="studiengang_typ"/> of Science in Engineering (<xsl:value-of select="titel_kurzbz"/>) durch das FH-Kollegium verliehen.</text:p>
<text:p text:style-name="P36"/>
<text:list xml:id="list890989597" text:continue-numbering="true" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26">Rechte und Pflichten des Erhalters</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P27"><text:bookmark-start text:name="_Ref78865698"/>5.1 Rechte<text:bookmark-end text:name="_Ref78865698"/></text:p>
<text:p text:style-name="P5">Der Erhalter führt eine periodische Überprüfung des Studiums im Hinblick auf Relevanz und Aktualität durch und ist im Einvernehmen mit dem FH-Kollegium berechtigt, daraus Änderungen des akkreditierten Studienganges abzuleiten.</text:p>
<text:list xml:id="list1539722475" text:style-name="WW8Num4">
<text:list-header>
<text:p text:style-name="P39"/>
</text:list-header>
</text:list>
<text:p text:style-name="P27">5.2 Pflichten</text:p>
<text:list xml:id="list1245891399" text:continue-numbering="true" text:style-name="WW8Num4">
<text:list-item>
<text:p text:style-name="P40">Der Erhalter ist verpflichtet, all jene Voraussetzungen zu bieten, damit das Studium innerhalb der Ausbildungsdauer (Pkt. 3) erfolgreich abgeschlossen werden kann. Die Voraussetzungen zur Erfüllung dieser Verpflichtung sind Gegenstand des akkreditierten Studienganges idgF, der Satzung der FH Technikum Wien idgF und der Hausordnung idgF. </text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">Der Erhalter ist weiters verpflichtet, das Studium auf der Grundlage höchster Qualitätsansprüche hinsichtlich der Erreichung der Ausbildungsziele zu gestalten und allfällige Änderungen des akkreditierten Studienganges bekannt zu geben.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">Der Erhalter ist nur dann berechtigt, die der Studentin oder dem Studenten zur Verfügung gestellte FHTW-E-Mail-Adresse weiterzugeben, wenn im Sinne von § 47 Datenschutzgesetz (DSG 2000) das öffentliche oder wissenschaftliche Interesse gegenüber dem privaten Einzelinteresse überwiegt.</text:p>
</text:list-item>
</text:list>
<text:p text:style-name="P38"/>
<text:list xml:id="list1403787711" text:continue-list="list890989597" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26">Rechte und Pflichten der Studierenden</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P27">6.1 Rechte</text:p>
<text:p text:style-name="P5">Die Studentin bzw. der Student hat das Recht auf </text:p>
<text:list xml:id="list1358297633" text:continue-list="list1245891399" text:style-name="WW8Num4">
<text:list-item>
<text:p text:style-name="P40">einen Studienbetrieb gemäß den im akkreditierten Studiengang idgF und in der Satzung der FH Technikum Wien idgF festgelegten Bedingungen;</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">ein Zeugnis über die im laufenden Semester abgelegten Prüfungen;</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P37">
<text:span text:style-name="T12">Unterbrechung der Ausbildung aus nachgewiesenen zwingenden persönlichen, gesundheitlichen oder beruflichen</text:span>
<text:span text:style-name="T9"> Gründen.</text:span>
</text:p>
<text:p text:style-name="P38"/>
</text:list-item>
</text:list>
<text:p text:style-name="P28">6.2 Pflichten</text:p>
<text:p text:style-name="P29">6.2.1 Studienbeitrag</text:p>
<text:p text:style-name="P5">Die Studentin bzw. der Student ist verpflichtet, zwei Wochen vor Beginn jedes Semesters (StudienanfängerInnen: bis 20. August vor Studienbeginn) einen Studienbeitrag gemäß Fachhochschul-Studiengesetz (BGBl. Nr. 340/1993 idgF) in der Höhe von derzeit € 363,36 netto pro Semester zu entrichten. Dies gilt auch in Semestern mit DiplomandInnenstatus o.ä. Im Falle einer Erhöhung des gesetzlichen Studienbeitragssatzes erhöht sich der angeführte Betrag entsprechend. <text:soft-page-break/>Bei Nichtantritt des Studiums oder Abbruch zu Beginn oder während des Semesters verfällt der Studienbeitrag.</text:p>
<text:p text:style-name="P31">6.2.2 Studierendenbeitrag („ÖH-Beitrag“)</text:p>
<text:p text:style-name="P5">Gemäß § 4 Abs. 10 des Fachhochschul-Studiengesetzes (BGBl. Nr. 340/1993 idgF und der Bundesministeriengesetz-Novelle 2007, BGBl. I Nr. 6/2007) gehören Studierende an Fachhochschul-Studiengängen der Österreichischen HochschülerInnenschaft (ÖH) gemäß Hochschülerinnen- und Hochschülerschaftsgesetz (HSG 1998) an. Daraus resultiert die Verpflichtung der Studentin oder des Studenten zur Entrichtung des ÖH-Beitrags. Dies gilt auch in Semestern mit DiplomandInnenstatus. Der Studierendenbeitrag kann jährlich durch die ÖH indexiert werden; die genaue Höhe des Studierendenbeitrags wird von der ÖH jährlich für das folgende Studienjahr bekannt gegeben.</text:p>
<text:p text:style-name="P5">Die Einhebung des Betrags erfolgt durch die Fachhochschule. Der Erhalter überweist in Folge die eingezahlten Beträge der Studierenden ohne Abzüge an die ÖH. Die Entrichtung des Betrags ist Voraussetzung für die Zulassung zum Studium bzw. für dessen Fortsetzung.</text:p>
<text:p text:style-name="P32">6.2.3 Kaution</text:p>
<text:p text:style-name="P5">Im Zuge der Einschreibung ist der Nachweis über die einbezahlte Kaution zu erbringen.</text:p>
<text:p text:style-name="P5">Die Kaution beträgt € 150,.</text:p>
<text:p text:style-name="P5">Bei Nichtantritt des Studiums oder Abbruch während des ersten oder zweiten Semesters verfällt die Kaution.</text:p>
<text:p text:style-name="P5">Bei aufrechtem Inskriptionsverhältnis zu Beginn des zweiten Semesters wird die Kaution auf den Unkostenbeitrag (siehe nächster Punkt) des ersten und zweiten Semesters angerechnet. </text:p>
<text:p text:style-name="P30">6.2.4 Unkostenbeitrag </text:p>
<text:p text:style-name="P41">Pro Semester ist ein Unkostenbeitrag zu entrichten, wobei es sich nicht um einen Pauschalbetrag handelt. Der Unkostenbeitrag stellt eine Abgeltung für über das Normalmaß hinausgehende Serviceleistungen der FH dar, z.B. Freifächer, Beratung/Info Auslandsstudium, Sponsionsfeiern, Vorträge / Jobbörse, Mensa etc.</text:p>
<text:p text:style-name="P5">Die Höhe des Unkostenbeitrages beträgt derzeit € 75, pro Semester. Eine allfällige Anpassung wird durch Aushang bekannt gemacht.</text:p>
<text:p text:style-name="P5">Der Unkostenbeitrag ist
<xsl:choose>
<xsl:when test="semesterStudent = 3" >
im
</xsl:when>
<xsl:otherwise>
ab dem
</xsl:otherwise>
</xsl:choose>
3. Semester gleichzeitig mit der Studiengebühr vor Beginn des Semesters zu entrichten.</text:p>
<text:p text:style-name="P5">Bei Vertragsauflösung vor Studienabschluss aus Gründen, die die Studentin bzw. der Student zu vertreten hat, oder auf deren bzw. dessen Wunsch, wird der Unkostenbeitrag zur Abdeckung der dem Erhalter erwachsenen administrativen Zusatzkosten einbehalten.</text:p>
<text:p text:style-name="P32">6.2.5 Lehr- und Lernbehelfe</text:p>
<text:p text:style-name="P8">Die Anschaffung unterrichtsbezogener Literatur und individueller Lernbehelfe ist durch den Unkostenbeitrag nicht abgedeckt. Eventuelle zusätzliche Kosten, die sich beispielsweise durch die studiengangsbezogene, gemeinsame Anschaffung von Lehr- bzw. Lernbehelfen (Skripten, CDs, Bücher, Projektmaterialien, Kopierpapier etc.) oder durch Exkursionen ergeben, werden von jedem Studiengang individuell eingehoben.</text:p>
<text:p text:style-name="P32"><text:bookmark-start text:name="_Ref78863824"/>6.2.6 Beibringung persönlicher Daten<text:bookmark-end text:name="_Ref78863824"/></text:p>
<text:p text:style-name="P35">Die Studentin bzw. der Student ist verpflichtet, persönliche Daten beizubringen, die auf Grund eines Gesetzes, einer Verordnung oder eines Bescheides vom Erhalter zu erfassen sind.</text:p>
<text:p text:style-name="P32"><text:bookmark-start text:name="_Ref78867653"/><text:soft-page-break/>6.2.7 Verwertungsrechte</text:p>
<text:p text:style-name="P35">Sofern nicht im Einzelfall andere Regelungen zwischen dem Erhalter und der Studentin oder dem Studenten getroffen wurden, ist die Studentin oder der Student verpflichtet, dem Erhalter die Rechte an Forschungs- und Entwicklungsergebnissen auf dessen schriftliche Anfrage hin anzubieten.</text:p>
<text:p text:style-name="P35"/>
<text:p text:style-name="P32">6.2.8 Aufzeichnungen und Mitschnitte</text:p>
<text:p text:style-name="P35">Es ist der/dem Studierenden ausdrücklich untersagt, Lehrveranstaltungen als Ganzes oder nur Teile davon aufzuzeichnen und/oder mitzuschneiden (z.B. durch Film- und/oder Tonaufnahmen oder sonstige hierfür geeignete audiovisuelle Mittel). Darüber hinaus ist jede Form der öffentlichen Zurverfügungstellung (drahtlos oder drahtgebunden) der vorgenannten Aufnahmen z.B. in sozialen Netzwerken wie Facebook, StudiVZ etc, aber auch auf Youtube usw. oder durch sonstige für diese Zwecke geeignete Kommunikationsmittel untersagt. Diese Regelungen gelten sinngemäß auch für Skripten, sonstige Lernbehelfe und Prüfungsangaben.</text:p>
<text:p text:style-name="P35">Ausgenommen hiervon ist eine Aufzeichnung zu ausschließlichen Lern-, Studien- und Forschungszwecken und zum privaten Gebrauch, sofern hierfür der Vortragende vorab ausdrücklich seine schriftliche Zustimmung erteilt hat.</text:p>
<text:p text:style-name="P31">6.2.9 Geheimhaltungspflicht<text:bookmark-end text:name="_Ref78867653"/></text:p>
<text:p text:style-name="P5">Die Studentin bzw. der Student ist zur Geheimhaltung von Forschungs- und Entwicklungsaktivitäten und -ergebnissen gegenüber Dritten verpflichtet. </text:p>
<text:p text:style-name="P5"/>
<text:p text:style-name="P5">6.2.10 Unfallmeldung</text:p>
<text:p text:style-name="P5">Im Falle eines Unfalles mit körperlicher Verletzung des/der Studierenden im Zusammenhang mit dem Studium ist die/der Studierende verpflichtet, innerhalb von drei Tagen eine Meldung am Studiengangssekretariat einzubringen. Dies betrifft auch Wegunfälle zur oder von der FH.</text:p>
<text:p text:style-name="P5"/>
<text:list xml:id="list866389060" text:continue-list="list1403787711" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26">Beendigung des Vertrages</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P27">7.1 Auflösung im beiderseitigen Einvernehmen</text:p>
<text:p text:style-name="P8">Im beiderseitigen Einvernehmen ist die Auflösung des Ausbildungsvertrages jederzeit ohne Angabe von Gründen möglich. Die einvernehmliche Auflösung bedarf der Schriftform.</text:p>
<text:p text:style-name="P3"/>
<text:p text:style-name="P27">7.2 Kündigung durch die Studentin bzw. den Studenten</text:p>
<text:p text:style-name="P8">Die Studentin bzw. der Student kann den Ausbildungsvertrag schriftlich jeweils zum Ende eines Semesters kündigen.</text:p>
<text:p text:style-name="P16"/>
<text:p text:style-name="P27">7.3 Ausschluss durch den Erhalter</text:p>
<text:p text:style-name="P5">Der Erhalter kann die Studentin bzw. den Studenten aus wichtigem Grund mit sofortiger Wirkung vom weiteren Studium ausschließen, und zwar beispielsweise wegen</text:p>
<text:list xml:id="list1474649563" text:continue-list="list1358297633" text:style-name="WW8Num4">
<text:list-item>
<text:p text:style-name="P40">nicht genügender Leistung im Sinne der Prüfungsordnung;</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">mehrmaliges unentschuldigtes Verletzen der Anwesenheitspflicht ;</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">wiederholten Nichteinhaltens von Prüfungsterminen und Abgabeterminen für Seminararbeiten, Projektarbeiten etc.;</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">schwerwiegender bzw. wiederholter Verstöße gegen die Hausordnung;</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">persönlichen Verhaltens, das zu einer Beeinträchtigung des Images und/oder Betriebes des Studienganges, der Fachhochschule bzw. des Erhalters oder von Personen führt, die für die Fachhochschule bzw. den Erhalter tätig sind;</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">Verletzung der Verpflichtung, dem Erhalter die Rechte an Forschungs- und Entwicklungsergebnissen anzubieten (siehe Pkt. 6.2.7);</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">Verletzung der Geheimhaltungspflicht (siehe Pkt. 6.2.9); </text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">strafgerichtlicher Verurteilung (wobei die Art des Deliktes und der Grad der Schuld berücksichtigt werden);</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">Nichterfüllung finanzieller Verpflichtungen trotz Mahnung (z.B. Unkostenbeitrag, Studienbeitrag etc.);</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">Weigerung zur Beibringung von Daten (siehe Pkt. 6.2.6)</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P40">Plagiieren im Rahmen wissenschaftlicher Arbeiten</text:p>
</text:list-item>
</text:list>
<text:p text:style-name="P12"/>
<text:p text:style-name="P5">Der Ausschluss kann mündlich erklärt werden. Mit Ausspruch des Ausschlusses endet der Ausbildungsvertrag, es sei denn, es wird ausdrücklich auf einen anderen Endtermin hingewiesen. Eine schriftliche Bestätigung des Ausschlusses wird innerhalb von zwei Wochen nach dessen Ausspruch per Post an die bekannt gegebene Adresse abgeschickt oder auf andere geeignete Weise übermittelt.</text:p>
<text:p text:style-name="P5">Gleichzeitig mit dem Ausspruch des Ausschlusses kann auch ein Hausverbot verhängt werden.</text:p>
<text:p text:style-name="P5"/>
<text:p text:style-name="P27">7.4 Erlöschen</text:p>
<text:p text:style-name="P5">Der Ausbildungsvertrag erlischt mit der Verleihung des akademischen Grades.</text:p>
<text:p text:style-name="P27"/>
<xsl:if test="studiengangSprache = 'English' or ((studiengang_kurzbz ='BEW' or studiengang_kurzbz='BWI') and orgform ='DL')">
<text:list xml:id="list422793909" text:continue-list="list866389060" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26">
Ergänzende Vereinbarungen
</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P5">Das gesamte Studienprogramm wird in englischer Sprache angeboten. Die Studentin bzw. der Student erklärt, die englische Sprache in Wort und Schrift in dem für eine akademische Ausbildung erforderlichen Ausmaß zu beherrschen.</text:p>
<text:p text:style-name="P17"/>
<text:p text:style-name="P5">
Studierende des Studiengangs sind verpflichtet, eine EDV-Ausstattung zu beschaffen und zu unterhalten, die es ermöglicht, an den Fernlehrelementen teilzunehmen. Die gesamten Kosten der Anschaffung und des Betriebs (inkl. Kosten für Internet und e-mail) trägt der Student bzw. die Studentin.
</text:p>
<text:p text:style-name="P5"/>
</xsl:if>
<text:list xml:id="list398292235" text:continue-list="list866389060" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26"><text:soft-page-break/>Unwirksamkeit von Vertragsbestimmungen, Vertragslücke </text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P5">Sollten einzelne Bestimmungen dieses Vertrages unwirksam oder nichtig sein oder werden, so berührt dies die Gültigkeit der übrigen Bestimmungen dieses Vertrages nicht.</text:p>
<text:p text:style-name="P5">Die Vertragsparteien verpflichten sich, unwirksame oder nichtige Bestimmungen durch neue Bestimmungen zu ersetzen, die dem in den unwirksamen oder nichtigen Bestimmungen enthaltenen Regelungsgehalt in rechtlich zulässiger Weise gerecht werden. Zur Ausfüllung einer allfälligen Lücke verpflichten sich die Vertragsparteien, auf die Etablierung angemessener Regelungen in diesem Vertrag hinzuwirken, die dem am nächsten kommen, was sie nach dem Sinn und Zweck des Vertrages bestimmt hätten, wenn der Punkt von ihnen bedacht worden wäre.</text:p>
<text:p text:style-name="P5"/>
<text:p text:style-name="P5"/>
<text:list xml:id="list118967672" text:continue-list="list866389060" text:style-name="WW8Num7">
<text:list-item>
<text:list>
<text:list-item>
<text:p text:style-name="P26">Ausfertigungen, Gebühren, Gerichtsstand</text:p>
</text:list-item>
</text:list>
</text:list-item>
</text:list>
<text:p text:style-name="P5">Die Ausfertigung dieses Vertrages erfolgt in zweifacher Ausführung. Ein Original verbleibt im zuständigen Administrationsbüro des Fachhochschul-Studienganges. Eine Ausfertigung wird der Studentin bzw. dem Studenten übergeben.</text:p>
<text:p text:style-name="P5">Der Ausbildungsvertrag ist gebührenfrei.</text:p>
<text:p text:style-name="P5">Gerichtsstand ist Wien, Innere Stadt.</text:p>
<text:p text:style-name="P5"/>
<text:p text:style-name="P5"/>
<text:p text:style-name="P5"/>
<text:p text:style-name="P5"/>
<text:p text:style-name="P18"><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/><text:tab/><text:s text:c="8"/>Wien, <xsl:value-of select="datum_aktuell"/></text:p>
<table:table table:name="Tabelle1" table:style-name="Tabelle1">
<table:table-column table:style-name="Tabelle1.A"/>
<table:table-column table:style-name="Tabelle1.B"/>
<table:table-column table:style-name="Tabelle1.A"/>
<table:table-row table:style-name="Tabelle1.1">
<table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
<text:p text:style-name="P19">Ort, Datum</text:p>
</table:table-cell>
<table:table-cell table:style-name="Tabelle1.B1" office:value-type="string">
<text:p text:style-name="P21"/>
</table:table-cell>
<table:table-cell table:style-name="Tabelle1.A1" office:value-type="string">
<text:p text:style-name="P19">Ort, Datum</text:p>
<text:p text:style-name="P19"/>
<text:p text:style-name="P19"/>
<text:p text:style-name="P19"/>
<text:p text:style-name="P19"/>
</table:table-cell>
</table:table-row>
<table:table-row table:style-name="Tabelle1.1">
<table:table-cell table:style-name="Tabelle1.A2" office:value-type="string">
<text:p text:style-name="P20">Die Studentin/der Student<text:line-break/>ggf. gesetzliche VertreterInnen</text:p>
</table:table-cell>
<table:table-cell table:style-name="Tabelle1.B1" office:value-type="string">
<text:p text:style-name="P21"/>
</table:table-cell>
<table:table-cell table:style-name="Tabelle1.A2" office:value-type="string">
<text:p text:style-name="P19">Für die FH Technikum Wien</text:p>
</table:table-cell>
</table:table-row>
</table:table>
<text:p text:style-name="P18"/>
</office:text>
</xsl:template>
</xsl:stylesheet>
+429
View File
@@ -0,0 +1,429 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
>
<xsl:output method="xml" version="1.0" indent="yes"/>
<xsl:template match="ausbildungsvertraege">
<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
<office:scripts/>
<office:font-face-decls>
<style:font-face style:name="Wingdings" svg:font-family="Wingdings" style:font-pitch="variable" style:font-charset="x-symbol"/>
<style:font-face style:name="Symbol" svg:font-family="Symbol" style:font-family-generic="roman" style:font-pitch="variable" style:font-charset="x-symbol"/>
<style:font-face style:name="Lohit Hindi1" svg:font-family="&apos;Lohit Hindi&apos;"/>
<style:font-face style:name="Tahoma1" svg:font-family="Tahoma"/>
<style:font-face style:name="Courier New" svg:font-family="&apos;Courier New&apos;" style:font-family-generic="modern"/>
<style:font-face style:name="Lucida Grande" svg:font-family="&apos;Lucida Grande&apos;, &apos;Times New Roman&apos;" style:font-family-generic="roman"/>
<style:font-face style:name="Optima" svg:font-family="Optima, &apos;Times New Roman&apos;" style:font-family-generic="roman"/>
<style:font-face style:name="ヒラギノ角ゴ Pro W3" svg:font-family="&apos;ヒラギノ角ゴ Pro W3&apos;" style:font-family-generic="roman"/>
<style:font-face style:name="Courier New1" svg:font-family="&apos;Courier New&apos;" style:font-family-generic="modern" style:font-pitch="fixed"/>
<style:font-face style:name="Liberation Serif" svg:font-family="&apos;Liberation Serif&apos;" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Times New Roman" svg:font-family="&apos;Times New Roman&apos;" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Arial" svg:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Liberation Sans" svg:font-family="&apos;Liberation Sans&apos;" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Droid Sans" svg:font-family="&apos;Droid Sans&apos;" style:font-family-generic="system" style:font-pitch="variable"/>
<style:font-face style:name="Lohit Hindi" svg:font-family="&apos;Lohit Hindi&apos;" style:font-family-generic="system" style:font-pitch="variable"/>
</office:font-face-decls>
<office:automatic-styles>
<style:style style:name="P1" style:family="paragraph" style:parent-style-name="Footer">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="8pt" officeooo:rsid="001f4de5" officeooo:paragraph-rsid="001f4de5" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P2" style:family="paragraph" style:parent-style-name="Footer">
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P3" style:family="paragraph" style:parent-style-name="Header">
<style:text-properties fo:language="de" fo:country="AT" style:language-asian="none" style:country-asian="none"/>
</style:style>
<style:style style:name="P4" style:family="paragraph" style:parent-style-name="Heading_20_1" style:list-style-name="" style:master-page-name="First_20_Page">
<style:paragraph-properties fo:line-height="100%" fo:text-align="center" style:justify-single-word="false" style:page-number="auto"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="12pt" style:font-size-asian="12pt" style:font-size-complex="12pt" style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<style:style style:name="P5" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="8pt" style:font-size-asian="8pt" style:font-name-complex="Arial" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P6" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="8pt" officeooo:rsid="001cea51" officeooo:paragraph-rsid="001cea51" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P7" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" officeooo:paragraph-rsid="001cea51"/>
</style:style>
<style:style style:name="P8" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001cea51" officeooo:paragraph-rsid="001cea51" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P9" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001cea51" officeooo:paragraph-rsid="001cea51" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P10" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001cea51" officeooo:paragraph-rsid="001dc465" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P11" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P12" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:paragraph-rsid="001f5be6" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P13" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001f5be6" officeooo:paragraph-rsid="001f5be6" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P14" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001f5be6" officeooo:paragraph-rsid="00229aac" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P15" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001fa3b7" officeooo:paragraph-rsid="001fa3b7" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P16" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="002088ec" officeooo:paragraph-rsid="002088ec" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P17" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" officeooo:rsid="001cea51" officeooo:paragraph-rsid="001cea51" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P18" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P19" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" officeooo:rsid="001f5be6" officeooo:paragraph-rsid="001f5be6" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P20" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" fo:font-style="italic" officeooo:rsid="001cea51" officeooo:paragraph-rsid="001cea51" style:font-size-asian="10pt" style:font-style-asian="italic" style:font-name-complex="Arial" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="7pt" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="7pt" style:font-name-complex="Arial" style:font-size-complex="7pt"/>
</style:style>
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" fo:break-before="page"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" fo:break-before="page"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="002088ec" officeooo:paragraph-rsid="002088ec" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P24" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" fo:break-before="page"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" officeooo:rsid="001fa3b7" officeooo:paragraph-rsid="001fa3b7" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P25" style:family="paragraph" style:parent-style-name="Standard" style:master-page-name="">
<style:paragraph-properties fo:margin-left="0.6cm" fo:margin-right="0cm" fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" fo:orphans="2" fo:widows="2" fo:text-indent="-0.6cm" style:auto-text-indent="false" style:page-number="auto"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P26" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0.6cm" fo:margin-right="0cm" fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" fo:orphans="2" fo:widows="2" fo:text-indent="-0.6cm" style:auto-text-indent="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P27" style:family="paragraph" style:parent-style-name="Standard" style:master-page-name="">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" fo:orphans="2" fo:widows="2" fo:text-indent="0cm" style:auto-text-indent="false" style:page-number="auto"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P28" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" fo:orphans="2" fo:widows="2" fo:text-indent="0cm" style:auto-text-indent="false"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001de737" officeooo:paragraph-rsid="001de737" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P29" style:family="paragraph" style:parent-style-name="Standard" style:master-page-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false" style:page-number="4"/>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="001f5be6" officeooo:paragraph-rsid="00229aac" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="P30" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:line-height="100%" fo:text-align="justify" style:justify-single-word="false">
<style:tab-stops>
<style:tab-stop style:position="7.488cm"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties style:font-name="Tahoma" fo:font-size="10pt" officeooo:rsid="002088ec" officeooo:paragraph-rsid="002088ec" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T1" style:family="text">
<style:text-properties style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T2" style:family="text">
<style:text-properties fo:font-size="10pt" officeooo:rsid="001cea51" style:font-size-asian="10pt" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T3" style:family="text">
<style:text-properties officeooo:rsid="001dc465"/>
</style:style>
<style:style style:name="T4" style:family="text">
<style:text-properties style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
</style:style>
<style:style style:name="T5" style:family="text">
<style:text-properties fo:font-weight="normal" style:font-name-complex="Arial"/>
</style:style>
<style:style style:name="T6" style:family="text">
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
</style:style>
</office:automatic-styles>
<office:body>
<xsl:apply-templates select="ausbildungsvertrag"/>
</office:body>
</office:document-content>
</xsl:template>
<xsl:template match="ausbildungsvertrag">
<office:text text:use-soft-page-breaks="true" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
<office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
<text:sequence-decls>
<text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
<text:sequence-decl text:display-outline-level="0" text:name="Table"/>
<text:sequence-decl text:display-outline-level="0" text:name="Text"/>
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
</text:sequence-decls>
<text:h text:style-name="P4" text:outline-level="1"><text:span text:style-name="T3">AUSBILDUNGSVERTRAG</text:span></text:h>
<text:p text:style-name="P5"/>
<text:p text:style-name="P7">
<text:span text:style-name="T2">für die Ausbildung im Fachhochschul-<xsl:value-of select="studiengang_typ"/>studiengang</text:span>
</text:p>
<text:p text:style-name="P7">
<text:span text:style-name="T2"/>
</text:p>
<text:p text:style-name="P7">
<text:span text:style-name="T2"><xsl:value-of select="studiengang"/></text:span>
</text:p>
<text:p text:style-name="P6">
<text:span text:style-name="T1">Studiengangskennzahl: <xsl:value-of select="studiengang_kz"/></text:span>
</text:p>
<text:p text:style-name="P6">
<text:span text:style-name="T5">Genehmigt gemäß FHStG und HSQG (BGBl. I 74/2011, idgF)</text:span>
</text:p>
<text:p text:style-name="P6">
<text:span text:style-name="T5">mit Bescheid GZ: FH12020012</text:span>
</text:p>
<text:p text:style-name="P8"/>
<text:p text:style-name="P8"/>
<text:p text:style-name="P17">Ausbildungsberechtigter:</text:p>
<text:p text:style-name="P9">FACHHOCHSCHULE BURGENLAND GmbH</text:p>
<text:p text:style-name="P9">Campus 1, 7000 Eisenstadt.</text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">Ansprechstelle für alle wesentlichen Fragen des Lehr- und Studienbetriebs ist der/die jeweilige Studiengangsleiter/in.</text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P17">Ausbildungsvertragsgrundlage:</text:p>
<text:p text:style-name="P9">Die Ausbildung erfolgt auf Grundlage des Bundesgesetzes über Fachhochschul-Studiengänge (Fachhochschul-Studiengesetz FHStG in der gültigen Fassung), vor allem auf Basis des Akkreditierungsantrags für den Fachhochschul-<xsl:value-of select="studiengang_typ"/>studiengang <xsl:value-of select="studiengang"/> in der jeweils gültigen Fassung. Die Hauptausbildungsstätte ist in Eisenstadt.</text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P17">Studierende/r:</text:p>
<text:p text:style-name="P20">(Änderungen sind dem Ausbildungsberechtigten unverzüglich schriftlich bekannt zu geben.)</text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">Personenkennzeichen:<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="matrikelnr"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">SV-Nummer (o. Ersatzkennzeichen):<text:tab/><xsl:value-of select="svnr"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">Titel:<text:tab/>
<text:tab/>
<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="titelpre"/><xsl:value-of select="titelpost"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">Familienname:<text:tab/>
<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="nachname"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">Vorname:<text:tab/>
<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="vorname"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">Adresse (Hauptwohnsitz):<text:tab/>
<text:tab/><xsl:value-of select="nation"/>-<xsl:value-of select="plz"/> <xsl:value-of select="ort"/></text:p>
<text:p text:style-name="P9">
<text:tab/>
<text:tab/>
<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="strasse"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">geboren<text:tab/>am<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="gebdatum"/></text:p>
<text:p text:style-name="P9">
<text:tab/>
<text:tab/>in<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="gebort"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9">Staatsbürgerschaft:<text:tab/>
<text:tab/>
<text:tab/><xsl:value-of select="staatsbuergerschaft"/></text:p>
<text:p text:style-name="P9"/>
<text:p text:style-name="P22">
<text:span text:style-name="T4">Gesetzliche/r VertreterIn:</text:span>
</text:p>
<text:p text:style-name="P21">(sofern keine Volljährigkeit unter 18 Jahren - vorliegt)</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11">Name:<text:tab/>
<text:tab/>.........................................................................................................</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11">Adresse:<text:tab/>.........................................................................................................</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11">
<text:tab/>
<text:tab/>.........................................................................................................</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P18">Ausbildungsgegenstand:</text:p>
<text:p text:style-name="P11">Fachhochschul-<xsl:value-of select="studiengang_typ"/>studiengang <xsl:value-of select="studiengang"/>.</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P18">Ausbildungsziel:</text:p>
<text:p text:style-name="P11">Abschluss der Ausbildung mit der Verleihung des akademischen Grades <xsl:value-of select="akadgrad"/> gemäß § 6 Abs. 2 FHStG idgF.</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P18">Studienbeginn und Ausbildungsdauer:</text:p>
<text:p text:style-name="P11">Studienbeginn:<text:tab/>
<text:tab/><xsl:value-of select="studiensemester_beginn"/></text:p>
<text:p text:style-name="P11">Regelstudienzeit: <text:tab/>derzeit <xsl:value-of select="studiengang_maxsemester"/> Semester (<xsl:value-of select="studiengang_anzahljahre"/> Jahre)</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P18">Berufspraktikum:</text:p>
<text:p text:style-name="P11">Das im Studiengang vorgesehene Berufspraktikum ist im 5. Semester im fremdsprachigen Ausland, d.h. im Besonderen in dem Land, in dem die gewählte 2. Fremdsprache gesprochen wird, vorgesehen. Über eine Anerkennung des Berufspraktikums entscheidet die Studiengangsleitung des Fachhochschul-<xsl:value-of select="studiengang_typ"/>studienganges <xsl:value-of select="studiengang"/> im Vorhinein. </text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P18">Intensivsprachkurs zur 2. Fremdsprache im Ausland:</text:p>
<text:p text:style-name="P11">Im Rahmen des Studiums (derzeit nach dem 2. Studienjahr) ist vorgesehen, einen Intensivsprachkurs im Land der gewählten 2. Fremdsprache zu absolvieren. Über die Anerkennung des Intensivsprachkurses entscheidet die Studiengangsleitung des Fachhochschul-<xsl:value-of select="studiengang_typ"/>studienganges <xsl:value-of select="studiengang"/>.</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P18">Anwesenheitspflicht, Prüfungen, vorzeitige Beendigung des Ausbildungsvertrages:</text:p>
<text:p text:style-name="P11">Der/die Studierende ist zum Besuch der im Studienplan festgelegten Lehrveranstaltungen des Fachhochschul-<xsl:value-of select="studiengang_typ"/>studienganges <xsl:value-of select="studiengang"/> innerhalb des gesamten Ausbildungszeitraumes verpflichtet. Darüber hinaus ist er/sie verpflichtet, die vorgesehenen Prüfungen gemäß der Prüfungsordnung abzulegen. (Dies gilt auch für Freifächer.)</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11">Der/die Studierende verpflichtet sich zur aktiven Teilnahme an qualitätssichernden Maßnahmen wie z.B. Lehrveranstaltungsevaluierung, Studentenbefragungen, Informationsveranstaltungen, Akzeptanz-erhebungen etc. der Fachhochschule Burgenland GmbH.</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P22">Zu den Pflichten der Studierenden zählen insbesondere jene der persönlichen Anwesenheit, der aktiven Beteiligung am Studienbetrieb sowie die Einhaltung von Prüfungs- und Abgabeterminen und die Einhaltung der durch elektronische Veröffentlichung auf der internen Internet-Plattform der Studierenden zur Kenntnis gebrachten Studien- und Prüfungsordnung. </text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11">Krankheiten und Umstände, welche für den Lehr- und Studienbetrieb von wesentlicher Bedeutung sind, sind vom Studierenden unverzüglich der Studiengangsleitung zu melden.</text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11">Der Ausbildungsberechtigte ist zur vorzeitigen Auflösung dieses Vertrages mit sofortiger Wirkung aus folgenden Gründen berechtigt: </text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P25">-<text:tab/>Verletzung von Zahlungsverpflichtungen des/der Studierenden trotz fruchtloser einmonatiger Nachfristsetzung</text:p>
<text:p text:style-name="P26"/>
<text:p text:style-name="P26">-<text:tab/>strafrechtswidriges Verhalten des/der Studierenden insbesondere im Zusammenhang mit der Ausbildung</text:p>
<text:p text:style-name="P26"/>
<text:p text:style-name="P26">-<text:tab/>Verletzung der studentischen Verpflichtungen durch den/die Studierende(n) insbesondere Verstöße gegen die jeweils geltende Studien- und Prüfungsordnung</text:p>
<text:p text:style-name="P26"/>
<text:p text:style-name="P27">Im Falle des letztgenannten Auflösungsgrundes hat die Auflösung auf Antrag des Kollegiums der FH Burgenland zu erfolgen.</text:p>
<text:p text:style-name="P28"/>
<text:p text:style-name="P11">Der/die Studierende seiner/ihrerseits ist berechtigt, die Ausbildung unter Angabe von triftigen Gründen zum Ende eines jeden Semesters unter Einhaltung einer einmonatigen Kündigungsfrist zu kündigen. Die begründete schriftliche Mitteilung hat an den Ausbildungsberechtigen und die Studiengangsleitung zu erfolgen. </text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11">Der Ausbildungsvertrag endet automatisch durch Austritt des/der Studierenden auf Grund mangelnden Studienerfolges (negative Beurteilung der letztmöglichen Prüfungswiederholung), durch den Tod des/der Studierenden und durch den erfolgreichen Abschluss des Studienganges. </text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P11"/>
<text:p text:style-name="P19">Unterbrechung der Ausbildung:</text:p>
<text:p text:style-name="P13">Dem/der Studierenden kann vom Ausbildungsberechtigten auf Antrag eine Unterbrechung der Ausbildung aus zwingenden persönlichen Gründen bis zu zwei Semester gewährt werden.</text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13">Er/sie hat in diesem Zusammenhang an den/die Studiengangsleiter/in des Fachhochschul-<xsl:value-of select="studiengang_typ"/>studienganges <xsl:value-of select="studiengang"/> einen schriftlichen begründeten Antrag auf Unterbrechung der Ausbildung mit Angabe des Unterbrechungsgrundes sowie des geplanten Unterbrechungszeitraumes zu richten. Die Gründe der Unterbrechung, die beabsichtigte Fortsetzung und die Aussichten auf den positiven Abschluss des Studiums sind nachzuweisen.</text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13">Eine Unterbrechung des Studiums bedarf einer positiven Begutachtung durch den/die Studiengangsleiter/in und einer schriftlichen Zustimmung der Fachhochschule Burgenland GmbH im Vorhinein. Während einer etwaigen Unterbrechung ruhen alle Rechte und Pflichten des Ausbildungsberechtigten, sohin der Fachhochschule Burgenland GmbH sowie des/der Studierenden und können keine Prüfungen abgelegt werden.</text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P29">
<text:span text:style-name="T4">Ausbildungspflicht:</text:span>
</text:p>
<text:p text:style-name="P14">Der Ausbildungsberechtigte verpflichtet sich, während des vereinbarten Ausbildungszeitraumes in Übereinstimmung mit dem mit der Republik Österreich abgeschlossenen Fördervertrag die vereinbarte Ausbildung sicherzustellen, um dem/der Studierenden die Erreichung des Ausbildungszieles zu ermöglichen. Der Ausbildungsberechtigte behält sich vor, eventuelle Freifächer und Wahlpflichtmodule bei zu geringer Nachfrage nicht anzubieten oder deren Teilnehmeranzahl zu limitieren.</text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13">Endet der Studiengang, so wird der Ausbildungsberechtigte dafür sorgen, dass dem/der Studierenden jedenfalls die Gelegenheit gegeben wird, sein/ihr Studium innerhalb der vorgeschriebenen Studiendauer abschließen zu können. Allfällige Schadenersatz oder sonstige Ansprüche aus welchem Rechtstitel immer werden einvernehmlich ausgeschlossen und verzichtet der/die Studierende darauf. Dies soweit ein solcher Ausschluss oder Verzicht rechtlich zulässig ist. </text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13">Der/die Studierende nimmt zur Kenntnis, dass im Falle zu geringer Anmeldezahlen der Studiengang nicht stattfinden kann. </text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13"/>
<text:p text:style-name="P19">Förderungen:</text:p>
<text:p text:style-name="P13">Der/die Studierende hat sich während seiner/ihrer Ausbildung um mögliche Förderungen, wie z.B. Studien- und Heimbeihilfen, Fahrtkostenzuschüsse udgl., selbst zu kümmern. Die erforderlichen Bestätigungen können im Office des Fachhochschul-Studienganges beantragt werden.</text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13"/>
<text:p text:style-name="P19">Studienbeitrag:</text:p>
<text:p text:style-name="P13">Der Ausbildungsberechtigte ist gem. § 2 Abs. 2 FHStG berechtigt, einen Studienbeitrag einzuheben. </text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13"/>
<text:p text:style-name="P19">Studierendenbeitrag (ÖH-Beitrag):</text:p>
<text:p text:style-name="P13">Gemäß § 29 (4) des Hochschülerschaftsgesetzes 1998 (HSG 1998) setzt die Zulassung zum Studium und die Meldung der Fortsetzung des Studiums die Entrichtung des Studierendenbeitrages einschließlich allfälliger Sonderbeiträge (Abs. 6) für das betreffende Semester voraus. </text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13">
<text:span text:style-name="T4">Lehrbehelfe:</text:span>
</text:p>
<text:p text:style-name="P13">Der/die Studierende hat sich Lehrbehelfe und Lehrmaterialien auf eigene Kosten zu beschaffen bzw. die Kosten für Exkursionen, Sprachkurse, Sommerhochschulen etc. zu tragen.</text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13"/>
<text:p text:style-name="P19">eLearning/Blended Learning:</text:p>
<text:p text:style-name="P13">Der/die Studierende bestätigt, dass er/sie die geltenden Gesetze zum Schutz geistigen Eigentums und der informationellen Selbstbestimmung kennt und befolgt (z.B. Plagiate, Weitergabe von online-Skripten oder Veröffentlichung von persönlichen Daten anderer). Der/die Studierende nimmt zur Kenntnis, dass er/sie persönlich haftet, wenn er/sie gesetzeswidrig Inhalte online verfügbar macht und hat die Fachhochschule Burgenland GmbH diesbezüglich schad- und klaglos zu halten. Es ist dem/der Studierenden nicht erlaubt, die vom Ausbildungsberechtigten eingerichtete eLearning- bzw. Blended Learning-Infrastruktur für kommerzielle Zwecke zu nutzen. Der/die Studierende räumt dem Ausbildungsberechtigten das Recht ein, seine/ihre online gestellten Beiträge einzusehen und für Zwecke der Lehre und der Forschung in anonymisierter Form zu nutzen. Bei Missachtung obiger Regelungen haftet der/die Studierende persönlich für in diesem Zusammenhang verursachte Schäden. Grobe Verstöße können zur Auflösung dieses Ausbildungsvertrages und zum Ausscheiden aus dem Studiengang führen.</text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P24">Sonstiges:</text:p>
<text:p text:style-name="P15">Sofern der/die Studierende bis zum Ende des ersten Semesters aktiv studiert, wird die studienplatzsichernde Kaution nach dem ersten Semester zurückgezahlt. Die Kaution verfällt jedenfalls bei einem vorzeitigen Austritt oder Ausscheiden (d.h. Austritt oder Ausscheiden vor einschließlich <xsl:value-of select="studiensemester_endedatum"/>).</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Studierende an österreichischen Fachhochschul-Studiengängen bzw. Fachhochschulen sind gemäß der Novelle des Fachhochschul-Studiengesetzes vom Juli 2011 Mitglieder der Österreichischen Hochschülerinnen- und Hochschülerschaft (ÖH) und unterliegen damit den Bestimmungen des Hochschülerinnen- und Hochschülerschaftsgesetzes 1998 (HSG 1998) in der gültigen Fassung. </text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Dieser Vertrag unterliegt österreichischem Recht. Gerichtsstand ist Eisenstadt.</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Änderungen oder Ergänzungen dieses Vertrages bedürfen zu ihrer Rechtswirksamkeit der Schriftform. Dies gilt auch für das Abgehen vom Formerfordernis selbst. Mündliche Nebenabreden bestehen nicht. </text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Sollten einzelne Bestimmungen dieses Vertrages ungültig, unwirksam oder lückenhaft sein, berührt dies nicht die übrigen Vertragsbestimmungen. Die Vertragspartner werden ungültige, unwirksame oder lückenhafte Bestimmungen durch solche ersetzen bzw. ergänzen die dem wirtschaftlichen Zweck der ungültigen, unwirksamen oder lückenhaften Bestimmungen wirtschaftlich entsprechen bzw. möglichst nahe kommen.</text:p>
<text:p text:style-name="P15">
<text:s/>
</text:p>
<text:p text:style-name="P15">Dieser Ausbildungsvertrag ist gebührenfrei.</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Der/die Studierende ist verpflichtet, etwaige Namensänderungen (z.B. durch Heirat) sowie seinen Hauptwohnsitz und eventuellen Zweitwohnsitz und deren Änderungen dem Ausbildungsberechtigten unverzüglich schriftlich bekannt zu geben.</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Der/die Studierende ist verpflichtet, jeden Unfall im Sinne § 363 ASVG spätestens binnen drei Tagen an die FH Burgenland zu melden.</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Der/die Studierende bestätigt, dass er/sie die Hausordnung in der jeweils gültigen Fassung, welche auf der Homepage der Fachhochschule Burgenland GmbH (www.fh-burgenland.at) veröffentlicht ist, zur Kenntnis genommen hat.</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Das Original des Ausbildungsvertrages verbleibt beim Ausbildungsberechtigten. Eine Zweitschrift wird dem/der Studierenden ausgehändigt.</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Die personenbezogenen Daten werden vertraulich behandelt und nicht an Dritte weitergegeben. </text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P15">Der Ausbildungsvertrag kommt nur unter der Voraussetzung der Erfüllung der Zugangsvoraus-setzungen bis 31. Oktober <xsl:value-of select="aktuellesJahr"/> zustande.</text:p>
<text:p text:style-name="P15"/>
<text:p text:style-name="P13"/>
<text:p text:style-name="P13"/>
<text:p text:style-name="P23">Der/die Studierende ist damit einverstanden, dass ihm/ihr die Fachhochschule Burgenland GmbH und mit ihr verbundene Gesellschaften Informationen jeglicher Art z.B. Newsletter und dergleichen in postalischer oder elektronischer Form insbesondere an die bekanntgegebene E-Mailadresse des/der Studierenden übermittelt, sofern der/die Studierende hiezu nicht ausdrücklich und nachweislich widerspricht. </text:p>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16">Dieser Ausbildungsvertrag wird erst wirksam, wenn er sowohl vom Studierenden und gegebenenfalls dessen gesetzlichem Vertreter als auch dem Ausbildungsberechtigten unterzeichnet wurde. </text:p>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16"/>
<text:p text:style-name="P30">Der/die Studierende:<text:tab/>__________________________________________</text:p>
<text:p text:style-name="P30">
<text:tab/>Datum<text:tab/>
<text:tab/>
<text:tab/>Unterschrift</text:p>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16"/>
<text:p text:style-name="P30">Gesetzliche/r VertreterIn:<text:tab/>__________________________________________</text:p>
<text:p text:style-name="P30">
<text:span text:style-name="T6">(sofern keine Volljährigkeit unter 18 Jahren vorliegt)<text:tab/></text:span>Datum <text:tab/>
<text:tab/>
<text:tab/>Unterschrift</text:p>
<text:p text:style-name="P16"/>
<text:p text:style-name="P16"/>
<text:p text:style-name="P30">FACHHOCHSCHULE</text:p>
<text:p text:style-name="P30">BURGENLAND GmbH </text:p>
<text:p text:style-name="P30">Campus 1, 7000 Eisenstadt<text:tab/>__________________________________________</text:p>
<text:p text:style-name="P30">
<text:tab/>Datum<text:tab/>
<text:tab/>
<text:tab/>Unterschrift</text:p>
<text:p text:style-name="P16"/>
<text:p text:style-name="P12"/>
</office:text>
</xsl:template>
</xsl:stylesheet>
@@ -169,7 +169,20 @@ if(isset($_GET['type']) && $_GET['type']=='getstudienplancontent' && isset($_GET
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../skin/styles/tw.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../../../include/js/jquery.js"></script>
<link rel="stylesheet" href="../../../skin/tablesort.css" type="text/css">
<script type="text/Javascript">
$(document).ready(function()
{
$('#t1').tablesorter(
{
sortList: [[1,0],[2,0],[4,0]],
widgets: ['zebra'],
headers: {0: {sorter: false},8: {sorter: false},9: {sorter: false}}
});
});
function disablefields(obj)
{
if(obj.value==0)
@@ -182,6 +195,7 @@ function disablefields(obj)
document.getElementById('titelpost').disabled=val;
document.getElementById('nachname').disabled=val;
document.getElementById('vorname').disabled=val;
document.getElementById('vornamen').disabled=val;
document.getElementById('geschlecht').disabled=val;
document.getElementById('geburtsdatum').disabled=val;
//document.getElementById('adresse').disabled=val;
@@ -397,7 +411,7 @@ function setStudienplanData()
</script>
</head>
<body>
<h1>Interessent Anlegen</h1>
<h1>InteressentIn anlegen</h1>
<?php
//Berechtigung pruefen
$rechte = new benutzerberechtigung();
@@ -415,6 +429,7 @@ $titelpost = (isset($_REQUEST['titelpost'])?$_REQUEST['titelpost']:'');
$anrede = (isset($_REQUEST['anrede'])?$_REQUEST['anrede']:'');
$nachname = (isset($_REQUEST['nachname'])?$_REQUEST['nachname']:'');
$vorname = (isset($_REQUEST['vorname'])?$_REQUEST['vorname']:'');
$vornamen = (isset($_REQUEST['vornamen'])?$_REQUEST['vornamen']:'');
$geschlecht = (isset($_REQUEST['geschlecht'])?$_REQUEST['geschlecht']:'');
$geburtsdatum = (isset($_REQUEST['geburtsdatum'])?$_REQUEST['geburtsdatum']:'');
$adresse = (isset($_REQUEST['adresse'])?$_REQUEST['adresse']:'');
@@ -436,6 +451,7 @@ $titelpost = utf8($titelpost);
$anrede = utf8($anrede);
$nachname = utf8($nachname);
$vorname = utf8($vorname);
$vornamen = utf8($vornamen);
$geschlecht = utf8($geschlecht);
$geburtsdatum = utf8($geburtsdatum);
$adresse = utf8($adresse);
@@ -592,6 +608,7 @@ if(isset($_POST['save']))
{
$geburtsdatum = $person->gebdatum;
$vorname = $person->vorname;
$vornamen = $person->vornamen;
$nachname = $person->nachname;
$titel = $person->titelpre;
$titelpost = $person->titelpost;
@@ -654,6 +671,7 @@ if(isset($_POST['save']))
$person->titelpost = $titelpost;
$person->nachname = $nachname;
$person->vorname = $vorname;
$person->vornamen = $vornamen;
$person->geschlecht = $geschlecht;
$person->gebdatum = $datum_obj->formatDatum($geburtsdatum,'Y-m-d');
$person->geburtsnation = 'A';
@@ -967,7 +985,7 @@ if(isset($_POST['save']))
if(!$error)
{
$db->db_query('COMMIT');
die("<b>".($incoming?'Incoming':'Interessent')." $vorname $nachname wurde erfolgreich angelegt</b><br><br><a href='interessentenimport.php?studiengang_kz=$studiengang_kz'>Neue Person Anlegen</a>");
die("<b>".($incoming?'Incoming':'InteressentIn')." $vorname $vornamen $nachname wurde erfolgreich angelegt</b><br><br><a href='interessentenimport.php?studiengang_kz=$studiengang_kz'>Neue Person anlegen</a>");
}
else
{
@@ -1009,13 +1027,14 @@ else
<table width="100%">
<tr>
<td>
<td valign="top">
<!--Formularfelder-->
<table>
<?php
echo '<tr><td>Anrede</td><td><input type="text" id="anrede" name="anrede" maxlength="64" value="'.$anrede.'" onblur="AnredeChange()"/></td></tr>';
echo '<tr><td>Titel(Pre)</td><td><input type="text" id="titel" name="titel" maxlength="64" value="'.$titel.'" /></td></tr>';
echo '<tr><td>Vorname </td><td><input type="text" id="vorname" maxlength="32" name="vorname" value="'.$vorname.'" /></td></tr>';
echo '<tr><td>Weitere Vornamen </td><td><input type="text" id="vornamen" maxlength="32" name="vornamen" value="'.$vornamen.'" /></td></tr>';
echo '<tr><td>Nachname *</td><td><input type="text" maxlength="64" id="nachname" name="nachname" value="'.$nachname.'" /></td></tr>';
echo '<tr><td>Titel(Post)</td><td><input type="text" id="titelpost" name="titelpost" maxlength="64" value="'.$titelpost.'" /></td></tr>';
echo '<tr><td>Geschlecht *</td><td><SELECT id="geschlecht" name="geschlecht">';
@@ -1184,7 +1203,8 @@ if($where!='')
if($result = $db->db_query($qry))
{
echo '<table><tr><th></th><th>Nachname</th><th>Vorname</th><th>GebDatum</th><th>SVNR</th><th>Geschlecht</th><th>Adresse</th><th>Status</th><th>Details</th></tr>';
echo '<table style="margin-top: 0px" class="tablesorter" id="t1"><thead><tr><th></th><th>Nachname</th><th>Vorname</th><th>Weitere<br/>Vornamen</th><th>GebDatum</th><th>SVNR</th><th>Geschlecht</th><th>Adresse</th><th>Status</th><th>Details</th></tr></thead>';
echo '<tfoot><tr><td style="padding: 4px"><input type="radio" name="person_id" value="0" onclick="disablefields(this)"></td><td style="padding: 4px" colspan="3">Neue Person anlegen</td></tr></tfoot><tbody>';
while($row = $db->db_fetch_object($result))
{
$status = '';
@@ -1202,7 +1222,7 @@ if($where!='')
}
$status = mb_substr($status, 0, mb_strlen($status)-2);
echo '<tr valign="top"><td><input type="radio" name="person_id" value="'.$row->person_id.'" onclick="disablefields(this)"></td><td>'."$row->nachname</td><td>$row->vorname</td><td>$row->gebdatum</td><td>$row->svnr</td><td>".($row->geschlecht=='m'?'männlich':'weiblich')."</td><td>";
echo '<tr valign="top"><td><input type="radio" name="person_id" value="'.$row->person_id.'" onclick="disablefields(this)"></td><td>'."$row->nachname</td><td>$row->vorname</td><td>$row->vornamen</td><td>$row->gebdatum</td><td>$row->svnr</td><td>".($row->geschlecht=='m'?'männlich':'weiblich')."</td><td>";
$qry_adr = "SELECT * FROM public.tbl_adresse WHERE person_id='$row->person_id'";
if($result_adr = $db->db_query($qry_adr))
while($row_adr=$db->db_fetch_object($result_adr))
@@ -1212,7 +1232,7 @@ if($where!='')
echo '<td><a href="../personendetails.php?id='.$row->person_id.'" target="_blank">Details</a></td>';
echo '</tr>';
}
echo '<tr><td><input type="radio" name="person_id" value="0" onclick="disablefields(this)"></td><td>Neue Person anlegen</td></tr>';
echo '</tbody>';
echo '</table>';
}
}
+47 -9
View File
@@ -124,8 +124,21 @@ if(isset($_GET['type']) && $_GET['type']=='getortcontent' && isset($_GET['plz'])
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../skin/cis.css" rel="stylesheet" type="text/css">
<script language="Javascript">
<link href="../../../skin/styles/tw.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../../../include/js/jquery.js"></script>
<link rel="stylesheet" href="../../../skin/tablesort.css" type="text/css">
<script type="text/Javascript">
$(document).ready(function()
{
$('#t1').tablesorter(
{
sortList: [[1,0],[2,0],[4,0]],
widgets: ['zebra'],
headers: {0: {sorter: false},8: {sorter: false},9: {sorter: false}}
});
});
function disablefields(obj)
{
if(obj.value==0)
@@ -138,6 +151,7 @@ function disablefields(obj)
document.getElementById('titelpost').disabled=val;
document.getElementById('nachname').disabled=val;
document.getElementById('vorname').disabled=val;
document.getElementById('vornamen').disabled=val;
document.getElementById('geschlecht').disabled=val;
document.getElementById('geburtsdatum').disabled=val;
document.getElementById('svnr').disabled=val;
@@ -176,6 +190,21 @@ function GeburtsdatumEintragen()
}
}
function checkInput1()
{
if(document.getElementById('nachname').value=='')
{
alert('Nachname muss eingetragen werden');
return false;
}
if(document.getElementById('geburtsdatum').value=='')
{
alert('Geburtsdatum muss eingetragen werden');
return false;
}
return true;
}
// **************************************
// * XMLHttpRequest Objekt erzeugen
// **************************************
@@ -313,7 +342,7 @@ function GeschlechtChange()
</script>
</head>
<body>
<h1>Mitarbeiter Anlegen</h1>
<h1>MitarbeiterIn anlegen</h1>
<?php
//Berechtigung pruefen
$rechte = new benutzerberechtigung();
@@ -331,6 +360,7 @@ $titel = (isset($_POST['titel'])?$_POST['titel']:'');
$titelpost = (isset($_POST['titelpost'])?$_POST['titelpost']:'');
$nachname = (isset($_POST['nachname'])?$_POST['nachname']:'');
$vorname = (isset($_POST['vorname'])?$_POST['vorname']:'');
$vornamen = (isset($_POST['vornamen'])?$_POST['vornamen']:'');
$geschlecht = (isset($_POST['geschlecht'])?$_POST['geschlecht']:'');
$geburtsdatum = (isset($_POST['geburtsdatum'])?$_POST['geburtsdatum']:'');
$adresse = (isset($_POST['adresse'])?$_POST['adresse']:'');
@@ -393,6 +423,7 @@ if(isset($_POST['save']))
{
$geburtsdatum = $person->gebdatum;
$vorname = $person->vorname;
$vornamen = $person->vornamen;
$nachname = $person->nachname;
$svnr = $person->svnr;
$ersatzkennzeichen = $person->ersatzkennzeichen;
@@ -408,6 +439,7 @@ if(isset($_POST['save']))
$person->titelpre = $titel;
$person->nachname = $nachname;
$person->vorname = $vorname;
$person->vornamen = $vornamen;
$person->titelpost = $titelpost;
$person->geschlecht = $geschlecht;
$person->gebdatum = $datum_obj->formatDatum($geburtsdatum,'Y-m-d');
@@ -666,7 +698,7 @@ if(isset($_POST['save']))
if(!$error)
{
$db->db_query('COMMIT');
die("<b>Mitarbeiter $vorname $nachname wurde erfolgreich angelegt</b><br><br><a href='mitarbeiterimport.php'>Neue Person Anlegen</a><br>");
die("<b>MitarbeiterIn $vorname $vornamen $nachname wurde erfolgreich angelegt</b><br><br><a href='mitarbeiterimport.php'>Neue Person anlegen</a><br>");
}
else
{
@@ -698,8 +730,12 @@ if($geburtsdatum!='')
if($geburtsdatum_error)
echo "Format des Geburtsdatums ist ungueltig!";
}
if(($vorname=='' && $nachname=='') || $geburtsdatum_error || $geburtsdatum=='')
echo "<form method='POST' onsubmit='return checkInput1();'>";
else
echo "<form method='POST'>";
?>
<form method='POST'>
<!-- <form method='POST'>-->
<table width="100%">
<tr>
@@ -710,6 +746,7 @@ if($geburtsdatum!='')
echo '<tr><td>Anrede</td><td><input type="text" id="anrede" name="anrede" maxlength="16" value="'.$anrede.'" onblur="AnredeChange()"/></td></tr>';
echo '<tr><td>Titel(Pre)</td><td><input type="text" id="titel" name="titel" maxlength="64" value="'.$titel.'" /></td></tr>';
echo '<tr><td>Vorname</td><td><input type="text" id="vorname" maxlength="32" name="vorname" value="'.$vorname.'" /></td></tr>';
echo '<tr><td>Weitere Vornamen</td><td><input type="text" id="vornamen" maxlength="32" name="vornamen" value="'.$vornamen.'" /></td></tr>';
echo '<tr><td>Nachname *</td><td><input type="text" maxlength="64" id="nachname" name="nachname" value="'.$nachname.'" /></td></tr>';
echo '<tr><td>Titel(Post)</td><td><input type="text" id="titelpost" name="titelpost" maxlength="64" value="'.$titelpost.'" /></td></tr>';
echo '<tr><td>Geschlecht *</td><td><SELECT id="geschlecht" name="geschlecht" onchange="GeschlechtChange()">';
@@ -720,7 +757,7 @@ echo '</SELECT>';
echo '</td></tr>';
echo '<tr><td>SVNR</td><td><input type="text" id="svnr" size="10" maxlength="10" name="svnr" value="'.$svnr.'" onblur="GeburtsdatumEintragen()" /></td></tr>';
echo '<tr><td>Ersatzkennzeichen</td><td><input type="text" id="ersatzkennzeichen" size="10" maxlength="10" name="ersatzkennzeichen" value="'.$ersatzkennzeichen.'" /></td></tr>';
echo '<tr><td>Geburtsdatum *</td><td><input type="text" id="geburtsdatum" size="10" maxlength="10" name="geburtsdatum" value="'.$geburtsdatum.'" /> (Format: dd.mm.JJJJ)</td></tr>';
echo '<tr><td>Geburtsdatum *</td><td><input type="text" id="geburtsdatum" size="10" maxlength="10" name="geburtsdatum" value="'.$geburtsdatum.'" /> (Format: TT.MM.JJJJ)</td></tr>';
echo '<tr><td colspan="2"><fieldset><legend>Adresse</legend><table>';
echo '<tr><td>Nation</td><td><SELECT name="adresse_nation" id="adresse_nation" onchange="loadGemeindeData()">';
$nation = new nation();
@@ -827,7 +864,8 @@ if($where!='')
if($result = $db->db_query($qry))
{
echo '<table><tr><th></th><th>Nachname</th><th>Vorname</th><th>GebDatum</th><th>SVNR</th><th>Geschlecht</th><th>Adresse</th><th>Status</th><th>Details</th></tr>';
echo '<table style="margin-top: 0px" class="tablesorter" id="t1"><thead><tr><th></th><th>Nachname</th><th>Vorname</th><th>Weitere<br/>Vornamen</th><th>GebDatum</th><th>SVNR</th><th>Geschlecht</th><th>Adresse</th><th>Status</th><th>Details</th></tr></thead>';
echo '<tfoot><tr><td style="padding: 4px"><input type="radio" name="person_id" value="0" checked onclick="disablefields(this)"></td><td style="padding: 4px" colspan="3">Neue Person anlegen</td></tr></tfoot><tbody>';
while($row = $db->db_fetch_object($result))
{
$status = '';
@@ -844,7 +882,7 @@ if($where!='')
}
}
$status = mb_substr($status, 0, mb_strlen($status)-2);
echo '<tr valign="top"><td><input type="radio" name="person_id" value="'.$row->person_id.'" onclick="disablefields(this)"></td><td>'."$row->nachname</td><td>$row->vorname</td><td>$row->gebdatum</td><td>$row->svnr</td><td>".($row->geschlecht=='m'?'männlich':'weiblich')."</td><td>";
echo '<tr valign="top"><td><input type="radio" name="person_id" value="'.$row->person_id.'" onclick="disablefields(this)"></td><td>'."$row->nachname</td><td>$row->vorname</td><td>$row->vornamen</td><td>$row->gebdatum</td><td>$row->svnr</td><td>".($row->geschlecht=='m'?'männlich':'weiblich')."</td><td>";
$qry_adr = "SELECT * FROM public.tbl_adresse WHERE person_id='$row->person_id'";
if($result_adr = $db->db_query($qry_adr))
while($row_adr=$db->db_fetch_object($result_adr))
@@ -854,7 +892,7 @@ if($where!='')
echo '<td><a href="../personendetails.php?id='.$row->person_id.'" target="_blank">Details</a></td>';
echo '</tr>';
}
echo '<tr><td><input type="radio" name="person_id" value="0" checked onclick="disablefields(this)"></td><td>Neue Person anlegen</td></tr>';
echo '</tbody>';
echo '</table>';
}
}