Initial commit
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
Executable
+455
File diff suppressed because one or more lines are too long
Executable
+525
@@ -0,0 +1,525 @@
|
||||
.disabled a,
|
||||
a.disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #15848F;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #1798A5;
|
||||
}
|
||||
|
||||
.side-nav li a:not(.button) {
|
||||
color: #15848F;
|
||||
}
|
||||
|
||||
.side-nav li a:not(.button):hover {
|
||||
color: #15848F;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #D33C44;
|
||||
color: #ffffff;
|
||||
font-size: 30px;
|
||||
height: 84px;
|
||||
line-height: 64px;
|
||||
padding: 16px 0px;
|
||||
box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
header .header-title {
|
||||
padding-left:80px
|
||||
}
|
||||
|
||||
legend {
|
||||
color:#15848F;
|
||||
}
|
||||
|
||||
.row {
|
||||
max-width: 80rem;
|
||||
}
|
||||
|
||||
.actions.columns {
|
||||
margin-top:1rem;
|
||||
border-left: 5px solid #15848F;
|
||||
padding-left: 15px;
|
||||
padding: 32px 20px;
|
||||
}
|
||||
|
||||
.actions.columns h3 {
|
||||
color:#15848F;
|
||||
}
|
||||
|
||||
.related table {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.index table thead {
|
||||
height: 3.5rem;
|
||||
}
|
||||
|
||||
.header-help {
|
||||
float: right;
|
||||
margin-right:2rem;
|
||||
margin-top: -80px;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
.header-help span {
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
padding: 0.25rem 0.5rem 0.375rem;
|
||||
font-size: 0.8rem;
|
||||
background-color: #0097a7;
|
||||
color: #FFF;
|
||||
border-radius: 1000px;
|
||||
}
|
||||
|
||||
.header-help a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
ul.pagination li a {
|
||||
color: rgba(0, 0 ,0 , 0.54);
|
||||
}
|
||||
|
||||
ul.pagination li.active a {
|
||||
background-color: #DCE47E;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
ul.pagination .disabled:hover a {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.paginator {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.paginator ul.pagination li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.paginator p {
|
||||
text-align: right;
|
||||
color: rgba(0, 0 ,0 , 0.54);
|
||||
}
|
||||
|
||||
.asc:after {
|
||||
content: " \2193";
|
||||
}
|
||||
.desc:after {
|
||||
content: " \2191";
|
||||
}
|
||||
|
||||
.form .error-message {
|
||||
display: block;
|
||||
padding: 0.375rem 0.5625rem 0.5625rem;
|
||||
margin-top: -1px;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 0.75rem;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
}
|
||||
|
||||
.required > label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.required > label:after {
|
||||
content: ' *';
|
||||
color: #C3232D;
|
||||
}
|
||||
|
||||
select[multiple] {
|
||||
min-height:150px;
|
||||
background: none;
|
||||
}
|
||||
input[type=checkbox],
|
||||
input[type=radio] {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.date select,
|
||||
.time select,
|
||||
.datetime select {
|
||||
display: inline;
|
||||
width: auto;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.error label,
|
||||
.error label.error {
|
||||
color: #C3232D;
|
||||
}
|
||||
|
||||
.view h2 {
|
||||
color: #6F6F6F;
|
||||
}
|
||||
|
||||
.view .columns.strings {
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
|
||||
margin-right:0.7rem;
|
||||
}
|
||||
|
||||
.view .numbers {
|
||||
background-color: #B7E3EC;
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
|
||||
margin-right: 0.7rem;
|
||||
}
|
||||
|
||||
.view .columns.dates {
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
|
||||
margin-right:0.7rem;
|
||||
background-color:#DCE47E;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.view .columns.booleans {
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
|
||||
margin-right:0.7rem;
|
||||
background-color: #8D6E65;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.view .strings p {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
.view .numbers .subheader, .view .dates .subheader {
|
||||
color:#747474;
|
||||
}
|
||||
.view .booleans .subheader {
|
||||
color: #E9E9E9
|
||||
}
|
||||
|
||||
.view .texts .columns {
|
||||
margin-top:1.2rem;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
/** Notices and Errors **/
|
||||
.cake-error,
|
||||
.cake-debug,
|
||||
.notice,
|
||||
p.error,
|
||||
p.notice {
|
||||
display: block;
|
||||
clear: both;
|
||||
background-repeat: repeat-x;
|
||||
margin-bottom: 18px;
|
||||
padding: 7px 14px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
.cake-debug,
|
||||
.notice,
|
||||
p.notice {
|
||||
color: #000000;
|
||||
background: #ffcc00;
|
||||
}
|
||||
|
||||
.cake-error,
|
||||
p.error {
|
||||
color: #fff;
|
||||
background: #C3232D;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: none repeat scroll 0% 0% #FFF;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
|
||||
margin: 15px 0px;
|
||||
color: rgba(0, 0 ,0 , 0.74);
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.cake-error .cake-stack-trace {
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
.cake-stack-trace code {
|
||||
background: inherit;
|
||||
border:0;
|
||||
}
|
||||
|
||||
.cake-code-dump .code-highlight {
|
||||
display: block;
|
||||
background-color: #FFC600;
|
||||
}
|
||||
|
||||
.cake-error a,
|
||||
.cake-error a:hover {
|
||||
color:#fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.checks {
|
||||
padding:30px;
|
||||
color: #626262;
|
||||
background-color: #B7E3EC;
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.checks h4 {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.checks hr {
|
||||
border: 0;
|
||||
height: 0;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.checks .success,
|
||||
.checks .problem {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.checks .success:before,
|
||||
.checks .problem:before {
|
||||
line-height: 0px;
|
||||
font-size: 28px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
border-radius: 15px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: -11px;
|
||||
}
|
||||
|
||||
.checks .success:before {
|
||||
content: "✓";
|
||||
color: green;
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
.checks .problem:before {
|
||||
content: "✘";
|
||||
color: red;
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
.top-bar.expanded .title-area {
|
||||
background: #01545b;
|
||||
}
|
||||
|
||||
.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
|
||||
background: #116d76;
|
||||
}
|
||||
|
||||
.top-bar-section li:not(.has-form) a:not(.button):hover {
|
||||
background-color: #308e97;
|
||||
background: #308e97;
|
||||
}
|
||||
|
||||
.side-nav li.heading {
|
||||
color: #1798A5;
|
||||
font-size: 0.875rem;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
padding: 0.4375rem 0.875rem;
|
||||
}
|
||||
|
||||
#actions-sidebar {
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.index table {
|
||||
margin-top: 0rem;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
table {
|
||||
background: #fff;
|
||||
margin-bottom: 1.25rem;
|
||||
border: none;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table thead {
|
||||
background: none;
|
||||
}
|
||||
|
||||
table tr {
|
||||
border-bottom: 1px solid #ebebec;
|
||||
}
|
||||
|
||||
table thead tr {
|
||||
border-bottom: 1px solid #1798A5;
|
||||
}
|
||||
|
||||
table tr th {
|
||||
padding: 0.5625rem 0.625rem;
|
||||
font-size: 0.875rem;
|
||||
color: #1798A5;
|
||||
text-align: left;
|
||||
border-bottom: 2px solid #1798A5;
|
||||
}
|
||||
|
||||
table tr:nth-of-type(even) {
|
||||
background: none;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: none;
|
||||
padding: 1.25rem;
|
||||
margin: 1.125rem 0;
|
||||
}
|
||||
|
||||
fieldset legend {
|
||||
border-bottom: 2px solid #1798A5;
|
||||
width: 100%;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.form button[type="submit"] {
|
||||
float: right;
|
||||
text-transform: uppercase;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.form button:hover, .form button:focus {
|
||||
background: #BE840B;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
button {
|
||||
background: #966600;
|
||||
}
|
||||
|
||||
div.message {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
padding: 0 1.5rem 0 1.5rem;
|
||||
transition: height 300ms ease-out 0s;
|
||||
background-color: #a0d3e8;
|
||||
color: #626262;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
z-index: 999;
|
||||
overflow: hidden;
|
||||
height: 50px;
|
||||
line-height: 2.5em;
|
||||
box-radius: 5px;
|
||||
}
|
||||
|
||||
div.message:before {
|
||||
line-height: 0px;
|
||||
font-size: 20px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
border-radius: 15px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: -11px;
|
||||
background-color: #FFF;
|
||||
padding: 12px 14px 12px 10px;
|
||||
content: "i";
|
||||
color: #a0d3e8;
|
||||
}
|
||||
|
||||
div.message.error {
|
||||
background-color: #C3232D;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
div.message.error:before {
|
||||
padding: 11px 16px 14px 7px;
|
||||
color: #C3232D;
|
||||
content: "x";
|
||||
}
|
||||
div.message.hidden {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
|
||||
.vertical-table th {
|
||||
padding: 0.5625rem 0.625rem;
|
||||
font-size: 0.875rem;
|
||||
color: #1798A5;
|
||||
border: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.vertical-table {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.vertical-table td {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
/* Use 'one true layout' methods to get equal height columns */
|
||||
.container {
|
||||
overflow: hidden;
|
||||
min-height: 92%; /* full height almost always */
|
||||
}
|
||||
|
||||
/* Force equal height by overflowing */
|
||||
.content,
|
||||
#actions-sidebar {
|
||||
margin-bottom: -99999px;
|
||||
padding-bottom: 99999px;
|
||||
}
|
||||
@media(max-width: 640px) {
|
||||
#actions-sidebar {
|
||||
padding-bottom: 2rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.content h3 {
|
||||
color: #be140b;
|
||||
padding-bottom: 0.5rem;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.content h4 {
|
||||
color: #be140b;
|
||||
padding-bottom: 0.5rem;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 2px solid #be140b;
|
||||
}
|
||||
|
||||
.content .related h4 {
|
||||
color: #4d8f97;
|
||||
padding-bottom: 0.5rem;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
table td {
|
||||
vertical-align: top;
|
||||
word-break: break-all;
|
||||
}
|
||||
Executable
+1423
File diff suppressed because it is too large
Load Diff
Executable
+241
@@ -0,0 +1,241 @@
|
||||
@font-face {
|
||||
font-family: 'cakefont';
|
||||
src: url('../font/cakedingbats-webfont.eot');
|
||||
src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../font/cakedingbats-webfont.woff2') format('woff2'),
|
||||
url('../font/cakedingbats-webfont.woff') format('woff'),
|
||||
url('../font/cakedingbats-webfont.ttf') format('truetype'),
|
||||
url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.home {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 27px;
|
||||
color: #404041;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0071BC;
|
||||
-webkit-transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
-ms-transition: all 0.2s;
|
||||
-o-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: #d33d44;
|
||||
-webkit-transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
-ms-transition: all 0.2s;
|
||||
-o-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
ul, ol, dl, p {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
header {
|
||||
height: auto;
|
||||
line-height: 1em;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
header.row {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
header .header-image {
|
||||
text-align: center;
|
||||
padding: 64px 0;
|
||||
}
|
||||
|
||||
header .header-title {
|
||||
padding: 0;
|
||||
display: block;
|
||||
background: #404041;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header .header-title h1 {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
padding: 18px 30px;
|
||||
color: #DEDED5;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 27px;
|
||||
line-height: 30px;
|
||||
font-weight: 300;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.more {
|
||||
color: #ffffff;
|
||||
background-color: #d33d44;
|
||||
padding: 15px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.row {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
background-color: #fff9e1;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
padding: 12px;
|
||||
border-bottom: 2px solid #ffcf06;
|
||||
}
|
||||
|
||||
.alert {
|
||||
background-color: #fff9e1;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
padding: 12px;
|
||||
border-bottom: 2px solid #ffcf06;
|
||||
margin-bottom: 30px;
|
||||
color: #404041;
|
||||
}
|
||||
|
||||
.alert p {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.alert p:before {
|
||||
color: #ffcf06;
|
||||
content: "\0055";
|
||||
font-family: 'cakefont', sans-serif;
|
||||
font-size: 21px;
|
||||
margin-left: -0.8em;
|
||||
width: 2.3em;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
padding: 0 10px 0 15px;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
|
||||
.alert ul {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.alert.url-rewriting {
|
||||
background-color: #F0F0F0;
|
||||
border-color: #cccccc;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0 0 30px 0;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-left: 1.8em;
|
||||
}
|
||||
|
||||
ul li ul, ul li ul li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.bullet:before {
|
||||
font-family: 'cakefont', sans-serif;
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
margin-left: -1.3em;
|
||||
width: 1.2em;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
vertical-align: -1px;
|
||||
}
|
||||
|
||||
.success:before {
|
||||
color: #88c671;
|
||||
content: "\0056";
|
||||
}
|
||||
|
||||
.problem:before {
|
||||
color: #d33d44;
|
||||
content: "\0057";
|
||||
}
|
||||
|
||||
.cutlery:before {
|
||||
color: #404041;
|
||||
content: "\0059";
|
||||
}
|
||||
|
||||
.book:before {
|
||||
color: #404041;
|
||||
content: "\0042";
|
||||
width: 1.7em;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
border-top: 0;
|
||||
margin-bottom: 35px;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
color: #404041;
|
||||
font-style: normal;
|
||||
font-family: 'cakefont', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon.support {
|
||||
font-size: 60px;
|
||||
}
|
||||
.icon.docs {
|
||||
font-size: 57px;
|
||||
}
|
||||
.icon.training {
|
||||
font-size: 39px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.columns {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
header.row {
|
||||
max-width: 940px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
.result td {
|
||||
border: 1px solid black;
|
||||
padding: 10px 10px 10px 10px;
|
||||
font-weight: bold;
|
||||
width: 265px;
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
.pvtUi { color: #333; }
|
||||
|
||||
|
||||
table.pvtTable {
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.pvtTable thead tr th, table.pvtTable tbody tr th {
|
||||
background-color: #e6EEEE;
|
||||
border: 1px solid #CDCDCD;
|
||||
font-size: 8pt;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table.pvtTable .pvtColLabel {text-align: center;}
|
||||
table.pvtTable .pvtTotalLabel {text-align: right;}
|
||||
|
||||
table.pvtTable tbody tr td {
|
||||
color: #3D3D3D;
|
||||
padding: 5px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #CDCDCD;
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.pvtTotal, .pvtGrandTotal { font-weight: bold; }
|
||||
|
||||
.pvtVals { text-align: center; white-space: nowrap;}
|
||||
.pvtRowOrder, .pvtColOrder {
|
||||
cursor:pointer;
|
||||
width: 15px;
|
||||
margin-left: 5px;
|
||||
display: inline-block; }
|
||||
.pvtAggregator { margin-bottom: 5px ;}
|
||||
|
||||
.pvtAxisContainer, .pvtVals {
|
||||
border: 1px solid gray;
|
||||
background: #EEE;
|
||||
padding: 5px;
|
||||
min-width: 20px;
|
||||
min-height: 20px;
|
||||
}
|
||||
.pvtAxisContainer li {
|
||||
padding: 8px 6px;
|
||||
list-style-type: none;
|
||||
cursor:move;
|
||||
}
|
||||
.pvtAxisContainer li.pvtPlaceholder {
|
||||
-webkit-border-radius: 5px;
|
||||
padding: 3px 15px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px dashed #aaa;
|
||||
}
|
||||
|
||||
.pvtAxisContainer li span.pvtAttr {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
background: #F3F3F3;
|
||||
border: 1px solid #DEDEDE;
|
||||
padding: 2px 5px;
|
||||
white-space:nowrap;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.pvtTriangle {
|
||||
cursor:pointer;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.pvtHorizList li { display: inline; }
|
||||
.pvtVertList { vertical-align: top; }
|
||||
|
||||
.pvtFilteredAttribute { font-style: italic }
|
||||
|
||||
.pvtFilterBox{
|
||||
z-index: 100;
|
||||
width: 300px;
|
||||
border: 1px solid gray;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pvtFilterBox h4{ margin: 15px; }
|
||||
.pvtFilterBox p { margin: 10px auto; }
|
||||
.pvtFilterBox label { font-weight: normal; }
|
||||
.pvtFilterBox input[type='checkbox'] { margin-right: 10px; margin-left: 10px; }
|
||||
.pvtFilterBox input[type='text'] { width: 230px; }
|
||||
.pvtFilterBox .count { color: gray; font-weight: normal; margin-left: 3px;}
|
||||
|
||||
.pvtCheckContainer{
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
max-height: 250px;
|
||||
border-top: 1px solid lightgrey;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
.pvtCheckContainer p{ margin: 5px; }
|
||||
|
||||
.pvtRendererArea { padding: 5px;}
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Executable
+450
@@ -0,0 +1,450 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP
|
||||
7756,ST VS Hofheim,S674,A026, ,staatlich
|
||||
7730,ST VS Ebern,S674,A026, ,staatlich
|
||||
7734,ST VS Haßfurt,S674,A026, ,staatlich
|
||||
7755,ST VS Eltmann,S674,A026, ,staatlich
|
||||
6670,ST VS Roth,S576,A025, ,staatlich
|
||||
6912,ST VS Hilpoltstein,S576,A025, ,staatlich
|
||||
6920,ST VS Georgensgmünd,S576,A025, ,staatlich
|
||||
6945,ST VS Wendelstein,S576,A025, ,staatlich
|
||||
5512,ST VS Bamberg,S461,A024, ,staatlich
|
||||
2647,ST VS Dießen,S181,A021, ,staatlich
|
||||
2651,ST VS Fuchstal,S181,A021, ,staatlich
|
||||
2665,ST VS Weil,S181,A021, ,staatlich
|
||||
2667,ST VS Landsberg,S181,A021, ,staatlich
|
||||
1241,ST VS Garmisch-Partenkirchen,S180,A021, ,staatlich
|
||||
2634,ST VS Murnau,S180,A021, ,staatlich
|
||||
2419,ST VS Puchheim,S179,A021, ,staatlich
|
||||
2599,ST VS Germering,S179,A021, ,staatlich
|
||||
2609,ST VS Mammendorf,S179,A021, ,staatlich
|
||||
2617,ST VS Germering,S179,A021, ,staatlich
|
||||
2620,ST VS Maisach,S179,A021, ,staatlich
|
||||
2591,ST VS Fürstenfeldbruck,S179,A021, ,staatlich
|
||||
1235,ST VS Freising,S178,A021, ,staatlich
|
||||
1236,ST VS Hallbergmoos,S178,A021, ,staatlich
|
||||
1238,ST VS Zolling,S178,A021, ,staatlich
|
||||
2574,ST VS Moosburg,S178,A021, ,staatlich
|
||||
2582,ST VS Neufahrn,S178,A021, ,staatlich
|
||||
2361,ST VS Berchtesgaden,S172,A021, ,staatlich
|
||||
2363,ST VS Ainring,S172,A021, ,staatlich
|
||||
2367,ST VS Bad Reichenhall,S172,A021, ,staatlich
|
||||
2390,ST VS Teisendorf,S172,A021, ,staatlich
|
||||
2326,ST VS Altötting,S171,A021, ,staatlich
|
||||
2332,ST VS Burghausen,S171,A021, ,staatlich
|
||||
2336,ST VS Garching,S171,A021, ,staatlich
|
||||
2339,ST VS Burgkirchen,S171,A021, ,staatlich
|
||||
2353,ST VS Töging a.Inn,S171,A021, ,staatlich
|
||||
2103,ST MS Ingolstadt(Lessing),S161,A021, ,staatlich
|
||||
2105,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2107,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2101,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2112,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
8936,ST VS Altusried,S780,A027, ,staatlich
|
||||
8942,ST VS Buchenberg,S780,A027, ,staatlich
|
||||
8944,ST VS Dietmannsried,S780,A027, ,staatlich
|
||||
8945,ST VS Durach,S780,A027, ,staatlich
|
||||
8949,ST VS Immenstadt,S780,A027, ,staatlich
|
||||
8960,ST VS Oberstdorf,S780,A027, ,staatlich
|
||||
8965,ST VS Sonthofen,S780,A027, ,staatlich
|
||||
8899,ST VS Donauwörth,S779,A027, ,staatlich
|
||||
8918,ST VS Nördlingen,S779,A027, ,staatlich
|
||||
8924,ST VS Oettingen,S779,A027, ,staatlich
|
||||
8926,ST VS Rain,S779,A027, ,staatlich
|
||||
8931,ST VS Wemding,S779,A027, ,staatlich
|
||||
8879,ST VS Ottobeuren,S778,A027, ,staatlich
|
||||
8880,ST VS Pfaffenhausen,S778,A027, ,staatlich
|
||||
8884,ST VS Türkheim,S778,A027, ,staatlich
|
||||
8866,ST VS Ettringen,S778,A027, ,staatlich
|
||||
8856,ST VS Babenhausen,S778,A027, ,staatlich
|
||||
8875,ST VS Memmingerberg,S778,A027, ,staatlich
|
||||
8877,ST VS Mindelheim,S778,A027, ,staatlich
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich
|
||||
8823,ST VS Füssen,S777,A027, ,staatlich
|
||||
8824,ST VS Germaringen,S777,A027, ,staatlich
|
||||
8830,ST VS Marktoberdorf,S777,A027, ,staatlich
|
||||
8836,ST VS Obergünzburg,S777,A027, ,staatlich
|
||||
8842,ST VS Roßhaupten,S777,A027, ,staatlich
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich
|
||||
8787,ST VS Lindau Aeschach,S776,A027, ,staatlich
|
||||
8794,ST VS Lindenberg,S776,A027, ,staatlich
|
||||
8776,ST VS Vöhringen,S775,A027, ,staatlich
|
||||
8780,ST VS Neu-Ulm,S775,A027, ,staatlich
|
||||
8748,ST VS Illertissen,S775,A027, ,staatlich
|
||||
8753,ST VS Neu-Ulm,S775,A027, ,staatlich
|
||||
8764,ST VS Neu-Ulm,S775,A027, ,staatlich
|
||||
8778,ST VS Weißenhorn,S775,A027, ,staatlich
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich
|
||||
8724,ST VS Leipheim,S774,A027, ,staatlich
|
||||
8715,ST VS Ichenhausen,S774,A027, ,staatlich
|
||||
8738,ST VS Thannhausen,S774,A027, ,staatlich
|
||||
8706,ST VS Burgau,S774,A027, ,staatlich
|
||||
8683,ST VS Dillingen,S773,A027, ,staatlich
|
||||
8679,ST VS Gundelfingen,S773,A027, ,staatlich
|
||||
8690,ST VS Lauingen,S773,A027, ,staatlich
|
||||
8698,ST VS Wertingen,S773,A027, ,staatlich
|
||||
8688,ST VS Höchstädt,S773,A027, ,staatlich
|
||||
8654,ST VS Meitingen,S772,A027, ,staatlich
|
||||
8629,ST VS Bobingen,S772,A027, ,staatlich
|
||||
8634,ST VS Fischach,S772,A027, ,staatlich
|
||||
8636,ST VS Gersthofen,S772,A027, ,staatlich
|
||||
8661,ST VS Schwabmünchen,S772,A027, ,staatlich
|
||||
8675,ST VS Zusmarshausen,S772,A027, ,staatlich
|
||||
8419,ST GMS Königsbrunn,S772,A027, ,staatlich
|
||||
8601,ST VS Friedberg,S771,A027, ,staatlich
|
||||
8606,ST VS Kissing,S771,A027, ,staatlich
|
||||
8594,ST VS Aichach,S771,A027, ,staatlich
|
||||
8595,ST VS Aindling,S771,A027, ,staatlich
|
||||
8581,ST VS Memmingen,S764,A027, ,staatlich
|
||||
8586,ST VS Memmingen,S764,A027, ,staatlich
|
||||
8574,ST VS Kempten,S763,A027, ,staatlich
|
||||
8564,ST VS Kempten,S763,A027, ,staatlich
|
||||
8554,ST VS Kaufbeuren,S762,A027, ,staatlich
|
||||
8532,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8501,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8517,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8523,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8525,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8534,ST VS Augsburg,S761,A027, ,staatlich
|
||||
7977,ST VS Veitshöchheim,S679,A026, ,staatlich
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich
|
||||
7944,ST VS Höchberg,S679,A026, ,staatlich
|
||||
7949,ST VS Estenfeld,S679,A026, ,staatlich
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich
|
||||
7923,ST VS Gerolzhofen,S678,A026, ,staatlich
|
||||
7884,ST VS Bergrheinfeld,S678,A026, ,staatlich
|
||||
7892,ST VS Gochsheim,S678,A026, ,staatlich
|
||||
7899,ST VS Niederwerrn,S678,A026, ,staatlich
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich
|
||||
7918,ST VS Werneck,S678,A026, ,staatlich
|
||||
7848,ST VS Karlstadt,S677,A026, ,staatlich
|
||||
7881,ST VS Lohr,S677,A026, ,staatlich
|
||||
7879,ST VS Gemünden,S677,A026, ,staatlich
|
||||
7880,ST VS Marktheidenfeld,S677,A026, ,staatlich
|
||||
7795,ST VS Amorbach,S676,A026, ,staatlich
|
||||
7802,ST VS Elsenfeld,S676,A026, ,staatlich
|
||||
7808,ST VS Großwallstadt,S676,A026, ,staatlich
|
||||
7826,ST VS Wörth,S676,A026, ,staatlich
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich
|
||||
7785,ST VS Volkach,S675,A026, ,staatlich
|
||||
7787,ST VS Wiesentheid,S675,A026, ,staatlich
|
||||
7766,ST VS Kitzingen,S675,A026, ,staatlich
|
||||
7704,ST VS Bad Königshofen,S673,A026, ,staatlich
|
||||
7707,ST VS Mellrichstadt,S673,A026, ,staatlich
|
||||
7693,ST VS Bad Neustadt,S673,A026, ,staatlich
|
||||
7646,ST VS Bad Brückenau,S672,A026, ,staatlich
|
||||
7650,ST VS Bad Kissingen,S672,A026, ,staatlich
|
||||
7663,ST VS Hammelburg,S672,A026, ,staatlich
|
||||
7671,ST VS Münnerstadt,S672,A026, ,staatlich
|
||||
7611,ST VS Hösbach,S671,A026, ,staatlich
|
||||
7643,ST VS Alzenau,S671,A026, ,staatlich
|
||||
7644,ST VS Schöllkrippen,S671,A026, ,staatlich
|
||||
7603,ST VS Großostheim,S671,A026, ,staatlich
|
||||
7574,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7573,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7525,ST VS Schweinfurt,S662,A026, ,staatlich
|
||||
6962,ST VS Gunzenhausen,S577,A025, ,staatlich
|
||||
6986,ST VS Weißenburg,S577,A025, ,staatlich
|
||||
6977,ST VS Treuchtlingen,S577,A025, ,staatlich
|
||||
6877,ST VS Bad Windsheim,S575,A025, ,staatlich
|
||||
6895,ST VS Markt Erlbach,S575,A025, ,staatlich
|
||||
6899,ST VS Neustadt,S575,A025, ,staatlich
|
||||
6908,ST VS Scheinfeld,S575,A025, ,staatlich
|
||||
6909,ST VS Uffenheim,S575,A025, ,staatlich
|
||||
6836,ST VS Feucht,S574,A025, ,staatlich
|
||||
6844,ST VS Hersbruck,S574,A025, ,staatlich
|
||||
6858,ST VS Schnaittach,S574,A025, ,staatlich
|
||||
6855,ST VS Burgthann,S574,A025, ,staatlich
|
||||
6873,ST VS Röthenbach,S574,A025, ,staatlich
|
||||
6848,ST VS Lauf,S574,A025, ,staatlich
|
||||
6773,ST VS Baiersdorf,S572,A025, ,staatlich
|
||||
6781,ST VS Herzogenaurach,S572,A025, ,staatlich
|
||||
6800,ST VS Eckental,S572,A025, ,staatlich
|
||||
6787,ST VS Höchstadt,S572,A025, ,staatlich
|
||||
6763,ST VS Wolframs-Eschenbach,S571,A025, ,staatlich
|
||||
6775,ST VS Wassertrüdingen,S571,A025, ,staatlich
|
||||
6702,ST VS Bechhofen,S571,A025, ,staatlich
|
||||
6712,ST VS Dinkelsbühl,S571,A025, ,staatlich
|
||||
6718,ST VS Feuchtwangen,S571,A025, ,staatlich
|
||||
6727,ST VS Herrieden,S571,A025, ,staatlich
|
||||
6738,ST VS Neuendettelsau,S571,A025, ,staatlich
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich
|
||||
6690,ST VS Schwabach,S565,A025, ,staatlich
|
||||
6691,ST VS Schwabach,S565,A025, ,staatlich
|
||||
6838,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6663,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6665,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6667,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6668,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6586,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6623,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6627,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6634,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6641,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6645,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6647,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6649,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6600,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6606,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6609,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6608,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6532,ST VS Spardorf,S562,A025, ,staatlich
|
||||
6523,ST VS Erlangen,S562,A025, ,staatlich
|
||||
6529,ST VS Erlangen,S562,A025, ,staatlich
|
||||
6513,ST VS Ansbach,S561,A025, ,staatlich
|
||||
5884,ST VS Selb,S479,A024, ,staatlich
|
||||
5880,ST VS Marktredwitz,S479,A024, ,staatlich
|
||||
5847,ST VS Altenkunstadt,S478,A024, ,staatlich
|
||||
5853,ST VS Lichtenfels,S478,A024, ,staatlich
|
||||
5788,ST VS Kronach,S476,A024, ,staatlich
|
||||
5795,ST VS Pressig,S476,A024, ,staatlich
|
||||
5756,ST VS Helmbrechts,S475,A024, ,staatlich
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich
|
||||
5763,ST VS Naila,S475,A024, ,staatlich
|
||||
5764,ST VS Oberkotzau,S475,A024, ,staatlich
|
||||
5766,ST VS Rehau,S475,A024, ,staatlich
|
||||
5770,ST VS Schwarzenbach a.d.Saale,S475,A024, ,staatlich
|
||||
5777,ST VS Feilitzsch,S475,A024, ,staatlich
|
||||
5717,ST VS Ebermannstadt,S474,A024, ,staatlich
|
||||
5721,ST VS Forchheim,S474,A024, ,staatlich
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich
|
||||
5747,ST VS Neunkirchen,S474,A024, ,staatlich
|
||||
5724,ST VS Forchheim,S474,A024, ,staatlich
|
||||
5746,ST VS Gräfenberg,S474,A024, ,staatlich
|
||||
5695,ST VS Rödental,S473,A024, ,staatlich
|
||||
5700,ST VS Sonnefeld,S473,A024, ,staatlich
|
||||
5702,ST VS Untersiemau,S473,A024, ,staatlich
|
||||
5593,ST VS Burgebrach,S471,A024, ,staatlich
|
||||
5595,ST VS Baunach,S471,A024, ,staatlich
|
||||
5607,ST VS Hallstadt,S471,A024, ,staatlich
|
||||
5610,ST VS Hirschaid,S471,A024, ,staatlich
|
||||
5639,ST VS Scheßlitz,S471,A024, ,staatlich
|
||||
5620,ST VS Frensdorf,S471,A024, ,staatlich
|
||||
5574,ST VS Hof,S464,A024, ,staatlich
|
||||
5577,ST VS Hof,S464,A024, ,staatlich
|
||||
5580,ST VS Hof,S464,A024, ,staatlich
|
||||
5552,ST VS Coburg,S463,A024, ,staatlich
|
||||
5560,ST VS Coburg,S463,A024, ,staatlich
|
||||
5527,ST VS Bayreuth,S462,A024, ,staatlich
|
||||
5535,ST VS Bayreuth,S462,A024, ,staatlich
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich
|
||||
4829,ST VS Burglengenfeld,S376,A023, ,staatlich
|
||||
4830,ST VS Schwandorf,S376,A023, ,staatlich
|
||||
4847,ST VS Oberviechtach,S376,A023, ,staatlich
|
||||
4843,ST VS Neunburg,S376,A023, ,staatlich
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich
|
||||
4798,ST VS Nittendorf,S375,A023, ,staatlich
|
||||
4805,ST VS Regenstauf,S375,A023, ,staatlich
|
||||
4816,ST VS Wörth,S375,A023, ,staatlich
|
||||
4766,ST VS Alteglofsheim,S375,A023, ,staatlich
|
||||
4769,ST VS Neutraubling,S375,A023, ,staatlich
|
||||
4729,ST VS Eschenbach,S374,A023, ,staatlich
|
||||
4745,ST VS Neustadt,S374,A023, ,staatlich
|
||||
4750,ST VS Pressath,S374,A023, ,staatlich
|
||||
4761,ST VS Vohenstrauß,S374,A023, ,staatlich
|
||||
4659,ST VS Roding,S372,A023, ,staatlich
|
||||
4642,ST VS Furth im Wald,S372,A023, ,staatlich
|
||||
4649,ST VS Bad Kötzting,S372,A023, ,staatlich
|
||||
4677,ST VS Cham,S372,A023, ,staatlich
|
||||
4679,ST VS Waldmünchen,S372,A023, ,staatlich
|
||||
4586,ST VS Auerbach,S371,A023, ,staatlich
|
||||
4596,ST VS Hahnbach,S371,A023, ,staatlich
|
||||
4607,ST VS Kümmersbruck,S371,A023, ,staatlich
|
||||
4625,ST VS Sulzbach-Rosenberg,S371,A023, ,staatlich
|
||||
4568,ST VS Weiden,S363,A023, ,staatlich
|
||||
4570,ST VS Weiden,S363,A023, ,staatlich
|
||||
4528,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4535,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4543,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4777,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4504,ST VS Amberg,S361,A023, ,staatlich
|
||||
3945,ST VS Landau,S279,A022, ,staatlich
|
||||
3936,ST VS Dingolfing,S279,A022, ,staatlich
|
||||
3900,ST VS Geiselhöring,S278,A022, ,staatlich
|
||||
3926,ST VS Schwarzach,S278,A022, ,staatlich
|
||||
3931,ST VS Bogen,S278,A022, ,staatlich
|
||||
3912,ST VS Mitterfels,S278,A022, ,staatlich
|
||||
3861,ST VS Eggenfelden,S277,A022, ,staatlich
|
||||
3873,ST VS Massing,S277,A022, ,staatlich
|
||||
3876,ST VS Pfarrkirchen,S277,A022, ,staatlich
|
||||
3882,ST VS Simbach,S277,A022, ,staatlich
|
||||
3818,ST VS Bodenmais,S276,A022, ,staatlich
|
||||
3837,ST VS Regen,S276,A022, ,staatlich
|
||||
3847,ST VS Ruhmannsfelden,S276,A022, ,staatlich
|
||||
3849,ST VS Viechtach,S276,A022, ,staatlich
|
||||
3846,ST VS Zwiesel,S276,A022, ,staatlich
|
||||
3734,ST VS Vilsbiburg,S274,A022, ,staatlich
|
||||
3736,ST VS Altdorf,S274,A022, ,staatlich
|
||||
3703,ST VS Ergolding,S274,A022, ,staatlich
|
||||
3706,ST VS Ergoldsbach,S274,A022, ,staatlich
|
||||
3731,ST VS Rottenburg,S274,A022, ,staatlich
|
||||
3663,ST VS Kelheim,S273,A022, ,staatlich
|
||||
3690,ST VS Neustadt,S273,A022, ,staatlich
|
||||
3692,ST VS Saal,S273,A022, ,staatlich
|
||||
3693,ST VS Bad Abbach,S273,A022, ,staatlich
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich
|
||||
3621,ST VS Freyung,S272,A022, ,staatlich
|
||||
3623,ST VS Grafenau,S272,A022, ,staatlich
|
||||
3630,ST VS Jandelsbrunn,S272,A022, ,staatlich
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich
|
||||
3644,ST VS Schönberg,S272,A022, ,staatlich
|
||||
3577,ST VS Deggendorf,S271,A022, ,staatlich
|
||||
3579,ST VS Deggendorf,S271,A022, ,staatlich
|
||||
3586,ST VS Hengersberg,S271,A022, ,staatlich
|
||||
3603,ST VS Plattling,S271,A022, ,staatlich
|
||||
3612,ST VS Metten,S271,A022, ,staatlich
|
||||
3614,ST VS Osterhofen,S271,A022, ,staatlich
|
||||
3555,ST VS Straubing,S263,A022, ,staatlich
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich
|
||||
3518,ST VS Passau,S262,A022, ,staatlich
|
||||
3512,ST VS Landshut,S261,A022, ,staatlich
|
||||
2993,ST VS Weilheim,S190,A021, ,staatlich
|
||||
2975,ST VS Peißenberg,S190,A021, ,staatlich
|
||||
2979,ST VS Peiting,S190,A021, ,staatlich
|
||||
2981,ST VS Penzberg,S190,A021, ,staatlich
|
||||
2985,ST VS Schongau,S190,A021, ,staatlich
|
||||
2356,ST VS Trostberg,S189,A021, ,staatlich
|
||||
2996,ST VS Traunstein,S189,A021, ,staatlich
|
||||
2940,ST VS Siegsdorf,S189,A021, ,staatlich
|
||||
2946,ST VS Traunreut,S189,A021, ,staatlich
|
||||
2958,ST VS Waging,S189,A021, ,staatlich
|
||||
2919,ST VS Fridolfing,S189,A021, ,staatlich
|
||||
2921,ST VS Grassau,S189,A021, ,staatlich
|
||||
2930,ST VS Obing,S189,A021, ,staatlich
|
||||
2346,ST VS Gilching,S188,A021, ,staatlich
|
||||
2894,ST VS Gauting,S188,A021, ,staatlich
|
||||
2897,ST VS Herrsching,S188,A021, ,staatlich
|
||||
2906,ST VS Starnberg,S188,A021, ,staatlich
|
||||
2908,ST VS Tutzing,S188,A021, ,staatlich
|
||||
2999,ST VS Prien,S187,A021, ,staatlich
|
||||
1265,ST VS Brannenburg,S187,A021, ,staatlich
|
||||
1266,ST VS Bruckmühl,S187,A021, ,staatlich
|
||||
1271,ST VS Großkarolinenfeld,S187,A021, ,staatlich
|
||||
1273,ST VS Raubling,S187,A021, ,staatlich
|
||||
1288,ST VS Stephanskirchen,S187,A021, ,staatlich
|
||||
2848,ST VS Feldkirchen-Westerham,S187,A021, ,staatlich
|
||||
2863,ST VS Kolbermoor,S187,A021, ,staatlich
|
||||
2885,ST VS Wasserburg,S187,A021, ,staatlich
|
||||
1269,ST VS Bad Endorf,S187,A021, ,staatlich
|
||||
1263,ST VS Bad Aibling,S187,A021, ,staatlich
|
||||
1268,ST VS Eiselfing,S187,A021, ,staatlich
|
||||
1257,ST VS Pfaffenhofen,S186,A021, ,staatlich
|
||||
1259,ST VS Reichertshofen,S186,A021, ,staatlich
|
||||
1262,ST VS Vohburg,S186,A021, ,staatlich
|
||||
2775,ST VS Karlshuld,S185,A021, ,staatlich
|
||||
2789,ST VS Schrobenhausen,S185,A021, ,staatlich
|
||||
2809,ST VS Neuburg,S185,A021, ,staatlich
|
||||
2323,ST VS Garching,S184,A021, ,staatlich
|
||||
1249,ST VS Unterhaching,S184,A021, ,staatlich
|
||||
1250,ST VS Höhenkirchen-Siegertbr,S184,A021, ,staatlich
|
||||
2744,ST VS Ismaning,S184,A021, ,staatlich
|
||||
2764,ST VS Taufkirchen,S184,A021, ,staatlich
|
||||
2770,ST VS Unterschleißheim,S184,A021, ,staatlich
|
||||
2825,ST VS Pullach,S184,A021, ,staatlich
|
||||
2734,ST VS Riemerling,S184,A021, ,staatlich
|
||||
2335,ST VS Haar,S184,A021, ,staatlich
|
||||
2707,ST VS Mühldorf,S183,A021, ,staatlich
|
||||
2722,ST VS Waldkraiburg,S183,A021, ,staatlich
|
||||
2696,ST VS Ampfing,S183,A021, ,staatlich
|
||||
2699,ST VS Gars,S183,A021, ,staatlich
|
||||
2710,ST VS Neumarkt-Sankt Veit,S183,A021, ,staatlich
|
||||
2418,ST VS Wartenberg,S177,A021, ,staatlich
|
||||
2518,ST VS Dorfen,S177,A021, ,staatlich
|
||||
2523,ST VS Erding,S177,A021, ,staatlich
|
||||
2539,ST VS Taufkirchen,S177,A021, ,staatlich
|
||||
2472,ST VS Altmannstein,S176,A021, ,staatlich
|
||||
2474,ST VS Beilngries,S176,A021, ,staatlich
|
||||
2485,ST VS Gaimersheim,S176,A021, ,staatlich
|
||||
2494,ST VS Lenting,S176,A021, ,staatlich
|
||||
2498,ST VS Eichstätt,S176,A021, ,staatlich
|
||||
2499,ST VS Pförring,S176,A021, ,staatlich
|
||||
2446,ST VS Markt Schwaben,S175,A021, ,staatlich
|
||||
1216,ST VS Aßling,S175,A021, ,staatlich
|
||||
1217,ST VS Ebersberg,S175,A021, ,staatlich
|
||||
1221,ST VS Poing,S175,A021, ,staatlich
|
||||
1220,ST VS Baldham,S175,A021, ,staatlich
|
||||
2393,ST VS Karlsfeld,S174,A021, ,staatlich
|
||||
2425,ST VS Dachau,S174,A021, ,staatlich
|
||||
2470,ST VS Markt Indersdorf,S174,A021, ,staatlich
|
||||
2487,ST VS Bergkirchen,S174,A021, ,staatlich
|
||||
2395,ST VS Bad Tölz,S173,A021, ,staatlich
|
||||
2401,ST VS Gaißach,S173,A021, ,staatlich
|
||||
2411,ST VS Geretsried,S173,A021, ,staatlich
|
||||
2417,ST VS Wolfratshausen,S173,A021, ,staatlich
|
||||
3760,ST VS Hauzenberg,S275,A022, ,staatlich
|
||||
3765,ST VS Hutthurm,S275,A022, ,staatlich
|
||||
3777,ST VS Pocking,S275,A022, ,staatlich
|
||||
3782,ST VS Rotthalmünster,S275,A022, ,staatlich
|
||||
3784,ST VS Ruhstorf,S275,A022, ,staatlich
|
||||
3797,ST VS Untergriesbach,S275,A022, ,staatlich
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich
|
||||
3809,ST VS Fürstenzell,S275,A022, ,staatlich
|
||||
3742,ST VS Aidenbach,S275,A022, ,staatlich
|
||||
3793,ST VS Tiefenbach,S275,A022, ,staatlich
|
||||
2681,ST VS Miesbach,S182,A021, ,staatlich
|
||||
2684,ST VS Rottach-Egern,S182,A021, ,staatlich
|
||||
2671,ST VS Fischbachau,S182,A021, ,staatlich
|
||||
2692,ST VS Holzkirchen,S182,A021, ,staatlich
|
||||
7501,ST VS Aschaffenburg,S661,A026, ,staatlich
|
||||
7514,ST VS Aschaffenburg,S661,A026, ,staatlich
|
||||
6805,ST VS Cadolzburg,S573,A025, ,staatlich
|
||||
6812,ST VS Oberasbach,S573,A025, ,staatlich
|
||||
6821,ST VS Zirndorf,S573,A025, ,staatlich
|
||||
6548,ST VS Fürth,S563,A025, ,staatlich
|
||||
6551,ST VS Fürth,S563,A025, ,staatlich
|
||||
6554,ST VS Fürth,S563,A025, ,staatlich
|
||||
6559,ST VS Fürth,S563,A025, ,staatlich
|
||||
6561,ST VS Fürth,S563,A025, ,staatlich
|
||||
6568,ST VS Fürth,S563,A025, ,staatlich
|
||||
5842,ST VS Kulmbach,S477,A024, ,staatlich
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich
|
||||
5649,ST VS Eckersdorf,S472,A024, ,staatlich
|
||||
5662,ST VS Pegnitz,S472,A024, ,staatlich
|
||||
5674,ST VS Weidenberg,S472,A024, ,staatlich
|
||||
4880,ST VS Erbendorf,S377,A023, ,staatlich
|
||||
4887,ST VS Kemnath,S377,A023, ,staatlich
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich
|
||||
4910,ST VS Wiesau,S377,A023, ,staatlich
|
||||
4683,ST VS Berching,S373,A023, ,staatlich
|
||||
4684,ST VS Berg,S373,A023, ,staatlich
|
||||
4699,ST VS Mühlhausen,S373,A023, ,staatlich
|
||||
4708,ST VS Neumarkt,S373,A023, ,staatlich
|
||||
4710,ST VS Parsberg,S373,A023, ,staatlich
|
||||
2125,ST VS Rosenheim,S163,A021, ,staatlich
|
||||
1201,ST VS Rosenheim,S163,A021, ,staatlich
|
||||
2175,ST VS München,S162,A021, ,staatlich
|
||||
2177,ST VS München,S162,A021, ,staatlich
|
||||
2181,ST VS München,S162,A021, ,staatlich
|
||||
2195,ST VS München,S162,A021, ,staatlich
|
||||
2201,ST VS München,S162,A021, ,staatlich
|
||||
2203,ST VS München,S162,A021, ,staatlich
|
||||
2205,ST VS München,S162,A021, ,staatlich
|
||||
2218,ST VS München,S162,A021, ,staatlich
|
||||
2247,ST VS München,S162,A021, ,staatlich
|
||||
2250,ST VS München,S162,A021, ,staatlich
|
||||
2261,ST VS München,S162,A021, ,staatlich
|
||||
2263,ST VS München,S162,A021, ,staatlich
|
||||
2272,ST VS München,S162,A021, ,staatlich
|
||||
2274,ST VS München,S162,A021, ,staatlich
|
||||
2128,ST VS München,S162,A021, ,staatlich
|
||||
2130,ST VS München,S162,A021, ,staatlich
|
||||
2135,ST VS München,S162,A021, ,staatlich
|
||||
2142,ST VS München,S162,A021, ,staatlich
|
||||
2157,ST VS München,S162,A021, ,staatlich
|
||||
2168,ST VS München,S162,A021, ,staatlich
|
||||
2290,ST VS München,S162,A021, ,staatlich
|
||||
2291,ST VS München,S162,A021, ,staatlich
|
||||
2293,ST VS München,S162,A021, ,staatlich
|
||||
2297,ST VS München,S162,A021, ,staatlich
|
||||
2438,ST VS München,S162,A021, ,staatlich
|
||||
8701,PERS VS Augsburg,S761,A027, ,Priv-Ersatz
|
||||
7589,PERS VS Esselbach,S677,A026, ,Priv-Ersatz
|
||||
7686,PERS VS Kahl,S671,A026, ,Priv-Ersatz
|
||||
7593,PERS VS Würzburg,S663,A026, ,Priv-Ersatz
|
||||
6784,PERS VS Herzogenaurach,S572,A025, ,Priv-Ersatz
|
||||
6729,PERS VS Nürnberg,S564,A025, ,Priv-Ersatz
|
||||
6501,PERS VS Ansbach,S561,A025, ,Priv-Ersatz
|
||||
4514,PERS VS Regensburg,S362,A023, ,Priv-Ersatz
|
||||
3754,PERS VS Fürstenzell,S275,A022, ,Priv-Ersatz
|
||||
2055,PERS VS München,S162,A021, ,Priv-Ersatz
|
||||
2126,PERS VS München,S162,A021, ,Priv-Ersatz
|
||||
|
Executable
|
|
Executable
+845
@@ -0,0 +1,845 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP
|
||||
7756,ST VS Hofheim,S674,A026, ,staatlich
|
||||
7743,ST VS Theres,S674,A026, ,staatlich
|
||||
7730,ST VS Ebern,S674,A026, ,staatlich
|
||||
7734,ST VS Haßfurt,S674,A026, ,staatlich
|
||||
7739,ST VS Knetzgau,S674,A026, ,staatlich
|
||||
7755,ST VS Eltmann,S674,A026, ,staatlich
|
||||
7757,ST VS Zeil,S674,A026, ,staatlich
|
||||
7758,ST VS Maroldsweisach,S674,A026, ,staatlich
|
||||
6670,ST VS Roth,S576,A025, ,staatlich
|
||||
6910,ST VS Allersberg,S576,A025, ,staatlich
|
||||
6912,ST VS Hilpoltstein,S576,A025, ,staatlich
|
||||
6920,ST VS Georgensgmünd,S576,A025, ,staatlich
|
||||
6931,ST VS Rednitzhembach,S576,A025, ,staatlich
|
||||
6940,ST VS Spalt,S576,A025, ,staatlich
|
||||
6942,ST VS Thalmässing,S576,A025, ,staatlich
|
||||
6945,ST VS Wendelstein,S576,A025, ,staatlich
|
||||
6921,ST VS Greding,S576,A025, ,staatlich
|
||||
5501,ST VS Bamberg,S461,A024, ,staatlich
|
||||
5505,ST VS Bamberg,S461,A024, ,staatlich
|
||||
5512,ST VS Bamberg,S461,A024, ,staatlich
|
||||
5503,ST VS Bamberg,S461,A024, ,staatlich
|
||||
2546,ST VS Kaufering,S181,A021, ,staatlich
|
||||
2647,ST VS Dießen,S181,A021, ,staatlich
|
||||
2651,ST VS Fuchstal,S181,A021, ,staatlich
|
||||
2665,ST VS Weil,S181,A021, ,staatlich
|
||||
2667,ST VS Landsberg,S181,A021, ,staatlich
|
||||
1239,ST VS Bad Kohlgrub,S180,A021, ,staatlich
|
||||
1240,ST VS Garmisch-Partenkirchen,S180,A021, ,staatlich
|
||||
1241,ST VS Garmisch-Partenkirchen,S180,A021, ,staatlich
|
||||
1242,ST VS Oberammergau,S180,A021, ,staatlich
|
||||
1243,ST VS Oberau,S180,A021, ,staatlich
|
||||
1244,ST VS Mittenwald,S180,A021, ,staatlich
|
||||
2634,ST VS Murnau,S180,A021, ,staatlich
|
||||
2419,ST VS Puchheim,S179,A021, ,staatlich
|
||||
2595,ST VS Fürstenfeldbruck,S179,A021, ,staatlich
|
||||
2599,ST VS Germering,S179,A021, ,staatlich
|
||||
2609,ST VS Mammendorf,S179,A021, ,staatlich
|
||||
2612,ST VS Olching,S179,A021, ,staatlich
|
||||
2616,ST VS Türkenfeld,S179,A021, ,staatlich
|
||||
2617,ST VS Germering,S179,A021, ,staatlich
|
||||
2620,ST VS Maisach,S179,A021, ,staatlich
|
||||
2780,ST VS Eichenau,S179,A021, ,staatlich
|
||||
2591,ST VS Fürstenfeldbruck,S179,A021, ,staatlich
|
||||
1232,ST VS Allershausen,S178,A021, ,staatlich
|
||||
1233,ST VS Eching,S178,A021, ,staatlich
|
||||
1234,ST VS Freising,S178,A021, ,staatlich
|
||||
1235,ST VS Freising,S178,A021, ,staatlich
|
||||
1236,ST VS Hallbergmoos,S178,A021, ,staatlich
|
||||
1238,ST VS Zolling,S178,A021, ,staatlich
|
||||
2083,ST VS Freising,S178,A021, ,staatlich
|
||||
2574,ST VS Moosburg,S178,A021, ,staatlich
|
||||
2582,ST VS Neufahrn,S178,A021, ,staatlich
|
||||
1237,ST VS Nandlstadt,S178,A021, ,staatlich
|
||||
2361,ST VS Berchtesgaden,S172,A021, ,staatlich
|
||||
2363,ST VS Ainring,S172,A021, ,staatlich
|
||||
2367,ST VS Bad Reichenhall,S172,A021, ,staatlich
|
||||
2372,ST VS Bischofswiesen,S172,A021, ,staatlich
|
||||
2374,ST VS Freilassing,S172,A021, ,staatlich
|
||||
2378,ST VS Laufen,S172,A021, ,staatlich
|
||||
2384,ST VS Piding,S172,A021, ,staatlich
|
||||
2390,ST VS Teisendorf,S172,A021, ,staatlich
|
||||
2326,ST VS Altötting,S171,A021, ,staatlich
|
||||
2332,ST VS Burghausen,S171,A021, ,staatlich
|
||||
2336,ST VS Garching,S171,A021, ,staatlich
|
||||
2339,ST VS Burgkirchen,S171,A021, ,staatlich
|
||||
2344,ST VS Neuötting,S171,A021, ,staatlich
|
||||
2353,ST VS Töging a.Inn,S171,A021, ,staatlich
|
||||
2359,ST VS Winhöring,S171,A021, ,staatlich
|
||||
2354,ST VS Tüßling,S171,A021, ,staatlich
|
||||
2103,ST MS Ingolstadt(Lessing),S161,A021, ,staatlich
|
||||
2105,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2107,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2114,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2119,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2101,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
2112,ST VS Ingolstadt,S161,A021, ,staatlich
|
||||
8936,ST VS Altusried,S780,A027, ,staatlich
|
||||
8948,ST VS Bad Hindelang,S780,A027, ,staatlich
|
||||
8941,ST VS Blaichach,S780,A027, ,staatlich
|
||||
8942,ST VS Buchenberg,S780,A027, ,staatlich
|
||||
8944,ST VS Dietmannsried,S780,A027, ,staatlich
|
||||
8945,ST VS Durach,S780,A027, ,staatlich
|
||||
8949,ST VS Immenstadt,S780,A027, ,staatlich
|
||||
8956,ST VS Oy-Mittelberg,S780,A027, ,staatlich
|
||||
8958,ST VS Oberstaufen,S780,A027, ,staatlich
|
||||
8960,ST VS Oberstdorf,S780,A027, ,staatlich
|
||||
8965,ST VS Sonthofen,S780,A027, ,staatlich
|
||||
8970,ST VS Waltenhofen,S780,A027, ,staatlich
|
||||
8972,ST VS Weitnau,S780,A027, ,staatlich
|
||||
8897,ST VS Deiningen,S779,A027, ,staatlich
|
||||
8899,ST VS Donauwörth,S779,A027, ,staatlich
|
||||
8917,ST VS Monheim,S779,A027, ,staatlich
|
||||
8918,ST VS Nördlingen,S779,A027, ,staatlich
|
||||
8924,ST VS Oettingen,S779,A027, ,staatlich
|
||||
8926,ST VS Rain,S779,A027, ,staatlich
|
||||
8931,ST VS Wemding,S779,A027, ,staatlich
|
||||
8894,ST VS Asbach-Bäumenheim,S779,A027, ,staatlich
|
||||
8906,ST VS Harburg,S779,A027, ,staatlich
|
||||
8930,ST VS Wallerstein,S779,A027, ,staatlich
|
||||
8865,ST VS Erkheim,S778,A027, ,staatlich
|
||||
8879,ST VS Ottobeuren,S778,A027, ,staatlich
|
||||
8880,ST VS Pfaffenhausen,S778,A027, ,staatlich
|
||||
8884,ST VS Türkheim,S778,A027, ,staatlich
|
||||
8866,ST VS Ettringen,S778,A027, ,staatlich
|
||||
8856,ST VS Babenhausen,S778,A027, ,staatlich
|
||||
8857,ST VS Bad Wörishofen,S778,A027, ,staatlich
|
||||
8867,ST VS Bad Grönenbach,S778,A027, ,staatlich
|
||||
8872,ST VS Legau,S778,A027, ,staatlich
|
||||
8875,ST VS Memmingerberg,S778,A027, ,staatlich
|
||||
8877,ST VS Mindelheim,S778,A027, ,staatlich
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich
|
||||
8814,ST VS Biessenhofen,S777,A027, ,staatlich
|
||||
8820,ST VS Friesenried,S777,A027, ,staatlich
|
||||
8823,ST VS Füssen,S777,A027, ,staatlich
|
||||
8824,ST VS Germaringen,S777,A027, ,staatlich
|
||||
8830,ST VS Marktoberdorf,S777,A027, ,staatlich
|
||||
8836,ST VS Obergünzburg,S777,A027, ,staatlich
|
||||
8842,ST VS Roßhaupten,S777,A027, ,staatlich
|
||||
8848,ST VS Unterthingau,S777,A027, ,staatlich
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich
|
||||
8787,ST VS Lindau Aeschach,S776,A027, ,staatlich
|
||||
8791,ST VS Lindau Reutin,S776,A027, ,staatlich
|
||||
8794,ST VS Lindenberg,S776,A027, ,staatlich
|
||||
8804,ST VS Weiler-Simmerberg,S776,A027, ,staatlich
|
||||
8768,ST VS Senden,S775,A027, ,staatlich
|
||||
8771,ST VS Nersingen,S775,A027, ,staatlich
|
||||
8776,ST VS Vöhringen,S775,A027, ,staatlich
|
||||
8780,ST VS Neu-Ulm,S775,A027, ,staatlich
|
||||
8744,ST VS Buch,S775,A027, ,staatlich
|
||||
8748,ST VS Illertissen,S775,A027, ,staatlich
|
||||
8753,ST VS Neu-Ulm,S775,A027, ,staatlich
|
||||
8764,ST VS Neu-Ulm,S775,A027, ,staatlich
|
||||
8762,ST VS Pfaffenhofen,S775,A027, ,staatlich
|
||||
8778,ST VS Weißenhorn,S775,A027, ,staatlich
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich
|
||||
8724,ST VS Leipheim,S774,A027, ,staatlich
|
||||
8715,ST VS Ichenhausen,S774,A027, ,staatlich
|
||||
8717,ST VS Jettingen-Scheppach,S774,A027, ,staatlich
|
||||
8735,ST VS Günzburg,S774,A027, ,staatlich
|
||||
8738,ST VS Thannhausen,S774,A027, ,staatlich
|
||||
8706,ST VS Burgau,S774,A027, ,staatlich
|
||||
8710,ST VS Günzburg,S774,A027, ,staatlich
|
||||
8683,ST VS Dillingen,S773,A027, ,staatlich
|
||||
8679,ST VS Gundelfingen,S773,A027, ,staatlich
|
||||
8680,ST VS Bissingen,S773,A027, ,staatlich
|
||||
8690,ST VS Lauingen,S773,A027, ,staatlich
|
||||
8696,ST VS Wittislingen,S773,A027, ,staatlich
|
||||
8698,ST VS Wertingen,S773,A027, ,staatlich
|
||||
8688,ST VS Höchstädt,S773,A027, ,staatlich
|
||||
8694,ST VS Holzheim,S773,A027, ,staatlich
|
||||
8654,ST VS Meitingen,S772,A027, ,staatlich
|
||||
8657,ST VS Neusäß,S772,A027, ,staatlich
|
||||
8623,ST VS Untermeitingen,S772,A027, ,staatlich
|
||||
8629,ST VS Bobingen,S772,A027, ,staatlich
|
||||
8631,ST VS Diedorf,S772,A027, ,staatlich
|
||||
8632,ST VS Dinkelscherben,S772,A027, ,staatlich
|
||||
8634,ST VS Fischach,S772,A027, ,staatlich
|
||||
8636,ST VS Gersthofen,S772,A027, ,staatlich
|
||||
8641,ST VS Großaitingen,S772,A027, ,staatlich
|
||||
8651,ST VS Langweid,S772,A027, ,staatlich
|
||||
8661,ST VS Schwabmünchen,S772,A027, ,staatlich
|
||||
8664,ST VS Stadtbergen,S772,A027, ,staatlich
|
||||
8673,ST VS Welden,S772,A027, ,staatlich
|
||||
8675,ST VS Zusmarshausen,S772,A027, ,staatlich
|
||||
8419,ST GMS Königsbrunn,S772,A027, ,staatlich
|
||||
8601,ST VS Friedberg,S771,A027, ,staatlich
|
||||
8603,ST VS Hollenbach,S771,A027, ,staatlich
|
||||
8606,ST VS Kissing,S771,A027, ,staatlich
|
||||
8594,ST VS Aichach,S771,A027, ,staatlich
|
||||
8595,ST VS Aindling,S771,A027, ,staatlich
|
||||
8597,ST VS Dasing,S771,A027, ,staatlich
|
||||
8607,ST VS Kühbach,S771,A027, ,staatlich
|
||||
8608,ST VS Merching,S771,A027, ,staatlich
|
||||
8613,ST VS Pöttmes,S771,A027, ,staatlich
|
||||
8617,ST VS Sielenbach,S771,A027, ,staatlich
|
||||
8618,ST VS Friedberg,S771,A027, ,staatlich
|
||||
8580,ST VS Memmingen,S764,A027, ,staatlich
|
||||
8581,ST VS Memmingen,S764,A027, ,staatlich
|
||||
8586,ST VS Memmingen,S764,A027, ,staatlich
|
||||
8574,ST VS Kempten,S763,A027, ,staatlich
|
||||
8572,ST VS Kempten,S763,A027, ,staatlich
|
||||
8564,ST VS Kempten,S763,A027, ,staatlich
|
||||
8570,ST VS Kempten,S763,A027, ,staatlich
|
||||
8548,ST VS Kaufbeuren,S762,A027, ,staatlich
|
||||
8554,ST VS Kaufbeuren,S762,A027, ,staatlich
|
||||
8557,ST VS Kaufbeuren,S762,A027, ,staatlich
|
||||
8532,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8669,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8501,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8502,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8503,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8508,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8511,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8515,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8517,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8523,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8525,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8534,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8513,ST VS Augsburg,S761,A027, ,staatlich
|
||||
8529,ST VS Augsburg,S761,A027, ,staatlich
|
||||
7976,ST VS Rimpar,S679,A026, ,staatlich
|
||||
7977,ST VS Veitshöchheim,S679,A026, ,staatlich
|
||||
7935,ST VS Gaukönigshofen,S679,A026, ,staatlich
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich
|
||||
7944,ST VS Höchberg,S679,A026, ,staatlich
|
||||
7949,ST VS Estenfeld,S679,A026, ,staatlich
|
||||
7951,ST VS Margetshöchheim,S679,A026, ,staatlich
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich
|
||||
7971,ST VS Unterpleichfeld,S679,A026, ,staatlich
|
||||
7974,ST VS Waldbüttelbrunn,S679,A026, ,staatlich
|
||||
7885,ST VS Dittelbrunn,S678,A026, ,staatlich
|
||||
7910,ST VS Stadtlauringen,S678,A026, ,staatlich
|
||||
7923,ST VS Gerolzhofen,S678,A026, ,staatlich
|
||||
7884,ST VS Bergrheinfeld,S678,A026, ,staatlich
|
||||
7892,ST VS Gochsheim,S678,A026, ,staatlich
|
||||
7899,ST VS Niederwerrn,S678,A026, ,staatlich
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich
|
||||
7909,ST VS Sennfeld,S678,A026, ,staatlich
|
||||
7918,ST VS Werneck,S678,A026, ,staatlich
|
||||
7833,ST VS Arnstein,S677,A026, ,staatlich
|
||||
7837,ST VS Eußenheim,S677,A026, ,staatlich
|
||||
7838,ST VS Frammersbach,S677,A026, ,staatlich
|
||||
7835,ST VS Burgsinn,S677,A026, ,staatlich
|
||||
7848,ST VS Karlstadt,S677,A026, ,staatlich
|
||||
7878,ST VS Zellingen,S677,A026, ,staatlich
|
||||
7881,ST VS Lohr,S677,A026, ,staatlich
|
||||
7879,ST VS Gemünden,S677,A026, ,staatlich
|
||||
7880,ST VS Marktheidenfeld,S677,A026, ,staatlich
|
||||
7795,ST VS Amorbach,S676,A026, ,staatlich
|
||||
7796,ST VS Bürgstadt,S676,A026, ,staatlich
|
||||
7802,ST VS Elsenfeld,S676,A026, ,staatlich
|
||||
7803,ST VS Erlenbach,S676,A026, ,staatlich
|
||||
7805,ST VS Eschau,S676,A026, ,staatlich
|
||||
7806,ST VS Faulbach,S676,A026, ,staatlich
|
||||
7807,ST VS Großheubach,S676,A026, ,staatlich
|
||||
7808,ST VS Großwallstadt,S676,A026, ,staatlich
|
||||
7812,ST VS Kleinwallstadt,S676,A026, ,staatlich
|
||||
7814,ST VS Leidersbach,S676,A026, ,staatlich
|
||||
7824,ST VS Klingenberg,S676,A026, ,staatlich
|
||||
7811,ST VS Kleinheubach,S676,A026, ,staatlich
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich
|
||||
7821,ST VS Obernburg,S676,A026, ,staatlich
|
||||
7785,ST VS Volkach,S675,A026, ,staatlich
|
||||
7787,ST VS Wiesentheid,S675,A026, ,staatlich
|
||||
7761,ST VS Dettelbach,S675,A026, ,staatlich
|
||||
7774,ST VS Buchbrunn,S675,A026, ,staatlich
|
||||
7776,ST VS Marktbreit,S675,A026, ,staatlich
|
||||
7765,ST VS Iphofen,S675,A026, ,staatlich
|
||||
7766,ST VS Kitzingen,S675,A026, ,staatlich
|
||||
7771,ST VS Kitzingen,S675,A026, ,staatlich
|
||||
7696,ST VS Bischofsheim,S673,A026, ,staatlich
|
||||
7702,ST VS Hohenroth,S673,A026, ,staatlich
|
||||
7704,ST VS Bad Königshofen,S673,A026, ,staatlich
|
||||
7707,ST VS Mellrichstadt,S673,A026, ,staatlich
|
||||
7693,ST VS Bad Neustadt,S673,A026, ,staatlich
|
||||
7646,ST VS Bad Brückenau,S672,A026, ,staatlich
|
||||
7650,ST VS Bad Kissingen,S672,A026, ,staatlich
|
||||
7647,ST VS Bad Bocklet,S672,A026, ,staatlich
|
||||
7655,ST VS Burkardroth,S672,A026, ,staatlich
|
||||
7663,ST VS Hammelburg,S672,A026, ,staatlich
|
||||
7666,ST VS Maßbach,S672,A026, ,staatlich
|
||||
7673,ST VS Nüdlingen,S672,A026, ,staatlich
|
||||
7675,ST VS Oberthulba,S672,A026, ,staatlich
|
||||
7676,ST VS Oerlenbach,S672,A026, ,staatlich
|
||||
7680,ST VS Schondra,S672,A026, ,staatlich
|
||||
7671,ST VS Münnerstadt,S672,A026, ,staatlich
|
||||
7635,ST VS Stockstadt,S671,A026, ,staatlich
|
||||
7605,ST VS Haibach,S671,A026, ,staatlich
|
||||
7611,ST VS Hösbach,S671,A026, ,staatlich
|
||||
7617,ST VS Laufach,S671,A026, ,staatlich
|
||||
7618,ST VS Mainaschaff,S671,A026, ,staatlich
|
||||
7622,ST VS Mömbris,S671,A026, ,staatlich
|
||||
7636,ST VS Waldaschaff,S671,A026, ,staatlich
|
||||
7643,ST VS Alzenau,S671,A026, ,staatlich
|
||||
7644,ST VS Schöllkrippen,S671,A026, ,staatlich
|
||||
7601,ST VS Goldbach,S671,A026, ,staatlich
|
||||
7603,ST VS Großostheim,S671,A026, ,staatlich
|
||||
7553,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7558,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7561,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7574,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7571,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7573,ST VS Würzburg,S663,A026, ,staatlich
|
||||
7530,ST VS Schweinfurt,S662,A026, ,staatlich
|
||||
7525,ST VS Schweinfurt,S662,A026, ,staatlich
|
||||
7527,ST VS Schweinfurt,S662,A026, ,staatlich
|
||||
6954,ST VS Haundorf,S577,A025, ,staatlich
|
||||
6962,ST VS Gunzenhausen,S577,A025, ,staatlich
|
||||
6965,ST VS Heidenheim,S577,A025, ,staatlich
|
||||
6967,ST VS Markt Berolzheim,S577,A025, ,staatlich
|
||||
6986,ST VS Weißenburg,S577,A025, ,staatlich
|
||||
6988,ST VS Pleinfeld,S577,A025, ,staatlich
|
||||
6977,ST VS Treuchtlingen,S577,A025, ,staatlich
|
||||
6877,ST VS Bad Windsheim,S575,A025, ,staatlich
|
||||
6881,ST VS Burgbernheim,S575,A025, ,staatlich
|
||||
6884,ST VS Diespeck,S575,A025, ,staatlich
|
||||
6886,ST VS Emskirchen,S575,A025, ,staatlich
|
||||
6895,ST VS Markt Erlbach,S575,A025, ,staatlich
|
||||
6899,ST VS Neustadt,S575,A025, ,staatlich
|
||||
6906,ST VS Uehlfeld,S575,A025, ,staatlich
|
||||
6908,ST VS Scheinfeld,S575,A025, ,staatlich
|
||||
6909,ST VS Uffenheim,S575,A025, ,staatlich
|
||||
6836,ST VS Feucht,S574,A025, ,staatlich
|
||||
6839,ST VS Happurg,S574,A025, ,staatlich
|
||||
6844,ST VS Hersbruck,S574,A025, ,staatlich
|
||||
6850,ST VS Lauf,S574,A025, ,staatlich
|
||||
6858,ST VS Schnaittach,S574,A025, ,staatlich
|
||||
6855,ST VS Burgthann,S574,A025, ,staatlich
|
||||
6868,ST VS Velden,S574,A025, ,staatlich
|
||||
6872,ST VS Altdorf,S574,A025, ,staatlich
|
||||
6873,ST VS Röthenbach,S574,A025, ,staatlich
|
||||
6848,ST VS Lauf,S574,A025, ,staatlich
|
||||
6773,ST VS Baiersdorf,S572,A025, ,staatlich
|
||||
6781,ST VS Herzogenaurach,S572,A025, ,staatlich
|
||||
6791,ST VS Mühlhausen,S572,A025, ,staatlich
|
||||
6800,ST VS Eckental,S572,A025, ,staatlich
|
||||
6787,ST VS Höchstadt,S572,A025, ,staatlich
|
||||
6793,ST VS Röttenbach,S572,A025, ,staatlich
|
||||
6760,ST VS Windsbach,S571,A025, ,staatlich
|
||||
6763,ST VS Wolframs-Eschenbach,S571,A025, ,staatlich
|
||||
6775,ST VS Wassertrüdingen,S571,A025, ,staatlich
|
||||
6702,ST VS Bechhofen,S571,A025, ,staatlich
|
||||
6705,ST VS Dietenhofen,S571,A025, ,staatlich
|
||||
6709,ST VS Dentlein,S571,A025, ,staatlich
|
||||
6712,ST VS Dinkelsbühl,S571,A025, ,staatlich
|
||||
6718,ST VS Feuchtwangen,S571,A025, ,staatlich
|
||||
6727,ST VS Herrieden,S571,A025, ,staatlich
|
||||
6731,ST VS Lehrberg,S571,A025, ,staatlich
|
||||
6733,ST VS Leutershausen,S571,A025, ,staatlich
|
||||
6738,ST VS Neuendettelsau,S571,A025, ,staatlich
|
||||
6742,ST VS Petersaurach,S571,A025, ,staatlich
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich
|
||||
6747,ST VS Schillingsfürst,S571,A025, ,staatlich
|
||||
6735,ST VS Lichtenau,S571,A025, ,staatlich
|
||||
6690,ST VS Schwabach,S565,A025, ,staatlich
|
||||
6691,ST VS Schwabach,S565,A025, ,staatlich
|
||||
6838,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6660,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6663,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6665,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6667,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6668,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6586,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6637,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6618,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6620,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6623,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6627,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6634,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6635,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6641,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6645,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6647,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6649,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6600,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6606,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6609,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6616,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6608,ST VS Nürnberg,S564,A025, ,staatlich
|
||||
6532,ST VS Spardorf,S562,A025, ,staatlich
|
||||
6523,ST VS Erlangen,S562,A025, ,staatlich
|
||||
6529,ST VS Erlangen,S562,A025, ,staatlich
|
||||
6509,ST VS Ansbach,S561,A025, ,staatlich
|
||||
6513,ST VS Ansbach,S561,A025, ,staatlich
|
||||
5892,ST VS Wunsiedel,S479,A024, ,staatlich
|
||||
5884,ST VS Selb,S479,A024, ,staatlich
|
||||
5880,ST VS Marktredwitz,S479,A024, ,staatlich
|
||||
5847,ST VS Altenkunstadt,S478,A024, ,staatlich
|
||||
5851,ST VS Ebensfeld,S478,A024, ,staatlich
|
||||
5853,ST VS Lichtenfels,S478,A024, ,staatlich
|
||||
5858,ST VS Michelau,S478,A024, ,staatlich
|
||||
5859,ST VS Redwitz,S478,A024, ,staatlich
|
||||
5863,ST VS Bad Staffelstein,S478,A024, ,staatlich
|
||||
5788,ST VS Kronach,S476,A024, ,staatlich
|
||||
5795,ST VS Pressig,S476,A024, ,staatlich
|
||||
5800,ST VS Steinwiesen,S476,A024, ,staatlich
|
||||
5809,ST VS Steinbach,S476,A024, ,staatlich
|
||||
5789,ST VS Küps,S476,A024, ,staatlich
|
||||
5756,ST VS Helmbrechts,S475,A024, ,staatlich
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich
|
||||
5763,ST VS Naila,S475,A024, ,staatlich
|
||||
5764,ST VS Oberkotzau,S475,A024, ,staatlich
|
||||
5766,ST VS Rehau,S475,A024, ,staatlich
|
||||
5771,ST VS Schwarzenbach a.Wald,S475,A024, ,staatlich
|
||||
5777,ST VS Feilitzsch,S475,A024, ,staatlich
|
||||
5717,ST VS Ebermannstadt,S474,A024, ,staatlich
|
||||
5719,ST VS Eggolsheim,S474,A024, ,staatlich
|
||||
5721,ST VS Forchheim,S474,A024, ,staatlich
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich
|
||||
5733,ST VS Kirchehrenbach,S474,A024, ,staatlich
|
||||
5747,ST VS Neunkirchen,S474,A024, ,staatlich
|
||||
5724,ST VS Forchheim,S474,A024, ,staatlich
|
||||
5746,ST VS Gräfenberg,S474,A024, ,staatlich
|
||||
5683,ST VS Ebersdorf,S473,A024, ,staatlich
|
||||
5691,ST VS Neustadt,S473,A024, ,staatlich
|
||||
5692,ST VS Bad Rodach,S473,A024, ,staatlich
|
||||
5695,ST VS Rödental,S473,A024, ,staatlich
|
||||
5699,ST VS Seßlach,S473,A024, ,staatlich
|
||||
5700,ST VS Sonnefeld,S473,A024, ,staatlich
|
||||
5702,ST VS Untersiemau,S473,A024, ,staatlich
|
||||
5687,ST VS Lautertal,S473,A024, ,staatlich
|
||||
5593,ST VS Burgebrach,S471,A024, ,staatlich
|
||||
5595,ST VS Baunach,S471,A024, ,staatlich
|
||||
5596,ST VS Bischberg,S471,A024, ,staatlich
|
||||
5607,ST VS Hallstadt,S471,A024, ,staatlich
|
||||
5610,ST VS Hirschaid,S471,A024, ,staatlich
|
||||
5616,ST VS Memmelsdorf,S471,A024, ,staatlich
|
||||
5619,ST VS Oberhaid,S471,A024, ,staatlich
|
||||
5622,ST VS Priesendorf,S471,A024, ,staatlich
|
||||
5632,ST VS Strullendorf,S471,A024, ,staatlich
|
||||
5636,ST VS Zapfendorf,S471,A024, ,staatlich
|
||||
5638,ST VS Schlüsselfeld,S471,A024, ,staatlich
|
||||
5639,ST VS Scheßlitz,S471,A024, ,staatlich
|
||||
5620,ST VS Frensdorf,S471,A024, ,staatlich
|
||||
5574,ST VS Hof,S464,A024, ,staatlich
|
||||
5577,ST VS Hof,S464,A024, ,staatlich
|
||||
5580,ST VS Hof,S464,A024, ,staatlich
|
||||
5552,ST VS Coburg,S463,A024, ,staatlich
|
||||
5560,ST VS Coburg,S463,A024, ,staatlich
|
||||
5525,ST VS Bayreuth,S462,A024, ,staatlich
|
||||
5527,ST VS Bayreuth,S462,A024, ,staatlich
|
||||
5535,ST VS Bayreuth,S462,A024, ,staatlich
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich
|
||||
4829,ST VS Burglengenfeld,S376,A023, ,staatlich
|
||||
4830,ST VS Schwandorf,S376,A023, ,staatlich
|
||||
4840,ST VS Nabburg,S376,A023, ,staatlich
|
||||
4845,ST VS Nittenau,S376,A023, ,staatlich
|
||||
4847,ST VS Oberviechtach,S376,A023, ,staatlich
|
||||
4843,ST VS Neunburg,S376,A023, ,staatlich
|
||||
4864,ST VS Teublitz,S376,A023, ,staatlich
|
||||
4869,ST VS Wackersdorf,S376,A023, ,staatlich
|
||||
4874,ST VS Maxhütte-Haidhof,S376,A023, ,staatlich
|
||||
4851,ST VS Schmidgaden,S376,A023, ,staatlich
|
||||
4856,ST VS Schwandorf,S376,A023, ,staatlich
|
||||
4860,ST VS Schwarzenfeld,S376,A023, ,staatlich
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich
|
||||
4794,ST VS Lappersdorf,S375,A023, ,staatlich
|
||||
4798,ST VS Nittendorf,S375,A023, ,staatlich
|
||||
4805,ST VS Regenstauf,S375,A023, ,staatlich
|
||||
4808,ST VS Schierling,S375,A023, ,staatlich
|
||||
4814,ST VS Wenzenbach,S375,A023, ,staatlich
|
||||
4816,ST VS Wörth,S375,A023, ,staatlich
|
||||
4790,ST VS Kallmünz,S375,A023, ,staatlich
|
||||
4766,ST VS Alteglofsheim,S375,A023, ,staatlich
|
||||
4769,ST VS Neutraubling,S375,A023, ,staatlich
|
||||
4788,ST VS Hemau,S375,A023, ,staatlich
|
||||
4726,ST VS Altenstadt,S374,A023, ,staatlich
|
||||
4732,ST VS Floß,S374,A023, ,staatlich
|
||||
4729,ST VS Eschenbach,S374,A023, ,staatlich
|
||||
4736,ST VS Grafenwöhr,S374,A023, ,staatlich
|
||||
4745,ST VS Neustadt,S374,A023, ,staatlich
|
||||
4748,ST VS Pirk,S374,A023, ,staatlich
|
||||
4749,ST VS Pleystein,S374,A023, ,staatlich
|
||||
4750,ST VS Pressath,S374,A023, ,staatlich
|
||||
4759,ST VS Weiherhammer,S374,A023, ,staatlich
|
||||
4761,ST VS Vohenstrauß,S374,A023, ,staatlich
|
||||
4760,ST VS Windischeschenbach,S374,A023, ,staatlich
|
||||
4659,ST VS Roding,S372,A023, ,staatlich
|
||||
4642,ST VS Furth im Wald,S372,A023, ,staatlich
|
||||
4649,ST VS Bad Kötzting,S372,A023, ,staatlich
|
||||
4651,ST VS Lam,S372,A023, ,staatlich
|
||||
4654,ST VS Neukirchen,S372,A023, ,staatlich
|
||||
4674,ST VS Walderbach,S372,A023, ,staatlich
|
||||
4677,ST VS Cham,S372,A023, ,staatlich
|
||||
4679,ST VS Waldmünchen,S372,A023, ,staatlich
|
||||
4619,ST VS Ursensollen,S371,A023, ,staatlich
|
||||
4586,ST VS Auerbach,S371,A023, ,staatlich
|
||||
4590,ST VS Ensdorf,S371,A023, ,staatlich
|
||||
4594,ST VS Freudenberg,S371,A023, ,staatlich
|
||||
4596,ST VS Hahnbach,S371,A023, ,staatlich
|
||||
4601,ST VS Königstein,S371,A023, ,staatlich
|
||||
4607,ST VS Kümmersbruck,S371,A023, ,staatlich
|
||||
4612,ST VS Schnaittenbach,S371,A023, ,staatlich
|
||||
4622,ST VS Vilseck,S371,A023, ,staatlich
|
||||
4625,ST VS Sulzbach-Rosenberg,S371,A023, ,staatlich
|
||||
4568,ST VS Weiden,S363,A023, ,staatlich
|
||||
4570,ST VS Weiden,S363,A023, ,staatlich
|
||||
4526,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4528,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4531,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4535,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4543,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4777,ST VS Regensburg,S362,A023, ,staatlich
|
||||
4504,ST VS Amberg,S361,A023, ,staatlich
|
||||
4503,ST VS Amberg,S361,A023, ,staatlich
|
||||
4510,ST VS Amberg,S361,A023, ,staatlich
|
||||
3940,ST VS Eichendorf,S279,A022, ,staatlich
|
||||
3942,ST VS Frontenhausen,S279,A022, ,staatlich
|
||||
3945,ST VS Landau,S279,A022, ,staatlich
|
||||
3947,ST VS Mamming,S279,A022, ,staatlich
|
||||
3949,ST VS Mengkofen,S279,A022, ,staatlich
|
||||
3956,ST VS Reisbach,S279,A022, ,staatlich
|
||||
3958,ST VS Wallersdorf,S279,A022, ,staatlich
|
||||
3936,ST VS Dingolfing,S279,A022, ,staatlich
|
||||
3953,ST VS Niederviehbach,S279,A022, ,staatlich
|
||||
3900,ST VS Geiselhöring,S278,A022, ,staatlich
|
||||
3903,ST VS Hunderdorf,S278,A022, ,staatlich
|
||||
3907,ST VS Leiblfing,S278,A022, ,staatlich
|
||||
3910,ST VS Mallersdorf-Pfaffenberg,S278,A022, ,staatlich
|
||||
3917,ST VS Parkstetten,S278,A022, ,staatlich
|
||||
3921,ST VS Rain,S278,A022, ,staatlich
|
||||
3926,ST VS Schwarzach,S278,A022, ,staatlich
|
||||
3929,ST VS Straßkirchen,S278,A022, ,staatlich
|
||||
3930,ST VS Wiesenfelden,S278,A022, ,staatlich
|
||||
3931,ST VS Bogen,S278,A022, ,staatlich
|
||||
3912,ST VS Mitterfels,S278,A022, ,staatlich
|
||||
3851,ST VS Arnstorf,S277,A022, ,staatlich
|
||||
3861,ST VS Eggenfelden,S277,A022, ,staatlich
|
||||
3864,ST VS Gangkofen,S277,A022, ,staatlich
|
||||
3867,ST VS Hebertsfelden,S277,A022, ,staatlich
|
||||
3868,ST VS Johanniskirchen,S277,A022, ,staatlich
|
||||
3873,ST VS Massing,S277,A022, ,staatlich
|
||||
3876,ST VS Pfarrkirchen,S277,A022, ,staatlich
|
||||
3882,ST VS Simbach,S277,A022, ,staatlich
|
||||
3884,ST VS Tann,S277,A022, ,staatlich
|
||||
3886,ST VS Triftern,S277,A022, ,staatlich
|
||||
3889,ST VS Wurmannsquick,S277,A022, ,staatlich
|
||||
3871,ST VS Kirchdorf,S277,A022, ,staatlich
|
||||
3818,ST VS Bodenmais,S276,A022, ,staatlich
|
||||
3825,ST VS Kirchberg i.Wald,S276,A022, ,staatlich
|
||||
3837,ST VS Regen,S276,A022, ,staatlich
|
||||
3838,ST VS Rinchnach,S276,A022, ,staatlich
|
||||
3841,ST VS Teisnach,S276,A022, ,staatlich
|
||||
3847,ST VS Ruhmannsfelden,S276,A022, ,staatlich
|
||||
3849,ST VS Viechtach,S276,A022, ,staatlich
|
||||
3846,ST VS Zwiesel,S276,A022, ,staatlich
|
||||
3723,ST VS Niederaichbach,S274,A022, ,staatlich
|
||||
3729,ST VS Pfeffenhausen,S274,A022, ,staatlich
|
||||
3732,ST VS Velden,S274,A022, ,staatlich
|
||||
3734,ST VS Vilsbiburg,S274,A022, ,staatlich
|
||||
3735,ST VS Buch,S274,A022, ,staatlich
|
||||
3736,ST VS Altdorf,S274,A022, ,staatlich
|
||||
3701,ST VS Bodenkirchen,S274,A022, ,staatlich
|
||||
3702,ST VS Eching,S274,A022, ,staatlich
|
||||
3703,ST VS Ergolding,S274,A022, ,staatlich
|
||||
3706,ST VS Ergoldsbach,S274,A022, ,staatlich
|
||||
3707,ST VS Essenbach,S274,A022, ,staatlich
|
||||
3709,ST VS Furth,S274,A022, ,staatlich
|
||||
3710,ST VS Geisenhausen,S274,A022, ,staatlich
|
||||
3711,ST VS Gerzen,S274,A022, ,staatlich
|
||||
3731,ST VS Rottenburg,S274,A022, ,staatlich
|
||||
3657,ST VS Abensberg,S273,A022, ,staatlich
|
||||
3662,ST VS Ihrlerstein,S273,A022, ,staatlich
|
||||
3663,ST VS Kelheim,S273,A022, ,staatlich
|
||||
3667,ST VS Langquaid,S273,A022, ,staatlich
|
||||
3682,ST VS Siegenburg,S273,A022, ,staatlich
|
||||
3690,ST VS Neustadt,S273,A022, ,staatlich
|
||||
3692,ST VS Saal,S273,A022, ,staatlich
|
||||
3693,ST VS Bad Abbach,S273,A022, ,staatlich
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich
|
||||
3691,ST VS Riedenburg,S273,A022, ,staatlich
|
||||
3621,ST VS Freyung,S272,A022, ,staatlich
|
||||
3623,ST VS Grafenau,S272,A022, ,staatlich
|
||||
3630,ST VS Jandelsbrunn,S272,A022, ,staatlich
|
||||
3636,ST VS Neureichenau,S272,A022, ,staatlich
|
||||
3638,ST VS Perlesreut,S272,A022, ,staatlich
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich
|
||||
3644,ST VS Schönberg,S272,A022, ,staatlich
|
||||
3628,ST VS Hohenau,S272,A022, ,staatlich
|
||||
3577,ST VS Deggendorf,S271,A022, ,staatlich
|
||||
3579,ST VS Deggendorf,S271,A022, ,staatlich
|
||||
3586,ST VS Hengersberg,S271,A022, ,staatlich
|
||||
3603,ST VS Plattling,S271,A022, ,staatlich
|
||||
3606,ST VS Schöllnach,S271,A022, ,staatlich
|
||||
3610,ST VS Wallerfing,S271,A022, ,staatlich
|
||||
3611,ST VS Winzer,S271,A022, ,staatlich
|
||||
3612,ST VS Metten,S271,A022, ,staatlich
|
||||
3614,ST VS Osterhofen,S271,A022, ,staatlich
|
||||
3549,ST VS Straubing,S263,A022, ,staatlich
|
||||
3555,ST VS Straubing,S263,A022, ,staatlich
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich
|
||||
3558,ST VS Straubing,S263,A022, ,staatlich
|
||||
3518,ST VS Passau,S262,A022, ,staatlich
|
||||
3531,ST VS Passau,S262,A022, ,staatlich
|
||||
3508,ST VS Landshut,S261,A022, ,staatlich
|
||||
3512,ST VS Landshut,S261,A022, ,staatlich
|
||||
3504,ST VS Landshut,S261,A022, ,staatlich
|
||||
2990,ST VS Steingaden,S190,A021, ,staatlich
|
||||
2993,ST VS Weilheim,S190,A021, ,staatlich
|
||||
2975,ST VS Peißenberg,S190,A021, ,staatlich
|
||||
2979,ST VS Peiting,S190,A021, ,staatlich
|
||||
2981,ST VS Penzberg,S190,A021, ,staatlich
|
||||
2985,ST VS Schongau,S190,A021, ,staatlich
|
||||
2971,ST VS Huglfing,S190,A021, ,staatlich
|
||||
2356,ST VS Trostberg,S189,A021, ,staatlich
|
||||
2996,ST VS Traunstein,S189,A021, ,staatlich
|
||||
2936,ST VS Ruhpolding,S189,A021, ,staatlich
|
||||
2938,ST VS Schnaitsee,S189,A021, ,staatlich
|
||||
2940,ST VS Siegsdorf,S189,A021, ,staatlich
|
||||
2943,ST VS Tacherting,S189,A021, ,staatlich
|
||||
2946,ST VS Traunreut,S189,A021, ,staatlich
|
||||
2955,ST VS Unterwössen,S189,A021, ,staatlich
|
||||
2958,ST VS Waging,S189,A021, ,staatlich
|
||||
2916,ST VS Chieming,S189,A021, ,staatlich
|
||||
2919,ST VS Fridolfing,S189,A021, ,staatlich
|
||||
2921,ST VS Grassau,S189,A021, ,staatlich
|
||||
2930,ST VS Obing,S189,A021, ,staatlich
|
||||
2346,ST VS Gilching,S188,A021, ,staatlich
|
||||
2894,ST VS Gauting,S188,A021, ,staatlich
|
||||
2897,ST VS Herrsching,S188,A021, ,staatlich
|
||||
2906,ST VS Starnberg,S188,A021, ,staatlich
|
||||
2908,ST VS Tutzing,S188,A021, ,staatlich
|
||||
2999,ST VS Prien,S187,A021, ,staatlich
|
||||
1264,ST VS Tuntenhausen,S187,A021, ,staatlich
|
||||
1265,ST VS Brannenburg,S187,A021, ,staatlich
|
||||
1266,ST VS Bruckmühl,S187,A021, ,staatlich
|
||||
1267,ST VS Edling,S187,A021, ,staatlich
|
||||
1271,ST VS Großkarolinenfeld,S187,A021, ,staatlich
|
||||
1273,ST VS Raubling,S187,A021, ,staatlich
|
||||
1276,ST VS Neubeuern,S187,A021, ,staatlich
|
||||
1288,ST VS Stephanskirchen,S187,A021, ,staatlich
|
||||
2848,ST VS Feldkirchen-Westerham,S187,A021, ,staatlich
|
||||
2863,ST VS Kolbermoor,S187,A021, ,staatlich
|
||||
2885,ST VS Wasserburg,S187,A021, ,staatlich
|
||||
1269,ST VS Bad Endorf,S187,A021, ,staatlich
|
||||
1263,ST VS Bad Aibling,S187,A021, ,staatlich
|
||||
1268,ST VS Eiselfing,S187,A021, ,staatlich
|
||||
1272,ST VS Kiefersfelden,S187,A021, ,staatlich
|
||||
1287,ST VS Rott,S187,A021, ,staatlich
|
||||
1255,ST VS Geisenfeld,S186,A021, ,staatlich
|
||||
1256,ST VS Hohenwart,S186,A021, ,staatlich
|
||||
1257,ST VS Pfaffenhofen,S186,A021, ,staatlich
|
||||
1258,ST VS Reichertshausen,S186,A021, ,staatlich
|
||||
1259,ST VS Reichertshofen,S186,A021, ,staatlich
|
||||
2081,ST VS Scheyern,S186,A021, ,staatlich
|
||||
1260,ST VS Rohrbach,S186,A021, ,staatlich
|
||||
1261,ST VS Schweitenkirchen,S186,A021, ,staatlich
|
||||
1262,ST VS Vohburg,S186,A021, ,staatlich
|
||||
2806,ST VS Manching,S186,A021, ,staatlich
|
||||
2823,ST VS Wolnzach,S186,A021, ,staatlich
|
||||
2771,ST VS Aresing,S185,A021, ,staatlich
|
||||
2773,ST VS Burgheim,S185,A021, ,staatlich
|
||||
2775,ST VS Karlshuld,S185,A021, ,staatlich
|
||||
2776,ST VS Karlskron,S185,A021, ,staatlich
|
||||
2789,ST VS Schrobenhausen,S185,A021, ,staatlich
|
||||
2809,ST VS Neuburg,S185,A021, ,staatlich
|
||||
2323,ST VS Garching,S184,A021, ,staatlich
|
||||
1248,ST VS Kirchheim,S184,A021, ,staatlich
|
||||
1249,ST VS Unterhaching,S184,A021, ,staatlich
|
||||
1250,ST VS Höhenkirchen-Siegertbr,S184,A021, ,staatlich
|
||||
2735,ST VS Gräfelfing,S184,A021, ,staatlich
|
||||
2744,ST VS Ismaning,S184,A021, ,staatlich
|
||||
2750,ST VS Oberschleißheim,S184,A021, ,staatlich
|
||||
2764,ST VS Taufkirchen,S184,A021, ,staatlich
|
||||
2770,ST VS Unterschleißheim,S184,A021, ,staatlich
|
||||
2825,ST VS Pullach,S184,A021, ,staatlich
|
||||
2734,ST VS Riemerling,S184,A021, ,staatlich
|
||||
2335,ST VS Haar,S184,A021, ,staatlich
|
||||
2749,ST VS Oberhaching,S184,A021, ,staatlich
|
||||
2707,ST VS Mühldorf,S183,A021, ,staatlich
|
||||
2722,ST VS Waldkraiburg,S183,A021, ,staatlich
|
||||
2723,ST VS Waldkraiburg,S183,A021, ,staatlich
|
||||
2696,ST VS Ampfing,S183,A021, ,staatlich
|
||||
2698,ST VS Buchbach,S183,A021, ,staatlich
|
||||
2699,ST VS Gars,S183,A021, ,staatlich
|
||||
2700,ST VS Haag,S183,A021, ,staatlich
|
||||
2710,ST VS Neumarkt-Sankt Veit,S183,A021, ,staatlich
|
||||
2418,ST VS Wartenberg,S177,A021, ,staatlich
|
||||
2515,ST VS Erding,S177,A021, ,staatlich
|
||||
2518,ST VS Dorfen,S177,A021, ,staatlich
|
||||
2523,ST VS Erding,S177,A021, ,staatlich
|
||||
2524,ST VS Finsing,S177,A021, ,staatlich
|
||||
2528,ST VS Isen,S177,A021, ,staatlich
|
||||
2534,ST VS Oberding,S177,A021, ,staatlich
|
||||
2545,ST VS Wörth,S177,A021, ,staatlich
|
||||
2525,ST VS Forstern,S177,A021, ,staatlich
|
||||
2539,ST VS Taufkirchen,S177,A021, ,staatlich
|
||||
2472,ST VS Altmannstein,S176,A021, ,staatlich
|
||||
2474,ST VS Beilngries,S176,A021, ,staatlich
|
||||
2477,ST VS Denkendorf,S176,A021, ,staatlich
|
||||
2485,ST VS Gaimersheim,S176,A021, ,staatlich
|
||||
2493,ST VS Kösching,S176,A021, ,staatlich
|
||||
2494,ST VS Lenting,S176,A021, ,staatlich
|
||||
2498,ST VS Eichstätt,S176,A021, ,staatlich
|
||||
2499,ST VS Pförring,S176,A021, ,staatlich
|
||||
2507,ST VS Titting,S176,A021, ,staatlich
|
||||
2455,ST VS Grafing,S175,A021, ,staatlich
|
||||
2446,ST VS Markt Schwaben,S175,A021, ,staatlich
|
||||
1216,ST VS Aßling,S175,A021, ,staatlich
|
||||
1217,ST VS Ebersberg,S175,A021, ,staatlich
|
||||
1218,ST VS Glonn,S175,A021, ,staatlich
|
||||
1219,ST VS Kirchseeon,S175,A021, ,staatlich
|
||||
1221,ST VS Poing,S175,A021, ,staatlich
|
||||
1220,ST VS Baldham,S175,A021, ,staatlich
|
||||
2393,ST VS Karlsfeld,S174,A021, ,staatlich
|
||||
2423,ST VS Dachau,S174,A021, ,staatlich
|
||||
2425,ST VS Dachau,S174,A021, ,staatlich
|
||||
2470,ST VS Markt Indersdorf,S174,A021, ,staatlich
|
||||
2487,ST VS Bergkirchen,S174,A021, ,staatlich
|
||||
2431,ST VS Hebertshausen,S174,A021, ,staatlich
|
||||
2553,ST VS Odelzhausen,S174,A021, ,staatlich
|
||||
2558,ST VS Haimhausen,S174,A021, ,staatlich
|
||||
2420,ST VS Altomünster,S174,A021, ,staatlich
|
||||
2428,ST VS Erdweg,S174,A021, ,staatlich
|
||||
2395,ST VS Bad Tölz,S173,A021, ,staatlich
|
||||
2397,ST VS Benediktbeuern,S173,A021, ,staatlich
|
||||
2399,ST VS Dietramszell,S173,A021, ,staatlich
|
||||
2401,ST VS Gaißach,S173,A021, ,staatlich
|
||||
2408,ST VS Königsdorf,S173,A021, ,staatlich
|
||||
2409,ST VS Lenggries,S173,A021, ,staatlich
|
||||
2416,ST VS Wolfratshausen,S173,A021, ,staatlich
|
||||
2411,ST VS Geretsried,S173,A021, ,staatlich
|
||||
3756,ST VS Bad Griesbach,S275,A022, ,staatlich
|
||||
3760,ST VS Hauzenberg,S275,A022, ,staatlich
|
||||
3765,ST VS Hutthurm,S275,A022, ,staatlich
|
||||
3774,ST VS Ortenburg,S275,A022, ,staatlich
|
||||
3777,ST VS Pocking,S275,A022, ,staatlich
|
||||
3782,ST VS Rotthalmünster,S275,A022, ,staatlich
|
||||
3784,ST VS Ruhstorf,S275,A022, ,staatlich
|
||||
3796,ST VS Tittling,S275,A022, ,staatlich
|
||||
3797,ST VS Untergriesbach,S275,A022, ,staatlich
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich
|
||||
3803,ST VS Wegscheid,S275,A022, ,staatlich
|
||||
3809,ST VS Fürstenzell,S275,A022, ,staatlich
|
||||
3748,ST VS Eging a.See,S275,A022, ,staatlich
|
||||
3742,ST VS Aidenbach,S275,A022, ,staatlich
|
||||
3793,ST VS Tiefenbach,S275,A022, ,staatlich
|
||||
2675,ST VS Hausham,S182,A021, ,staatlich
|
||||
2681,ST VS Miesbach,S182,A021, ,staatlich
|
||||
2684,ST VS Rottach-Egern,S182,A021, ,staatlich
|
||||
2671,ST VS Fischbachau,S182,A021, ,staatlich
|
||||
2686,ST VS Schliersee,S182,A021, ,staatlich
|
||||
2692,ST VS Holzkirchen,S182,A021, ,staatlich
|
||||
7506,ST VS Aschaffenburg,S661,A026, ,staatlich
|
||||
7510,ST VS Aschaffenburg,S661,A026, ,staatlich
|
||||
7501,ST VS Aschaffenburg,S661,A026, ,staatlich
|
||||
7503,ST VS Aschaffenburg,S661,A026, ,staatlich
|
||||
7514,ST VS Aschaffenburg,S661,A026, ,staatlich
|
||||
6805,ST VS Cadolzburg,S573,A025, ,staatlich
|
||||
6808,ST VS Langenzenn,S573,A025, ,staatlich
|
||||
6812,ST VS Oberasbach,S573,A025, ,staatlich
|
||||
6817,ST VS Wilhermsdorf,S573,A025, ,staatlich
|
||||
6821,ST VS Zirndorf,S573,A025, ,staatlich
|
||||
6822,ST VS Roßtal,S573,A025, ,staatlich
|
||||
6823,ST VS Stein,S573,A025, ,staatlich
|
||||
6548,ST VS Fürth,S563,A025, ,staatlich
|
||||
6551,ST VS Fürth,S563,A025, ,staatlich
|
||||
6554,ST VS Fürth,S563,A025, ,staatlich
|
||||
6555,ST VS Fürth,S563,A025, ,staatlich
|
||||
6559,ST VS Fürth,S563,A025, ,staatlich
|
||||
6561,ST VS Fürth,S563,A025, ,staatlich
|
||||
6567,ST VS Fürth,S563,A025, ,staatlich
|
||||
6568,ST VS Fürth,S563,A025, ,staatlich
|
||||
5821,ST VS Kulmbach,S477,A024, ,staatlich
|
||||
5828,ST VS Mainleus,S477,A024, ,staatlich
|
||||
5832,ST VS Neudrossenfeld,S477,A024, ,staatlich
|
||||
5833,ST VS Neuenmarkt,S477,A024, ,staatlich
|
||||
5836,ST VS Stadtsteinach,S477,A024, ,staatlich
|
||||
5842,ST VS Kulmbach,S477,A024, ,staatlich
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich
|
||||
5646,ST VS Bindlach,S472,A024, ,staatlich
|
||||
5649,ST VS Eckersdorf,S472,A024, ,staatlich
|
||||
5652,ST VS Gefrees,S472,A024, ,staatlich
|
||||
5656,ST VS Hummeltal,S472,A024, ,staatlich
|
||||
5662,ST VS Pegnitz,S472,A024, ,staatlich
|
||||
5669,ST VS Speichersdorf,S472,A024, ,staatlich
|
||||
5674,ST VS Weidenberg,S472,A024, ,staatlich
|
||||
5666,ST VS Pottenstein,S472,A024, ,staatlich
|
||||
4879,ST VS Ebnath,S377,A023, ,staatlich
|
||||
4880,ST VS Erbendorf,S377,A023, ,staatlich
|
||||
4887,ST VS Kemnath,S377,A023, ,staatlich
|
||||
4893,ST VS Mitterteich,S377,A023, ,staatlich
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich
|
||||
4908,ST VS Waldsassen,S377,A023, ,staatlich
|
||||
4910,ST VS Wiesau,S377,A023, ,staatlich
|
||||
4683,ST VS Berching,S373,A023, ,staatlich
|
||||
4684,ST VS Berg,S373,A023, ,staatlich
|
||||
4686,ST VS Breitenbrunn,S373,A023, ,staatlich
|
||||
4689,ST VS Deining,S373,A023, ,staatlich
|
||||
4690,ST VS Dietfurt,S373,A023, ,staatlich
|
||||
4691,ST VS Freystadt,S373,A023, ,staatlich
|
||||
4696,ST VS Lauterhofen,S373,A023, ,staatlich
|
||||
4697,ST VS Neumarkt,S373,A023, ,staatlich
|
||||
4699,ST VS Mühlhausen,S373,A023, ,staatlich
|
||||
4708,ST VS Neumarkt,S373,A023, ,staatlich
|
||||
4710,ST VS Parsberg,S373,A023, ,staatlich
|
||||
4715,ST VS Postbauer-Heng,S373,A023, ,staatlich
|
||||
4718,ST VS Seubersdorf,S373,A023, ,staatlich
|
||||
4721,ST VS Velburg,S373,A023, ,staatlich
|
||||
2125,ST VS Rosenheim,S163,A021, ,staatlich
|
||||
1200,ST VS Rosenheim,S163,A021, ,staatlich
|
||||
1201,ST VS Rosenheim,S163,A021, ,staatlich
|
||||
1202,ST VS Rosenheim,S163,A021, ,staatlich
|
||||
2172,ST VS München,S162,A021, ,staatlich
|
||||
2175,ST VS München,S162,A021, ,staatlich
|
||||
2177,ST VS München,S162,A021, ,staatlich
|
||||
2181,ST VS München,S162,A021, ,staatlich
|
||||
2190,ST VS München,S162,A021, ,staatlich
|
||||
2195,ST VS München,S162,A021, ,staatlich
|
||||
2201,ST VS München,S162,A021, ,staatlich
|
||||
2203,ST VS München,S162,A021, ,staatlich
|
||||
2205,ST VS München,S162,A021, ,staatlich
|
||||
2211,ST VS München,S162,A021, ,staatlich
|
||||
2218,ST VS München,S162,A021, ,staatlich
|
||||
2415,ST VS München,S162,A021, ,staatlich
|
||||
2231,ST VS München,S162,A021, ,staatlich
|
||||
2233,ST VS München,S162,A021, ,staatlich
|
||||
2238,ST VS München,S162,A021, ,staatlich
|
||||
2239,ST VS München,S162,A021, ,staatlich
|
||||
2247,ST VS München,S162,A021, ,staatlich
|
||||
2250,ST VS München,S162,A021, ,staatlich
|
||||
2261,ST VS München,S162,A021, ,staatlich
|
||||
2263,ST VS München,S162,A021, ,staatlich
|
||||
2267,ST VS München,S162,A021, ,staatlich
|
||||
2272,ST VS München,S162,A021, ,staatlich
|
||||
2274,ST VS München,S162,A021, ,staatlich
|
||||
2727,ST VS München,S162,A021, ,staatlich
|
||||
2128,ST VS München,S162,A021, ,staatlich
|
||||
2130,ST VS München,S162,A021, ,staatlich
|
||||
2135,ST VS München,S162,A021, ,staatlich
|
||||
2142,ST VS München,S162,A021, ,staatlich
|
||||
2146,ST VS München,S162,A021, ,staatlich
|
||||
2155,ST VS München,S162,A021, ,staatlich
|
||||
2157,ST VS München,S162,A021, ,staatlich
|
||||
2163,ST VS München,S162,A021, ,staatlich
|
||||
2168,ST VS München,S162,A021, ,staatlich
|
||||
1275,ST VS München,S162,A021, ,staatlich
|
||||
2281,ST VS München,S162,A021, ,staatlich
|
||||
2286,ST VS München,S162,A021, ,staatlich
|
||||
2289,ST VS München,S162,A021, ,staatlich
|
||||
2290,ST VS München,S162,A021, ,staatlich
|
||||
2291,ST VS München,S162,A021, ,staatlich
|
||||
2293,ST VS München,S162,A021, ,staatlich
|
||||
2296,ST VS München,S162,A021, ,staatlich
|
||||
2297,ST VS München,S162,A021, ,staatlich
|
||||
2252,ST VS München,S162,A021, ,staatlich
|
||||
2438,ST VS München,S162,A021, ,staatlich
|
||||
2603,PERS VS Moorenweis,S179,A021, ,Priv-Ersatz
|
||||
2327,PERS VS Altötting,S171,A021, ,Priv-Ersatz
|
||||
8701,PERS VS Augsburg,S761,A027, ,Priv-Ersatz
|
||||
7589,PERS VS Esselbach,S677,A026, ,Priv-Ersatz
|
||||
7686,PERS VS Kahl,S671,A026, ,Priv-Ersatz
|
||||
7593,PERS VS Würzburg,S663,A026, ,Priv-Ersatz
|
||||
6784,PERS VS Herzogenaurach,S572,A025, ,Priv-Ersatz
|
||||
6729,PERS VS Nürnberg,S564,A025, ,Priv-Ersatz
|
||||
6501,PERS VS Ansbach,S561,A025, ,Priv-Ersatz
|
||||
4514,PERS VS Regensburg,S362,A023, ,Priv-Ersatz
|
||||
3725,PERS VS Rottenburg,S274,A022, ,Priv-Ersatz
|
||||
2928,PERS VS Marquartstein Niedernfels,S189,A021, ,Priv-Ersatz
|
||||
2544,PERS VS Wartenberg,S177,A021, ,Priv-Ersatz
|
||||
3754,PERS VS Fürstenzell,S275,A022, ,Priv-Ersatz
|
||||
2055,PERS VS München,S162,A021, ,Priv-Ersatz
|
||||
2126,PERS VS München,S162,A021, ,Priv-Ersatz
|
||||
|
Executable
|
|
Executable
+367
@@ -0,0 +1,367 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP
|
||||
0673,ST RS Wolfratshausen, ,,M02A,staatlich
|
||||
0674,ST RS Würzburg, ,,M026,staatlich
|
||||
0675,ST RS Würzburg, ,,M026,staatlich
|
||||
0677,PERS RS Würzburg, ,,M026,Priv-Ersatz
|
||||
0678,PERS RS Würzburg, ,,M026,Priv-Ersatz
|
||||
0679,ST RS Holzkirchen, ,,M02A,staatlich
|
||||
0680,ST RS München, ,,M02B,staatlich
|
||||
0681,KOM ARS Augsburg, ,,M027,kommunal
|
||||
0682,KOM ARS München, ,,M02B,kommunal
|
||||
0683,KOM ARS Nürnberg, ,,M025,kommunal
|
||||
0685,ST RS Dettelbach, ,,M026,staatlich
|
||||
0686,ST RS Erlangen, ,,M025,staatlich
|
||||
0687,ST RS Geretsried, ,,M02A,staatlich
|
||||
0688,ST RS München, ,,M02B,staatlich
|
||||
0689,ST RS Nürnberg, ,,M025,staatlich
|
||||
0690,ST RS Passau, ,,M022,staatlich
|
||||
0691,ST RS Neu-Ulm, ,,M027,staatlich
|
||||
0693,ST RS Schöllnach, ,,M022,staatlich
|
||||
0694,ST RS Weiden, ,,M023,staatlich
|
||||
0697,ST RS Günzburg, ,,M027,staatlich
|
||||
0698,ST RS Hammelburg, ,,M026,staatlich
|
||||
0699,ST RS Manching, ,,M02B,staatlich
|
||||
0700,KOM RS München, ,,M02B,kommunal
|
||||
0701,ST RS Bad Tölz, ,,M02A,staatlich
|
||||
0703,ST RS Elsenfeld, ,,M026,staatlich
|
||||
0705,ST RS Rottenburg, ,,M022,staatlich
|
||||
0706,ST RS Schwabach, ,,M025,staatlich
|
||||
0707,ST RS Wunsiedel, ,,M024,staatlich
|
||||
0708,ST RS Würzburg, ,,M026,staatlich
|
||||
0710,KOM RS München, ,,M02B,kommunal
|
||||
0711,KOM RS München, ,,M02B,kommunal
|
||||
0712,ST RS Treuchtlingen, ,,M025,staatlich
|
||||
0401,PERS RS Abenberg, ,,M025,Priv-Ersatz
|
||||
0402,ST RS Abensberg, ,,M022,staatlich
|
||||
0496,ST RS Hof, ,,M024,staatlich
|
||||
0497,ST RS Hofheim, ,,M026,staatlich
|
||||
0499,ST RS Immenstadt, ,,M027,staatlich
|
||||
0500,PERS RS Immenstadt, ,,M027,Priv-Ersatz
|
||||
0501,PERS RS Markt Indersdorf, ,,M02B,Priv-Ersatz
|
||||
0502,ST RS Ingolstadt, ,,M02B,staatlich
|
||||
0503,PERS RS Ingolstadt, ,,M02B,Priv-Ersatz
|
||||
0504,ST RS Karlstadt, ,,M026,staatlich
|
||||
0506,PERS RS Kaufbeuren, ,,M027,Priv-Ersatz
|
||||
0507,ST RS Kemnath, ,,M023,staatlich
|
||||
0508,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0509,ST RS Kempten, ,,M027,staatlich
|
||||
0510,KOM RS Kempten, ,,M027,kommunal
|
||||
0511,PERS RS Kempten, ,,M027,Priv-Ersatz
|
||||
0512,ST RS Kitzingen, ,,M026,staatlich
|
||||
0513,ST RS Kaufering, ,,M02B,staatlich
|
||||
0514,ST RS Königsbrunn, ,,M027,staatlich
|
||||
0515,ST RS Bad Königshofen, ,,M026,staatlich
|
||||
0516,ST RS Bad Kötzting, ,,M023,staatlich
|
||||
0517,ST RS Kronach, ,,M024,staatlich
|
||||
0518,ST RS Krumbach, ,,M027,staatlich
|
||||
0519,ST RS Kulmbach, ,,M024,staatlich
|
||||
0520,ST RS Landau, ,,M022,staatlich
|
||||
0521,ST RS Landsberg, ,,M02B,staatlich
|
||||
0522,ST RS Landshut, ,,M022,staatlich
|
||||
0523,PERS RS Landshut, ,,M022,Priv-Ersatz
|
||||
0524,ST RS Lauf, ,,M025,staatlich
|
||||
0525,ST RS Lauingen, ,,M027,staatlich
|
||||
0526,PERS RS Lenggries, ,,M02A,Priv-Ersatz
|
||||
0527,ST RS Poing, ,,M02A,staatlich
|
||||
0528,ST RS Lindau, ,,M027,staatlich
|
||||
0529,PERS RS Lindau, ,,M027,Priv-Ersatz
|
||||
0530,ST RS Lindenberg, ,,M027,staatlich
|
||||
0531,ST RS Aschheim, ,,M02A,staatlich
|
||||
0532,PERS RS Mallersdorf-Pfaffenberg, ,,M022,Priv-Ersatz
|
||||
0534,PERS RS Marktbreit, ,,M026,Priv-Ersatz
|
||||
0535,ST RS Marktheidenfeld, ,,M026,staatlich
|
||||
0536,ST RS Marktoberdorf, ,,M027,staatlich
|
||||
0537,ST RS Marktredwitz, ,,M024,staatlich
|
||||
0538,ST RS Meitingen, ,,M027,staatlich
|
||||
0539,ST RS Mellrichstadt, ,,M026,staatlich
|
||||
0540,KOM RS Memmingen, ,,M027,kommunal
|
||||
0542,ST RS Miltenberg, ,,M026,staatlich
|
||||
0543,PERS RS Augsburg, ,,M027,Priv-Ersatz
|
||||
0544,PERS RS Mindelheim, ,,M027,Priv-Ersatz
|
||||
0545,PERS RS Mindelheim, ,,M027,Priv-Ersatz
|
||||
0546,ST RS Moosburg, ,,M02A,staatlich
|
||||
0547,KOM RS München, ,,M02B,kommunal
|
||||
0549,KOM RS München, ,,M02B,kommunal
|
||||
0550,KOM RS München, ,,M02B,kommunal
|
||||
0551,KOM RS München, ,,M02B,kommunal
|
||||
0552,KOM RS München, ,,M02B,kommunal
|
||||
0553,KOM RS München, ,,M02B,kommunal
|
||||
0555,KOM RS München, ,,M02B,kommunal
|
||||
0556,ST RS Röthenbach, ,,M025,staatlich
|
||||
0557,KOM RS München, ,,M02B,kommunal
|
||||
0558,KOM RS München, ,,M02B,kommunal
|
||||
0713,ST RS Berching, ,,M023,staatlich
|
||||
0714,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0715,PERS RSF München, ,, ,Priv-Ersatz
|
||||
0716,ST RS Geisenfeld, ,,M02B,staatlich
|
||||
0404,PERS RS Aiterhofen, ,,M022,Priv-Ersatz
|
||||
0406,PERS RS Altötting, ,,M02A,Priv-Ersatz
|
||||
0407,ST RS Alzenau, ,,M026,staatlich
|
||||
0408,PERS RS Amberg, ,,M023,Priv-Ersatz
|
||||
0409,PERS RS Amorbach, ,,M026,Priv-Ersatz
|
||||
0412,PERS RS Aschaffenburg, ,,M026,Priv-Ersatz
|
||||
0413,ST RS Traunreut, ,,M02A,staatlich
|
||||
0414,KOM RS Auerbach, ,,M023,kommunal
|
||||
0415,ST RS Augsburg, ,,M027,staatlich
|
||||
0416,ST RS Augsburg, ,,M027,staatlich
|
||||
0417,KOM RS Augsburg, ,,M027,kommunal
|
||||
0418,PERS RS Augsburg, ,,M027,Priv-Ersatz
|
||||
0419,PERS RS Augsburg, ,,M027,Priv-Ersatz
|
||||
0421,ST RS Bad Aibling, ,,M02A,staatlich
|
||||
0422,ST RS Bad Kissingen, ,,M026,staatlich
|
||||
0423,ST RS Obertraubling, ,,M023,staatlich
|
||||
0424,ST RS Bad Neustadt, ,,M026,staatlich
|
||||
0425,PERS RS Bad Reichenhall, ,,M02A,Priv-Ersatz
|
||||
0426,KOM RS Bamberg, ,,M024,kommunal
|
||||
0427,PERS RS Bamberg, ,,M024,Priv-Ersatz
|
||||
0428,ST RS Bayreuth, ,,M024,staatlich
|
||||
0429,ST RS Bayreuth, ,,M024,staatlich
|
||||
0430,ST RS Beilngries, ,,M02B,staatlich
|
||||
0431,ST RS Bobingen, ,,M027,staatlich
|
||||
0432,ST RS Bogen, ,,M022,staatlich
|
||||
0433,PERS RS Brannenburg, ,,M02A,Priv-Ersatz
|
||||
0434,ST RS Bad Brückenau, ,,M026,staatlich
|
||||
0435,ST RS Buchloe, ,,M027,staatlich
|
||||
0436,ST RS Burgau, ,,M027,staatlich
|
||||
0438,ST RS Burgkunstadt, ,,M024,staatlich
|
||||
0439,ST RS Burglengenfeld, ,,M023,staatlich
|
||||
0440,PERS RS Cham, ,,M023,Priv-Ersatz
|
||||
0441,PERS RS Cham, ,,M023,Priv-Ersatz
|
||||
0442,ST RS Coburg, ,,M024,staatlich
|
||||
0444,PERS RS Deggendorf, ,,M022,Priv-Ersatz
|
||||
0445,PERS RS Dießen, ,,M02B,Priv-Ersatz
|
||||
0447,PERS RS Dillingen, ,,M027,Priv-Ersatz
|
||||
0449,PERS RS Donauwörth, ,,M027,Priv-Ersatz
|
||||
0450,PERS RS Donauwörth, ,,M027,Priv-Ersatz
|
||||
0451,ST RS Ebermannstadt, ,,M024,staatlich
|
||||
0452,ST RS Ebern, ,,M026,staatlich
|
||||
0453,ST RS Ebersberg, ,,M02A,staatlich
|
||||
0455,ST RS Eggenfelden, ,,M022,staatlich
|
||||
0456,PERS RS Eichstätt, ,,M02B,Priv-Ersatz
|
||||
0457,ST RS Erding, ,,M02A,staatlich
|
||||
0458,PERS RS Erding, ,,M02A,Priv-Ersatz
|
||||
0459,ST RS Erlangen, ,,M025,staatlich
|
||||
0460,ST RS Feucht, ,,M025,staatlich
|
||||
0461,ST RS Feuchtwangen, ,,M025,staatlich
|
||||
0462,ST RS Forchheim, ,,M024,staatlich
|
||||
0463,ST RS Freilassing, ,,M02A,staatlich
|
||||
0464,PERS RS Freilassing, ,,M02A,Priv-Ersatz
|
||||
0465,ST RS Freising, ,,M02A,staatlich
|
||||
0466,ST RS Freyung, ,,M022,staatlich
|
||||
0467,ST RS Friedberg, ,,M027,staatlich
|
||||
0468,ST RS Fürstenfeldbruck, ,,M02B,staatlich
|
||||
0469,ST RS Fürth, ,,M025,staatlich
|
||||
0470,KOM RS Fürth, ,,M025,kommunal
|
||||
0471,ST RS Füssen, ,,M027,staatlich
|
||||
0472,ST RS Furth im Wald, ,,M023,staatlich
|
||||
0473,KOM RS Volkach, ,,M026,kommunal
|
||||
0476,ST RS Gauting, ,,M02B,staatlich
|
||||
0477,PERS RS Gefrees, ,,M024,Priv-Ersatz
|
||||
0478,ST RS Gemünden, ,,M026,staatlich
|
||||
0479,PERS RS Gemünden, ,,M026,Priv-Ersatz
|
||||
0480,ST RS Gerolzhofen, ,,M026,staatlich
|
||||
0481,PERS RS Augsburg, ,,M027,Priv-Ersatz
|
||||
0482,ST RS Gräfenberg, ,,M024,staatlich
|
||||
0483,ST RS Grafenau, ,,M022,staatlich
|
||||
0484,ST RS Bad Griesbach, ,,M022,staatlich
|
||||
0485,PERS RS Günzburg, ,,M027,Priv-Ersatz
|
||||
0486,PERS RS Gunzenhausen, ,,M025,Priv-Ersatz
|
||||
0488,ST RS Hauzenberg, ,,M022,staatlich
|
||||
0489,ST RS Heilsbronn, ,,M025,staatlich
|
||||
0490,ST RS Helmbrechts, ,,M024,staatlich
|
||||
0491,ST RS Herrsching, ,,M02B,staatlich
|
||||
0492,ST RS Hersbruck, ,,M025,staatlich
|
||||
0494,ST RS Hilpoltstein, ,,M025,staatlich
|
||||
0495,ST RS Hirschaid, ,,M024,staatlich
|
||||
0560,KOM RS München, ,,M02B,kommunal
|
||||
0561,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0562,ST RS Ichenhausen, ,,M027,staatlich
|
||||
0563,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0564,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0565,ST RS Langenzenn, ,,M025,staatlich
|
||||
0566,ST RS Memmingen, ,,M027,staatlich
|
||||
0567,PERS RSF München, ,, ,Priv-Ersatz
|
||||
0568,ST RS Nabburg, ,,M023,staatlich
|
||||
0569,ST RS Naila, ,,M024,staatlich
|
||||
0570,ST RS Neuburg, ,,M02B,staatlich
|
||||
0571,PERS RS Neuburg, ,,M02B,Priv-Ersatz
|
||||
0573,ST RS Neufahrn, ,,M022,staatlich
|
||||
0574,PERS RS Neuhaus, ,,M022,Priv-Ersatz
|
||||
0575,ST RS Neumarkt, ,,M023,staatlich
|
||||
0576,ST RS Neumarkt, ,,M023,staatlich
|
||||
0577,ST RS Neunburg, ,,M023,staatlich
|
||||
0578,PERS RS Aschaffenburg, ,,M026,Priv-Ersatz
|
||||
0579,ST RS Neustadt, ,,M025,staatlich
|
||||
0717,ST RS Markt Schwaben, ,,M02A,staatlich
|
||||
0718,ST RS Zirndorf, ,,M025,staatlich
|
||||
0720,ST RS Scheßlitz, ,,M024,staatlich
|
||||
0721,ST RS Neubiberg, ,,M02A,staatlich
|
||||
0722,ST RS Taufkirchen, ,,M02A,staatlich
|
||||
0723,ST RS Maisach, ,,M02B,staatlich
|
||||
0724,ST RS Lohr, ,,M026,staatlich
|
||||
0725,ST RS Babenhausen, ,,M027,staatlich
|
||||
0726,ST RS Zwiesel, ,,M022,staatlich
|
||||
0727,ST RS Ansbach, ,,M025,staatlich
|
||||
0728,ST RS Arnstein, ,,M026,staatlich
|
||||
0729,ST RS Höchberg, ,,M026,staatlich
|
||||
0730,ST RS Mering, ,,M027,staatlich
|
||||
0731,ST RS Obergünzburg, ,,M027,staatlich
|
||||
0732,ST RS Schrobenhausen, ,,M02B,staatlich
|
||||
0733,ST RS Weiden, ,,M023,staatlich
|
||||
0734,PERS RSF Unterschleißheim, ,, ,Priv-Ersatz
|
||||
0735,KOM RS München, ,,M02B,kommunal
|
||||
0736,ST RS Amberg, ,,M023,staatlich
|
||||
0737,ST RS München, ,,M02B,staatlich
|
||||
0738,ST RS Simbach, ,,M022,staatlich
|
||||
0739,ST RS Taufkirchen, ,,M02A,staatlich
|
||||
0740,ST RS Germering, ,,M02B,staatlich
|
||||
0741,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0743,ST RS Hösbach, ,,M026,staatlich
|
||||
0744,ST RS Ingolstadt, ,,M02B,staatlich
|
||||
0746,ST RS Nürnberg, ,,M025,staatlich
|
||||
0747,ST RS Peißenberg, ,,M02B,staatlich
|
||||
0748,PERS RS Schönau, ,,M02A,Priv-Ersatz
|
||||
0749,KOM RS Prien, ,,M02A,kommunal
|
||||
0754,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0755,ST RS Brannenburg, ,,M02A,staatlich
|
||||
0756,ST RS Unterschleißheim, ,,M02A,staatlich
|
||||
0758,ST RS Ismaning, ,,M02A,staatlich
|
||||
0759,ST RS Schwabmünchen, ,,M027,staatlich
|
||||
0760,KOM RS München, ,,M02B,kommunal
|
||||
0580,ST RS Neustadt, ,,M023,staatlich
|
||||
0581,ST RS Neustadt, ,,M024,staatlich
|
||||
0582,PERS RS Ortenburg, ,,M022,Priv-Ersatz
|
||||
0583,ST RS Neutraubling, ,,M023,staatlich
|
||||
0584,ST RS Neu-Ulm, ,,M027,staatlich
|
||||
0585,PERS RS Niederviehbach, ,,M022,Priv-Ersatz
|
||||
0586,PERS RS Nördlingen, ,,M027,Priv-Ersatz
|
||||
0587,KOM RS Nürnberg, ,,M025,kommunal
|
||||
0588,KOM RS Nürnberg, ,,M025,kommunal
|
||||
0589,KOM RS Nürnberg, ,,M025,kommunal
|
||||
0590,PERS RS Nürnberg, ,,M025,Priv-Ersatz
|
||||
0591,PERS RS Nürnberg, ,,M025,Priv-Ersatz
|
||||
0593,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0595,PERS RS Rottenburg, ,,M022,Priv-Ersatz
|
||||
0596,ST RS Ochsenfurt, ,,M026,staatlich
|
||||
0597,PERS RS Ortenburg, ,,M022,Priv-Ersatz
|
||||
0598,ST RS Osterhofen, ,,M022,staatlich
|
||||
0600,ST RS Parsberg, ,,M023,staatlich
|
||||
0601,PERS RS Passau, ,,M022,Priv-Ersatz
|
||||
0602,ST RS Pegnitz, ,,M024,staatlich
|
||||
0603,ST RS Penzberg, ,,M02B,staatlich
|
||||
0604,ST RS Pfaffenhofen, ,,M02B,staatlich
|
||||
0605,ST RS Pfarrkirchen, ,,M022,staatlich
|
||||
0607,ST RS Plattling, ,,M022,staatlich
|
||||
0608,ST RS Herrieden, ,,M025,staatlich
|
||||
0610,PERS RS Eichstätt, ,,M02B,Priv-Ersatz
|
||||
0611,ST RS Regen, ,,M022,staatlich
|
||||
0612,ST RS Regensburg, ,,M023,staatlich
|
||||
0613,ST RS Regensburg, ,,M023,staatlich
|
||||
0614,PERS RS Regensburg, ,,M023,Priv-Ersatz
|
||||
0615,PERS RS Regensburg, ,,M023,Priv-Ersatz
|
||||
0616,PERS RS Regensburg, ,,M023,Priv-Ersatz
|
||||
0617,ST RS Rehau, ,,M024,staatlich
|
||||
0618,ST RS Haag, ,,M02A,staatlich
|
||||
0619,ST RS Riedenburg, ,,M022,staatlich
|
||||
0620,PERS RS Riedenburg, ,,M022,Priv-Ersatz
|
||||
0621,ST RS Roding, ,,M023,staatlich
|
||||
0622,ST RS Rosenheim, ,,M02A,staatlich
|
||||
0623,KOM RS Rosenheim, ,,M02A,kommunal
|
||||
0624,ST RS Roth, ,,M025,staatlich
|
||||
0763,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0764,ST RS Marquartstein, ,,M02A,staatlich
|
||||
0765,ST RS Baldham, ,,M02A,staatlich
|
||||
0766,ST RS Garmisch-Partenkirchen, ,,M02B,staatlich
|
||||
0767,ST RS Neusäß, ,,M027,staatlich
|
||||
0769,KOM RS München, ,,M02B,kommunal
|
||||
0772,KOM RS Nürnberg, ,,M025,kommunal
|
||||
0773,PERS RS Nürnberg, ,,M025,Priv-Ersatz
|
||||
0775,ST RS Nürnberg, ,,M025,staatlich
|
||||
0776,ST RS Zusmarshausen, ,,M027,staatlich
|
||||
0777,PERS RS Vilshofen, ,,M022,Priv-Ersatz
|
||||
0778,ST RS Höchstadt, ,,M025,staatlich
|
||||
0779,ST RS Kösching, ,,M02B,staatlich
|
||||
0625,ST RS Rothenburg, ,,M025,staatlich
|
||||
0626,PERS RS Scheinfeld, ,,M025,Priv-Ersatz
|
||||
0627,PERS RS Schillingsfürst, ,,M025,Priv-Ersatz
|
||||
0628,PERS RS Schlehdorf, ,,M02A,Priv-Ersatz
|
||||
0629,ST RS Schondorf, ,,M02B,staatlich
|
||||
0630,ST RS Schongau, ,,M02B,staatlich
|
||||
0631,PERS RS Schrobenhausen, ,,M02B,Priv-Ersatz
|
||||
0633,ST RS Schwandorf, ,,M023,staatlich
|
||||
0634,PERS RS Schwandorf, ,,M023,Priv-Ersatz
|
||||
0635,ST RS Schweinfurt, ,,M026,staatlich
|
||||
0636,KOM RS Schweinfurt, ,,M026,kommunal
|
||||
0637,ST RS Selb, ,,M024,staatlich
|
||||
0639,ST RS Sonthofen, ,,M027,staatlich
|
||||
0640,ST RS Bad Staffelstein, ,,M024,staatlich
|
||||
0641,ST RS Straubing, ,,M022,staatlich
|
||||
0642,PERS RS Straubing, ,,M022,Priv-Ersatz
|
||||
0644,ST RS Thannhausen, ,,M027,staatlich
|
||||
0645,ST RS Tittling, ,,M022,staatlich
|
||||
0646,ST RS Traunstein, ,,M02A,staatlich
|
||||
0647,PERS RS Traunstein, ,,M02A,Priv-Ersatz
|
||||
0649,ST RS Trostberg, ,,M02A,staatlich
|
||||
0650,PERS RS Tutzing, ,,M02B,Priv-Ersatz
|
||||
0651,PERS RS Uffenheim, ,,M025,Priv-Ersatz
|
||||
0652,ST RS Arnstorf, ,,M022,staatlich
|
||||
0653,ST RS Viechtach, ,,M022,staatlich
|
||||
0655,ST RS Vöhringen, ,,M027,staatlich
|
||||
0656,ST RS Vohenstrauß, ,,M023,staatlich
|
||||
0657,PERS RS Volkach, ,,M026,Priv-Ersatz
|
||||
0658,ST RS Waldkraiburg, ,,M02A,staatlich
|
||||
0660,PERS RS Waldsassen, ,,M023,Priv-Ersatz
|
||||
0661,PERS RS Wallerstein, ,,M027,Priv-Ersatz
|
||||
0662,ST RS Wasserburg, ,,M02A,staatlich
|
||||
0663,ST RS Eching, ,,M02A,staatlich
|
||||
0664,ST RS Wassertrüdingen, ,,M025,staatlich
|
||||
0666,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
0667,ST RS Weilheim, ,,M02B,staatlich
|
||||
0668,ST RS Weißenburg, ,,M025,staatlich
|
||||
0669,KOM RS Weißenhorn, ,,M027,kommunal
|
||||
0670,ST RS Wemding, ,,M027,staatlich
|
||||
0671,ST RS Wertingen, ,,M027,staatlich
|
||||
0672,ST RS Bessenbach, ,,M026,staatlich
|
||||
0487,ST RS Haßfurt, ,,M026,staatlich
|
||||
0493,ST RS Herzogenaurach, ,,M025,staatlich
|
||||
0498,PERS RS Illertissen, ,,M027,Priv-Ersatz
|
||||
0505,ST RS Kaufbeuren, ,,M027,staatlich
|
||||
0405,ST RS Altötting, ,,M02A,staatlich
|
||||
0437,PERS RS Burghausen, ,,M02A,Priv-Ersatz
|
||||
0443,ST RS Coburg, ,,M024,staatlich
|
||||
0448,ST RS Dingolfing, ,,M022,staatlich
|
||||
0454,ST RS Ebrach, ,,M024,staatlich
|
||||
0541,ST RS Miesbach, ,,M02A,staatlich
|
||||
0548,KOM RS München, ,,M02B,kommunal
|
||||
0554,KOM RS München, ,,M02B,kommunal
|
||||
0559,KOM RS München, ,,M02B,kommunal
|
||||
0594,ST RS Obernburg, ,,M026,staatlich
|
||||
0599,PERS RS Osterhofen, ,,M022,Priv-Ersatz
|
||||
0606,PERS RS Ingolstadt, ,,M02B,Priv-Ersatz
|
||||
0643,ST RS Sulzbach-Rosenberg, ,,M023,staatlich
|
||||
0403,ST RS Aichach, ,,M027,staatlich
|
||||
0420,PERS RS Augsburg, ,,M027,Priv-Ersatz
|
||||
0474,PERS RS Garmisch-Partenkirchen, ,,M02B,Priv-Ersatz
|
||||
0533,ST RS GMUND, ,,M02A,staatlich
|
||||
0572,PERS RS Neuendettelsau, ,,M025,Priv-Ersatz
|
||||
0609,PERS RS Pullach, ,,M02A,Priv-Ersatz
|
||||
0632,ST RS Bruckmühl, ,,M02A,staatlich
|
||||
0665,PERS RS Weichs, ,,M02B,Priv-Ersatz
|
||||
0704,ST RS Regenstauf, ,,M023,staatlich
|
||||
0719,KOM RS Ottobeuren, ,,M027,kommunal
|
||||
0750,KOM RS München, ,,M02B,kommunal
|
||||
0768,ST RS Puchheim, ,,M02B,staatlich
|
||||
0654,ST RS Vilsbiburg, ,,M022,staatlich
|
||||
0659,ST RS Waldsassen, ,,M023,staatlich
|
||||
0692,ST RS Rain, ,,M027,staatlich
|
||||
0696,ST RS Eltmann, ,,M026,staatlich
|
||||
0702,ST RS Dachau, ,,M02B,staatlich
|
||||
0709,ST RS Ergolding, ,,M022,staatlich
|
||||
0745,ST RS Kronach, ,,M024,staatlich
|
||||
0757,PERS RS München, ,,M02B,Priv-Ersatz
|
||||
1070,ST RS Affing, ,,M027,staatlich
|
||||
1071,ST RS Großostheim, ,,M026,staatlich
|
||||
1073,ST RS Schonungen, ,,M026,staatlich
|
||||
1074,ST RS Prien, ,,M02A,staatlich
|
||||
1077,ST RS Murnau, ,,M02B,staatlich
|
||||
1080,ST RS Aschaffenburg, ,,M026,staatlich
|
||||
|
Executable
|
|
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,217 @@
|
||||
1202|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 10:26|11555877
|
||||
1202|QA|41|Stammschüler|04.07.2018 10:26|11555877
|
||||
1216|MA|24|Stammschüler|04.07.2018 14:02|11560300
|
||||
1216|QA|17|Stammschüler|04.07.2018 14:01|11560292
|
||||
1221|QA|12|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 15:31|11572328
|
||||
1221|QA|52|Stammschüler|05.07.2018 15:31|11572328
|
||||
1233|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 12:11|11569971
|
||||
1233|QA|21|Stammschüler|05.07.2018 12:11|11569971
|
||||
1237|QA|5|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 08:42|11563560
|
||||
1237|QA|37|Stammschüler|05.07.2018 08:42|11563560
|
||||
1238|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 11:49|11557962
|
||||
1238|QA|32|Stammschüler|04.07.2018 11:49|11557962
|
||||
1239|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|03.07.2018 11:07|11545130
|
||||
1239|QA|21|Stammschüler|03.07.2018 11:07|11545130
|
||||
1242|QA|20|Stammschüler|03.07.2018 17:43|11549851
|
||||
1244|QA|3|Externer Prüfungsteilnehmer,ohne Nichtschüler|03.07.2018 07:46|11538915
|
||||
1244|QA|16|Stammschüler|03.07.2018 07:46|11538915
|
||||
1256|QA|24|Stammschüler|04.07.2018 11:14|11557259
|
||||
1270|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 11:03|11567660
|
||||
1270|QA|21|Stammschüler|05.07.2018 11:03|11567660
|
||||
2172|QA|3|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 10:11|11566392
|
||||
2172|QA|4|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 10:11|11566392
|
||||
2172|QA|31|Stammschüler|05.07.2018 10:11|11566392
|
||||
2274|QA|15|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 12:45|11570639
|
||||
2274|QA|38|Stammschüler|05.07.2018 12:45|11570639
|
||||
2332|MA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 09:23|11564858
|
||||
2332|MA|18|Stammschüler|05.07.2018 09:23|11564858
|
||||
2339|MA|27|Stammschüler|05.07.2018 09:31|11565012
|
||||
2339|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 09:32|11565030
|
||||
2339|QA|3|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 09:32|11565030
|
||||
2339|QA|56|Stammschüler|05.07.2018 09:32|11565030
|
||||
2346|MA|3|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 10:00|11555075
|
||||
2346|MA|1|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 10:00|11555075
|
||||
2346|MA|30|Stammschüler|04.07.2018 10:00|11555075
|
||||
2346|QA|25|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 10:07|11555314
|
||||
2346|QA|44|Stammschüler|04.07.2018 10:07|11555314
|
||||
2372|QA|20|Stammschüler|05.07.2018 09:45|11565289
|
||||
2384|QA|17|Stammschüler|03.07.2018 13:17|11548109
|
||||
2390|MA|34|Stammschüler|04.07.2018 13:18|11559860
|
||||
2390|QA|58|Stammschüler|04.07.2018 13:05|11559684
|
||||
2408|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 09:46|11565308
|
||||
2408|QA|2|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 09:46|11565308
|
||||
2408|QA|17|Stammschüler|05.07.2018 09:46|11565308
|
||||
2417|MA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 08:41|11552002
|
||||
2417|MA|18|Stammschüler|04.07.2018 08:41|11552002
|
||||
2417|QA|20|Stammschüler|04.07.2018 08:39|11551958
|
||||
2428|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 10:39|11567050
|
||||
2428|QA|2|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 10:39|11567050
|
||||
2428|QA|32|Stammschüler|05.07.2018 10:39|11567050
|
||||
2493|QA|7|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 08:50|11552269
|
||||
2493|QA|19|Stammschüler|04.07.2018 08:50|11552269
|
||||
2494|QA|22|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 13:34|11571302
|
||||
2494|QA|86|Stammschüler|05.07.2018 13:34|11571302
|
||||
2499|QA|18|Stammschüler|04.07.2018 14:26|11560494
|
||||
2524|QA|3|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 14:10|11560411
|
||||
2524|QA|44|Stammschüler|04.07.2018 14:10|11560411
|
||||
2525|QA|28|Stammschüler|04.07.2018 10:40|11556308
|
||||
2528|QA|36|Stammschüler|05.07.2018 12:36|11570411
|
||||
2534|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 11:30|11568578
|
||||
2534|QA|28|Stammschüler|05.07.2018 11:30|11568578
|
||||
2558|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 10:28|11555931
|
||||
2558|QA|16|Stammschüler|04.07.2018 10:28|11555931
|
||||
2582|MA|43|Stammschüler|04.07.2018 09:00|11552669
|
||||
2582|QA|6|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 13:35|11560096
|
||||
2582|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 13:35|11560096
|
||||
2582|QA|38|Stammschüler|04.07.2018 13:35|11560096
|
||||
2620|MA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 12:44|11570620
|
||||
2620|MA|13|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 12:44|11570620
|
||||
2620|MA|23|Stammschüler|05.07.2018 12:44|11570620
|
||||
2686|QA|4|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 10:37|11556214
|
||||
2686|QA|17|Stammschüler|04.07.2018 10:37|11556214
|
||||
2700|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 13:55|11560231
|
||||
2700|QA|38|Stammschüler|04.07.2018 13:55|11560231
|
||||
2723|QA|2|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 13:18|11559862
|
||||
2723|QA|43|Stammschüler|04.07.2018 13:18|11559862
|
||||
2727|QA|9|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 11:54|11569643
|
||||
2727|QA|7|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 11:54|11569643
|
||||
2727|QA|52|Stammschüler|05.07.2018 11:54|11569643
|
||||
2775|MA|23|Stammschüler|03.07.2018 12:14|11546881
|
||||
2928|QA|5|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 10:01|11566183
|
||||
2928|QA|25|Stammschüler|05.07.2018 10:01|11566183
|
||||
2955|QA|18|Stammschüler|03.07.2018 10:16|11543445
|
||||
2958|MA|30|Stammschüler|05.07.2018 10:37|11566998
|
||||
2958|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 10:17|11566483
|
||||
2958|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 10:17|11566483
|
||||
2958|QA|47|Stammschüler|05.07.2018 10:17|11566483
|
||||
2971|QA|22|Stammschüler|05.07.2018 12:43|11570584
|
||||
3508|MA|24|Stammschüler|05.07.2018 10:45|11567230
|
||||
3508|QA|3|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 10:44|11567206
|
||||
3508|QA|28|Stammschüler|05.07.2018 10:44|11567206
|
||||
3586|MA|50|Stammschüler|05.07.2018 13:23|11571221
|
||||
3606|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 07:57|11550971
|
||||
3606|QA|21|Stammschüler|04.07.2018 07:57|11550971
|
||||
3640|QA|13|Stammschüler|04.07.2018 08:09|11551159
|
||||
3648|MA|37|Stammschüler|05.07.2018 10:07|11566294
|
||||
3648|QA|8|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 10:05|11566266
|
||||
3648|QA|38|Stammschüler|05.07.2018 10:05|11566266
|
||||
3701|QA|11|Stammschüler|05.07.2018 09:18|11564721
|
||||
3702|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 11:20|11568217
|
||||
3702|QA|20|Stammschüler|05.07.2018 11:20|11568217
|
||||
3725|QA|5|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 09:19|11564741
|
||||
3725|QA|43|Stammschüler|05.07.2018 09:19|11564741
|
||||
3729|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|03.07.2018 12:42|11547453
|
||||
3729|QA|21|Stammschüler|03.07.2018 12:42|11547453
|
||||
3735|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|03.07.2018 09:40|11542416
|
||||
3735|QA|16|Stammschüler|03.07.2018 09:40|11542416
|
||||
3818|MA|19|Stammschüler|05.07.2018 09:13|11564494
|
||||
3818|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|03.07.2018 10:12|11543265
|
||||
3818|QA|22|Stammschüler|03.07.2018 10:12|11543265
|
||||
3841|QA|19|Stammschüler|02.07.2018 10:50|11532235
|
||||
3871|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|02.07.2018 08:51|11529117
|
||||
3871|QA|18|Stammschüler|02.07.2018 08:51|11529117
|
||||
3884|QA|6|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 11:18|11557356
|
||||
3884|QA|17|Stammschüler|04.07.2018 11:18|11557356
|
||||
3886|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 10:42|11556353
|
||||
3886|QA|28|Stammschüler|04.07.2018 10:42|11556353
|
||||
3900|QA|40|Stammschüler|02.07.2018 11:04|11532563
|
||||
3903|MA|38|Stammschüler|05.07.2018 08:59|11564087
|
||||
3912|QA|4|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 12:37|11570431
|
||||
3912|QA|65|Stammschüler|05.07.2018 12:37|11570431
|
||||
3921|MA|27|Stammschüler|02.07.2018 11:07|11532634
|
||||
3926|MA|22|Stammschüler|05.07.2018 13:23|11571223
|
||||
3926|QA|36|Stammschüler|05.07.2018 13:22|11571206
|
||||
3929|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 08:40|11563538
|
||||
3929|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 08:40|11563538
|
||||
3929|QA|19|Stammschüler|05.07.2018 08:40|11563538
|
||||
3930|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|03.07.2018 10:59|11544761
|
||||
3930|QA|16|Stammschüler|03.07.2018 10:59|11544761
|
||||
3940|QA|17|Stammschüler|02.07.2018 11:15|11532844
|
||||
3949|QA|22|Stammschüler|04.07.2018 08:50|11552271
|
||||
3956|QA|41|Stammschüler|05.07.2018 09:58|11566102
|
||||
3960|QA|15|Stammschüler|04.07.2018 12:21|11558758
|
||||
4514|MA|28|Stammschüler|04.07.2018 09:06|11552946
|
||||
4514|QA|51|Stammschüler|04.07.2018 08:23|11551544
|
||||
4594|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 08:16|11562914
|
||||
4594|QA|14|Stammschüler|05.07.2018 08:16|11562914
|
||||
4619|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 09:47|11565324
|
||||
4619|QA|35|Stammschüler|05.07.2018 09:47|11565324
|
||||
4663|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 12:06|11558431
|
||||
4663|QA|14|Stammschüler|04.07.2018 12:06|11558431
|
||||
4726|MA|35|Stammschüler|05.07.2018 10:08|11566325
|
||||
4726|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 10:07|11566304
|
||||
4726|QA|3|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 10:07|11566304
|
||||
4726|QA|18|Stammschüler|05.07.2018 10:07|11566304
|
||||
4750|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 09:46|11565299
|
||||
4750|QA|18|Stammschüler|05.07.2018 09:46|11565299
|
||||
4777|MA|21|Stammschüler|05.07.2018 08:45|11563660
|
||||
4777|QA|27|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 08:45|11563649
|
||||
4777|QA|44|Stammschüler|05.07.2018 08:45|11563649
|
||||
4847|MA|30|Stammschüler|03.07.2018 10:58|11544732
|
||||
4847|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|03.07.2018 11:24|11545546
|
||||
4847|QA|45|Stammschüler|03.07.2018 11:24|11545546
|
||||
4860|QA|32|Stammschüler|05.07.2018 10:58|11567524
|
||||
5616|QA|5|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 10:22|11566607
|
||||
5616|QA|29|Stammschüler|05.07.2018 10:22|11566607
|
||||
5622|QA|18|Stammschüler|05.07.2018 08:36|11563442
|
||||
5638|QA|39|Stammschüler|05.07.2018 19:52|11573161
|
||||
5669|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 07:24|11562062
|
||||
5669|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 07:24|11562062
|
||||
5669|QA|16|Stammschüler|05.07.2018 07:24|11562062
|
||||
5683|MA|25|Stammschüler|03.07.2018 16:57|11549813
|
||||
5695|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 12:12|11558560
|
||||
5695|QA|39|Stammschüler|04.07.2018 12:12|11558560
|
||||
5771|QA|16|Stammschüler|04.07.2018 10:03|11555142
|
||||
5876|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 12:37|11559097
|
||||
5876|QA|21|Stammschüler|04.07.2018 12:37|11559097
|
||||
6606|MA|10|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 08:50|11563788
|
||||
6606|MA|1|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 08:50|11563788
|
||||
6606|MA|26|Stammschüler|05.07.2018 08:50|11563788
|
||||
6839|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|03.07.2018 07:50|11538981
|
||||
6839|QA|19|Stammschüler|03.07.2018 07:50|11538981
|
||||
6909|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|04.07.2018 07:38|11550596
|
||||
6909|QA|25|Stammschüler|04.07.2018 07:38|11550596
|
||||
7530|MA|17|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 15:10|11572253
|
||||
7530|MA|26|Stammschüler|05.07.2018 15:10|11572253
|
||||
7671|MA|18|Stammschüler|03.07.2018 10:44|11544291
|
||||
7671|QA|22|Stammschüler|03.07.2018 10:44|11544268
|
||||
7673|QA|16|Stammschüler|03.07.2018 11:57|11546403
|
||||
7756|MA|18|Stammschüler|05.07.2018 09:37|11565101
|
||||
7803|MA|30|Stammschüler|02.07.2018 18:47|11537992
|
||||
7884|MA|23|Stammschüler|04.07.2018 14:10|11560407
|
||||
7899|MA|17|Stammschüler|05.07.2018 09:10|11564421
|
||||
7902|MA|27|Stammschüler|05.07.2018 11:29|11568543
|
||||
7923|MA|24|Stammschüler|05.07.2018 11:24|11568332
|
||||
7923|QA|60|Stammschüler|05.07.2018 11:43|11569073
|
||||
7977|MA|26|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 12:58|11559535
|
||||
7977|MA|26|Stammschüler|04.07.2018 12:58|11559535
|
||||
8570|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 08:50|11563792
|
||||
8570|QA|36|Stammschüler|05.07.2018 08:50|11563792
|
||||
8595|MA|21|Stammschüler|05.07.2018 17:26|11573023
|
||||
8595|QA|49|Stammschüler|05.07.2018 17:00|11572536
|
||||
8673|QA|22|Stammschüler|04.07.2018 09:58|11555010
|
||||
8680|QA|12|Stammschüler|04.07.2018 08:37|11551889
|
||||
8690|QA|2|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 15:34|11572352
|
||||
8690|QA|32|Stammschüler|05.07.2018 15:34|11572352
|
||||
8723|MA|32|Stammschüler|03.07.2018 11:12|11545228
|
||||
8723|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|04.07.2018 13:03|11559643
|
||||
8723|QA|65|Stammschüler|04.07.2018 13:03|11559643
|
||||
8760|QA|19|Stammschüler|03.07.2018 10:03|11542930
|
||||
8768|MA|13|Stammschüler|04.07.2018 13:27|11560006
|
||||
8824|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 12:06|11569850
|
||||
8824|QA|56|Stammschüler|05.07.2018 12:06|11569850
|
||||
8852|QA|54|Stammschüler|05.07.2018 13:30|11571283
|
||||
8857|QA|10|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 15:29|11572319
|
||||
8857|QA|38|Stammschüler|05.07.2018 15:29|11572319
|
||||
8877|MA|2|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 11:25|11568347
|
||||
8877|MA|26|Stammschüler|05.07.2018 11:25|11568347
|
||||
8877|QA|2|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 11:24|11568337
|
||||
8877|QA|2|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 11:24|11568337
|
||||
8877|QA|72|Stammschüler|05.07.2018 11:24|11568337
|
||||
8941|QA|1|Externer Prüfungsteilnehmer,ohne Nichtschüler|03.07.2018 12:21|11547035
|
||||
8941|QA|23|Stammschüler|03.07.2018 12:21|11547035
|
||||
8948|QA|18|Stammschüler|03.07.2018 07:56|11539145
|
||||
8958|QA|7|Externer Prüfungsteilnehmer,ohne Nichtschüler|05.07.2018 13:06|11570999
|
||||
8958|QA|1|Nichtschüler,der an Prüfung teilgenommen hat|05.07.2018 13:06|11570999
|
||||
8958|QA|20|Stammschüler|05.07.2018 13:06|11570999
|
||||
8970|QA|12|Stammschüler|02.07.2018 12:17|11534300
|
||||
|
@@ -0,0 +1,9 @@
|
||||
SCHULE;PRUEFUNGSART;ANZAHL;SCHUELERSTATUS;ERZEUGUNGSDATUM;LIEFERUNG
|
||||
2290;QA;4;Externer Prüfungsteilnehmer, ohne Nichtschüler;09.04.2018 17:11;192526
|
||||
2290;QA;115;Stammschüler;09.04.2018 17:11;192526
|
||||
2346;MA;3;Externer Prüfungsteilnehmer, ohne Nichtschüler;10.04.2018 10:24;192559
|
||||
2346;MA;30;Stammschüler;10.04.2018 10:24;192559
|
||||
2346;QA;29;Externer Prüfungsteilnehmer, ohne Nichtschüler;09.04.2018 17:34;192544
|
||||
2346;QA;49;Stammschüler;09.04.2018 17:34;192544
|
||||
8597;QA;21;Stammschüler;09.04.2018 12:40;192501
|
||||
8601;MA;64;Stammschüler;10.04.2018 15:53;192590
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Executable
+30
File diff suppressed because one or more lines are too long
Executable
+7
@@ -0,0 +1,7 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,TYP
|
||||
8906,ST VS Harburg,staatlich
|
||||
6923,ST VS Heideck,staatlich
|
||||
7978,ST VS Helmstadt,staatlich
|
||||
3586,ST VS Hengersberg,staatlich
|
||||
3760,ST VS Hauzenberg,staatlich
|
||||
2675,ST VS Hausham,staatlich
|
||||
|
Executable
+450
@@ -0,0 +1,450 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,TYP
|
||||
8419,ST GMS Königsbrunn,staatlich
|
||||
7918,ST VS Werneck,staatlich
|
||||
7880,ST VS Marktheidenfeld,staatlich
|
||||
7879,ST VS Gemünden,staatlich
|
||||
7693,ST VS Bad Neustadt,staatlich
|
||||
7671,ST VS Münnerstadt,staatlich
|
||||
8877,ST VS Mindelheim,staatlich
|
||||
8875,ST VS Memmingerberg,staatlich
|
||||
8856,ST VS Babenhausen,staatlich
|
||||
8852,ST VS Pfronten,staatlich
|
||||
6977,ST VS Treuchtlingen,staatlich
|
||||
6848,ST VS Lauf,staatlich
|
||||
6608,ST VS Nürnberg,staatlich
|
||||
8842,ST VS Roßhaupten,staatlich
|
||||
8836,ST VS Obergünzburg,staatlich
|
||||
8830,ST VS Marktoberdorf,staatlich
|
||||
8824,ST VS Germaringen,staatlich
|
||||
8823,ST VS Füssen,staatlich
|
||||
5842,ST VS Kulmbach,staatlich
|
||||
5620,ST VS Frensdorf,staatlich
|
||||
5880,ST VS Marktredwitz,staatlich
|
||||
8965,ST VS Sonthofen,staatlich
|
||||
8960,ST VS Oberstdorf,staatlich
|
||||
2692,ST VS Holzkirchen,staatlich
|
||||
2539,ST VS Taufkirchen,staatlich
|
||||
2417,ST VS Wolfratshausen,staatlich
|
||||
2411,ST VS Geretsried,staatlich
|
||||
8949,ST VS Immenstadt,staatlich
|
||||
8945,ST VS Durach,staatlich
|
||||
8944,ST VS Dietmannsried,staatlich
|
||||
8942,ST VS Buchenberg,staatlich
|
||||
2112,ST VS Ingolstadt,staatlich
|
||||
2101,ST VS Ingolstadt,staatlich
|
||||
8866,ST VS Ettringen,staatlich
|
||||
8778,ST VS Weißenhorn,staatlich
|
||||
1220,ST VS Baldham,staatlich
|
||||
8706,ST VS Burgau,staatlich
|
||||
1268,ST VS Eiselfing,staatlich
|
||||
1263,ST VS Bad Aibling,staatlich
|
||||
1221,ST VS Poing,staatlich
|
||||
8884,ST VS Türkheim,staatlich
|
||||
8880,ST VS Pfaffenhausen,staatlich
|
||||
8879,ST VS Ottobeuren,staatlich
|
||||
1269,ST VS Bad Endorf,staatlich
|
||||
7525,ST VS Schweinfurt,staatlich
|
||||
7514,ST VS Aschaffenburg,staatlich
|
||||
6986,ST VS Weißenburg,staatlich
|
||||
2930,ST VS Obing,staatlich
|
||||
7603,ST VS Großostheim,staatlich
|
||||
3912,ST VS Mitterfels,staatlich
|
||||
3793,ST VS Tiefenbach,staatlich
|
||||
3742,ST VS Aidenbach,staatlich
|
||||
3731,ST VS Rottenburg,staatlich
|
||||
3669,ST VS Mainburg,staatlich
|
||||
7573,ST VS Würzburg,staatlich
|
||||
2710,ST VS Neumarkt-Sankt Veit,staatlich
|
||||
2634,ST VS Murnau,staatlich
|
||||
2335,ST VS Haar,staatlich
|
||||
8688,ST VS Höchstädt,staatlich
|
||||
7501,ST VS Aschaffenburg,staatlich
|
||||
8764,ST VS Neu-Ulm,staatlich
|
||||
8753,ST VS Neu-Ulm,staatlich
|
||||
8748,ST VS Illertissen,staatlich
|
||||
8738,ST VS Thannhausen,staatlich
|
||||
8715,ST VS Ichenhausen,staatlich
|
||||
7902,ST VS Poppenhausen,staatlich
|
||||
7899,ST VS Niederwerrn,staatlich
|
||||
7892,ST VS Gochsheim,staatlich
|
||||
7884,ST VS Bergrheinfeld,staatlich
|
||||
7881,ST VS Lohr,staatlich
|
||||
7848,ST VS Karlstadt,staatlich
|
||||
6568,ST VS Fürth,staatlich
|
||||
6561,ST VS Fürth,staatlich
|
||||
6559,ST VS Fürth,staatlich
|
||||
6554,ST VS Fürth,staatlich
|
||||
6551,ST VS Fürth,staatlich
|
||||
6548,ST VS Fürth,staatlich
|
||||
6962,ST VS Gunzenhausen,staatlich
|
||||
6945,ST VS Wendelstein,staatlich
|
||||
6609,ST VS Nürnberg,staatlich
|
||||
6606,ST VS Nürnberg,staatlich
|
||||
6600,ST VS Nürnberg,staatlich
|
||||
6649,ST VS Nürnberg,staatlich
|
||||
6647,ST VS Nürnberg,staatlich
|
||||
6645,ST VS Nürnberg,staatlich
|
||||
6641,ST VS Nürnberg,staatlich
|
||||
6634,ST VS Nürnberg,staatlich
|
||||
6627,ST VS Nürnberg,staatlich
|
||||
6623,ST VS Nürnberg,staatlich
|
||||
6920,ST VS Georgensgmünd,staatlich
|
||||
6912,ST VS Hilpoltstein,staatlich
|
||||
6909,ST VS Uffenheim,staatlich
|
||||
6908,ST VS Scheinfeld,staatlich
|
||||
6899,ST VS Neustadt,staatlich
|
||||
6895,ST VS Markt Erlbach,staatlich
|
||||
6877,ST VS Bad Windsheim,staatlich
|
||||
6873,ST VS Röthenbach,staatlich
|
||||
7663,ST VS Hammelburg,staatlich
|
||||
8794,ST VS Lindenberg,staatlich
|
||||
8787,ST VS Lindau Aeschach,staatlich
|
||||
8780,ST VS Neu-Ulm,staatlich
|
||||
8776,ST VS Vöhringen,staatlich
|
||||
7956,ST VS Ochsenfurt,staatlich
|
||||
7949,ST VS Estenfeld,staatlich
|
||||
7944,ST VS Höchberg,staatlich
|
||||
7936,ST VS Gerbrunn,staatlich
|
||||
7923,ST VS Gerolzhofen,staatlich
|
||||
8564,ST VS Kempten,staatlich
|
||||
8554,ST VS Kaufbeuren,staatlich
|
||||
7707,ST VS Mellrichstadt,staatlich
|
||||
7704,ST VS Bad Königshofen,staatlich
|
||||
8724,ST VS Leipheim,staatlich
|
||||
8723,ST VS Krumbach,staatlich
|
||||
8534,ST VS Augsburg,staatlich
|
||||
8525,ST VS Augsburg,staatlich
|
||||
8523,ST VS Augsburg,staatlich
|
||||
8517,ST VS Augsburg,staatlich
|
||||
8501,ST VS Augsburg,staatlich
|
||||
8698,ST VS Wertingen,staatlich
|
||||
8690,ST VS Lauingen,staatlich
|
||||
8679,ST VS Gundelfingen,staatlich
|
||||
8675,ST VS Zusmarshausen,staatlich
|
||||
8661,ST VS Schwabmünchen,staatlich
|
||||
7766,ST VS Kitzingen,staatlich
|
||||
7755,ST VS Eltmann,staatlich
|
||||
7734,ST VS Haßfurt,staatlich
|
||||
7730,ST VS Ebern,staatlich
|
||||
8636,ST VS Gersthofen,staatlich
|
||||
8634,ST VS Fischach,staatlich
|
||||
8629,ST VS Bobingen,staatlich
|
||||
8532,ST VS Augsburg,staatlich
|
||||
7977,ST VS Veitshöchheim,staatlich
|
||||
6855,ST VS Burgthann,staatlich
|
||||
6787,ST VS Höchstadt,staatlich
|
||||
6691,ST VS Schwabach,staatlich
|
||||
4849,ST VS Pfreimd,staatlich
|
||||
6586,ST VS Nürnberg,staatlich
|
||||
8595,ST VS Aindling,staatlich
|
||||
8594,ST VS Aichach,staatlich
|
||||
8586,ST VS Memmingen,staatlich
|
||||
8581,ST VS Memmingen,staatlich
|
||||
8574,ST VS Kempten,staatlich
|
||||
7816,ST VS Miltenberg,staatlich
|
||||
8936,ST VS Altusried,staatlich
|
||||
7644,ST VS Schöllkrippen,staatlich
|
||||
7643,ST VS Alzenau,staatlich
|
||||
7611,ST VS Hösbach,staatlich
|
||||
5884,ST VS Selb,staatlich
|
||||
5746,ST VS Gräfenberg,staatlich
|
||||
5724,ST VS Forchheim,staatlich
|
||||
8683,ST VS Dillingen,staatlich
|
||||
8931,ST VS Wemding,staatlich
|
||||
8926,ST VS Rain,staatlich
|
||||
8924,ST VS Oettingen,staatlich
|
||||
7574,ST VS Würzburg,staatlich
|
||||
3644,ST VS Schönberg,staatlich
|
||||
2734,ST VS Riemerling,staatlich
|
||||
2671,ST VS Fischbachau,staatlich
|
||||
2591,ST VS Fürstenfeldbruck,staatlich
|
||||
8654,ST VS Meitingen,staatlich
|
||||
4625,ST VS Sulzbach-Rosenberg,staatlich
|
||||
8606,ST VS Kissing,staatlich
|
||||
3936,ST VS Dingolfing,staatlich
|
||||
3846,ST VS Zwiesel,staatlich
|
||||
2438,ST VS München,staatlich
|
||||
8918,ST VS Nördlingen,staatlich
|
||||
8899,ST VS Donauwörth,staatlich
|
||||
5580,ST VS Hof,staatlich
|
||||
5853,ST VS Lichtenfels,staatlich
|
||||
4777,ST VS Regensburg,staatlich
|
||||
4769,ST VS Neutraubling,staatlich
|
||||
4766,ST VS Alteglofsheim,staatlich
|
||||
4761,ST VS Vohenstrauß,staatlich
|
||||
4750,ST VS Pressath,staatlich
|
||||
4745,ST VS Neustadt,staatlich
|
||||
3706,ST VS Ergoldsbach,staatlich
|
||||
3703,ST VS Ergolding,staatlich
|
||||
3693,ST VS Bad Abbach,staatlich
|
||||
3692,ST VS Saal,staatlich
|
||||
3690,ST VS Neustadt,staatlich
|
||||
3663,ST VS Kelheim,staatlich
|
||||
6745,ST VS Rothenburg,staatlich
|
||||
6738,ST VS Neuendettelsau,staatlich
|
||||
6727,ST VS Herrieden,staatlich
|
||||
6718,ST VS Feuchtwangen,staatlich
|
||||
6712,ST VS Dinkelsbühl,staatlich
|
||||
6702,ST VS Bechhofen,staatlich
|
||||
5847,ST VS Altenkunstadt,staatlich
|
||||
5795,ST VS Pressig,staatlich
|
||||
5788,ST VS Kronach,staatlich
|
||||
4729,ST VS Eschenbach,staatlich
|
||||
4710,ST VS Parsberg,staatlich
|
||||
4708,ST VS Neumarkt,staatlich
|
||||
4699,ST VS Mühlhausen,staatlich
|
||||
3648,ST VS Waldkirchen,staatlich
|
||||
3641,ST VS Riedlhütte,staatlich
|
||||
3630,ST VS Jandelsbrunn,staatlich
|
||||
3623,ST VS Grafenau,staatlich
|
||||
3621,ST VS Freyung,staatlich
|
||||
3614,ST VS Osterhofen,staatlich
|
||||
6690,ST VS Schwabach,staatlich
|
||||
6670,ST VS Roth,staatlich
|
||||
6668,ST VS Nürnberg,staatlich
|
||||
6667,ST VS Nürnberg,staatlich
|
||||
6665,ST VS Nürnberg,staatlich
|
||||
6663,ST VS Nürnberg,staatlich
|
||||
5777,ST VS Feilitzsch,staatlich
|
||||
5770,ST VS Schwarzenbach a.d.Saale,staatlich
|
||||
5766,ST VS Rehau,staatlich
|
||||
5764,ST VS Oberkotzau,staatlich
|
||||
5763,ST VS Naila,staatlich
|
||||
5761,ST VS Münchberg,staatlich
|
||||
5756,ST VS Helmbrechts,staatlich
|
||||
5747,ST VS Neunkirchen,staatlich
|
||||
5726,ST VS Gößweinstein,staatlich
|
||||
4684,ST VS Berg,staatlich
|
||||
4683,ST VS Berching,staatlich
|
||||
4679,ST VS Waldmünchen,staatlich
|
||||
4677,ST VS Cham,staatlich
|
||||
4649,ST VS Bad Kötzting,staatlich
|
||||
4642,ST VS Furth im Wald,staatlich
|
||||
3612,ST VS Metten,staatlich
|
||||
3603,ST VS Plattling,staatlich
|
||||
3586,ST VS Hengersberg,staatlich
|
||||
3579,ST VS Deggendorf,staatlich
|
||||
3577,ST VS Deggendorf,staatlich
|
||||
5721,ST VS Forchheim,staatlich
|
||||
5717,ST VS Ebermannstadt,staatlich
|
||||
5702,ST VS Untersiemau,staatlich
|
||||
5700,ST VS Sonnefeld,staatlich
|
||||
5695,ST VS Rödental,staatlich
|
||||
4607,ST VS Kümmersbruck,staatlich
|
||||
4596,ST VS Hahnbach,staatlich
|
||||
4586,ST VS Auerbach,staatlich
|
||||
3556,ST VS Straubing,staatlich
|
||||
3555,ST VS Straubing,staatlich
|
||||
3518,ST VS Passau,staatlich
|
||||
4543,ST VS Regensburg,staatlich
|
||||
4535,ST VS Regensburg,staatlich
|
||||
4528,ST VS Regensburg,staatlich
|
||||
5577,ST VS Hof,staatlich
|
||||
5574,ST VS Hof,staatlich
|
||||
4504,ST VS Amberg,staatlich
|
||||
3512,ST VS Landshut,staatlich
|
||||
2985,ST VS Schongau,staatlich
|
||||
2981,ST VS Penzberg,staatlich
|
||||
6858,ST VS Schnaittach,staatlich
|
||||
6844,ST VS Hersbruck,staatlich
|
||||
6838,ST VS Nürnberg,staatlich
|
||||
6836,ST VS Feucht,staatlich
|
||||
6821,ST VS Zirndorf,staatlich
|
||||
6812,ST VS Oberasbach,staatlich
|
||||
6805,ST VS Cadolzburg,staatlich
|
||||
2921,ST VS Grassau,staatlich
|
||||
2919,ST VS Fridolfing,staatlich
|
||||
2908,ST VS Tutzing,staatlich
|
||||
2906,ST VS Starnberg,staatlich
|
||||
2897,ST VS Herrsching,staatlich
|
||||
2894,ST VS Gauting,staatlich
|
||||
2885,ST VS Wasserburg,staatlich
|
||||
6800,ST VS Eckental,staatlich
|
||||
6781,ST VS Herzogenaurach,staatlich
|
||||
6775,ST VS Wassertrüdingen,staatlich
|
||||
6773,ST VS Baiersdorf,staatlich
|
||||
6763,ST VS Wolframs-Eschenbach,staatlich
|
||||
3882,ST VS Simbach,staatlich
|
||||
3876,ST VS Pfarrkirchen,staatlich
|
||||
3873,ST VS Massing,staatlich
|
||||
3861,ST VS Eggenfelden,staatlich
|
||||
3849,ST VS Viechtach,staatlich
|
||||
3847,ST VS Ruhmannsfelden,staatlich
|
||||
2863,ST VS Kolbermoor,staatlich
|
||||
2848,ST VS Feldkirchen-Westerham,staatlich
|
||||
3837,ST VS Regen,staatlich
|
||||
3818,ST VS Bodenmais,staatlich
|
||||
3809,ST VS Fürstenzell,staatlich
|
||||
3801,ST VS Vilshofen,staatlich
|
||||
3797,ST VS Untergriesbach,staatlich
|
||||
2825,ST VS Pullach,staatlich
|
||||
2809,ST VS Neuburg,staatlich
|
||||
2789,ST VS Schrobenhausen,staatlich
|
||||
6529,ST VS Erlangen,staatlich
|
||||
6523,ST VS Erlangen,staatlich
|
||||
6513,ST VS Ansbach,staatlich
|
||||
4910,ST VS Wiesau,staatlich
|
||||
4904,ST VS Tirschenreuth,staatlich
|
||||
4887,ST VS Kemnath,staatlich
|
||||
3784,ST VS Ruhstorf,staatlich
|
||||
3782,ST VS Rotthalmünster,staatlich
|
||||
3777,ST VS Pocking,staatlich
|
||||
3765,ST VS Hutthurm,staatlich
|
||||
3760,ST VS Hauzenberg,staatlich
|
||||
2979,ST VS Peiting,staatlich
|
||||
2975,ST VS Peißenberg,staatlich
|
||||
2958,ST VS Waging,staatlich
|
||||
2946,ST VS Traunreut,staatlich
|
||||
2940,ST VS Siegsdorf,staatlich
|
||||
4880,ST VS Erbendorf,staatlich
|
||||
5560,ST VS Coburg,staatlich
|
||||
5552,ST VS Coburg,staatlich
|
||||
3945,ST VS Landau,staatlich
|
||||
3931,ST VS Bogen,staatlich
|
||||
3926,ST VS Schwarzach,staatlich
|
||||
3900,ST VS Geiselhöring,staatlich
|
||||
8601,ST VS Friedberg,staatlich
|
||||
7826,ST VS Wörth,staatlich
|
||||
7808,ST VS Großwallstadt,staatlich
|
||||
7802,ST VS Elsenfeld,staatlich
|
||||
7795,ST VS Amorbach,staatlich
|
||||
7787,ST VS Wiesentheid,staatlich
|
||||
5535,ST VS Bayreuth,staatlich
|
||||
5527,ST VS Bayreuth,staatlich
|
||||
5512,ST VS Bamberg,staatlich
|
||||
7756,ST VS Hofheim,staatlich
|
||||
7650,ST VS Bad Kissingen,staatlich
|
||||
7646,ST VS Bad Brückenau,staatlich
|
||||
6532,ST VS Spardorf,staatlich
|
||||
4843,ST VS Neunburg,staatlich
|
||||
4659,ST VS Roding,staatlich
|
||||
5674,ST VS Weidenberg,staatlich
|
||||
5662,ST VS Pegnitz,staatlich
|
||||
5649,ST VS Eckersdorf,staatlich
|
||||
5644,ST VS Bad Berneck,staatlich
|
||||
5639,ST VS Scheßlitz,staatlich
|
||||
4570,ST VS Weiden,staatlich
|
||||
4568,ST VS Weiden,staatlich
|
||||
5610,ST VS Hirschaid,staatlich
|
||||
5607,ST VS Hallstadt,staatlich
|
||||
5595,ST VS Baunach,staatlich
|
||||
5593,ST VS Burgebrach,staatlich
|
||||
4847,ST VS Oberviechtach,staatlich
|
||||
4830,ST VS Schwandorf,staatlich
|
||||
4829,ST VS Burglengenfeld,staatlich
|
||||
4827,ST VS Bruck,staatlich
|
||||
4816,ST VS Wörth,staatlich
|
||||
4805,ST VS Regenstauf,staatlich
|
||||
4798,ST VS Nittendorf,staatlich
|
||||
3736,ST VS Altdorf,staatlich
|
||||
3734,ST VS Vilsbiburg,staatlich
|
||||
7785,ST VS Volkach,staatlich
|
||||
8818,ST VS Buchloe,staatlich
|
||||
2699,ST VS Gars,staatlich
|
||||
2696,ST VS Ampfing,staatlich
|
||||
2684,ST VS Rottach-Egern,staatlich
|
||||
2681,ST VS Miesbach,staatlich
|
||||
2667,ST VS Landsberg,staatlich
|
||||
2665,ST VS Weil,staatlich
|
||||
2651,ST VS Fuchstal,staatlich
|
||||
2647,ST VS Dießen,staatlich
|
||||
2620,ST VS Maisach,staatlich
|
||||
2617,ST VS Germering,staatlich
|
||||
2609,ST VS Mammendorf,staatlich
|
||||
2599,ST VS Germering,staatlich
|
||||
2582,ST VS Neufahrn,staatlich
|
||||
2574,ST VS Moosburg,staatlich
|
||||
2297,ST VS München,staatlich
|
||||
2293,ST VS München,staatlich
|
||||
2291,ST VS München,staatlich
|
||||
2290,ST VS München,staatlich
|
||||
1288,ST VS Stephanskirchen,staatlich
|
||||
1273,ST VS Raubling,staatlich
|
||||
1271,ST VS Großkarolinenfeld,staatlich
|
||||
1266,ST VS Bruckmühl,staatlich
|
||||
1265,ST VS Brannenburg,staatlich
|
||||
1262,ST VS Vohburg,staatlich
|
||||
2523,ST VS Erding,staatlich
|
||||
2518,ST VS Dorfen,staatlich
|
||||
1217,ST VS Ebersberg,staatlich
|
||||
1216,ST VS Aßling,staatlich
|
||||
1201,ST VS Rosenheim,staatlich
|
||||
2446,ST VS Markt Schwaben,staatlich
|
||||
2168,ST VS München,staatlich
|
||||
2157,ST VS München,staatlich
|
||||
2142,ST VS München,staatlich
|
||||
2135,ST VS München,staatlich
|
||||
2130,ST VS München,staatlich
|
||||
2128,ST VS München,staatlich
|
||||
2125,ST VS Rosenheim,staatlich
|
||||
2107,ST VS Ingolstadt,staatlich
|
||||
2105,ST VS Ingolstadt,staatlich
|
||||
2103,ST MS Ingolstadt(Lessing),staatlich
|
||||
2499,ST VS Pförring,staatlich
|
||||
2498,ST VS Eichstätt,staatlich
|
||||
2494,ST VS Lenting,staatlich
|
||||
2487,ST VS Bergkirchen,staatlich
|
||||
2485,ST VS Gaimersheim,staatlich
|
||||
2474,ST VS Beilngries,staatlich
|
||||
2472,ST VS Altmannstein,staatlich
|
||||
2470,ST VS Markt Indersdorf,staatlich
|
||||
2775,ST VS Karlshuld,staatlich
|
||||
2770,ST VS Unterschleißheim,staatlich
|
||||
2764,ST VS Taufkirchen,staatlich
|
||||
2744,ST VS Ismaning,staatlich
|
||||
2722,ST VS Waldkraiburg,staatlich
|
||||
2274,ST VS München,staatlich
|
||||
2272,ST VS München,staatlich
|
||||
2263,ST VS München,staatlich
|
||||
2261,ST VS München,staatlich
|
||||
2250,ST VS München,staatlich
|
||||
2247,ST VS München,staatlich
|
||||
1259,ST VS Reichertshofen,staatlich
|
||||
1257,ST VS Pfaffenhofen,staatlich
|
||||
1250,ST VS Höhenkirchen-Siegertbr,staatlich
|
||||
1249,ST VS Unterhaching,staatlich
|
||||
1241,ST VS Garmisch-Partenkirchen,staatlich
|
||||
1238,ST VS Zolling,staatlich
|
||||
1236,ST VS Hallbergmoos,staatlich
|
||||
1235,ST VS Freising,staatlich
|
||||
2999,ST VS Prien,staatlich
|
||||
2996,ST VS Traunstein,staatlich
|
||||
2993,ST VS Weilheim,staatlich
|
||||
2425,ST VS Dachau,staatlich
|
||||
2419,ST VS Puchheim,staatlich
|
||||
2418,ST VS Wartenberg,staatlich
|
||||
2218,ST VS München,staatlich
|
||||
2205,ST VS München,staatlich
|
||||
2203,ST VS München,staatlich
|
||||
2201,ST VS München,staatlich
|
||||
2195,ST VS München,staatlich
|
||||
2401,ST VS Gaißach,staatlich
|
||||
2395,ST VS Bad Tölz,staatlich
|
||||
2393,ST VS Karlsfeld,staatlich
|
||||
2390,ST VS Teisendorf,staatlich
|
||||
2367,ST VS Bad Reichenhall,staatlich
|
||||
2363,ST VS Ainring,staatlich
|
||||
2181,ST VS München,staatlich
|
||||
2177,ST VS München,staatlich
|
||||
2175,ST VS München,staatlich
|
||||
2361,ST VS Berchtesgaden,staatlich
|
||||
2356,ST VS Trostberg,staatlich
|
||||
2353,ST VS Töging a.Inn,staatlich
|
||||
2346,ST VS Gilching,staatlich
|
||||
2339,ST VS Burgkirchen,staatlich
|
||||
2336,ST VS Garching,staatlich
|
||||
2332,ST VS Burghausen,staatlich
|
||||
2326,ST VS Altötting,staatlich
|
||||
2323,ST VS Garching,staatlich
|
||||
2707,ST VS Mühldorf,staatlich
|
||||
7686,PERS VS Kahl,Priv-Ersatz
|
||||
8701,PERS VS Augsburg,Priv-Ersatz
|
||||
7593,PERS VS Würzburg,Priv-Ersatz
|
||||
7589,PERS VS Esselbach,Priv-Ersatz
|
||||
6729,PERS VS Nürnberg,Priv-Ersatz
|
||||
4514,PERS VS Regensburg,Priv-Ersatz
|
||||
6784,PERS VS Herzogenaurach,Priv-Ersatz
|
||||
6501,PERS VS Ansbach,Priv-Ersatz
|
||||
3754,PERS VS Fürstenzell,Priv-Ersatz
|
||||
2126,PERS VS München,Priv-Ersatz
|
||||
2055,PERS VS München,Priv-Ersatz
|
||||
|
Executable
+14
@@ -0,0 +1,14 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,TYP,ERZEUGUNGSDATUM,LIEFERDATUM,ANZAHL_PRUEFUNGSTEILNEHMER,ANZAHL_LIEFERUNG
|
||||
2675,ST VS Hausham,S182,A021,staatlich,05.07.2017 17:07,05.07.2017 17:07,3,3
|
||||
2675,ST VS Hausham,S182,A021,staatlich,05.07.2017 18:07,05.07.2017 18:07,3,3
|
||||
3586,ST VS Hengersberg,S271,A022,staatlich,05.07.2017 18:07,05.07.2017 18:07,3,3
|
||||
3586,ST VS Hengersberg,S271,A022,staatlich,05.07.2017 17:07,05.07.2017 17:07,3,3
|
||||
3760,ST VS Hauzenberg,S275,A022,staatlich,05.07.2017 18:07,05.07.2017 18:07,3,3
|
||||
3760,ST VS Hauzenberg,S275,A022,staatlich,05.07.2017 17:07,05.07.2017 17:07,3,3
|
||||
6923,ST VS Heideck,S576,A025,staatlich,05.07.2017 18:07,05.07.2017 18:07,3,3
|
||||
6923,ST VS Heideck,S576,A025,staatlich,05.07.2017 17:07,05.07.2017 17:07,3,3
|
||||
7978,ST VS Helmstadt,S679,A026,staatlich,05.07.2017 17:07,05.07.2017 17:07,3,3
|
||||
7978,ST VS Helmstadt,S679,A026,staatlich,05.07.2017 18:07,05.07.2017 18:07,3,3
|
||||
8906,ST VS Harburg,S779,A027,staatlich,05.07.2017 16:07,05.07.2017 16:07,3,3
|
||||
8906,ST VS Harburg,S779,A027,staatlich,05.07.2017 18:07,05.07.2017 18:07,3,3
|
||||
8906,ST VS Harburg,S779,A027,staatlich,05.07.2017 17:07,05.07.2017 17:07,3,3
|
||||
|
Executable
+345
@@ -0,0 +1,345 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP,ERZEUGUNGSDATUM,LIEFERDATUM,ANZAHL_PRUEFUNGSTEILNEHMER,ANZAHL_LIEFERUNG
|
||||
2101,ST VS Ingolstadt,S161,A021, ,staatlich,13.07.2017 14:07,13.07.2017 14:07,40,40
|
||||
2101,ST VS Ingolstadt,S161,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,40,40
|
||||
2107,ST VS Ingolstadt,S161,A021, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,45,48
|
||||
2112,ST VS Ingolstadt,S161,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,32,45
|
||||
2135,ST VS München,S162,A021, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,21,21
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,52,52
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 13:07,52,52
|
||||
2177,ST VS München,S162,A021, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,52,52
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,52,52
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,52,52
|
||||
2181,ST VS München,S162,A021, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,1,49
|
||||
2195,ST VS München,S162,A021, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,24,24
|
||||
2195,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,24,24
|
||||
2195,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 13:07,24,24
|
||||
2201,ST VS München,S162,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,27,27
|
||||
2201,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,27,27
|
||||
2203,ST VS München,S162,A021, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,46,46
|
||||
2218,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,91,91
|
||||
2218,ST VS München,S162,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,91,91
|
||||
2247,ST VS München,S162,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,71,73
|
||||
2247,ST VS München,S162,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,71,73
|
||||
2250,ST VS München,S162,A021, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,29,29
|
||||
2250,ST VS München,S162,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,29,29
|
||||
2263,ST VS München,S162,A021, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,58,58
|
||||
2263,ST VS München,S162,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,58,58
|
||||
2272,ST VS München,S162,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,20,20
|
||||
2272,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,20,20
|
||||
2274,ST VS München,S162,A021, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,21,21
|
||||
2274,ST VS München,S162,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,21,21
|
||||
2291,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,51,51
|
||||
2293,ST VS München,S162,A021, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,66,69
|
||||
2297,ST VS München,S162,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,15,15
|
||||
2297,ST VS München,S162,A021, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,15,15
|
||||
2326,ST VS Altötting,S171,A021, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,12,41
|
||||
2326,ST VS Altötting,S171,A021, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,12,41
|
||||
2332,ST VS Burghausen,S171,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,60,61
|
||||
2336,ST VS Garching,S171,A021, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,30,30
|
||||
2339,ST VS Burgkirchen,S171,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,27,27
|
||||
2363,ST VS Ainring,S172,A021, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,13,22
|
||||
2367,ST VS Bad Reichenhall,S172,A021, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,4,40
|
||||
2395,ST VS Bad Tölz,S173,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,19,22
|
||||
2395,ST VS Bad Tölz,S173,A021, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,19,22
|
||||
2401,ST VS Gaißach,S173,A021, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,2,55
|
||||
2401,ST VS Gaißach,S173,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,2,55
|
||||
1216,ST VS Aßling,S175,A021, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,20,20
|
||||
1216,ST VS Aßling,S175,A021, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,20,20
|
||||
1217,ST VS Ebersberg,S175,A021, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,69,69
|
||||
1217,ST VS Ebersberg,S175,A021, ,staatlich,13.07.2017 06:07,13.07.2017 06:07,69,69
|
||||
1220,ST VS Baldham,S175,A021, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,19,22
|
||||
1221,ST VS Poing,S175,A021, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,50,50
|
||||
2485,ST VS Gaimersheim,S176,A021, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,56,56
|
||||
2485,ST VS Gaimersheim,S176,A021, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,56,56
|
||||
2499,ST VS Pförring,S176,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,4,20
|
||||
2418,ST VS Wartenberg,S177,A021, ,staatlich,12.07.2017 16:07,12.07.2017 16:07,2,25
|
||||
2523,ST VS Erding,S177,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,35,93
|
||||
2539,ST VS Taufkirchen,S177,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,39,39
|
||||
1235,ST VS Freising,S178,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,4,70
|
||||
1238,ST VS Zolling,S178,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,60,60
|
||||
2582,ST VS Neufahrn,S178,A021, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,53,53
|
||||
2609,ST VS Mammendorf,S179,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,41,41
|
||||
2617,ST VS Germering,S179,A021, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,12,44
|
||||
2620,ST VS Maisach,S179,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,40,40
|
||||
1241,ST VS Garmisch-Partenkirchen,S180,A021, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,37,37
|
||||
1241,ST VS Garmisch-Partenkirchen,S180,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,37,36
|
||||
2634,ST VS Murnau,S180,A021, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,62,62
|
||||
2651,ST VS Fuchstal,S181,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,65,65
|
||||
2665,ST VS Weil,S181,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,28,34
|
||||
2681,ST VS Miesbach,S182,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,5,22
|
||||
2692,ST VS Holzkirchen,S182,A021, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,15,28
|
||||
2710,ST VS Neumarkt-Sankt Veit,S183,A021, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,33,33
|
||||
2722,ST VS Waldkraiburg,S183,A021, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,34,34
|
||||
2722,ST VS Waldkraiburg,S183,A021, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,34,34
|
||||
2744,ST VS Ismaning,S184,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,54,54
|
||||
2775,ST VS Karlshuld,S185,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,27,27
|
||||
2775,ST VS Karlshuld,S185,A021, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,27,27
|
||||
2809,ST VS Neuburg,S185,A021, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,46,46
|
||||
1257,ST VS Pfaffenhofen,S186,A021, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,91,91
|
||||
1257,ST VS Pfaffenhofen,S186,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,91,91
|
||||
1262,ST VS Vohburg,S186,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,18,43
|
||||
1266,ST VS Bruckmühl,S187,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,20,23
|
||||
1266,ST VS Bruckmühl,S187,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,20,23
|
||||
1271,ST VS Großkarolinenfeld,S187,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,36,41
|
||||
2919,ST VS Fridolfing,S189,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,20,20
|
||||
2919,ST VS Fridolfing,S189,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,20,20
|
||||
2930,ST VS Obing,S189,A021, ,staatlich,13.07.2017 07:07,13.07.2017 07:07,29,29
|
||||
2930,ST VS Obing,S189,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,29,29
|
||||
2946,ST VS Traunreut,S189,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,52,53
|
||||
2996,ST VS Traunstein,S189,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,14,54
|
||||
2996,ST VS Traunstein,S189,A021, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,14,54
|
||||
2985,ST VS Schongau,S190,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,12,44
|
||||
2993,ST VS Weilheim,S190,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,71,71
|
||||
3512,ST VS Landshut,S261,A022, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,52,57
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,34,35
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,34,35
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,34,35
|
||||
3603,ST VS Plattling,S271,A022, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,1,27
|
||||
3614,ST VS Osterhofen,S271,A022, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,19,20
|
||||
3614,ST VS Osterhofen,S271,A022, ,staatlich,14.07.2017 06:07,14.07.2017 06:07,19,20
|
||||
3623,ST VS Grafenau,S272,A022, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,26,27
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,10.07.2017 07:07,10.07.2017 07:07,21,21
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,21,21
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,21,21
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,21,21
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,21,21
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,21,21
|
||||
3644,ST VS Schönberg,S272,A022, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,21,21
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,17,17
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,17,17
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,17,17
|
||||
3663,ST VS Kelheim,S273,A022, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,76,76
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,39,39
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,39,39
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,39,39
|
||||
3693,ST VS Bad Abbach,S273,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,21,23
|
||||
3703,ST VS Ergolding,S274,A022, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,39,39
|
||||
3754,PERS VS Fürstenzell,S275,A022, ,Priv-Ersatz,11.07.2017 09:07,11.07.2017 09:07,18,18
|
||||
3754,PERS VS Fürstenzell,S275,A022, ,Priv-Ersatz,07.07.2017 11:07,07.07.2017 11:07,18,18
|
||||
3784,ST VS Ruhstorf,S275,A022, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,19,19
|
||||
3784,ST VS Ruhstorf,S275,A022, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,19,19
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,31,31
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,10.07.2017 16:07,10.07.2017 16:07,31,31
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,31,31
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,31,31
|
||||
3809,ST VS Fürstenzell,S275,A022, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,23,23
|
||||
3818,ST VS Bodenmais,S276,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,4,13
|
||||
3837,ST VS Regen,S276,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,28,28
|
||||
3837,ST VS Regen,S276,A022, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,28,28
|
||||
3847,ST VS Ruhmannsfelden,S276,A022, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,25,26
|
||||
3847,ST VS Ruhmannsfelden,S276,A022, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,25,26
|
||||
3849,ST VS Viechtach,S276,A022, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,1,27
|
||||
3882,ST VS Simbach,S277,A022, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,32,32
|
||||
3900,ST VS Geiselhöring,S278,A022, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,6,32
|
||||
3912,ST VS Mitterfels,S278,A022, ,staatlich,10.07.2017 07:07,10.07.2017 07:07,11,35
|
||||
3926,ST VS Schwarzach,S278,A022, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,20,20
|
||||
3936,ST VS Dingolfing,S279,A022, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,67,67
|
||||
3936,ST VS Dingolfing,S279,A022, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,67,67
|
||||
3945,ST VS Landau,S279,A022, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,17,47
|
||||
4504,ST VS Amberg,S361,A023, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,43,43
|
||||
4514,PERS VS Regensburg,S362,A023, ,Priv-Ersatz,13.07.2017 10:07,13.07.2017 10:07,23,23
|
||||
4514,PERS VS Regensburg,S362,A023, ,Priv-Ersatz,13.07.2017 09:07,13.07.2017 09:07,23,23
|
||||
4528,ST VS Regensburg,S362,A023, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,42,43
|
||||
4543,ST VS Regensburg,S362,A023, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,57,57
|
||||
4543,ST VS Regensburg,S362,A023, ,staatlich,12.07.2017 12:07,12.07.2017 13:07,57,57
|
||||
4777,ST VS Regensburg,S362,A023, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,27,27
|
||||
4777,ST VS Regensburg,S362,A023, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,27,27
|
||||
4568,ST VS Weiden,S363,A023, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,21,21
|
||||
4570,ST VS Weiden,S363,A023, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,22,22
|
||||
4596,ST VS Hahnbach,S371,A023, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,41,41
|
||||
4625,ST VS Sulzbach-Rosenberg,S371,A023, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,78,78
|
||||
4659,ST VS Roding,S372,A023, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,40,40
|
||||
4659,ST VS Roding,S372,A023, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,40,40
|
||||
4677,ST VS Cham,S372,A023, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,49,49
|
||||
4683,ST VS Berching,S373,A023, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,25,25
|
||||
4683,ST VS Berching,S373,A023, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,25,25
|
||||
4761,ST VS Vohenstrauß,S374,A023, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,64,64
|
||||
4761,ST VS Vohenstrauß,S374,A023, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,64,64
|
||||
4769,ST VS Neutraubling,S375,A023, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,56,56
|
||||
4769,ST VS Neutraubling,S375,A023, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,56,56
|
||||
4816,ST VS Wörth,S375,A023, ,staatlich,11.07.2017 07:07,11.07.2017 07:07,8,57
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,35,35
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,35,35
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,35,35
|
||||
4829,ST VS Burglengenfeld,S376,A023, ,staatlich,12.07.2017 18:07,12.07.2017 18:07,44,44
|
||||
4830,ST VS Schwandorf,S376,A023, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,51,52
|
||||
4847,ST VS Oberviechtach,S376,A023, ,staatlich,07.07.2017 12:07,07.07.2017 12:07,35,35
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,63,63
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,63,63
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,63,63
|
||||
4887,ST VS Kemnath,S377,A023, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,35,35
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,38,38
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,38,38
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,38,38
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,38,38
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,38,38
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,38,38
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,38,38
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,38,38
|
||||
4910,ST VS Wiesau,S377,A023, ,staatlich,13.07.2017 18:07,13.07.2017 18:07,33,33
|
||||
5527,ST VS Bayreuth,S462,A024, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,14,46
|
||||
5574,ST VS Hof,S464,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,50,50
|
||||
5577,ST VS Hof,S464,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,27,27
|
||||
5580,ST VS Hof,S464,A024, ,staatlich,14.07.2017 16:07,14.07.2017 16:07,27,27
|
||||
5595,ST VS Baunach,S471,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,1,36
|
||||
5620,ST VS Frensdorf,S471,A024, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,1,12
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,20,20
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,20,20
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,20,20
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,20,20
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,20,20
|
||||
5649,ST VS Eckersdorf,S472,A024, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,27,27
|
||||
5674,ST VS Weidenberg,S472,A024, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,22,25
|
||||
5700,ST VS Sonnefeld,S473,A024, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,36,36
|
||||
5702,ST VS Untersiemau,S473,A024, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,18,18
|
||||
5721,ST VS Forchheim,S474,A024, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,24,24
|
||||
5721,ST VS Forchheim,S474,A024, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,24,24
|
||||
5724,ST VS Forchheim,S474,A024, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,64,64
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,16,16
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,16,16
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,16,16
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,16,16
|
||||
5747,ST VS Neunkirchen,S474,A024, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,24,24
|
||||
5747,ST VS Neunkirchen,S474,A024, ,staatlich,11.07.2017 14:07,11.07.2017 14:07,24,24
|
||||
5756,ST VS Helmbrechts,S475,A024, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,18,18
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,30,30
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich,14.07.2017 00:07,14.07.2017 00:07,30,30
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,30,30
|
||||
5764,ST VS Oberkotzau,S475,A024, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,16,16
|
||||
5770,ST VS Schwarzenbach a.d.Saale,S475,A024, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,20,20
|
||||
5777,ST VS Feilitzsch,S475,A024, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,12,17
|
||||
5788,ST VS Kronach,S476,A024, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,1,44
|
||||
5795,ST VS Pressig,S476,A024, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,13,23
|
||||
5795,ST VS Pressig,S476,A024, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,13,23
|
||||
5847,ST VS Altenkunstadt,S478,A024, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,39,39
|
||||
5880,ST VS Marktredwitz,S479,A024, ,staatlich,12.07.2017 15:07,12.07.2017 15:07,36,37
|
||||
5884,ST VS Selb,S479,A024, ,staatlich,13.07.2017 14:07,13.07.2017 14:07,40,41
|
||||
6501,PERS VS Ansbach,S561,A025, ,Priv-Ersatz,17.07.2017 12:07,17.07.2017 12:07,25,25
|
||||
6513,ST VS Ansbach,S561,A025, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,19,63
|
||||
6513,ST VS Ansbach,S561,A025, ,staatlich,14.07.2017 14:07,14.07.2017 14:07,19,63
|
||||
6529,ST VS Erlangen,S562,A025, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,6,49
|
||||
6532,ST VS Spardorf,S562,A025, ,staatlich,13.07.2017 16:07,13.07.2017 16:07,23,27
|
||||
6551,ST VS Fürth,S563,A025, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,45,46
|
||||
6600,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,43,43
|
||||
6600,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 16:07,13.07.2017 16:07,43,43
|
||||
6606,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 14:07,13.07.2017 14:07,26,74
|
||||
6608,ST VS Nürnberg,S564,A025, ,staatlich,14.07.2017 14:07,14.07.2017 14:07,20,20
|
||||
6609,ST VS Nürnberg,S564,A025, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,21,21
|
||||
6609,ST VS Nürnberg,S564,A025, ,staatlich,11.07.2017 15:07,11.07.2017 15:07,21,21
|
||||
6627,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,1,32
|
||||
6647,ST VS Nürnberg,S564,A025, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,61,62
|
||||
6649,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,25,71
|
||||
6729,PERS VS Nürnberg,S564,A025, ,Priv-Ersatz,14.07.2017 14:07,14.07.2017 14:07,66,66
|
||||
6690,ST VS Schwabach,S565,A025, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,16,22
|
||||
6690,ST VS Schwabach,S565,A025, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,16,22
|
||||
6702,ST VS Bechhofen,S571,A025, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,14,17
|
||||
6727,ST VS Herrieden,S571,A025, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,21,21
|
||||
6727,ST VS Herrieden,S571,A025, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,21,21
|
||||
6738,ST VS Neuendettelsau,S571,A025, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,13,20
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,39,39
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,39,39
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,39,39
|
||||
6781,ST VS Herzogenaurach,S572,A025, ,staatlich,16.07.2017 16:07,16.07.2017 16:07,1,23
|
||||
6781,ST VS Herzogenaurach,S572,A025, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,1,23
|
||||
6821,ST VS Zirndorf,S573,A025, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,56,56
|
||||
6844,ST VS Hersbruck,S574,A025, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,41,41
|
||||
6873,ST VS Röthenbach,S574,A025, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,60,67
|
||||
6877,ST VS Bad Windsheim,S575,A025, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,38,38
|
||||
6877,ST VS Bad Windsheim,S575,A025, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,38,38
|
||||
6899,ST VS Neustadt,S575,A025, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,40,40
|
||||
6908,ST VS Scheinfeld,S575,A025, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,21,21
|
||||
6908,ST VS Scheinfeld,S575,A025, ,staatlich,12.07.2017 07:07,12.07.2017 07:07,21,21
|
||||
6909,ST VS Uffenheim,S575,A025, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,25,25
|
||||
6945,ST VS Wendelstein,S576,A025, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,2,21
|
||||
7501,ST VS Aschaffenburg,S661,A026, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,54,54
|
||||
7573,ST VS Würzburg,S663,A026, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,7,43
|
||||
7573,ST VS Würzburg,S663,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,7,43
|
||||
7574,ST VS Würzburg,S663,A026, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,1,60
|
||||
7574,ST VS Würzburg,S663,A026, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,1,60
|
||||
7611,ST VS Hösbach,S671,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,42,42
|
||||
7611,ST VS Hösbach,S671,A026, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,42,42
|
||||
7643,ST VS Alzenau,S671,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,38,38
|
||||
7643,ST VS Alzenau,S671,A026, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,38,38
|
||||
7644,ST VS Schöllkrippen,S671,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,55,55
|
||||
7707,ST VS Mellrichstadt,S673,A026, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,35,35
|
||||
7707,ST VS Mellrichstadt,S673,A026, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,35,35
|
||||
7756,ST VS Hofheim,S674,A026, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,27,27
|
||||
7802,ST VS Elsenfeld,S676,A026, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,37,37
|
||||
7802,ST VS Elsenfeld,S676,A026, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,37,37
|
||||
7808,ST VS Großwallstadt,S676,A026, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,34,34
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,58,58
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,58,58
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,58,58
|
||||
7826,ST VS Wörth,S676,A026, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,44,44
|
||||
7848,ST VS Karlstadt,S677,A026, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,2,31
|
||||
7879,ST VS Gemünden,S677,A026, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,21,21
|
||||
7881,ST VS Lohr,S677,A026, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,27,27
|
||||
7881,ST VS Lohr,S677,A026, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,27,27
|
||||
7884,ST VS Bergrheinfeld,S678,A026, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,7,30
|
||||
7899,ST VS Niederwerrn,S678,A026, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,15,19
|
||||
7899,ST VS Niederwerrn,S678,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,15,19
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,24,24
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,24,24
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,24,24
|
||||
7918,ST VS Werneck,S678,A026, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,23,23
|
||||
7918,ST VS Werneck,S678,A026, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,23,23
|
||||
7923,ST VS Gerolzhofen,S678,A026, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,32,33
|
||||
7923,ST VS Gerolzhofen,S678,A026, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,32,33
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,07.07.2017 08:07,07.07.2017 08:07,17,18
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,17,18
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,17,18
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,17,18
|
||||
7944,ST VS Höchberg,S679,A026, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,40,40
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,34,35
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,34,35
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,34,35
|
||||
8501,ST VS Augsburg,S761,A027, ,staatlich,12.07.2017 16:07,12.07.2017 16:07,65,65
|
||||
8517,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,73,73
|
||||
8523,ST VS Augsburg,S761,A027, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,8,35
|
||||
8532,ST VS Augsburg,S761,A027, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,61,61
|
||||
8532,ST VS Augsburg,S761,A027, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,61,61
|
||||
8534,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,66,66
|
||||
8534,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,66,66
|
||||
8701,PERS VS Augsburg,S761,A027, ,Priv-Ersatz,11.07.2017 08:07,11.07.2017 08:07,3,25
|
||||
8574,ST VS Kempten,S763,A027, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,53,53
|
||||
8594,ST VS Aichach,S771,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,34,34
|
||||
8595,ST VS Aindling,S771,A027, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,31,31
|
||||
8601,ST VS Friedberg,S771,A027, ,staatlich,12.07.2017 16:07,12.07.2017 16:07,60,61
|
||||
8606,ST VS Kissing,S771,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,8,34
|
||||
8634,ST VS Fischach,S772,A027, ,staatlich,14.07.2017 13:07,14.07.2017 14:07,67,67
|
||||
8634,ST VS Fischach,S772,A027, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,67,67
|
||||
8679,ST VS Gundelfingen,S773,A027, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,38,38
|
||||
8690,ST VS Lauingen,S773,A027, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,24,24
|
||||
8690,ST VS Lauingen,S773,A027, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,24,24
|
||||
8698,ST VS Wertingen,S773,A027, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,42,43
|
||||
8715,ST VS Ichenhausen,S774,A027, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,34,34
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,27,27
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,27,27
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,27,27
|
||||
8748,ST VS Illertissen,S775,A027, ,staatlich,15.07.2017 13:07,15.07.2017 13:07,31,31
|
||||
8753,ST VS Neu-Ulm,S775,A027, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,31,33
|
||||
8753,ST VS Neu-Ulm,S775,A027, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,31,33
|
||||
8778,ST VS Weißenhorn,S775,A027, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,38,38
|
||||
8778,ST VS Weißenhorn,S775,A027, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,38,38
|
||||
8780,ST VS Neu-Ulm,S775,A027, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,46,46
|
||||
8794,ST VS Lindenberg,S776,A027, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,23,23
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,15,32
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,15,32
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,15,32
|
||||
8823,ST VS Füssen,S777,A027, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,22,22
|
||||
8824,ST VS Germaringen,S777,A027, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,8,31
|
||||
8842,ST VS Roßhaupten,S777,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,46,46
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,31,31
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,31,31
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,31,31
|
||||
8856,ST VS Babenhausen,S778,A027, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,49,49
|
||||
8875,ST VS Memmingerberg,S778,A027, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,15,15
|
||||
8877,ST VS Mindelheim,S778,A027, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,37,37
|
||||
8899,ST VS Donauwörth,S779,A027, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,34,34
|
||||
8899,ST VS Donauwörth,S779,A027, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,34,34
|
||||
8924,ST VS Oettingen,S779,A027, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,3,23
|
||||
8936,ST VS Altusried,S780,A027, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,29,29
|
||||
8944,ST VS Dietmannsried,S780,A027, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,25,25
|
||||
8945,ST VS Durach,S780,A027, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,30,30
|
||||
8949,ST VS Immenstadt,S780,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,50,50
|
||||
8960,ST VS Oberstdorf,S780,A027, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,21,21
|
||||
|
Executable
+7
@@ -0,0 +1,7 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,TYP
|
||||
8906,ST VS Harburg,staatlich
|
||||
6923,ST VS Heideck,staatlich
|
||||
7978,ST VS Helmstadt,staatlich
|
||||
3586,ST VS Hengersberg,staatlich
|
||||
3760,ST VS Hauzenberg,staatlich
|
||||
2675,ST VS Hausham,staatlich
|
||||
|
Executable
+845
@@ -0,0 +1,845 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,TYP
|
||||
8419,ST GMS Königsbrunn,staatlich
|
||||
8529,ST VS Augsburg,staatlich
|
||||
8513,ST VS Augsburg,staatlich
|
||||
7918,ST VS Werneck,staatlich
|
||||
7880,ST VS Marktheidenfeld,staatlich
|
||||
7879,ST VS Gemünden,staatlich
|
||||
7693,ST VS Bad Neustadt,staatlich
|
||||
7671,ST VS Münnerstadt,staatlich
|
||||
7680,ST VS Schondra,staatlich
|
||||
8877,ST VS Mindelheim,staatlich
|
||||
8875,ST VS Memmingerberg,staatlich
|
||||
8872,ST VS Legau,staatlich
|
||||
8867,ST VS Bad Grönenbach,staatlich
|
||||
8857,ST VS Bad Wörishofen,staatlich
|
||||
8856,ST VS Babenhausen,staatlich
|
||||
8852,ST VS Pfronten,staatlich
|
||||
6977,ST VS Treuchtlingen,staatlich
|
||||
6921,ST VS Greding,staatlich
|
||||
6848,ST VS Lauf,staatlich
|
||||
6735,ST VS Lichtenau,staatlich
|
||||
6608,ST VS Nürnberg,staatlich
|
||||
8848,ST VS Unterthingau,staatlich
|
||||
8842,ST VS Roßhaupten,staatlich
|
||||
8836,ST VS Obergünzburg,staatlich
|
||||
8830,ST VS Marktoberdorf,staatlich
|
||||
8824,ST VS Germaringen,staatlich
|
||||
8823,ST VS Füssen,staatlich
|
||||
5863,ST VS Bad Staffelstein,staatlich
|
||||
5842,ST VS Kulmbach,staatlich
|
||||
5620,ST VS Frensdorf,staatlich
|
||||
5880,ST VS Marktredwitz,staatlich
|
||||
8972,ST VS Weitnau,staatlich
|
||||
8970,ST VS Waltenhofen,staatlich
|
||||
8965,ST VS Sonthofen,staatlich
|
||||
8960,ST VS Oberstdorf,staatlich
|
||||
2692,ST VS Holzkirchen,staatlich
|
||||
2686,ST VS Schliersee,staatlich
|
||||
2539,ST VS Taufkirchen,staatlich
|
||||
2428,ST VS Erdweg,staatlich
|
||||
2411,ST VS Geretsried,staatlich
|
||||
2354,ST VS Tüßling,staatlich
|
||||
8958,ST VS Oberstaufen,staatlich
|
||||
8956,ST VS Oy-Mittelberg,staatlich
|
||||
8949,ST VS Immenstadt,staatlich
|
||||
8945,ST VS Durach,staatlich
|
||||
8944,ST VS Dietmannsried,staatlich
|
||||
8942,ST VS Buchenberg,staatlich
|
||||
8941,ST VS Blaichach,staatlich
|
||||
2112,ST VS Ingolstadt,staatlich
|
||||
2101,ST VS Ingolstadt,staatlich
|
||||
8948,ST VS Bad Hindelang,staatlich
|
||||
8930,ST VS Wallerstein,staatlich
|
||||
8906,ST VS Harburg,staatlich
|
||||
8866,ST VS Ettringen,staatlich
|
||||
8778,ST VS Weißenhorn,staatlich
|
||||
1220,ST VS Baldham,staatlich
|
||||
8804,ST VS Weiler-Simmerberg,staatlich
|
||||
8762,ST VS Pfaffenhofen,staatlich
|
||||
8710,ST VS Günzburg,staatlich
|
||||
8706,ST VS Burgau,staatlich
|
||||
1287,ST VS Rott,staatlich
|
||||
1272,ST VS Kiefersfelden,staatlich
|
||||
1268,ST VS Eiselfing,staatlich
|
||||
1263,ST VS Bad Aibling,staatlich
|
||||
1221,ST VS Poing,staatlich
|
||||
8894,ST VS Asbach-Bäumenheim,staatlich
|
||||
8884,ST VS Türkheim,staatlich
|
||||
8880,ST VS Pfaffenhausen,staatlich
|
||||
8879,ST VS Ottobeuren,staatlich
|
||||
1269,ST VS Bad Endorf,staatlich
|
||||
7527,ST VS Schweinfurt,staatlich
|
||||
7525,ST VS Schweinfurt,staatlich
|
||||
7514,ST VS Aschaffenburg,staatlich
|
||||
6988,ST VS Pleinfeld,staatlich
|
||||
6986,ST VS Weißenburg,staatlich
|
||||
2930,ST VS Obing,staatlich
|
||||
7603,ST VS Großostheim,staatlich
|
||||
7601,ST VS Goldbach,staatlich
|
||||
3912,ST VS Mitterfels,staatlich
|
||||
3793,ST VS Tiefenbach,staatlich
|
||||
3742,ST VS Aidenbach,staatlich
|
||||
3731,ST VS Rottenburg,staatlich
|
||||
3691,ST VS Riedenburg,staatlich
|
||||
3669,ST VS Mainburg,staatlich
|
||||
3628,ST VS Hohenau,staatlich
|
||||
7573,ST VS Würzburg,staatlich
|
||||
7571,ST VS Würzburg,staatlich
|
||||
2749,ST VS Oberhaching,staatlich
|
||||
2710,ST VS Neumarkt-Sankt Veit,staatlich
|
||||
2634,ST VS Murnau,staatlich
|
||||
1237,ST VS Nandlstadt,staatlich
|
||||
2335,ST VS Haar,staatlich
|
||||
8694,ST VS Holzheim,staatlich
|
||||
8688,ST VS Höchstädt,staatlich
|
||||
4510,ST VS Amberg,staatlich
|
||||
7503,ST VS Aschaffenburg,staatlich
|
||||
7501,ST VS Aschaffenburg,staatlich
|
||||
8764,ST VS Neu-Ulm,staatlich
|
||||
8753,ST VS Neu-Ulm,staatlich
|
||||
8748,ST VS Illertissen,staatlich
|
||||
8744,ST VS Buch,staatlich
|
||||
8738,ST VS Thannhausen,staatlich
|
||||
8735,ST VS Günzburg,staatlich
|
||||
7510,ST VS Aschaffenburg,staatlich
|
||||
7506,ST VS Aschaffenburg,staatlich
|
||||
8717,ST VS Jettingen-Scheppach,staatlich
|
||||
8715,ST VS Ichenhausen,staatlich
|
||||
7909,ST VS Sennfeld,staatlich
|
||||
7902,ST VS Poppenhausen,staatlich
|
||||
7899,ST VS Niederwerrn,staatlich
|
||||
7892,ST VS Gochsheim,staatlich
|
||||
7884,ST VS Bergrheinfeld,staatlich
|
||||
7881,ST VS Lohr,staatlich
|
||||
7878,ST VS Zellingen,staatlich
|
||||
6967,ST VS Markt Berolzheim,staatlich
|
||||
6965,ST VS Heidenheim,staatlich
|
||||
7848,ST VS Karlstadt,staatlich
|
||||
6568,ST VS Fürth,staatlich
|
||||
6567,ST VS Fürth,staatlich
|
||||
6561,ST VS Fürth,staatlich
|
||||
6559,ST VS Fürth,staatlich
|
||||
6555,ST VS Fürth,staatlich
|
||||
6554,ST VS Fürth,staatlich
|
||||
6551,ST VS Fürth,staatlich
|
||||
6548,ST VS Fürth,staatlich
|
||||
6962,ST VS Gunzenhausen,staatlich
|
||||
6954,ST VS Haundorf,staatlich
|
||||
6945,ST VS Wendelstein,staatlich
|
||||
6942,ST VS Thalmässing,staatlich
|
||||
6940,ST VS Spalt,staatlich
|
||||
6616,ST VS Nürnberg,staatlich
|
||||
6609,ST VS Nürnberg,staatlich
|
||||
6606,ST VS Nürnberg,staatlich
|
||||
6600,ST VS Nürnberg,staatlich
|
||||
6649,ST VS Nürnberg,staatlich
|
||||
6647,ST VS Nürnberg,staatlich
|
||||
6645,ST VS Nürnberg,staatlich
|
||||
6641,ST VS Nürnberg,staatlich
|
||||
6635,ST VS Nürnberg,staatlich
|
||||
6634,ST VS Nürnberg,staatlich
|
||||
6627,ST VS Nürnberg,staatlich
|
||||
6623,ST VS Nürnberg,staatlich
|
||||
6931,ST VS Rednitzhembach,staatlich
|
||||
8820,ST VS Friesenried,staatlich
|
||||
8814,ST VS Biessenhofen,staatlich
|
||||
6920,ST VS Georgensgmünd,staatlich
|
||||
6912,ST VS Hilpoltstein,staatlich
|
||||
6910,ST VS Allersberg,staatlich
|
||||
6909,ST VS Uffenheim,staatlich
|
||||
6908,ST VS Scheinfeld,staatlich
|
||||
6906,ST VS Uehlfeld,staatlich
|
||||
6899,ST VS Neustadt,staatlich
|
||||
6895,ST VS Markt Erlbach,staatlich
|
||||
6886,ST VS Emskirchen,staatlich
|
||||
6884,ST VS Diespeck,staatlich
|
||||
6881,ST VS Burgbernheim,staatlich
|
||||
6877,ST VS Bad Windsheim,staatlich
|
||||
6873,ST VS Röthenbach,staatlich
|
||||
6872,ST VS Altdorf,staatlich
|
||||
6868,ST VS Velden,staatlich
|
||||
7676,ST VS Oerlenbach,staatlich
|
||||
7675,ST VS Oberthulba,staatlich
|
||||
7673,ST VS Nüdlingen,staatlich
|
||||
7666,ST VS Maßbach,staatlich
|
||||
7663,ST VS Hammelburg,staatlich
|
||||
7655,ST VS Burkardroth,staatlich
|
||||
8794,ST VS Lindenberg,staatlich
|
||||
8791,ST VS Lindau Reutin,staatlich
|
||||
8787,ST VS Lindau Aeschach,staatlich
|
||||
8780,ST VS Neu-Ulm,staatlich
|
||||
8776,ST VS Vöhringen,staatlich
|
||||
8771,ST VS Nersingen,staatlich
|
||||
8768,ST VS Senden,staatlich
|
||||
7974,ST VS Waldbüttelbrunn,staatlich
|
||||
7971,ST VS Unterpleichfeld,staatlich
|
||||
7956,ST VS Ochsenfurt,staatlich
|
||||
7951,ST VS Margetshöchheim,staatlich
|
||||
7949,ST VS Estenfeld,staatlich
|
||||
7944,ST VS Höchberg,staatlich
|
||||
7936,ST VS Gerbrunn,staatlich
|
||||
7935,ST VS Gaukönigshofen,staatlich
|
||||
7923,ST VS Gerolzhofen,staatlich
|
||||
8570,ST VS Kempten,staatlich
|
||||
8564,ST VS Kempten,staatlich
|
||||
8557,ST VS Kaufbeuren,staatlich
|
||||
8554,ST VS Kaufbeuren,staatlich
|
||||
7707,ST VS Mellrichstadt,staatlich
|
||||
7704,ST VS Bad Königshofen,staatlich
|
||||
8724,ST VS Leipheim,staatlich
|
||||
8723,ST VS Krumbach,staatlich
|
||||
8548,ST VS Kaufbeuren,staatlich
|
||||
8534,ST VS Augsburg,staatlich
|
||||
8525,ST VS Augsburg,staatlich
|
||||
8523,ST VS Augsburg,staatlich
|
||||
8517,ST VS Augsburg,staatlich
|
||||
8515,ST VS Augsburg,staatlich
|
||||
8511,ST VS Augsburg,staatlich
|
||||
8508,ST VS Augsburg,staatlich
|
||||
8503,ST VS Augsburg,staatlich
|
||||
8502,ST VS Augsburg,staatlich
|
||||
8501,ST VS Augsburg,staatlich
|
||||
8698,ST VS Wertingen,staatlich
|
||||
8696,ST VS Wittislingen,staatlich
|
||||
8690,ST VS Lauingen,staatlich
|
||||
8680,ST VS Bissingen,staatlich
|
||||
8679,ST VS Gundelfingen,staatlich
|
||||
8675,ST VS Zusmarshausen,staatlich
|
||||
8673,ST VS Welden,staatlich
|
||||
8669,ST VS Augsburg,staatlich
|
||||
8664,ST VS Stadtbergen,staatlich
|
||||
8661,ST VS Schwabmünchen,staatlich
|
||||
7771,ST VS Kitzingen,staatlich
|
||||
7766,ST VS Kitzingen,staatlich
|
||||
7765,ST VS Iphofen,staatlich
|
||||
7758,ST VS Maroldsweisach,staatlich
|
||||
7757,ST VS Zeil,staatlich
|
||||
7755,ST VS Eltmann,staatlich
|
||||
6620,ST VS Nürnberg,staatlich
|
||||
6618,ST VS Nürnberg,staatlich
|
||||
7739,ST VS Knetzgau,staatlich
|
||||
7734,ST VS Haßfurt,staatlich
|
||||
7730,ST VS Ebern,staatlich
|
||||
7776,ST VS Marktbreit,staatlich
|
||||
7774,ST VS Buchbrunn,staatlich
|
||||
8651,ST VS Langweid,staatlich
|
||||
8641,ST VS Großaitingen,staatlich
|
||||
8636,ST VS Gersthofen,staatlich
|
||||
8634,ST VS Fischach,staatlich
|
||||
8632,ST VS Dinkelscherben,staatlich
|
||||
8631,ST VS Diedorf,staatlich
|
||||
8629,ST VS Bobingen,staatlich
|
||||
8623,ST VS Untermeitingen,staatlich
|
||||
8618,ST VS Friedberg,staatlich
|
||||
8617,ST VS Sielenbach,staatlich
|
||||
8613,ST VS Pöttmes,staatlich
|
||||
8608,ST VS Merching,staatlich
|
||||
8607,ST VS Kühbach,staatlich
|
||||
8572,ST VS Kempten,staatlich
|
||||
8597,ST VS Dasing,staatlich
|
||||
8532,ST VS Augsburg,staatlich
|
||||
5789,ST VS Küps,staatlich
|
||||
7977,ST VS Veitshöchheim,staatlich
|
||||
7910,ST VS Stadtlauringen,staatlich
|
||||
6855,ST VS Burgthann,staatlich
|
||||
6793,ST VS Röttenbach,staatlich
|
||||
6787,ST VS Höchstadt,staatlich
|
||||
6691,ST VS Schwabach,staatlich
|
||||
4849,ST VS Pfreimd,staatlich
|
||||
6637,ST VS Nürnberg,staatlich
|
||||
6586,ST VS Nürnberg,staatlich
|
||||
8657,ST VS Neusäß,staatlich
|
||||
7976,ST VS Rimpar,staatlich
|
||||
8595,ST VS Aindling,staatlich
|
||||
8594,ST VS Aichach,staatlich
|
||||
8586,ST VS Memmingen,staatlich
|
||||
8581,ST VS Memmingen,staatlich
|
||||
8580,ST VS Memmingen,staatlich
|
||||
8574,ST VS Kempten,staatlich
|
||||
7885,ST VS Dittelbrunn,staatlich
|
||||
7835,ST VS Burgsinn,staatlich
|
||||
7821,ST VS Obernburg,staatlich
|
||||
7816,ST VS Miltenberg,staatlich
|
||||
8936,ST VS Altusried,staatlich
|
||||
7647,ST VS Bad Bocklet,staatlich
|
||||
7644,ST VS Schöllkrippen,staatlich
|
||||
7643,ST VS Alzenau,staatlich
|
||||
7636,ST VS Waldaschaff,staatlich
|
||||
7622,ST VS Mömbris,staatlich
|
||||
7618,ST VS Mainaschaff,staatlich
|
||||
7617,ST VS Laufach,staatlich
|
||||
7611,ST VS Hösbach,staatlich
|
||||
5884,ST VS Selb,staatlich
|
||||
5746,ST VS Gräfenberg,staatlich
|
||||
5724,ST VS Forchheim,staatlich
|
||||
5687,ST VS Lautertal,staatlich
|
||||
5666,ST VS Pottenstein,staatlich
|
||||
5503,ST VS Bamberg,staatlich
|
||||
4860,ST VS Schwarzenfeld,staatlich
|
||||
7605,ST VS Haibach,staatlich
|
||||
8683,ST VS Dillingen,staatlich
|
||||
7743,ST VS Theres,staatlich
|
||||
8931,ST VS Wemding,staatlich
|
||||
8926,ST VS Rain,staatlich
|
||||
8924,ST VS Oettingen,staatlich
|
||||
7574,ST VS Würzburg,staatlich
|
||||
3644,ST VS Schönberg,staatlich
|
||||
3504,ST VS Landshut,staatlich
|
||||
2971,ST VS Huglfing,staatlich
|
||||
2734,ST VS Riemerling,staatlich
|
||||
2671,ST VS Fischbachau,staatlich
|
||||
2591,ST VS Fürstenfeldbruck,staatlich
|
||||
2525,ST VS Forstern,staatlich
|
||||
8654,ST VS Meitingen,staatlich
|
||||
7561,ST VS Würzburg,staatlich
|
||||
7558,ST VS Würzburg,staatlich
|
||||
7553,ST VS Würzburg,staatlich
|
||||
4788,ST VS Hemau,staatlich
|
||||
4760,ST VS Windischeschenbach,staatlich
|
||||
4625,ST VS Sulzbach-Rosenberg,staatlich
|
||||
4503,ST VS Amberg,staatlich
|
||||
8606,ST VS Kissing,staatlich
|
||||
8603,ST VS Hollenbach,staatlich
|
||||
3953,ST VS Niederviehbach,staatlich
|
||||
3936,ST VS Dingolfing,staatlich
|
||||
3871,ST VS Kirchdorf,staatlich
|
||||
3846,ST VS Zwiesel,staatlich
|
||||
3748,ST VS Eging a.See,staatlich
|
||||
2438,ST VS München,staatlich
|
||||
2420,ST VS Altomünster,staatlich
|
||||
2252,ST VS München,staatlich
|
||||
8918,ST VS Nördlingen,staatlich
|
||||
8917,ST VS Monheim,staatlich
|
||||
8899,ST VS Donauwörth,staatlich
|
||||
8897,ST VS Deiningen,staatlich
|
||||
5580,ST VS Hof,staatlich
|
||||
5892,ST VS Wunsiedel,staatlich
|
||||
5859,ST VS Redwitz,staatlich
|
||||
5858,ST VS Michelau,staatlich
|
||||
5853,ST VS Lichtenfels,staatlich
|
||||
5851,ST VS Ebensfeld,staatlich
|
||||
4777,ST VS Regensburg,staatlich
|
||||
4769,ST VS Neutraubling,staatlich
|
||||
4766,ST VS Alteglofsheim,staatlich
|
||||
4761,ST VS Vohenstrauß,staatlich
|
||||
4759,ST VS Weiherhammer,staatlich
|
||||
4750,ST VS Pressath,staatlich
|
||||
4749,ST VS Pleystein,staatlich
|
||||
4748,ST VS Pirk,staatlich
|
||||
4745,ST VS Neustadt,staatlich
|
||||
3711,ST VS Gerzen,staatlich
|
||||
3710,ST VS Geisenhausen,staatlich
|
||||
3709,ST VS Furth,staatlich
|
||||
3707,ST VS Essenbach,staatlich
|
||||
3706,ST VS Ergoldsbach,staatlich
|
||||
3703,ST VS Ergolding,staatlich
|
||||
3702,ST VS Eching,staatlich
|
||||
3701,ST VS Bodenkirchen,staatlich
|
||||
3693,ST VS Bad Abbach,staatlich
|
||||
3692,ST VS Saal,staatlich
|
||||
3690,ST VS Neustadt,staatlich
|
||||
3682,ST VS Siegenburg,staatlich
|
||||
3667,ST VS Langquaid,staatlich
|
||||
3663,ST VS Kelheim,staatlich
|
||||
6747,ST VS Schillingsfürst,staatlich
|
||||
6745,ST VS Rothenburg,staatlich
|
||||
6742,ST VS Petersaurach,staatlich
|
||||
6738,ST VS Neuendettelsau,staatlich
|
||||
6733,ST VS Leutershausen,staatlich
|
||||
6731,ST VS Lehrberg,staatlich
|
||||
6727,ST VS Herrieden,staatlich
|
||||
6718,ST VS Feuchtwangen,staatlich
|
||||
6712,ST VS Dinkelsbühl,staatlich
|
||||
6709,ST VS Dentlein,staatlich
|
||||
6705,ST VS Dietenhofen,staatlich
|
||||
6702,ST VS Bechhofen,staatlich
|
||||
5847,ST VS Altenkunstadt,staatlich
|
||||
5836,ST VS Stadtsteinach,staatlich
|
||||
5833,ST VS Neuenmarkt,staatlich
|
||||
5832,ST VS Neudrossenfeld,staatlich
|
||||
5828,ST VS Mainleus,staatlich
|
||||
5821,ST VS Kulmbach,staatlich
|
||||
5809,ST VS Steinbach,staatlich
|
||||
5800,ST VS Steinwiesen,staatlich
|
||||
5795,ST VS Pressig,staatlich
|
||||
5788,ST VS Kronach,staatlich
|
||||
4736,ST VS Grafenwöhr,staatlich
|
||||
4729,ST VS Eschenbach,staatlich
|
||||
4721,ST VS Velburg,staatlich
|
||||
4718,ST VS Seubersdorf,staatlich
|
||||
4715,ST VS Postbauer-Heng,staatlich
|
||||
4710,ST VS Parsberg,staatlich
|
||||
4708,ST VS Neumarkt,staatlich
|
||||
4699,ST VS Mühlhausen,staatlich
|
||||
4697,ST VS Neumarkt,staatlich
|
||||
4696,ST VS Lauterhofen,staatlich
|
||||
4691,ST VS Freystadt,staatlich
|
||||
4690,ST VS Dietfurt,staatlich
|
||||
4689,ST VS Deining,staatlich
|
||||
4686,ST VS Breitenbrunn,staatlich
|
||||
3662,ST VS Ihrlerstein,staatlich
|
||||
3657,ST VS Abensberg,staatlich
|
||||
3648,ST VS Waldkirchen,staatlich
|
||||
3641,ST VS Riedlhütte,staatlich
|
||||
3638,ST VS Perlesreut,staatlich
|
||||
3636,ST VS Neureichenau,staatlich
|
||||
3630,ST VS Jandelsbrunn,staatlich
|
||||
3623,ST VS Grafenau,staatlich
|
||||
3621,ST VS Freyung,staatlich
|
||||
3614,ST VS Osterhofen,staatlich
|
||||
6690,ST VS Schwabach,staatlich
|
||||
6670,ST VS Roth,staatlich
|
||||
6668,ST VS Nürnberg,staatlich
|
||||
6667,ST VS Nürnberg,staatlich
|
||||
6665,ST VS Nürnberg,staatlich
|
||||
6663,ST VS Nürnberg,staatlich
|
||||
6660,ST VS Nürnberg,staatlich
|
||||
5777,ST VS Feilitzsch,staatlich
|
||||
5771,ST VS Schwarzenbach a.Wald,staatlich
|
||||
5766,ST VS Rehau,staatlich
|
||||
5764,ST VS Oberkotzau,staatlich
|
||||
5763,ST VS Naila,staatlich
|
||||
5761,ST VS Münchberg,staatlich
|
||||
5756,ST VS Helmbrechts,staatlich
|
||||
5747,ST VS Neunkirchen,staatlich
|
||||
5733,ST VS Kirchehrenbach,staatlich
|
||||
5726,ST VS Gößweinstein,staatlich
|
||||
4684,ST VS Berg,staatlich
|
||||
4683,ST VS Berching,staatlich
|
||||
4679,ST VS Waldmünchen,staatlich
|
||||
4677,ST VS Cham,staatlich
|
||||
4674,ST VS Walderbach,staatlich
|
||||
4654,ST VS Neukirchen,staatlich
|
||||
4651,ST VS Lam,staatlich
|
||||
4649,ST VS Bad Kötzting,staatlich
|
||||
4642,ST VS Furth im Wald,staatlich
|
||||
3958,ST VS Wallersdorf,staatlich
|
||||
3612,ST VS Metten,staatlich
|
||||
3611,ST VS Winzer,staatlich
|
||||
3610,ST VS Wallerfing,staatlich
|
||||
3606,ST VS Schöllnach,staatlich
|
||||
3603,ST VS Plattling,staatlich
|
||||
3586,ST VS Hengersberg,staatlich
|
||||
3579,ST VS Deggendorf,staatlich
|
||||
3577,ST VS Deggendorf,staatlich
|
||||
5721,ST VS Forchheim,staatlich
|
||||
5719,ST VS Eggolsheim,staatlich
|
||||
5717,ST VS Ebermannstadt,staatlich
|
||||
5702,ST VS Untersiemau,staatlich
|
||||
5700,ST VS Sonnefeld,staatlich
|
||||
5699,ST VS Seßlach,staatlich
|
||||
5695,ST VS Rödental,staatlich
|
||||
5692,ST VS Bad Rodach,staatlich
|
||||
5691,ST VS Neustadt,staatlich
|
||||
4622,ST VS Vilseck,staatlich
|
||||
4612,ST VS Schnaittenbach,staatlich
|
||||
4607,ST VS Kümmersbruck,staatlich
|
||||
4601,ST VS Königstein,staatlich
|
||||
4596,ST VS Hahnbach,staatlich
|
||||
4594,ST VS Freudenberg,staatlich
|
||||
4590,ST VS Ensdorf,staatlich
|
||||
4586,ST VS Auerbach,staatlich
|
||||
3558,ST VS Straubing,staatlich
|
||||
3556,ST VS Straubing,staatlich
|
||||
3555,ST VS Straubing,staatlich
|
||||
3549,ST VS Straubing,staatlich
|
||||
3531,ST VS Passau,staatlich
|
||||
3518,ST VS Passau,staatlich
|
||||
7811,ST VS Kleinheubach,staatlich
|
||||
7761,ST VS Dettelbach,staatlich
|
||||
4543,ST VS Regensburg,staatlich
|
||||
4535,ST VS Regensburg,staatlich
|
||||
4531,ST VS Regensburg,staatlich
|
||||
4528,ST VS Regensburg,staatlich
|
||||
4526,ST VS Regensburg,staatlich
|
||||
5577,ST VS Hof,staatlich
|
||||
5574,ST VS Hof,staatlich
|
||||
4504,ST VS Amberg,staatlich
|
||||
4856,ST VS Schwandorf,staatlich
|
||||
4851,ST VS Schmidgaden,staatlich
|
||||
3512,ST VS Landshut,staatlich
|
||||
3508,ST VS Landshut,staatlich
|
||||
2985,ST VS Schongau,staatlich
|
||||
2981,ST VS Penzberg,staatlich
|
||||
6858,ST VS Schnaittach,staatlich
|
||||
6850,ST VS Lauf,staatlich
|
||||
6844,ST VS Hersbruck,staatlich
|
||||
6839,ST VS Happurg,staatlich
|
||||
6838,ST VS Nürnberg,staatlich
|
||||
6836,ST VS Feucht,staatlich
|
||||
6823,ST VS Stein,staatlich
|
||||
6822,ST VS Roßtal,staatlich
|
||||
6821,ST VS Zirndorf,staatlich
|
||||
6817,ST VS Wilhermsdorf,staatlich
|
||||
6812,ST VS Oberasbach,staatlich
|
||||
6808,ST VS Langenzenn,staatlich
|
||||
6805,ST VS Cadolzburg,staatlich
|
||||
2921,ST VS Grassau,staatlich
|
||||
2919,ST VS Fridolfing,staatlich
|
||||
2916,ST VS Chieming,staatlich
|
||||
2908,ST VS Tutzing,staatlich
|
||||
2906,ST VS Starnberg,staatlich
|
||||
2897,ST VS Herrsching,staatlich
|
||||
2894,ST VS Gauting,staatlich
|
||||
2885,ST VS Wasserburg,staatlich
|
||||
6800,ST VS Eckental,staatlich
|
||||
6791,ST VS Mühlhausen,staatlich
|
||||
6781,ST VS Herzogenaurach,staatlich
|
||||
6775,ST VS Wassertrüdingen,staatlich
|
||||
6773,ST VS Baiersdorf,staatlich
|
||||
6763,ST VS Wolframs-Eschenbach,staatlich
|
||||
6760,ST VS Windsbach,staatlich
|
||||
3889,ST VS Wurmannsquick,staatlich
|
||||
3886,ST VS Triftern,staatlich
|
||||
3884,ST VS Tann,staatlich
|
||||
3882,ST VS Simbach,staatlich
|
||||
3876,ST VS Pfarrkirchen,staatlich
|
||||
3873,ST VS Massing,staatlich
|
||||
3868,ST VS Johanniskirchen,staatlich
|
||||
3867,ST VS Hebertsfelden,staatlich
|
||||
3864,ST VS Gangkofen,staatlich
|
||||
3861,ST VS Eggenfelden,staatlich
|
||||
3851,ST VS Arnstorf,staatlich
|
||||
3849,ST VS Viechtach,staatlich
|
||||
3847,ST VS Ruhmannsfelden,staatlich
|
||||
2863,ST VS Kolbermoor,staatlich
|
||||
2848,ST VS Feldkirchen-Westerham,staatlich
|
||||
3841,ST VS Teisnach,staatlich
|
||||
3838,ST VS Rinchnach,staatlich
|
||||
3837,ST VS Regen,staatlich
|
||||
3825,ST VS Kirchberg i.Wald,staatlich
|
||||
3818,ST VS Bodenmais,staatlich
|
||||
3809,ST VS Fürstenzell,staatlich
|
||||
3803,ST VS Wegscheid,staatlich
|
||||
3801,ST VS Vilshofen,staatlich
|
||||
3797,ST VS Untergriesbach,staatlich
|
||||
3796,ST VS Tittling,staatlich
|
||||
2825,ST VS Pullach,staatlich
|
||||
2823,ST VS Wolnzach,staatlich
|
||||
2809,ST VS Neuburg,staatlich
|
||||
2806,ST VS Manching,staatlich
|
||||
2789,ST VS Schrobenhausen,staatlich
|
||||
2780,ST VS Eichenau,staatlich
|
||||
6529,ST VS Erlangen,staatlich
|
||||
6523,ST VS Erlangen,staatlich
|
||||
6513,ST VS Ansbach,staatlich
|
||||
6509,ST VS Ansbach,staatlich
|
||||
4910,ST VS Wiesau,staatlich
|
||||
4908,ST VS Waldsassen,staatlich
|
||||
4904,ST VS Tirschenreuth,staatlich
|
||||
4893,ST VS Mitterteich,staatlich
|
||||
4887,ST VS Kemnath,staatlich
|
||||
3784,ST VS Ruhstorf,staatlich
|
||||
3782,ST VS Rotthalmünster,staatlich
|
||||
3777,ST VS Pocking,staatlich
|
||||
3774,ST VS Ortenburg,staatlich
|
||||
3765,ST VS Hutthurm,staatlich
|
||||
3760,ST VS Hauzenberg,staatlich
|
||||
3756,ST VS Bad Griesbach,staatlich
|
||||
2979,ST VS Peiting,staatlich
|
||||
2975,ST VS Peißenberg,staatlich
|
||||
2958,ST VS Waging,staatlich
|
||||
2955,ST VS Unterwössen,staatlich
|
||||
2946,ST VS Traunreut,staatlich
|
||||
2943,ST VS Tacherting,staatlich
|
||||
2940,ST VS Siegsdorf,staatlich
|
||||
2938,ST VS Schnaitsee,staatlich
|
||||
2936,ST VS Ruhpolding,staatlich
|
||||
4880,ST VS Erbendorf,staatlich
|
||||
4879,ST VS Ebnath,staatlich
|
||||
4874,ST VS Maxhütte-Haidhof,staatlich
|
||||
4869,ST VS Wackersdorf,staatlich
|
||||
4864,ST VS Teublitz,staatlich
|
||||
5560,ST VS Coburg,staatlich
|
||||
5552,ST VS Coburg,staatlich
|
||||
3956,ST VS Reisbach,staatlich
|
||||
3949,ST VS Mengkofen,staatlich
|
||||
3947,ST VS Mamming,staatlich
|
||||
3945,ST VS Landau,staatlich
|
||||
3942,ST VS Frontenhausen,staatlich
|
||||
3940,ST VS Eichendorf,staatlich
|
||||
3931,ST VS Bogen,staatlich
|
||||
3930,ST VS Wiesenfelden,staatlich
|
||||
3929,ST VS Straßkirchen,staatlich
|
||||
3926,ST VS Schwarzach,staatlich
|
||||
3921,ST VS Rain,staatlich
|
||||
3917,ST VS Parkstetten,staatlich
|
||||
3910,ST VS Mallersdorf-Pfaffenberg,staatlich
|
||||
3907,ST VS Leiblfing,staatlich
|
||||
3903,ST VS Hunderdorf,staatlich
|
||||
3900,ST VS Geiselhöring,staatlich
|
||||
8601,ST VS Friedberg,staatlich
|
||||
7838,ST VS Frammersbach,staatlich
|
||||
7837,ST VS Eußenheim,staatlich
|
||||
7833,ST VS Arnstein,staatlich
|
||||
7824,ST VS Klingenberg,staatlich
|
||||
7814,ST VS Leidersbach,staatlich
|
||||
7812,ST VS Kleinwallstadt,staatlich
|
||||
7808,ST VS Großwallstadt,staatlich
|
||||
7807,ST VS Großheubach,staatlich
|
||||
7806,ST VS Faulbach,staatlich
|
||||
7805,ST VS Eschau,staatlich
|
||||
7803,ST VS Erlenbach,staatlich
|
||||
7802,ST VS Elsenfeld,staatlich
|
||||
7796,ST VS Bürgstadt,staatlich
|
||||
7795,ST VS Amorbach,staatlich
|
||||
7787,ST VS Wiesentheid,staatlich
|
||||
5535,ST VS Bayreuth,staatlich
|
||||
5527,ST VS Bayreuth,staatlich
|
||||
5525,ST VS Bayreuth,staatlich
|
||||
5512,ST VS Bamberg,staatlich
|
||||
5505,ST VS Bamberg,staatlich
|
||||
5501,ST VS Bamberg,staatlich
|
||||
7756,ST VS Hofheim,staatlich
|
||||
7702,ST VS Hohenroth,staatlich
|
||||
7696,ST VS Bischofsheim,staatlich
|
||||
7650,ST VS Bad Kissingen,staatlich
|
||||
7646,ST VS Bad Brückenau,staatlich
|
||||
7635,ST VS Stockstadt,staatlich
|
||||
7530,ST VS Schweinfurt,staatlich
|
||||
6532,ST VS Spardorf,staatlich
|
||||
4843,ST VS Neunburg,staatlich
|
||||
4790,ST VS Kallmünz,staatlich
|
||||
4732,ST VS Floß,staatlich
|
||||
4726,ST VS Altenstadt,staatlich
|
||||
4659,ST VS Roding,staatlich
|
||||
4619,ST VS Ursensollen,staatlich
|
||||
5683,ST VS Ebersdorf,staatlich
|
||||
5674,ST VS Weidenberg,staatlich
|
||||
5669,ST VS Speichersdorf,staatlich
|
||||
5662,ST VS Pegnitz,staatlich
|
||||
5656,ST VS Hummeltal,staatlich
|
||||
5652,ST VS Gefrees,staatlich
|
||||
5649,ST VS Eckersdorf,staatlich
|
||||
5646,ST VS Bindlach,staatlich
|
||||
5644,ST VS Bad Berneck,staatlich
|
||||
5639,ST VS Scheßlitz,staatlich
|
||||
5638,ST VS Schlüsselfeld,staatlich
|
||||
5636,ST VS Zapfendorf,staatlich
|
||||
4570,ST VS Weiden,staatlich
|
||||
4568,ST VS Weiden,staatlich
|
||||
5632,ST VS Strullendorf,staatlich
|
||||
5622,ST VS Priesendorf,staatlich
|
||||
5619,ST VS Oberhaid,staatlich
|
||||
5616,ST VS Memmelsdorf,staatlich
|
||||
5610,ST VS Hirschaid,staatlich
|
||||
5607,ST VS Hallstadt,staatlich
|
||||
5596,ST VS Bischberg,staatlich
|
||||
5595,ST VS Baunach,staatlich
|
||||
5593,ST VS Burgebrach,staatlich
|
||||
4847,ST VS Oberviechtach,staatlich
|
||||
4845,ST VS Nittenau,staatlich
|
||||
4840,ST VS Nabburg,staatlich
|
||||
4830,ST VS Schwandorf,staatlich
|
||||
4829,ST VS Burglengenfeld,staatlich
|
||||
4827,ST VS Bruck,staatlich
|
||||
4816,ST VS Wörth,staatlich
|
||||
4814,ST VS Wenzenbach,staatlich
|
||||
4808,ST VS Schierling,staatlich
|
||||
4805,ST VS Regenstauf,staatlich
|
||||
4798,ST VS Nittendorf,staatlich
|
||||
4794,ST VS Lappersdorf,staatlich
|
||||
3736,ST VS Altdorf,staatlich
|
||||
3735,ST VS Buch,staatlich
|
||||
3734,ST VS Vilsbiburg,staatlich
|
||||
3732,ST VS Velden,staatlich
|
||||
3729,ST VS Pfeffenhausen,staatlich
|
||||
3723,ST VS Niederaichbach,staatlich
|
||||
7785,ST VS Volkach,staatlich
|
||||
8818,ST VS Buchloe,staatlich
|
||||
8865,ST VS Erkheim,staatlich
|
||||
2700,ST VS Haag,staatlich
|
||||
2699,ST VS Gars,staatlich
|
||||
2698,ST VS Buchbach,staatlich
|
||||
2696,ST VS Ampfing,staatlich
|
||||
2684,ST VS Rottach-Egern,staatlich
|
||||
2681,ST VS Miesbach,staatlich
|
||||
2675,ST VS Hausham,staatlich
|
||||
2667,ST VS Landsberg,staatlich
|
||||
2665,ST VS Weil,staatlich
|
||||
2651,ST VS Fuchstal,staatlich
|
||||
2647,ST VS Dießen,staatlich
|
||||
2620,ST VS Maisach,staatlich
|
||||
2617,ST VS Germering,staatlich
|
||||
2616,ST VS Türkenfeld,staatlich
|
||||
2612,ST VS Olching,staatlich
|
||||
2609,ST VS Mammendorf,staatlich
|
||||
2599,ST VS Germering,staatlich
|
||||
2595,ST VS Fürstenfeldbruck,staatlich
|
||||
2582,ST VS Neufahrn,staatlich
|
||||
2574,ST VS Moosburg,staatlich
|
||||
2558,ST VS Haimhausen,staatlich
|
||||
2297,ST VS München,staatlich
|
||||
2296,ST VS München,staatlich
|
||||
2293,ST VS München,staatlich
|
||||
2291,ST VS München,staatlich
|
||||
2290,ST VS München,staatlich
|
||||
2289,ST VS München,staatlich
|
||||
2286,ST VS München,staatlich
|
||||
2281,ST VS München,staatlich
|
||||
1288,ST VS Stephanskirchen,staatlich
|
||||
1276,ST VS Neubeuern,staatlich
|
||||
1275,ST VS München,staatlich
|
||||
1273,ST VS Raubling,staatlich
|
||||
1271,ST VS Großkarolinenfeld,staatlich
|
||||
1267,ST VS Edling,staatlich
|
||||
1266,ST VS Bruckmühl,staatlich
|
||||
1265,ST VS Brannenburg,staatlich
|
||||
1264,ST VS Tuntenhausen,staatlich
|
||||
1262,ST VS Vohburg,staatlich
|
||||
1261,ST VS Schweitenkirchen,staatlich
|
||||
1260,ST VS Rohrbach,staatlich
|
||||
2553,ST VS Odelzhausen,staatlich
|
||||
2546,ST VS Kaufering,staatlich
|
||||
2545,ST VS Wörth,staatlich
|
||||
2534,ST VS Oberding,staatlich
|
||||
2528,ST VS Isen,staatlich
|
||||
2524,ST VS Finsing,staatlich
|
||||
2523,ST VS Erding,staatlich
|
||||
2518,ST VS Dorfen,staatlich
|
||||
2515,ST VS Erding,staatlich
|
||||
2507,ST VS Titting,staatlich
|
||||
1219,ST VS Kirchseeon,staatlich
|
||||
1218,ST VS Glonn,staatlich
|
||||
1217,ST VS Ebersberg,staatlich
|
||||
1216,ST VS Aßling,staatlich
|
||||
1202,ST VS Rosenheim,staatlich
|
||||
1201,ST VS Rosenheim,staatlich
|
||||
1200,ST VS Rosenheim,staatlich
|
||||
2446,ST VS Markt Schwaben,staatlich
|
||||
2431,ST VS Hebertshausen,staatlich
|
||||
2168,ST VS München,staatlich
|
||||
2163,ST VS München,staatlich
|
||||
2157,ST VS München,staatlich
|
||||
2155,ST VS München,staatlich
|
||||
2146,ST VS München,staatlich
|
||||
2142,ST VS München,staatlich
|
||||
2135,ST VS München,staatlich
|
||||
2130,ST VS München,staatlich
|
||||
2128,ST VS München,staatlich
|
||||
2125,ST VS Rosenheim,staatlich
|
||||
2119,ST VS Ingolstadt,staatlich
|
||||
2114,ST VS Ingolstadt,staatlich
|
||||
2107,ST VS Ingolstadt,staatlich
|
||||
2105,ST VS Ingolstadt,staatlich
|
||||
2103,ST MS Ingolstadt(Lessing),staatlich
|
||||
2083,ST VS Freising,staatlich
|
||||
2081,ST VS Scheyern,staatlich
|
||||
2499,ST VS Pförring,staatlich
|
||||
2498,ST VS Eichstätt,staatlich
|
||||
2494,ST VS Lenting,staatlich
|
||||
2493,ST VS Kösching,staatlich
|
||||
2487,ST VS Bergkirchen,staatlich
|
||||
2485,ST VS Gaimersheim,staatlich
|
||||
2477,ST VS Denkendorf,staatlich
|
||||
2474,ST VS Beilngries,staatlich
|
||||
2472,ST VS Altmannstein,staatlich
|
||||
2470,ST VS Markt Indersdorf,staatlich
|
||||
2455,ST VS Grafing,staatlich
|
||||
2776,ST VS Karlskron,staatlich
|
||||
2775,ST VS Karlshuld,staatlich
|
||||
2773,ST VS Burgheim,staatlich
|
||||
2771,ST VS Aresing,staatlich
|
||||
2770,ST VS Unterschleißheim,staatlich
|
||||
2764,ST VS Taufkirchen,staatlich
|
||||
2750,ST VS Oberschleißheim,staatlich
|
||||
2744,ST VS Ismaning,staatlich
|
||||
2735,ST VS Gräfelfing,staatlich
|
||||
2727,ST VS München,staatlich
|
||||
2723,ST VS Waldkraiburg,staatlich
|
||||
2722,ST VS Waldkraiburg,staatlich
|
||||
2274,ST VS München,staatlich
|
||||
2272,ST VS München,staatlich
|
||||
2267,ST VS München,staatlich
|
||||
2263,ST VS München,staatlich
|
||||
2261,ST VS München,staatlich
|
||||
2250,ST VS München,staatlich
|
||||
2247,ST VS München,staatlich
|
||||
2239,ST VS München,staatlich
|
||||
2238,ST VS München,staatlich
|
||||
2233,ST VS München,staatlich
|
||||
2231,ST VS München,staatlich
|
||||
1259,ST VS Reichertshofen,staatlich
|
||||
1258,ST VS Reichertshausen,staatlich
|
||||
1257,ST VS Pfaffenhofen,staatlich
|
||||
1256,ST VS Hohenwart,staatlich
|
||||
1255,ST VS Geisenfeld,staatlich
|
||||
1250,ST VS Höhenkirchen-Siegertbr,staatlich
|
||||
1249,ST VS Unterhaching,staatlich
|
||||
1248,ST VS Kirchheim,staatlich
|
||||
1244,ST VS Mittenwald,staatlich
|
||||
1243,ST VS Oberau,staatlich
|
||||
1242,ST VS Oberammergau,staatlich
|
||||
1241,ST VS Garmisch-Partenkirchen,staatlich
|
||||
1240,ST VS Garmisch-Partenkirchen,staatlich
|
||||
1239,ST VS Bad Kohlgrub,staatlich
|
||||
1238,ST VS Zolling,staatlich
|
||||
1236,ST VS Hallbergmoos,staatlich
|
||||
1235,ST VS Freising,staatlich
|
||||
1234,ST VS Freising,staatlich
|
||||
1233,ST VS Eching,staatlich
|
||||
1232,ST VS Allershausen,staatlich
|
||||
2999,ST VS Prien,staatlich
|
||||
2996,ST VS Traunstein,staatlich
|
||||
2993,ST VS Weilheim,staatlich
|
||||
2990,ST VS Steingaden,staatlich
|
||||
2425,ST VS Dachau,staatlich
|
||||
2423,ST VS Dachau,staatlich
|
||||
2419,ST VS Puchheim,staatlich
|
||||
2418,ST VS Wartenberg,staatlich
|
||||
2416,ST VS Wolfratshausen,staatlich
|
||||
2415,ST VS München,staatlich
|
||||
2218,ST VS München,staatlich
|
||||
2211,ST VS München,staatlich
|
||||
2205,ST VS München,staatlich
|
||||
2203,ST VS München,staatlich
|
||||
2201,ST VS München,staatlich
|
||||
2195,ST VS München,staatlich
|
||||
2190,ST VS München,staatlich
|
||||
2409,ST VS Lenggries,staatlich
|
||||
2408,ST VS Königsdorf,staatlich
|
||||
2401,ST VS Gaißach,staatlich
|
||||
2399,ST VS Dietramszell,staatlich
|
||||
2397,ST VS Benediktbeuern,staatlich
|
||||
2395,ST VS Bad Tölz,staatlich
|
||||
2393,ST VS Karlsfeld,staatlich
|
||||
2390,ST VS Teisendorf,staatlich
|
||||
2384,ST VS Piding,staatlich
|
||||
2378,ST VS Laufen,staatlich
|
||||
2374,ST VS Freilassing,staatlich
|
||||
2372,ST VS Bischofswiesen,staatlich
|
||||
2367,ST VS Bad Reichenhall,staatlich
|
||||
2363,ST VS Ainring,staatlich
|
||||
2181,ST VS München,staatlich
|
||||
2177,ST VS München,staatlich
|
||||
2175,ST VS München,staatlich
|
||||
2172,ST VS München,staatlich
|
||||
2361,ST VS Berchtesgaden,staatlich
|
||||
2359,ST VS Winhöring,staatlich
|
||||
2356,ST VS Trostberg,staatlich
|
||||
2353,ST VS Töging a.Inn,staatlich
|
||||
2346,ST VS Gilching,staatlich
|
||||
2344,ST VS Neuötting,staatlich
|
||||
2339,ST VS Burgkirchen,staatlich
|
||||
2336,ST VS Garching,staatlich
|
||||
2332,ST VS Burghausen,staatlich
|
||||
2326,ST VS Altötting,staatlich
|
||||
2323,ST VS Garching,staatlich
|
||||
2707,ST VS Mühldorf,staatlich
|
||||
2544,PERS VS Wartenberg,Priv-Ersatz
|
||||
7686,PERS VS Kahl,Priv-Ersatz
|
||||
8701,PERS VS Augsburg,Priv-Ersatz
|
||||
7593,PERS VS Würzburg,Priv-Ersatz
|
||||
7589,PERS VS Esselbach,Priv-Ersatz
|
||||
6729,PERS VS Nürnberg,Priv-Ersatz
|
||||
4514,PERS VS Regensburg,Priv-Ersatz
|
||||
2928,PERS VS Marquartstein Niedernfels,Priv-Ersatz
|
||||
6784,PERS VS Herzogenaurach,Priv-Ersatz
|
||||
6501,PERS VS Ansbach,Priv-Ersatz
|
||||
3754,PERS VS Fürstenzell,Priv-Ersatz
|
||||
3725,PERS VS Rottenburg,Priv-Ersatz
|
||||
2603,PERS VS Moorenweis,Priv-Ersatz
|
||||
2126,PERS VS München,Priv-Ersatz
|
||||
2055,PERS VS München,Priv-Ersatz
|
||||
2327,PERS VS Altötting,Priv-Ersatz
|
||||
|
Executable
+15
@@ -0,0 +1,15 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP,ERZEUGUNGSDATUM,LIEFERDATUM,ANZAHL_PRUEFUNGSTEILNEHMER,ANZAHL_LIEFERUNG
|
||||
2675,ST VS Hausham,S182,A021,,staatlich,05.07.2017 17:07,05.07.2017 17:07,20,20
|
||||
2675,ST VS Hausham,S182,A021,,staatlich,05.07.2017 18:07,05.07.2017 18:07,20,20
|
||||
3586,ST VS Hengersberg,S271,A022,,staatlich,05.07.2017 17:07,05.07.2017 17:07,20,20
|
||||
3586,ST VS Hengersberg,S271,A022,,staatlich,05.07.2017 18:07,05.07.2017 18:07,20,20
|
||||
3760,ST VS Hauzenberg,S275,A022,,staatlich,05.07.2017 17:07,05.07.2017 17:07,20,20
|
||||
3760,ST VS Hauzenberg,S275,A022,,staatlich,05.07.2017 18:07,05.07.2017 18:07,20,20
|
||||
6923,ST VS Heideck,S576,A025,,staatlich,05.07.2017 17:07,05.07.2017 17:07,20,20
|
||||
6923,ST VS Heideck,S576,A025,,staatlich,05.07.2017 18:07,05.07.2017 18:07,20,20
|
||||
7978,ST VS Helmstadt,S679,A026,,staatlich,05.07.2017 18:07,05.07.2017 18:07,20,20
|
||||
7978,ST VS Helmstadt,S679,A026,,staatlich,05.07.2017 17:07,05.07.2017 17:07,20,20
|
||||
8906,ST VS Harburg,S779,A027,,staatlich,05.07.2017 18:07,05.07.2017 18:07,5,20
|
||||
8906,ST VS Harburg,S779,A027,,staatlich,05.07.2017 16:07,05.07.2017 16:07,5,20
|
||||
8906,ST VS Harburg,S779,A027,,staatlich,05.07.2017 17:07,05.07.2017 17:07,5,20
|
||||
8906,ST VS Harburg,S779,A027,,staatlich,07.07.2017 12:07,07.07.2017 12:07,5,20
|
||||
|
Executable
+677
@@ -0,0 +1,677 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP,ERZEUGUNGSDATUM,LIEFERDATUM,ANZAHL_PRUEFUNGSTEILNEHMER,ANZAHL_LIEFERUNG
|
||||
2101,ST VS Ingolstadt,S161,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,102,102
|
||||
2101,ST VS Ingolstadt,S161,A021, ,staatlich,13.07.2017 14:07,13.07.2017 14:07,102,102
|
||||
2107,ST VS Ingolstadt,S161,A021, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,74,74
|
||||
2112,ST VS Ingolstadt,S161,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,104,105
|
||||
2114,ST VS Ingolstadt,S161,A021, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,30,32
|
||||
2114,ST VS Ingolstadt,S161,A021, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,30,32
|
||||
2119,ST VS Ingolstadt,S161,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,30,31
|
||||
2135,ST VS München,S162,A021, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,147,147
|
||||
2155,ST VS München,S162,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,58,60
|
||||
2155,ST VS München,S162,A021, ,staatlich,14.07.2017 15:07,14.07.2017 15:07,58,60
|
||||
2172,ST VS München,S162,A021, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,28,29
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,100,100
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,100,100
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,100,100
|
||||
2177,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 13:07,100,100
|
||||
2177,ST VS München,S162,A021, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,100,27
|
||||
2181,ST VS München,S162,A021, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,84,84
|
||||
2190,ST VS München,S162,A021, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,55,56
|
||||
2195,ST VS München,S162,A021, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,40,33
|
||||
2195,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,40,41
|
||||
2195,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 13:07,40,41
|
||||
2201,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,96,101
|
||||
2201,ST VS München,S162,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,96,86
|
||||
2203,ST VS München,S162,A021, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,77,80
|
||||
2218,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,86,87
|
||||
2218,ST VS München,S162,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,86,82
|
||||
2231,ST VS München,S162,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,81,81
|
||||
2231,ST VS München,S162,A021, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,81,70
|
||||
2233,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,80,80
|
||||
2233,ST VS München,S162,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,80,78
|
||||
2247,ST VS München,S162,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,109,113
|
||||
2247,ST VS München,S162,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,109,7
|
||||
2250,ST VS München,S162,A021, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,64,64
|
||||
2250,ST VS München,S162,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,64,64
|
||||
2263,ST VS München,S162,A021, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,85,38
|
||||
2263,ST VS München,S162,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,85,38
|
||||
2263,ST VS München,S162,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,85,85
|
||||
2267,ST VS München,S162,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,51,51
|
||||
2267,ST VS München,S162,A021, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,51,51
|
||||
2272,ST VS München,S162,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,42,43
|
||||
2272,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,42,43
|
||||
2274,ST VS München,S162,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,54,43
|
||||
2274,ST VS München,S162,A021, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,54,55
|
||||
2281,ST VS München,S162,A021, ,staatlich,14.07.2017 16:07,14.07.2017 16:07,61,61
|
||||
2281,ST VS München,S162,A021, ,staatlich,07.07.2017 15:07,07.07.2017 15:07,61,60
|
||||
2286,ST VS München,S162,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,75,76
|
||||
2286,ST VS München,S162,A021, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,75,65
|
||||
2291,ST VS München,S162,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,43,43
|
||||
2293,ST VS München,S162,A021, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,63,65
|
||||
2297,ST VS München,S162,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,66,66
|
||||
2297,ST VS München,S162,A021, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,66,1
|
||||
2727,ST VS München,S162,A021, ,staatlich,16.07.2017 17:07,16.07.2017 17:07,64,64
|
||||
2727,ST VS München,S162,A021, ,staatlich,08.07.2017 12:07,08.07.2017 12:07,64,61
|
||||
2727,ST VS München,S162,A021, ,staatlich,09.07.2017 13:07,09.07.2017 13:07,64,61
|
||||
1200,ST VS Rosenheim,S163,A021, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,41,41
|
||||
2326,ST VS Altötting,S171,A021, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,39,40
|
||||
2326,ST VS Altötting,S171,A021, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,39,40
|
||||
2327,PERS VS Altötting,S171,A021, ,Priv-Ersatz,11.07.2017 14:07,11.07.2017 14:07,13,13
|
||||
2332,ST VS Burghausen,S171,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,109,109
|
||||
2336,ST VS Garching,S171,A021, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,63,63
|
||||
2339,ST VS Burgkirchen,S171,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,70,70
|
||||
2344,ST VS Neuötting,S171,A021, ,staatlich,13.07.2017 16:07,13.07.2017 16:07,32,43
|
||||
2354,ST VS Tüßling,S171,A021, ,staatlich,10.07.2017 07:07,10.07.2017 07:07,20,20
|
||||
2359,ST VS Winhöring,S171,A021, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,13,13
|
||||
2363,ST VS Ainring,S172,A021, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,1,1
|
||||
2367,ST VS Bad Reichenhall,S172,A021, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,31,31
|
||||
2384,ST VS Piding,S172,A021, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,43,43
|
||||
2384,ST VS Piding,S172,A021, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,43,43
|
||||
2395,ST VS Bad Tölz,S173,A021, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,93,95
|
||||
2395,ST VS Bad Tölz,S173,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,93,95
|
||||
2397,ST VS Benediktbeuern,S173,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,29,29
|
||||
2399,ST VS Dietramszell,S173,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,76,52
|
||||
2399,ST VS Dietramszell,S173,A021, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,76,76
|
||||
2401,ST VS Gaißach,S173,A021, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,37,37
|
||||
2401,ST VS Gaißach,S173,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,37,37
|
||||
2409,ST VS Lenggries,S173,A021, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,48,48
|
||||
2409,ST VS Lenggries,S173,A021, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,48,46
|
||||
2411,ST VS Geretsried,S173,A021, ,staatlich,14.07.2017 18:07,14.07.2017 18:07,75,76
|
||||
2428,ST VS Erdweg,S174,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,50,50
|
||||
2553,ST VS Odelzhausen,S174,A021, ,staatlich,13.07.2017 14:07,13.07.2017 14:07,24,25
|
||||
2558,ST VS Haimhausen,S174,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,1,1
|
||||
1216,ST VS Aßling,S175,A021, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,20,20
|
||||
1216,ST VS Aßling,S175,A021, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,20,18
|
||||
1217,ST VS Ebersberg,S175,A021, ,staatlich,13.07.2017 06:07,13.07.2017 06:07,34,34
|
||||
1217,ST VS Ebersberg,S175,A021, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,34,34
|
||||
1220,ST VS Baldham,S175,A021, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,27,27
|
||||
1221,ST VS Poing,S175,A021, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,64,64
|
||||
2455,ST VS Grafing,S175,A021, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,51,51
|
||||
2485,ST VS Gaimersheim,S176,A021, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,102,100
|
||||
2485,ST VS Gaimersheim,S176,A021, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,102,102
|
||||
2493,ST VS Kösching,S176,A021, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,24,24
|
||||
2499,ST VS Pförring,S176,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,17,18
|
||||
2507,ST VS Titting,S176,A021, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,18,18
|
||||
2418,ST VS Wartenberg,S177,A021, ,staatlich,12.07.2017 16:07,12.07.2017 16:07,69,69
|
||||
2523,ST VS Erding,S177,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,115,117
|
||||
2525,ST VS Forstern,S177,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,36,36
|
||||
2534,ST VS Oberding,S177,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,18,18
|
||||
2534,ST VS Oberding,S177,A021, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,18,18
|
||||
2539,ST VS Taufkirchen,S177,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,96,96
|
||||
2545,ST VS Wörth,S177,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,23,23
|
||||
1233,ST VS Eching,S178,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,23,23
|
||||
1234,ST VS Freising,S178,A021, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,38,38
|
||||
1235,ST VS Freising,S178,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,46,46
|
||||
1236,ST VS Hallbergmoos,S178,A021, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,32,32
|
||||
1237,ST VS Nandlstadt,S178,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,45,46
|
||||
1238,ST VS Zolling,S178,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,30,30
|
||||
2083,ST VS Freising,S178,A021, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,79,55
|
||||
2083,ST VS Freising,S178,A021, ,staatlich,13.07.2017 07:07,13.07.2017 07:07,79,79
|
||||
2582,ST VS Neufahrn,S178,A021, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,38,38
|
||||
2595,ST VS Fürstenfeldbruck,S179,A021, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,74,70
|
||||
2595,ST VS Fürstenfeldbruck,S179,A021, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,74,74
|
||||
2603,PERS VS Moorenweis,S179,A021, ,Priv-Ersatz,17.07.2017 11:07,17.07.2017 11:07,15,15
|
||||
2603,PERS VS Moorenweis,S179,A021, ,Priv-Ersatz,12.07.2017 13:07,12.07.2017 13:07,15,15
|
||||
2609,ST VS Mammendorf,S179,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,104,104
|
||||
2612,ST VS Olching,S179,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,50,51
|
||||
2617,ST VS Germering,S179,A021, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,8,8
|
||||
2620,ST VS Maisach,S179,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,57,58
|
||||
1239,ST VS Bad Kohlgrub,S180,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,17,17
|
||||
1241,ST VS Garmisch-Partenkirchen,S180,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,72,72
|
||||
1241,ST VS Garmisch-Partenkirchen,S180,A021, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,72,73
|
||||
1243,ST VS Oberau,S180,A021, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,23,23
|
||||
1244,ST VS Mittenwald,S180,A021, ,staatlich,07.07.2017 15:07,07.07.2017 15:07,16,16
|
||||
1244,ST VS Mittenwald,S180,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,16,16
|
||||
2634,ST VS Murnau,S180,A021, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,73,73
|
||||
2546,ST VS Kaufering,S181,A021, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,61,61
|
||||
2651,ST VS Fuchstal,S181,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,87,88
|
||||
2665,ST VS Weil,S181,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,86,86
|
||||
2675,ST VS Hausham,S182,A021, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,1,1
|
||||
2681,ST VS Miesbach,S182,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,58,58
|
||||
2684,ST VS Rottach-Egern,S182,A021, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,15,15
|
||||
2692,ST VS Holzkirchen,S182,A021, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,64,64
|
||||
2698,ST VS Buchbach,S183,A021, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,18,18
|
||||
2700,ST VS Haag,S183,A021, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,10,10
|
||||
2710,ST VS Neumarkt-Sankt Veit,S183,A021, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,58,58
|
||||
2722,ST VS Waldkraiburg,S183,A021, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,80,81
|
||||
2722,ST VS Waldkraiburg,S183,A021, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,80,81
|
||||
2735,ST VS Gräfelfing,S184,A021, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,22,22
|
||||
2744,ST VS Ismaning,S184,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,71,71
|
||||
2771,ST VS Aresing,S185,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,20,20
|
||||
2773,ST VS Burgheim,S185,A021, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,13,13
|
||||
2775,ST VS Karlshuld,S185,A021, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,45,46
|
||||
2775,ST VS Karlshuld,S185,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,45,46
|
||||
2776,ST VS Karlskron,S185,A021, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,22,22
|
||||
2776,ST VS Karlskron,S185,A021, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,22,22
|
||||
2809,ST VS Neuburg,S185,A021, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,135,136
|
||||
1255,ST VS Geisenfeld,S186,A021, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,26,26
|
||||
1256,ST VS Hohenwart,S186,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,12,17
|
||||
1256,ST VS Hohenwart,S186,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,12,11
|
||||
1256,ST VS Hohenwart,S186,A021, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,12,11
|
||||
1257,ST VS Pfaffenhofen,S186,A021, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,131,131
|
||||
1257,ST VS Pfaffenhofen,S186,A021, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,131,131
|
||||
1258,ST VS Reichertshausen,S186,A021, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,34,34
|
||||
1260,ST VS Rohrbach,S186,A021, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,20,20
|
||||
1262,ST VS Vohburg,S186,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,49,49
|
||||
2081,ST VS Scheyern,S186,A021, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,48,48
|
||||
2806,ST VS Manching,S186,A021, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,40,42
|
||||
1266,ST VS Bruckmühl,S187,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,55,55
|
||||
1266,ST VS Bruckmühl,S187,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,55,55
|
||||
1267,ST VS Edling,S187,A021, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,42,42
|
||||
1271,ST VS Großkarolinenfeld,S187,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,31,32
|
||||
1272,ST VS Kiefersfelden,S187,A021, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,22,22
|
||||
1287,ST VS Rott,S187,A021, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,25,25
|
||||
1288,ST VS Stephanskirchen,S187,A021, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,69,70
|
||||
2346,ST VS Gilching,S188,A021, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,78,78
|
||||
2346,ST VS Gilching,S188,A021, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,78,78
|
||||
2919,ST VS Fridolfing,S189,A021, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,64,64
|
||||
2919,ST VS Fridolfing,S189,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,64,26
|
||||
2928,PERS VS Marquartstein Niedernfels,S189,A021, ,Priv-Ersatz,15.07.2017 11:07,15.07.2017 11:07,5,6
|
||||
2930,ST VS Obing,S189,A021, ,staatlich,13.07.2017 07:07,13.07.2017 07:07,19,19
|
||||
2930,ST VS Obing,S189,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,19,19
|
||||
2936,ST VS Ruhpolding,S189,A021, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,17,18
|
||||
2943,ST VS Tacherting,S189,A021, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,16,16
|
||||
2946,ST VS Traunreut,S189,A021, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,95,97
|
||||
2996,ST VS Traunstein,S189,A021, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,118,119
|
||||
2996,ST VS Traunstein,S189,A021, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,118,119
|
||||
2971,ST VS Huglfing,S190,A021, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,25,25
|
||||
2975,ST VS Peißenberg,S190,A021, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,90,90
|
||||
2979,ST VS Peiting,S190,A021, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,50,50
|
||||
2985,ST VS Schongau,S190,A021, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,99,99
|
||||
2993,ST VS Weilheim,S190,A021, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,101,101
|
||||
3504,ST VS Landshut,S261,A022, ,staatlich,10.07.2017 07:07,10.07.2017 07:07,53,54
|
||||
3508,ST VS Landshut,S261,A022, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,37,37
|
||||
3512,ST VS Landshut,S261,A022, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,94,100
|
||||
3549,ST VS Straubing,S263,A022, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,17,19
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,55,55
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,55,54
|
||||
3556,ST VS Straubing,S263,A022, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,55,54
|
||||
3558,ST VS Straubing,S263,A022, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,30,31
|
||||
3603,ST VS Plattling,S271,A022, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,83,83
|
||||
3610,ST VS Wallerfing,S271,A022, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,16,16
|
||||
3611,ST VS Winzer,S271,A022, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,1,1
|
||||
3614,ST VS Osterhofen,S271,A022, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,60,60
|
||||
3614,ST VS Osterhofen,S271,A022, ,staatlich,14.07.2017 06:07,14.07.2017 06:07,60,60
|
||||
3623,ST VS Grafenau,S272,A022, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,79,80
|
||||
3638,ST VS Perlesreut,S272,A022, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,24,24
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,45,40
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,45,45
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,45,45
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,45,40
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,45,40
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,45,40
|
||||
3641,ST VS Riedlhütte,S272,A022, ,staatlich,10.07.2017 07:07,10.07.2017 07:07,45,40
|
||||
3644,ST VS Schönberg,S272,A022, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,23,24
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,64,23
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,64,64
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,64,64
|
||||
3648,ST VS Waldkirchen,S272,A022, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,64,64
|
||||
3657,ST VS Abensberg,S273,A022, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,118,119
|
||||
3662,ST VS Ihrlerstein,S273,A022, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,32,32
|
||||
3663,ST VS Kelheim,S273,A022, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,79,79
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,66,66
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,66,66
|
||||
3669,ST VS Mainburg,S273,A022, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,66,66
|
||||
3693,ST VS Bad Abbach,S273,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,22,22
|
||||
3702,ST VS Eching,S274,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,27,27
|
||||
3702,ST VS Eching,S274,A022, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,27,27
|
||||
3703,ST VS Ergolding,S274,A022, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,52,52
|
||||
3709,ST VS Furth,S274,A022, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,30,23
|
||||
3709,ST VS Furth,S274,A022, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,30,30
|
||||
3710,ST VS Geisenhausen,S274,A022, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,86,74
|
||||
3710,ST VS Geisenhausen,S274,A022, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,86,74
|
||||
3710,ST VS Geisenhausen,S274,A022, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,86,86
|
||||
3725,PERS VS Rottenburg,S274,A022, ,Priv-Ersatz,13.07.2017 09:07,13.07.2017 09:07,63,63
|
||||
3729,ST VS Pfeffenhausen,S274,A022, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,23,23
|
||||
3732,ST VS Velden,S274,A022, ,staatlich,09.07.2017 23:07,09.07.2017 23:07,22,22
|
||||
3732,ST VS Velden,S274,A022, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,22,22
|
||||
3732,ST VS Velden,S274,A022, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,22,22
|
||||
3732,ST VS Velden,S274,A022, ,staatlich,12.07.2017 06:07,12.07.2017 06:07,22,22
|
||||
3732,ST VS Velden,S274,A022, ,staatlich,10.07.2017 00:07,10.07.2017 00:07,22,22
|
||||
3748,ST VS Eging a.See,S275,A022, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,21,21
|
||||
3754,PERS VS Fürstenzell,S275,A022, ,Priv-Ersatz,07.07.2017 11:07,07.07.2017 11:07,57,57
|
||||
3754,PERS VS Fürstenzell,S275,A022, ,Priv-Ersatz,11.07.2017 09:07,11.07.2017 09:07,57,57
|
||||
3756,ST VS Bad Griesbach,S275,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,38,38
|
||||
3756,ST VS Bad Griesbach,S275,A022, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,38,38
|
||||
3784,ST VS Ruhstorf,S275,A022, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,20,20
|
||||
3784,ST VS Ruhstorf,S275,A022, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,20,20
|
||||
3796,ST VS Tittling,S275,A022, ,staatlich,07.07.2017 12:07,07.07.2017 12:07,25,25
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,117,61
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,117,118
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,10.07.2017 16:07,10.07.2017 16:07,117,118
|
||||
3801,ST VS Vilshofen,S275,A022, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,117,118
|
||||
3803,ST VS Wegscheid,S275,A022, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,12,12
|
||||
3809,ST VS Fürstenzell,S275,A022, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,27,36
|
||||
3818,ST VS Bodenmais,S276,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,30,30
|
||||
3825,ST VS Kirchberg i.Wald,S276,A022, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,25,25
|
||||
3837,ST VS Regen,S276,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,62,63
|
||||
3837,ST VS Regen,S276,A022, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,62,62
|
||||
3838,ST VS Rinchnach,S276,A022, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,20,20
|
||||
3841,ST VS Teisnach,S276,A022, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,28,28
|
||||
3847,ST VS Ruhmannsfelden,S276,A022, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,15,15
|
||||
3847,ST VS Ruhmannsfelden,S276,A022, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,15,15
|
||||
3849,ST VS Viechtach,S276,A022, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,54,55
|
||||
3871,ST VS Kirchdorf,S277,A022, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,17,17
|
||||
3871,ST VS Kirchdorf,S277,A022, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,17,16
|
||||
3871,ST VS Kirchdorf,S277,A022, ,staatlich,07.07.2017 08:07,07.07.2017 08:07,17,16
|
||||
3873,ST VS Massing,S277,A022, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,20,20
|
||||
3882,ST VS Simbach,S277,A022, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,83,83
|
||||
3889,ST VS Wurmannsquick,S277,A022, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,2,2
|
||||
3900,ST VS Geiselhöring,S278,A022, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,17,17
|
||||
3903,ST VS Hunderdorf,S278,A022, ,staatlich,07.07.2017 12:07,07.07.2017 12:07,50,50
|
||||
3907,ST VS Leiblfing,S278,A022, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,16,16
|
||||
3907,ST VS Leiblfing,S278,A022, ,staatlich,07.07.2017 13:07,07.07.2017 13:07,16,16
|
||||
3910,ST VS Mallersdorf-Pfaffenberg,S278,A022, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,24,24
|
||||
3917,ST VS Parkstetten,S278,A022, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,1,1
|
||||
3926,ST VS Schwarzach,S278,A022, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,39,40
|
||||
3929,ST VS Straßkirchen,S278,A022, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,25,25
|
||||
3930,ST VS Wiesenfelden,S278,A022, ,staatlich,07.07.2017 12:07,07.07.2017 12:07,21,21
|
||||
3931,ST VS Bogen,S278,A022, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,72,73
|
||||
3936,ST VS Dingolfing,S279,A022, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,145,165
|
||||
3936,ST VS Dingolfing,S279,A022, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,145,165
|
||||
3940,ST VS Eichendorf,S279,A022, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,17,17
|
||||
3945,ST VS Landau,S279,A022, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,108,108
|
||||
3949,ST VS Mengkofen,S279,A022, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,18,18
|
||||
3956,ST VS Reisbach,S279,A022, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,35,35
|
||||
3958,ST VS Wallersdorf,S279,A022, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,39,39
|
||||
4504,ST VS Amberg,S361,A023, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,110,118
|
||||
4510,ST VS Amberg,S361,A023, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,2,2
|
||||
4514,PERS VS Regensburg,S362,A023, ,Priv-Ersatz,13.07.2017 10:07,13.07.2017 10:07,47,47
|
||||
4514,PERS VS Regensburg,S362,A023, ,Priv-Ersatz,13.07.2017 09:07,13.07.2017 09:07,47,47
|
||||
4526,ST VS Regensburg,S362,A023, ,staatlich,12.07.2017 23:07,12.07.2017 23:07,71,71
|
||||
4528,ST VS Regensburg,S362,A023, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,86,86
|
||||
4543,ST VS Regensburg,S362,A023, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,53,54
|
||||
4543,ST VS Regensburg,S362,A023, ,staatlich,12.07.2017 12:07,12.07.2017 13:07,53,54
|
||||
4777,ST VS Regensburg,S362,A023, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,75,75
|
||||
4777,ST VS Regensburg,S362,A023, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,75,75
|
||||
4568,ST VS Weiden,S363,A023, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,79,79
|
||||
4570,ST VS Weiden,S363,A023, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,117,119
|
||||
4594,ST VS Freudenberg,S371,A023, ,staatlich,10.07.2017 07:07,10.07.2017 07:07,11,11
|
||||
4594,ST VS Freudenberg,S371,A023, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,11,11
|
||||
4596,ST VS Hahnbach,S371,A023, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,60,63
|
||||
4607,ST VS Kümmersbruck,S371,A023, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,43,43
|
||||
4619,ST VS Ursensollen,S371,A023, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,42,43
|
||||
4622,ST VS Vilseck,S371,A023, ,staatlich,12.07.2017 18:07,12.07.2017 18:07,18,18
|
||||
4625,ST VS Sulzbach-Rosenberg,S371,A023, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,129,129
|
||||
4649,ST VS Bad Kötzting,S372,A023, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,12,12
|
||||
4651,ST VS Lam,S372,A023, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,32,32
|
||||
4659,ST VS Roding,S372,A023, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,116,116
|
||||
4659,ST VS Roding,S372,A023, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,116,109
|
||||
4674,ST VS Walderbach,S372,A023, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,20,20
|
||||
4677,ST VS Cham,S372,A023, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,127,129
|
||||
4683,ST VS Berching,S373,A023, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,40,41
|
||||
4683,ST VS Berching,S373,A023, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,40,41
|
||||
4689,ST VS Deining,S373,A023, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,18,18
|
||||
4691,ST VS Freystadt,S373,A023, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,56,56
|
||||
4691,ST VS Freystadt,S373,A023, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,56,59
|
||||
4697,ST VS Neumarkt,S373,A023, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,33,33
|
||||
4715,ST VS Postbauer-Heng,S373,A023, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,53,53
|
||||
4718,ST VS Seubersdorf,S373,A023, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,53,53
|
||||
4721,ST VS Velburg,S373,A023, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,19,19
|
||||
4726,ST VS Altenstadt,S374,A023, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,53,53
|
||||
4726,ST VS Altenstadt,S374,A023, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,53,53
|
||||
4732,ST VS Floß,S374,A023, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,12,12
|
||||
4736,ST VS Grafenwöhr,S374,A023, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,5,5
|
||||
4748,ST VS Pirk,S374,A023, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,18,18
|
||||
4750,ST VS Pressath,S374,A023, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,18,18
|
||||
4750,ST VS Pressath,S374,A023, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,18,18
|
||||
4760,ST VS Windischeschenbach,S374,A023, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,20,20
|
||||
4761,ST VS Vohenstrauß,S374,A023, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,85,25
|
||||
4761,ST VS Vohenstrauß,S374,A023, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,85,87
|
||||
4769,ST VS Neutraubling,S375,A023, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,141,141
|
||||
4769,ST VS Neutraubling,S375,A023, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,141,141
|
||||
4788,ST VS Hemau,S375,A023, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,57,57
|
||||
4814,ST VS Wenzenbach,S375,A023, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,2,2
|
||||
4816,ST VS Wörth,S375,A023, ,staatlich,11.07.2017 07:07,11.07.2017 07:07,62,62
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,20,5
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,20,20
|
||||
4827,ST VS Bruck,S376,A023, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,20,5
|
||||
4829,ST VS Burglengenfeld,S376,A023, ,staatlich,12.07.2017 18:07,12.07.2017 18:07,94,95
|
||||
4830,ST VS Schwandorf,S376,A023, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,67,67
|
||||
4845,ST VS Nittenau,S376,A023, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,6,6
|
||||
4847,ST VS Oberviechtach,S376,A023, ,staatlich,07.07.2017 12:07,07.07.2017 12:07,58,58
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,27,27
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,27,27
|
||||
4849,ST VS Pfreimd,S376,A023, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,27,27
|
||||
4860,ST VS Schwarzenfeld,S376,A023, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,19,19
|
||||
4860,ST VS Schwarzenfeld,S376,A023, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,19,19
|
||||
4860,ST VS Schwarzenfeld,S376,A023, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,19,19
|
||||
4869,ST VS Wackersdorf,S376,A023, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,23,23
|
||||
4879,ST VS Ebnath,S377,A023, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,18,19
|
||||
4880,ST VS Erbendorf,S377,A023, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,49,49
|
||||
4887,ST VS Kemnath,S377,A023, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,64,64
|
||||
4893,ST VS Mitterteich,S377,A023, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,41,41
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,83,83
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,83,83
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,83,83
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,83,83
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,83,83
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,83,83
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,83,83
|
||||
4904,ST VS Tirschenreuth,S377,A023, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,83,83
|
||||
4908,ST VS Waldsassen,S377,A023, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,46,47
|
||||
4910,ST VS Wiesau,S377,A023, ,staatlich,13.07.2017 18:07,13.07.2017 18:07,23,23
|
||||
5503,ST VS Bamberg,S461,A024, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,22,22
|
||||
5505,ST VS Bamberg,S461,A024, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,41,42
|
||||
5525,ST VS Bayreuth,S462,A024, ,staatlich,07.07.2017 12:07,07.07.2017 12:07,64,64
|
||||
5527,ST VS Bayreuth,S462,A024, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,105,107
|
||||
5574,ST VS Hof,S464,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,95,95
|
||||
5577,ST VS Hof,S464,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,80,80
|
||||
5580,ST VS Hof,S464,A024, ,staatlich,14.07.2017 16:07,14.07.2017 16:07,72,73
|
||||
5595,ST VS Baunach,S471,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,33,34
|
||||
5616,ST VS Memmelsdorf,S471,A024, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,21,21
|
||||
5620,ST VS Frensdorf,S471,A024, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,5,6
|
||||
5622,ST VS Priesendorf,S471,A024, ,staatlich,07.07.2017 07:07,07.07.2017 07:07,10,10
|
||||
5622,ST VS Priesendorf,S471,A024, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,10,10
|
||||
5622,ST VS Priesendorf,S471,A024, ,staatlich,07.07.2017 08:07,07.07.2017 08:07,10,10
|
||||
5638,ST VS Schlüsselfeld,S471,A024, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,34,34
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,27,27
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,27,27
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,27,27
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,27,13
|
||||
5644,ST VS Bad Berneck,S472,A024, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,27,27
|
||||
5649,ST VS Eckersdorf,S472,A024, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,33,33
|
||||
5656,ST VS Hummeltal,S472,A024, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,18,18
|
||||
5666,ST VS Pottenstein,S472,A024, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,22,22
|
||||
5669,ST VS Speichersdorf,S472,A024, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,14,14
|
||||
5669,ST VS Speichersdorf,S472,A024, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,14,14
|
||||
5674,ST VS Weidenberg,S472,A024, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,50,50
|
||||
5683,ST VS Ebersdorf,S473,A024, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,71,72
|
||||
5687,ST VS Lautertal,S473,A024, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,19,19
|
||||
5691,ST VS Neustadt,S473,A024, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,77,77
|
||||
5691,ST VS Neustadt,S473,A024, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,77,77
|
||||
5692,ST VS Bad Rodach,S473,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,15,15
|
||||
5695,ST VS Rödental,S473,A024, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,35,35
|
||||
5699,ST VS Seßlach,S473,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,40,40
|
||||
5700,ST VS Sonnefeld,S473,A024, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,48,48
|
||||
5702,ST VS Untersiemau,S473,A024, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,20,20
|
||||
5721,ST VS Forchheim,S474,A024, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,52,52
|
||||
5721,ST VS Forchheim,S474,A024, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,52,52
|
||||
5724,ST VS Forchheim,S474,A024, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,130,130
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,22,22
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,22,22
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,22,22
|
||||
5726,ST VS Gößweinstein,S474,A024, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,22,22
|
||||
5747,ST VS Neunkirchen,S474,A024, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,53,53
|
||||
5747,ST VS Neunkirchen,S474,A024, ,staatlich,11.07.2017 14:07,11.07.2017 14:07,53,53
|
||||
5756,ST VS Helmbrechts,S475,A024, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,20,20
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich,14.07.2017 00:07,14.07.2017 00:07,71,71
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,71,71
|
||||
5761,ST VS Münchberg,S475,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,71,71
|
||||
5764,ST VS Oberkotzau,S475,A024, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,41,40
|
||||
5764,ST VS Oberkotzau,S475,A024, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,41,42
|
||||
5777,ST VS Feilitzsch,S475,A024, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,21,21
|
||||
5788,ST VS Kronach,S476,A024, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,76,76
|
||||
5789,ST VS Küps,S476,A024, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,19,19
|
||||
5795,ST VS Pressig,S476,A024, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,61,61
|
||||
5795,ST VS Pressig,S476,A024, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,61,61
|
||||
5832,ST VS Neudrossenfeld,S477,A024, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,13,13
|
||||
5847,ST VS Altenkunstadt,S478,A024, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,43,45
|
||||
5863,ST VS Bad Staffelstein,S478,A024, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,19,19
|
||||
5863,ST VS Bad Staffelstein,S478,A024, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,19,19
|
||||
5863,ST VS Bad Staffelstein,S478,A024, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,19,19
|
||||
5880,ST VS Marktredwitz,S479,A024, ,staatlich,12.07.2017 15:07,12.07.2017 15:07,86,89
|
||||
5884,ST VS Selb,S479,A024, ,staatlich,13.07.2017 14:07,13.07.2017 14:07,87,89
|
||||
6501,PERS VS Ansbach,S561,A025, ,Priv-Ersatz,17.07.2017 12:07,17.07.2017 12:07,41,41
|
||||
6513,ST VS Ansbach,S561,A025, ,staatlich,14.07.2017 14:07,14.07.2017 14:07,102,108
|
||||
6513,ST VS Ansbach,S561,A025, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,102,108
|
||||
6529,ST VS Erlangen,S562,A025, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,81,81
|
||||
6532,ST VS Spardorf,S562,A025, ,staatlich,13.07.2017 16:07,13.07.2017 16:07,99,99
|
||||
6551,ST VS Fürth,S563,A025, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,94,94
|
||||
6600,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,111,72
|
||||
6600,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 16:07,13.07.2017 16:07,111,115
|
||||
6606,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 14:07,13.07.2017 14:07,91,93
|
||||
6608,ST VS Nürnberg,S564,A025, ,staatlich,14.07.2017 14:07,14.07.2017 14:07,43,43
|
||||
6609,ST VS Nürnberg,S564,A025, ,staatlich,11.07.2017 15:07,11.07.2017 15:07,96,96
|
||||
6609,ST VS Nürnberg,S564,A025, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,96,96
|
||||
6627,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,85,87
|
||||
6635,ST VS Nürnberg,S564,A025, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,39,39
|
||||
6647,ST VS Nürnberg,S564,A025, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,77,78
|
||||
6649,ST VS Nürnberg,S564,A025, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,64,65
|
||||
6729,PERS VS Nürnberg,S564,A025, ,Priv-Ersatz,14.07.2017 14:07,14.07.2017 14:07,63,63
|
||||
6690,ST VS Schwabach,S565,A025, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,84,84
|
||||
6690,ST VS Schwabach,S565,A025, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,84,84
|
||||
6705,ST VS Dietenhofen,S571,A025, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,5,5
|
||||
6709,ST VS Dentlein,S571,A025, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,24,24
|
||||
6727,ST VS Herrieden,S571,A025, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,32,30
|
||||
6727,ST VS Herrieden,S571,A025, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,32,32
|
||||
6731,ST VS Lehrberg,S571,A025, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,18,21
|
||||
6738,ST VS Neuendettelsau,S571,A025, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,52,52
|
||||
6742,ST VS Petersaurach,S571,A025, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,36,36
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,105,105
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,105,105
|
||||
6745,ST VS Rothenburg,S571,A025, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,105,105
|
||||
6781,ST VS Herzogenaurach,S572,A025, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,67,67
|
||||
6781,ST VS Herzogenaurach,S572,A025, ,staatlich,16.07.2017 16:07,16.07.2017 16:07,67,67
|
||||
6791,ST VS Mühlhausen,S572,A025, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,17,17
|
||||
6808,ST VS Langenzenn,S573,A025, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,56,56
|
||||
6808,ST VS Langenzenn,S573,A025, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,56,52
|
||||
6821,ST VS Zirndorf,S573,A025, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,96,96
|
||||
6822,ST VS Roßtal,S573,A025, ,staatlich,16.07.2017 13:07,16.07.2017 13:07,29,29
|
||||
6839,ST VS Happurg,S574,A025, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,22,22
|
||||
6844,ST VS Hersbruck,S574,A025, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,68,79
|
||||
6844,ST VS Hersbruck,S574,A025, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,68,48
|
||||
6872,ST VS Altdorf,S574,A025, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,95,95
|
||||
6873,ST VS Röthenbach,S574,A025, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,80,82
|
||||
6877,ST VS Bad Windsheim,S575,A025, ,staatlich,11.07.2017 08:07,11.07.2017 08:07,55,15
|
||||
6877,ST VS Bad Windsheim,S575,A025, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,55,55
|
||||
6884,ST VS Diespeck,S575,A025, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,18,18
|
||||
6884,ST VS Diespeck,S575,A025, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,18,18
|
||||
6899,ST VS Neustadt,S575,A025, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,93,93
|
||||
6906,ST VS Uehlfeld,S575,A025, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,3,3
|
||||
6906,ST VS Uehlfeld,S575,A025, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,3,3
|
||||
6908,ST VS Scheinfeld,S575,A025, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,56,56
|
||||
6908,ST VS Scheinfeld,S575,A025, ,staatlich,12.07.2017 07:07,12.07.2017 07:07,56,23
|
||||
6909,ST VS Uffenheim,S575,A025, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,36,36
|
||||
6909,ST VS Uffenheim,S575,A025, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,36,11
|
||||
6920,ST VS Georgensgmünd,S576,A025, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,2,2
|
||||
6931,ST VS Rednitzhembach,S576,A025, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,23,23
|
||||
6940,ST VS Spalt,S576,A025, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,18,18
|
||||
6945,ST VS Wendelstein,S576,A025, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,2,2
|
||||
7501,ST VS Aschaffenburg,S661,A026, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,68,69
|
||||
7506,ST VS Aschaffenburg,S661,A026, ,staatlich,11.07.2017 13:07,11.07.2017 13:07,38,38
|
||||
7506,ST VS Aschaffenburg,S661,A026, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,38,38
|
||||
7514,ST VS Aschaffenburg,S661,A026, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,86,90
|
||||
7527,ST VS Schweinfurt,S662,A026, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,32,32
|
||||
7530,ST VS Schweinfurt,S662,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,78,81
|
||||
7553,ST VS Würzburg,S663,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,21,21
|
||||
7573,ST VS Würzburg,S663,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,17,18
|
||||
7573,ST VS Würzburg,S663,A026, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,17,18
|
||||
7574,ST VS Würzburg,S663,A026, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,75,76
|
||||
7574,ST VS Würzburg,S663,A026, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,75,76
|
||||
7601,ST VS Goldbach,S671,A026, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,22,22
|
||||
7611,ST VS Hösbach,S671,A026, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,74,74
|
||||
7611,ST VS Hösbach,S671,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,74,72
|
||||
7617,ST VS Laufach,S671,A026, ,staatlich,14.07.2017 15:07,14.07.2017 15:07,20,20
|
||||
7618,ST VS Mainaschaff,S671,A026, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,43,43
|
||||
7622,ST VS Mömbris,S671,A026, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,11,11
|
||||
7635,ST VS Stockstadt,S671,A026, ,staatlich,12.07.2017 07:07,12.07.2017 07:07,23,21
|
||||
7635,ST VS Stockstadt,S671,A026, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,23,23
|
||||
7636,ST VS Waldaschaff,S671,A026, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,22,22
|
||||
7636,ST VS Waldaschaff,S671,A026, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,22,2
|
||||
7643,ST VS Alzenau,S671,A026, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,90,90
|
||||
7643,ST VS Alzenau,S671,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,90,89
|
||||
7644,ST VS Schöllkrippen,S671,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,94,94
|
||||
7663,ST VS Hammelburg,S672,A026, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,69,71
|
||||
7666,ST VS Maßbach,S672,A026, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,20,20
|
||||
7680,ST VS Schondra,S672,A026, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,1,1
|
||||
7696,ST VS Bischofsheim,S673,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,28,28
|
||||
7707,ST VS Mellrichstadt,S673,A026, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,68,68
|
||||
7707,ST VS Mellrichstadt,S673,A026, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,68,68
|
||||
7743,ST VS Theres,S674,A026, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,16,16
|
||||
7756,ST VS Hofheim,S674,A026, ,staatlich,07.07.2017 09:07,07.07.2017 09:07,38,38
|
||||
7757,ST VS Zeil,S674,A026, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,25,25
|
||||
7758,ST VS Maroldsweisach,S674,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,15,11
|
||||
7758,ST VS Maroldsweisach,S674,A026, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,15,15
|
||||
7765,ST VS Iphofen,S675,A026, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,2,2
|
||||
7765,ST VS Iphofen,S675,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,2,2
|
||||
7776,ST VS Marktbreit,S675,A026, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,23,23
|
||||
7796,ST VS Bürgstadt,S676,A026, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,23,23
|
||||
7802,ST VS Elsenfeld,S676,A026, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,71,71
|
||||
7802,ST VS Elsenfeld,S676,A026, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,71,71
|
||||
7803,ST VS Erlenbach,S676,A026, ,staatlich,11.07.2017 15:07,11.07.2017 15:07,75,73
|
||||
7803,ST VS Erlenbach,S676,A026, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,75,75
|
||||
7805,ST VS Eschau,S676,A026, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,23,23
|
||||
7805,ST VS Eschau,S676,A026, ,staatlich,07.07.2017 10:07,07.07.2017 10:07,23,9
|
||||
7805,ST VS Eschau,S676,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,23,23
|
||||
7806,ST VS Faulbach,S676,A026, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,21,9
|
||||
7806,ST VS Faulbach,S676,A026, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,21,21
|
||||
7807,ST VS Großheubach,S676,A026, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,37,37
|
||||
7808,ST VS Großwallstadt,S676,A026, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,64,65
|
||||
7814,ST VS Leidersbach,S676,A026, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,33,33
|
||||
7814,ST VS Leidersbach,S676,A026, ,staatlich,13.07.2017 07:07,13.07.2017 07:07,33,33
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,68,59
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich,12.07.2017 10:07,12.07.2017 10:07,68,59
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,68,70
|
||||
7816,ST VS Miltenberg,S676,A026, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,68,59
|
||||
7821,ST VS Obernburg,S676,A026, ,staatlich,13.07.2017 16:07,13.07.2017 16:07,31,32
|
||||
7821,ST VS Obernburg,S676,A026, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,31,32
|
||||
7824,ST VS Klingenberg,S676,A026, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,34,34
|
||||
7824,ST VS Klingenberg,S676,A026, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,34,34
|
||||
7833,ST VS Arnstein,S677,A026, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,13,13
|
||||
7833,ST VS Arnstein,S677,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,13,13
|
||||
7835,ST VS Burgsinn,S677,A026, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,27,27
|
||||
7835,ST VS Burgsinn,S677,A026, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,27,27
|
||||
7837,ST VS Eußenheim,S677,A026, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,20,21
|
||||
7838,ST VS Frammersbach,S677,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,28,28
|
||||
7848,ST VS Karlstadt,S677,A026, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,23,22
|
||||
7848,ST VS Karlstadt,S677,A026, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,23,23
|
||||
7879,ST VS Gemünden,S677,A026, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,56,58
|
||||
7881,ST VS Lohr,S677,A026, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,83,85
|
||||
7881,ST VS Lohr,S677,A026, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,83,46
|
||||
7884,ST VS Bergrheinfeld,S678,A026, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,21,21
|
||||
7899,ST VS Niederwerrn,S678,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,19,19
|
||||
7899,ST VS Niederwerrn,S678,A026, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,19,19
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,54,4
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,54,4
|
||||
7902,ST VS Poppenhausen,S678,A026, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,54,56
|
||||
7910,ST VS Stadtlauringen,S678,A026, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,1,1
|
||||
7918,ST VS Werneck,S678,A026, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,68,68
|
||||
7918,ST VS Werneck,S678,A026, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,68,63
|
||||
7923,ST VS Gerolzhofen,S678,A026, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,62,60
|
||||
7923,ST VS Gerolzhofen,S678,A026, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,62,62
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,41,41
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,41,41
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,07.07.2017 08:07,07.07.2017 08:07,41,39
|
||||
7936,ST VS Gerbrunn,S679,A026, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,41,39
|
||||
7944,ST VS Höchberg,S679,A026, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,78,78
|
||||
7951,ST VS Margetshöchheim,S679,A026, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,50,51
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,66,30
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,66,66
|
||||
7956,ST VS Ochsenfurt,S679,A026, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,66,30
|
||||
7976,ST VS Rimpar,S679,A026, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,34,34
|
||||
8501,ST VS Augsburg,S761,A027, ,staatlich,12.07.2017 16:07,12.07.2017 16:07,68,68
|
||||
8502,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,72,74
|
||||
8503,ST VS Augsburg,S761,A027, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,82,83
|
||||
8513,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,52,52
|
||||
8515,ST VS Augsburg,S761,A027, ,staatlich,12.07.2017 17:07,12.07.2017 17:07,37,37
|
||||
8515,ST VS Augsburg,S761,A027, ,staatlich,11.07.2017 14:07,11.07.2017 14:07,37,37
|
||||
8517,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,160,161
|
||||
8523,ST VS Augsburg,S761,A027, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,39,39
|
||||
8529,ST VS Augsburg,S761,A027, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,78,66
|
||||
8529,ST VS Augsburg,S761,A027, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,78,81
|
||||
8532,ST VS Augsburg,S761,A027, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,48,48
|
||||
8532,ST VS Augsburg,S761,A027, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,48,22
|
||||
8534,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,101,101
|
||||
8534,ST VS Augsburg,S761,A027, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,101,101
|
||||
8669,ST VS Augsburg,S761,A027, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,63,65
|
||||
8701,PERS VS Augsburg,S761,A027, ,Priv-Ersatz,11.07.2017 08:07,11.07.2017 08:07,47,48
|
||||
8548,ST VS Kaufbeuren,S762,A027, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,50,50
|
||||
8557,ST VS Kaufbeuren,S762,A027, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,81,81
|
||||
8570,ST VS Kempten,S763,A027, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,38,38
|
||||
8570,ST VS Kempten,S763,A027, ,staatlich,13.07.2017 07:07,13.07.2017 07:07,38,38
|
||||
8572,ST VS Kempten,S763,A027, ,staatlich,10.07.2017 11:07,10.07.2017 11:07,70,42
|
||||
8572,ST VS Kempten,S763,A027, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,70,76
|
||||
8574,ST VS Kempten,S763,A027, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,57,57
|
||||
8580,ST VS Memmingen,S764,A027, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,86,86
|
||||
8594,ST VS Aichach,S771,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,89,89
|
||||
8595,ST VS Aindling,S771,A027, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,55,55
|
||||
8597,ST VS Dasing,S771,A027, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,16,16
|
||||
8601,ST VS Friedberg,S771,A027, ,staatlich,12.07.2017 16:07,12.07.2017 16:07,95,95
|
||||
8603,ST VS Hollenbach,S771,A027, ,staatlich,12.07.2017 14:07,12.07.2017 14:07,27,27
|
||||
8606,ST VS Kissing,S771,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,57,57
|
||||
8607,ST VS Kühbach,S771,A027, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,20,20
|
||||
8608,ST VS Merching,S771,A027, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,44,45
|
||||
8613,ST VS Pöttmes,S771,A027, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,36,36
|
||||
8613,ST VS Pöttmes,S771,A027, ,staatlich,14.07.2017 14:07,14.07.2017 14:07,36,36
|
||||
8634,ST VS Fischach,S772,A027, ,staatlich,14.07.2017 13:07,14.07.2017 14:07,103,103
|
||||
8634,ST VS Fischach,S772,A027, ,staatlich,14.07.2017 13:07,14.07.2017 13:07,103,103
|
||||
8641,ST VS Großaitingen,S772,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,23,23
|
||||
8651,ST VS Langweid,S772,A027, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,23,23
|
||||
8651,ST VS Langweid,S772,A027, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,23,23
|
||||
8664,ST VS Stadtbergen,S772,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,47,47
|
||||
8664,ST VS Stadtbergen,S772,A027, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,47,47
|
||||
8673,ST VS Welden,S772,A027, ,staatlich,13.07.2017 13:07,13.07.2017 13:07,22,22
|
||||
8679,ST VS Gundelfingen,S773,A027, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,65,65
|
||||
8680,ST VS Bissingen,S773,A027, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,11,11
|
||||
8680,ST VS Bissingen,S773,A027, ,staatlich,10.07.2017 08:07,10.07.2017 08:07,11,10
|
||||
8690,ST VS Lauingen,S773,A027, ,staatlich,17.07.2017 11:07,17.07.2017 11:07,35,35
|
||||
8690,ST VS Lauingen,S773,A027, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,35,35
|
||||
8694,ST VS Holzheim,S773,A027, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,35,35
|
||||
8696,ST VS Wittislingen,S773,A027, ,staatlich,12.07.2017 08:07,12.07.2017 08:07,17,16
|
||||
8696,ST VS Wittislingen,S773,A027, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,17,17
|
||||
8696,ST VS Wittislingen,S773,A027, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,17,17
|
||||
8696,ST VS Wittislingen,S773,A027, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,17,16
|
||||
8698,ST VS Wertingen,S773,A027, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,114,114
|
||||
8715,ST VS Ichenhausen,S774,A027, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,60,60
|
||||
8717,ST VS Jettingen-Scheppach,S774,A027, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,31,33
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich,10.07.2017 10:07,10.07.2017 10:07,51,49
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,51,49
|
||||
8723,ST VS Krumbach,S774,A027, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,51,51
|
||||
8735,ST VS Günzburg,S774,A027, ,staatlich,11.07.2017 10:07,11.07.2017 10:07,19,19
|
||||
8744,ST VS Buch,S775,A027, ,staatlich,15.07.2017 10:07,15.07.2017 10:07,19,19
|
||||
8744,ST VS Buch,S775,A027, ,staatlich,14.07.2017 15:07,14.07.2017 15:07,19,19
|
||||
8748,ST VS Illertissen,S775,A027, ,staatlich,15.07.2017 13:07,15.07.2017 13:07,92,92
|
||||
8753,ST VS Neu-Ulm,S775,A027, ,staatlich,17.07.2017 12:07,17.07.2017 12:07,86,87
|
||||
8753,ST VS Neu-Ulm,S775,A027, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,86,87
|
||||
8762,ST VS Pfaffenhofen,S775,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,15,15
|
||||
8778,ST VS Weißenhorn,S775,A027, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,89,89
|
||||
8778,ST VS Weißenhorn,S775,A027, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,89,75
|
||||
8780,ST VS Neu-Ulm,S775,A027, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,73,74
|
||||
8791,ST VS Lindau Reutin,S776,A027, ,staatlich,14.07.2017 08:07,14.07.2017 08:07,8,9
|
||||
8794,ST VS Lindenberg,S776,A027, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,68,68
|
||||
8804,ST VS Weiler-Simmerberg,S776,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,21,21
|
||||
8814,ST VS Biessenhofen,S777,A027, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,21,21
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,52,43
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich,14.07.2017 09:07,14.07.2017 09:07,52,52
|
||||
8818,ST VS Buchloe,S777,A027, ,staatlich,14.07.2017 07:07,14.07.2017 07:07,52,52
|
||||
8820,ST VS Friesenried,S777,A027, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,23,23
|
||||
8823,ST VS Füssen,S777,A027, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,53,54
|
||||
8823,ST VS Füssen,S777,A027, ,staatlich,10.07.2017 09:07,10.07.2017 09:07,53,34
|
||||
8824,ST VS Germaringen,S777,A027, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,58,59
|
||||
8842,ST VS Roßhaupten,S777,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,27,27
|
||||
8848,ST VS Unterthingau,S777,A027, ,staatlich,07.07.2017 11:07,07.07.2017 11:07,13,13
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,21,21
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,21,21
|
||||
8852,ST VS Pfronten,S777,A027, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,21,21
|
||||
8856,ST VS Babenhausen,S778,A027, ,staatlich,10.07.2017 12:07,10.07.2017 12:07,89,89
|
||||
8865,ST VS Erkheim,S778,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,14,14
|
||||
8865,ST VS Erkheim,S778,A027, ,staatlich,11.07.2017 14:07,11.07.2017 14:07,14,13
|
||||
8872,ST VS Legau,S778,A027, ,staatlich,14.07.2017 11:07,14.07.2017 11:07,17,17
|
||||
8872,ST VS Legau,S778,A027, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,17,17
|
||||
8875,ST VS Memmingerberg,S778,A027, ,staatlich,12.07.2017 13:07,12.07.2017 13:07,25,25
|
||||
8877,ST VS Mindelheim,S778,A027, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,82,82
|
||||
8879,ST VS Ottobeuren,S778,A027, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,73,73
|
||||
8880,ST VS Pfaffenhausen,S778,A027, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,29,29
|
||||
8897,ST VS Deiningen,S779,A027, ,staatlich,13.07.2017 11:07,13.07.2017 11:07,25,25
|
||||
8899,ST VS Donauwörth,S779,A027, ,staatlich,17.07.2017 09:07,17.07.2017 09:07,112,113
|
||||
8899,ST VS Donauwörth,S779,A027, ,staatlich,17.07.2017 10:07,17.07.2017 10:07,112,113
|
||||
8906,ST VS Harburg,S779,A027, ,staatlich,11.07.2017 09:07,11.07.2017 09:07,26,20
|
||||
8906,ST VS Harburg,S779,A027, ,staatlich,11.07.2017 12:07,11.07.2017 12:07,26,20
|
||||
8906,ST VS Harburg,S779,A027, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,26,27
|
||||
8917,ST VS Monheim,S779,A027, ,staatlich,12.07.2017 12:07,12.07.2017 12:07,29,29
|
||||
8917,ST VS Monheim,S779,A027, ,staatlich,12.07.2017 11:07,12.07.2017 11:07,29,8
|
||||
8924,ST VS Oettingen,S779,A027, ,staatlich,11.07.2017 11:07,11.07.2017 11:07,13,13
|
||||
8936,ST VS Altusried,S780,A027, ,staatlich,14.07.2017 10:07,14.07.2017 10:07,53,53
|
||||
8941,ST VS Blaichach,S780,A027, ,staatlich,07.07.2017 12:07,07.07.2017 12:07,21,21
|
||||
8941,ST VS Blaichach,S780,A027, ,staatlich,13.07.2017 12:07,13.07.2017 12:07,21,21
|
||||
8944,ST VS Dietmannsried,S780,A027, ,staatlich,17.07.2017 08:07,17.07.2017 08:07,72,72
|
||||
8945,ST VS Durach,S780,A027, ,staatlich,13.07.2017 15:07,13.07.2017 15:07,57,57
|
||||
8948,ST VS Bad Hindelang,S780,A027, ,staatlich,13.07.2017 10:07,13.07.2017 10:07,18,19
|
||||
8949,ST VS Immenstadt,S780,A027, ,staatlich,13.07.2017 09:07,13.07.2017 09:07,24,24
|
||||
8956,ST VS Oy-Mittelberg,S780,A027, ,staatlich,17.07.2017 14:07,17.07.2017 14:07,53,53
|
||||
8958,ST VS Oberstaufen,S780,A027, ,staatlich,12.07.2017 09:07,12.07.2017 09:07,19,19
|
||||
8960,ST VS Oberstdorf,S780,A027, ,staatlich,14.07.2017 12:07,14.07.2017 12:07,58,58
|
||||
8970,ST VS Waltenhofen,S780,A027, ,staatlich,17.07.2017 13:07,17.07.2017 13:07,12,12
|
||||
8972,ST VS Weitnau,S780,A027, ,staatlich,13.07.2017 08:07,13.07.2017 08:07,22,22
|
||||
8972,ST VS Weitnau,S780,A027, ,staatlich,10.07.2017 13:07,10.07.2017 13:07,22,8
|
||||
|
Executable
+367
@@ -0,0 +1,367 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,TYP
|
||||
0673,ST RS Wolfratshausen,staatlich
|
||||
0674,ST RS Würzburg,staatlich
|
||||
0675,ST RS Würzburg,staatlich
|
||||
0677,PERS RS Würzburg,Priv-Ersatz
|
||||
0678,PERS RS Würzburg,Priv-Ersatz
|
||||
0679,ST RS Holzkirchen,staatlich
|
||||
0680,ST RS München,staatlich
|
||||
0681,KOM ARS Augsburg,kommunal
|
||||
0682,KOM ARS München,kommunal
|
||||
0683,KOM ARS Nürnberg,kommunal
|
||||
0685,ST RS Dettelbach,staatlich
|
||||
0686,ST RS Erlangen,staatlich
|
||||
0687,ST RS Geretsried,staatlich
|
||||
0688,ST RS München,staatlich
|
||||
0689,ST RS Nürnberg,staatlich
|
||||
0690,ST RS Passau,staatlich
|
||||
0691,ST RS Neu-Ulm,staatlich
|
||||
0693,ST RS Schöllnach,staatlich
|
||||
0694,ST RS Weiden,staatlich
|
||||
0697,ST RS Günzburg,staatlich
|
||||
0698,ST RS Hammelburg,staatlich
|
||||
0699,ST RS Manching,staatlich
|
||||
0700,KOM RS München,kommunal
|
||||
0701,ST RS Bad Tölz,staatlich
|
||||
0703,ST RS Elsenfeld,staatlich
|
||||
0705,ST RS Rottenburg,staatlich
|
||||
0706,ST RS Schwabach,staatlich
|
||||
0707,ST RS Wunsiedel,staatlich
|
||||
0708,ST RS Würzburg,staatlich
|
||||
0710,KOM RS München,kommunal
|
||||
0711,KOM RS München,kommunal
|
||||
0712,ST RS Treuchtlingen,staatlich
|
||||
0401,PERS RS Abenberg,Priv-Ersatz
|
||||
0402,ST RS Abensberg,staatlich
|
||||
0496,ST RS Hof,staatlich
|
||||
0497,ST RS Hofheim,staatlich
|
||||
0499,ST RS Immenstadt,staatlich
|
||||
0500,PERS RS Immenstadt,Priv-Ersatz
|
||||
0501,PERS RS Markt Indersdorf,Priv-Ersatz
|
||||
0502,ST RS Ingolstadt,staatlich
|
||||
0503,PERS RS Ingolstadt,Priv-Ersatz
|
||||
0504,ST RS Karlstadt,staatlich
|
||||
0506,PERS RS Kaufbeuren,Priv-Ersatz
|
||||
0507,ST RS Kemnath,staatlich
|
||||
0508,PERS RS München,Priv-Ersatz
|
||||
0509,ST RS Kempten,staatlich
|
||||
0510,KOM RS Kempten,kommunal
|
||||
0511,PERS RS Kempten,Priv-Ersatz
|
||||
0512,ST RS Kitzingen,staatlich
|
||||
0513,ST RS Kaufering,staatlich
|
||||
0514,ST RS Königsbrunn,staatlich
|
||||
0515,ST RS Bad Königshofen,staatlich
|
||||
0516,ST RS Bad Kötzting,staatlich
|
||||
0517,ST RS Kronach,staatlich
|
||||
0518,ST RS Krumbach,staatlich
|
||||
0519,ST RS Kulmbach,staatlich
|
||||
0520,ST RS Landau,staatlich
|
||||
0521,ST RS Landsberg,staatlich
|
||||
0522,ST RS Landshut,staatlich
|
||||
0523,PERS RS Landshut,Priv-Ersatz
|
||||
0524,ST RS Lauf,staatlich
|
||||
0525,ST RS Lauingen,staatlich
|
||||
0526,PERS RS Lenggries,Priv-Ersatz
|
||||
0527,ST RS Poing,staatlich
|
||||
0528,ST RS Lindau,staatlich
|
||||
0529,PERS RS Lindau,Priv-Ersatz
|
||||
0530,ST RS Lindenberg,staatlich
|
||||
0531,ST RS Aschheim,staatlich
|
||||
0532,PERS RS Mallersdorf-Pfaffenberg,Priv-Ersatz
|
||||
0534,PERS RS Marktbreit,Priv-Ersatz
|
||||
0535,ST RS Marktheidenfeld,staatlich
|
||||
0536,ST RS Marktoberdorf,staatlich
|
||||
0537,ST RS Marktredwitz,staatlich
|
||||
0538,ST RS Meitingen,staatlich
|
||||
0539,ST RS Mellrichstadt,staatlich
|
||||
0540,KOM RS Memmingen,kommunal
|
||||
0542,ST RS Miltenberg,staatlich
|
||||
0543,PERS RS Augsburg,Priv-Ersatz
|
||||
0544,PERS RS Mindelheim,Priv-Ersatz
|
||||
0545,PERS RS Mindelheim,Priv-Ersatz
|
||||
0546,ST RS Moosburg,staatlich
|
||||
0547,KOM RS München,kommunal
|
||||
0549,KOM RS München,kommunal
|
||||
0550,KOM RS München,kommunal
|
||||
0551,KOM RS München,kommunal
|
||||
0552,KOM RS München,kommunal
|
||||
0553,KOM RS München,kommunal
|
||||
0555,KOM RS München,kommunal
|
||||
0556,ST RS Röthenbach,staatlich
|
||||
0557,KOM RS München,kommunal
|
||||
0558,KOM RS München,kommunal
|
||||
0713,ST RS Berching,staatlich
|
||||
0714,PERS RS München,Priv-Ersatz
|
||||
0715,PERS RSF München,Priv-Ersatz
|
||||
0716,ST RS Geisenfeld,staatlich
|
||||
0404,PERS RS Aiterhofen,Priv-Ersatz
|
||||
0406,PERS RS Altötting,Priv-Ersatz
|
||||
0407,ST RS Alzenau,staatlich
|
||||
0408,PERS RS Amberg,Priv-Ersatz
|
||||
0409,PERS RS Amorbach,Priv-Ersatz
|
||||
0412,PERS RS Aschaffenburg,Priv-Ersatz
|
||||
0413,ST RS Traunreut,staatlich
|
||||
0414,KOM RS Auerbach,kommunal
|
||||
0415,ST RS Augsburg,staatlich
|
||||
0416,ST RS Augsburg,staatlich
|
||||
0417,KOM RS Augsburg,kommunal
|
||||
0418,PERS RS Augsburg,Priv-Ersatz
|
||||
0419,PERS RS Augsburg,Priv-Ersatz
|
||||
0421,ST RS Bad Aibling,staatlich
|
||||
0422,ST RS Bad Kissingen,staatlich
|
||||
0423,ST RS Obertraubling,staatlich
|
||||
0424,ST RS Bad Neustadt,staatlich
|
||||
0425,PERS RS Bad Reichenhall,Priv-Ersatz
|
||||
0426,KOM RS Bamberg,kommunal
|
||||
0427,PERS RS Bamberg,Priv-Ersatz
|
||||
0428,ST RS Bayreuth,staatlich
|
||||
0429,ST RS Bayreuth,staatlich
|
||||
0430,ST RS Beilngries,staatlich
|
||||
0431,ST RS Bobingen,staatlich
|
||||
0432,ST RS Bogen,staatlich
|
||||
0433,PERS RS Brannenburg,Priv-Ersatz
|
||||
0434,ST RS Bad Brückenau,staatlich
|
||||
0435,ST RS Buchloe,staatlich
|
||||
0436,ST RS Burgau,staatlich
|
||||
0438,ST RS Burgkunstadt,staatlich
|
||||
0439,ST RS Burglengenfeld,staatlich
|
||||
0440,PERS RS Cham,Priv-Ersatz
|
||||
0441,PERS RS Cham,Priv-Ersatz
|
||||
0442,ST RS Coburg,staatlich
|
||||
0444,PERS RS Deggendorf,Priv-Ersatz
|
||||
0445,PERS RS Dießen,Priv-Ersatz
|
||||
0447,PERS RS Dillingen,Priv-Ersatz
|
||||
0449,PERS RS Donauwörth,Priv-Ersatz
|
||||
0450,PERS RS Donauwörth,Priv-Ersatz
|
||||
0451,ST RS Ebermannstadt,staatlich
|
||||
0452,ST RS Ebern,staatlich
|
||||
0453,ST RS Ebersberg,staatlich
|
||||
0455,ST RS Eggenfelden,staatlich
|
||||
0456,PERS RS Eichstätt,Priv-Ersatz
|
||||
0457,ST RS Erding,staatlich
|
||||
0458,PERS RS Erding,Priv-Ersatz
|
||||
0459,ST RS Erlangen,staatlich
|
||||
0460,ST RS Feucht,staatlich
|
||||
0461,ST RS Feuchtwangen,staatlich
|
||||
0462,ST RS Forchheim,staatlich
|
||||
0463,ST RS Freilassing,staatlich
|
||||
0464,PERS RS Freilassing,Priv-Ersatz
|
||||
0465,ST RS Freising,staatlich
|
||||
0466,ST RS Freyung,staatlich
|
||||
0467,ST RS Friedberg,staatlich
|
||||
0468,ST RS Fürstenfeldbruck,staatlich
|
||||
0469,ST RS Fürth,staatlich
|
||||
0470,KOM RS Fürth,kommunal
|
||||
0471,ST RS Füssen,staatlich
|
||||
0472,ST RS Furth im Wald,staatlich
|
||||
0473,KOM RS Volkach,kommunal
|
||||
0476,ST RS Gauting,staatlich
|
||||
0477,PERS RS Gefrees,Priv-Ersatz
|
||||
0478,ST RS Gemünden,staatlich
|
||||
0479,PERS RS Gemünden,Priv-Ersatz
|
||||
0480,ST RS Gerolzhofen,staatlich
|
||||
0481,PERS RS Augsburg,Priv-Ersatz
|
||||
0482,ST RS Gräfenberg,staatlich
|
||||
0483,ST RS Grafenau,staatlich
|
||||
0484,ST RS Bad Griesbach,staatlich
|
||||
0485,PERS RS Günzburg,Priv-Ersatz
|
||||
0486,PERS RS Gunzenhausen,Priv-Ersatz
|
||||
0488,ST RS Hauzenberg,staatlich
|
||||
0489,ST RS Heilsbronn,staatlich
|
||||
0490,ST RS Helmbrechts,staatlich
|
||||
0491,ST RS Herrsching,staatlich
|
||||
0492,ST RS Hersbruck,staatlich
|
||||
0494,ST RS Hilpoltstein,staatlich
|
||||
0495,ST RS Hirschaid,staatlich
|
||||
0560,KOM RS München,kommunal
|
||||
0561,PERS RS München,Priv-Ersatz
|
||||
0562,ST RS Ichenhausen,staatlich
|
||||
0563,PERS RS München,Priv-Ersatz
|
||||
0564,PERS RS München,Priv-Ersatz
|
||||
0565,ST RS Langenzenn,staatlich
|
||||
0566,ST RS Memmingen,staatlich
|
||||
0567,PERS RSF München,Priv-Ersatz
|
||||
0568,ST RS Nabburg,staatlich
|
||||
0569,ST RS Naila,staatlich
|
||||
0570,ST RS Neuburg,staatlich
|
||||
0571,PERS RS Neuburg,Priv-Ersatz
|
||||
0573,ST RS Neufahrn,staatlich
|
||||
0574,PERS RS Neuhaus,Priv-Ersatz
|
||||
0575,ST RS Neumarkt,staatlich
|
||||
0576,ST RS Neumarkt,staatlich
|
||||
0577,ST RS Neunburg,staatlich
|
||||
0578,PERS RS Aschaffenburg,Priv-Ersatz
|
||||
0579,ST RS Neustadt,staatlich
|
||||
0717,ST RS Markt Schwaben,staatlich
|
||||
0718,ST RS Zirndorf,staatlich
|
||||
0720,ST RS Scheßlitz,staatlich
|
||||
0721,ST RS Neubiberg,staatlich
|
||||
0722,ST RS Taufkirchen,staatlich
|
||||
0723,ST RS Maisach,staatlich
|
||||
0724,ST RS Lohr,staatlich
|
||||
0725,ST RS Babenhausen,staatlich
|
||||
0726,ST RS Zwiesel,staatlich
|
||||
0727,ST RS Ansbach,staatlich
|
||||
0728,ST RS Arnstein,staatlich
|
||||
0729,ST RS Höchberg,staatlich
|
||||
0730,ST RS Mering,staatlich
|
||||
0731,ST RS Obergünzburg,staatlich
|
||||
0732,ST RS Schrobenhausen,staatlich
|
||||
0733,ST RS Weiden,staatlich
|
||||
0734,PERS RSF Unterschleißheim,Priv-Ersatz
|
||||
0735,KOM RS München,kommunal
|
||||
0736,ST RS Amberg,staatlich
|
||||
0737,ST RS München,staatlich
|
||||
0738,ST RS Simbach,staatlich
|
||||
0739,ST RS Taufkirchen,staatlich
|
||||
0740,ST RS Germering,staatlich
|
||||
0741,PERS RS München,Priv-Ersatz
|
||||
0743,ST RS Hösbach,staatlich
|
||||
0744,ST RS Ingolstadt,staatlich
|
||||
0746,ST RS Nürnberg,staatlich
|
||||
0747,ST RS Peißenberg,staatlich
|
||||
0748,PERS RS Schönau,Priv-Ersatz
|
||||
0749,KOM RS Prien,kommunal
|
||||
0754,PERS RS München,Priv-Ersatz
|
||||
0755,ST RS Brannenburg,staatlich
|
||||
0756,ST RS Unterschleißheim,staatlich
|
||||
0758,ST RS Ismaning,staatlich
|
||||
0759,ST RS Schwabmünchen,staatlich
|
||||
0760,KOM RS München,kommunal
|
||||
0580,ST RS Neustadt,staatlich
|
||||
0581,ST RS Neustadt,staatlich
|
||||
0582,PERS RS Ortenburg,Priv-Ersatz
|
||||
0583,ST RS Neutraubling,staatlich
|
||||
0584,ST RS Neu-Ulm,staatlich
|
||||
0585,PERS RS Niederviehbach,Priv-Ersatz
|
||||
0586,PERS RS Nördlingen,Priv-Ersatz
|
||||
0587,KOM RS Nürnberg,kommunal
|
||||
0588,KOM RS Nürnberg,kommunal
|
||||
0589,KOM RS Nürnberg,kommunal
|
||||
0590,PERS RS Nürnberg,Priv-Ersatz
|
||||
0591,PERS RS Nürnberg,Priv-Ersatz
|
||||
0593,PERS RS München,Priv-Ersatz
|
||||
0595,PERS RS Rottenburg,Priv-Ersatz
|
||||
0596,ST RS Ochsenfurt,staatlich
|
||||
0597,PERS RS Ortenburg,Priv-Ersatz
|
||||
0598,ST RS Osterhofen,staatlich
|
||||
0600,ST RS Parsberg,staatlich
|
||||
0601,PERS RS Passau,Priv-Ersatz
|
||||
0602,ST RS Pegnitz,staatlich
|
||||
0603,ST RS Penzberg,staatlich
|
||||
0604,ST RS Pfaffenhofen,staatlich
|
||||
0605,ST RS Pfarrkirchen,staatlich
|
||||
0607,ST RS Plattling,staatlich
|
||||
0608,ST RS Herrieden,staatlich
|
||||
0610,PERS RS Eichstätt,Priv-Ersatz
|
||||
0611,ST RS Regen,staatlich
|
||||
0612,ST RS Regensburg,staatlich
|
||||
0613,ST RS Regensburg,staatlich
|
||||
0614,PERS RS Regensburg,Priv-Ersatz
|
||||
0615,PERS RS Regensburg,Priv-Ersatz
|
||||
0616,PERS RS Regensburg,Priv-Ersatz
|
||||
0617,ST RS Rehau,staatlich
|
||||
0618,ST RS Haag,staatlich
|
||||
0619,ST RS Riedenburg,staatlich
|
||||
0620,PERS RS Riedenburg,Priv-Ersatz
|
||||
0621,ST RS Roding,staatlich
|
||||
0622,ST RS Rosenheim,staatlich
|
||||
0623,KOM RS Rosenheim,kommunal
|
||||
0624,ST RS Roth,staatlich
|
||||
0763,PERS RS München,Priv-Ersatz
|
||||
0764,ST RS Marquartstein,staatlich
|
||||
0765,ST RS Baldham,staatlich
|
||||
0766,ST RS Garmisch-Partenkirchen,staatlich
|
||||
0767,ST RS Neusäß,staatlich
|
||||
0769,KOM RS München,kommunal
|
||||
0772,KOM RS Nürnberg,kommunal
|
||||
0773,PERS RS Nürnberg,Priv-Ersatz
|
||||
0775,ST RS Nürnberg,staatlich
|
||||
0776,ST RS Zusmarshausen,staatlich
|
||||
0777,PERS RS Vilshofen,Priv-Ersatz
|
||||
0778,ST RS Höchstadt,staatlich
|
||||
0779,ST RS Kösching,staatlich
|
||||
0625,ST RS Rothenburg,staatlich
|
||||
0626,PERS RS Scheinfeld,Priv-Ersatz
|
||||
0627,PERS RS Schillingsfürst,Priv-Ersatz
|
||||
0628,PERS RS Schlehdorf,Priv-Ersatz
|
||||
0629,ST RS Schondorf,staatlich
|
||||
0630,ST RS Schongau,staatlich
|
||||
0631,PERS RS Schrobenhausen,Priv-Ersatz
|
||||
0633,ST RS Schwandorf,staatlich
|
||||
0634,PERS RS Schwandorf,Priv-Ersatz
|
||||
0635,ST RS Schweinfurt,staatlich
|
||||
0636,KOM RS Schweinfurt,kommunal
|
||||
0637,ST RS Selb,staatlich
|
||||
0639,ST RS Sonthofen,staatlich
|
||||
0640,ST RS Bad Staffelstein,staatlich
|
||||
0641,ST RS Straubing,staatlich
|
||||
0642,PERS RS Straubing,Priv-Ersatz
|
||||
0644,ST RS Thannhausen,staatlich
|
||||
0645,ST RS Tittling,staatlich
|
||||
0646,ST RS Traunstein,staatlich
|
||||
0647,PERS RS Traunstein,Priv-Ersatz
|
||||
0649,ST RS Trostberg,staatlich
|
||||
0650,PERS RS Tutzing,Priv-Ersatz
|
||||
0651,PERS RS Uffenheim,Priv-Ersatz
|
||||
0652,ST RS Arnstorf,staatlich
|
||||
0653,ST RS Viechtach,staatlich
|
||||
0655,ST RS Vöhringen,staatlich
|
||||
0656,ST RS Vohenstrauß,staatlich
|
||||
0657,PERS RS Volkach,Priv-Ersatz
|
||||
0658,ST RS Waldkraiburg,staatlich
|
||||
0660,PERS RS Waldsassen,Priv-Ersatz
|
||||
0661,PERS RS Wallerstein,Priv-Ersatz
|
||||
0662,ST RS Wasserburg,staatlich
|
||||
0663,ST RS Eching,staatlich
|
||||
0664,ST RS Wassertrüdingen,staatlich
|
||||
0666,PERS RS München,Priv-Ersatz
|
||||
0667,ST RS Weilheim,staatlich
|
||||
0668,ST RS Weißenburg,staatlich
|
||||
0669,KOM RS Weißenhorn,kommunal
|
||||
0670,ST RS Wemding,staatlich
|
||||
0671,ST RS Wertingen,staatlich
|
||||
0672,ST RS Bessenbach,staatlich
|
||||
0487,ST RS Haßfurt,staatlich
|
||||
0493,ST RS Herzogenaurach,staatlich
|
||||
0498,PERS RS Illertissen,Priv-Ersatz
|
||||
0505,ST RS Kaufbeuren,staatlich
|
||||
0405,ST RS Altötting,staatlich
|
||||
0437,PERS RS Burghausen,Priv-Ersatz
|
||||
0443,ST RS Coburg,staatlich
|
||||
0448,ST RS Dingolfing,staatlich
|
||||
0454,ST RS Ebrach,staatlich
|
||||
0541,ST RS Miesbach,staatlich
|
||||
0548,KOM RS München,kommunal
|
||||
0554,KOM RS München,kommunal
|
||||
0559,KOM RS München,kommunal
|
||||
0594,ST RS Obernburg,staatlich
|
||||
0599,PERS RS Osterhofen,Priv-Ersatz
|
||||
0606,PERS RS Ingolstadt,Priv-Ersatz
|
||||
0643,ST RS Sulzbach-Rosenberg,staatlich
|
||||
0403,ST RS Aichach,staatlich
|
||||
0420,PERS RS Augsburg,Priv-Ersatz
|
||||
0474,PERS RS Garmisch-Partenkirchen,Priv-Ersatz
|
||||
0533,ST RS GMUND,staatlich
|
||||
0572,PERS RS Neuendettelsau,Priv-Ersatz
|
||||
0609,PERS RS Pullach,Priv-Ersatz
|
||||
0632,ST RS Bruckmühl,staatlich
|
||||
0665,PERS RS Weichs,Priv-Ersatz
|
||||
0704,ST RS Regenstauf,staatlich
|
||||
0719,KOM RS Ottobeuren,kommunal
|
||||
0750,KOM RS München,kommunal
|
||||
0768,ST RS Puchheim,staatlich
|
||||
0654,ST RS Vilsbiburg,staatlich
|
||||
0659,ST RS Waldsassen,staatlich
|
||||
0692,ST RS Rain,staatlich
|
||||
0696,ST RS Eltmann,staatlich
|
||||
0702,ST RS Dachau,staatlich
|
||||
0709,ST RS Ergolding,staatlich
|
||||
0745,ST RS Kronach,staatlich
|
||||
0757,PERS RS München,Priv-Ersatz
|
||||
1070,ST RS Affing,staatlich
|
||||
1071,ST RS Großostheim,staatlich
|
||||
1073,ST RS Schonungen,staatlich
|
||||
1074,ST RS Prien,staatlich
|
||||
1077,ST RS Murnau,staatlich
|
||||
1080,ST RS Aschaffenburg,staatlich
|
||||
|
Executable
+2
@@ -0,0 +1,2 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,TYP
|
||||
0460,ST RS Feucht,M025,staatlich
|
||||
|
Executable
+367
@@ -0,0 +1,367 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP
|
||||
0673,ST RS Wolfratshausen,,,M02A,staatlich
|
||||
0674,ST RS Würzburg,,,M026,staatlich
|
||||
0675,ST RS Würzburg,,,M026,staatlich
|
||||
0677,PERS RS Würzburg,,,M026,Priv-Ersatz
|
||||
0678,PERS RS Würzburg,,,M026,Priv-Ersatz
|
||||
0679,ST RS Holzkirchen,,,M02A,staatlich
|
||||
0680,ST RS München,,,M02B,staatlich
|
||||
0681,KOM ARS Augsburg,,,M027,kommunal
|
||||
0682,KOM ARS München,,,M02B,kommunal
|
||||
0683,KOM ARS Nürnberg,,,M025,kommunal
|
||||
0685,ST RS Dettelbach,,,M026,staatlich
|
||||
0686,ST RS Erlangen,,,M025,staatlich
|
||||
0687,ST RS Geretsried,,,M02A,staatlich
|
||||
0688,ST RS München,,,M02B,staatlich
|
||||
0689,ST RS Nürnberg,,,M025,staatlich
|
||||
0690,ST RS Passau,,,M022,staatlich
|
||||
0691,ST RS Neu-Ulm,,,M027,staatlich
|
||||
0693,ST RS Schöllnach,,,M022,staatlich
|
||||
0694,ST RS Weiden,,,M023,staatlich
|
||||
0697,ST RS Günzburg,,,M027,staatlich
|
||||
0698,ST RS Hammelburg,,,M026,staatlich
|
||||
0699,ST RS Manching,,,M02B,staatlich
|
||||
0700,KOM RS München,,,M02B,kommunal
|
||||
0701,ST RS Bad Tölz,,,M02A,staatlich
|
||||
0703,ST RS Elsenfeld,,,M026,staatlich
|
||||
0705,ST RS Rottenburg,,,M022,staatlich
|
||||
0706,ST RS Schwabach,,,M025,staatlich
|
||||
0707,ST RS Wunsiedel,,,M024,staatlich
|
||||
0708,ST RS Würzburg,,,M026,staatlich
|
||||
0710,KOM RS München,,,M02B,kommunal
|
||||
0711,KOM RS München,,,M02B,kommunal
|
||||
0712,ST RS Treuchtlingen,,,M025,staatlich
|
||||
0401,PERS RS Abenberg,,,M025,Priv-Ersatz
|
||||
0402,ST RS Abensberg,,,M022,staatlich
|
||||
0496,ST RS Hof,,,M024,staatlich
|
||||
0497,ST RS Hofheim,,,M026,staatlich
|
||||
0499,ST RS Immenstadt,,,M027,staatlich
|
||||
0500,PERS RS Immenstadt,,,M027,Priv-Ersatz
|
||||
0501,PERS RS Markt Indersdorf,,,M02B,Priv-Ersatz
|
||||
0502,ST RS Ingolstadt,,,M02B,staatlich
|
||||
0503,PERS RS Ingolstadt,,,M02B,Priv-Ersatz
|
||||
0504,ST RS Karlstadt,,,M026,staatlich
|
||||
0506,PERS RS Kaufbeuren,,,M027,Priv-Ersatz
|
||||
0507,ST RS Kemnath,,,M023,staatlich
|
||||
0508,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0509,ST RS Kempten,,,M027,staatlich
|
||||
0510,KOM RS Kempten,,,M027,kommunal
|
||||
0511,PERS RS Kempten,,,M027,Priv-Ersatz
|
||||
0512,ST RS Kitzingen,,,M026,staatlich
|
||||
0513,ST RS Kaufering,,,M02B,staatlich
|
||||
0514,ST RS Königsbrunn,,,M027,staatlich
|
||||
0515,ST RS Bad Königshofen,,,M026,staatlich
|
||||
0516,ST RS Bad Kötzting,,,M023,staatlich
|
||||
0517,ST RS Kronach,,,M024,staatlich
|
||||
0518,ST RS Krumbach,,,M027,staatlich
|
||||
0519,ST RS Kulmbach,,,M024,staatlich
|
||||
0520,ST RS Landau,,,M022,staatlich
|
||||
0521,ST RS Landsberg,,,M02B,staatlich
|
||||
0522,ST RS Landshut,,,M022,staatlich
|
||||
0523,PERS RS Landshut,,,M022,Priv-Ersatz
|
||||
0524,ST RS Lauf,,,M025,staatlich
|
||||
0525,ST RS Lauingen,,,M027,staatlich
|
||||
0526,PERS RS Lenggries,,,M02A,Priv-Ersatz
|
||||
0527,ST RS Poing,,,M02A,staatlich
|
||||
0528,ST RS Lindau,,,M027,staatlich
|
||||
0529,PERS RS Lindau,,,M027,Priv-Ersatz
|
||||
0530,ST RS Lindenberg,,,M027,staatlich
|
||||
0531,ST RS Aschheim,,,M02A,staatlich
|
||||
0532,PERS RS Mallersdorf-Pfaffenberg,,,M022,Priv-Ersatz
|
||||
0534,PERS RS Marktbreit,,,M026,Priv-Ersatz
|
||||
0535,ST RS Marktheidenfeld,,,M026,staatlich
|
||||
0536,ST RS Marktoberdorf,,,M027,staatlich
|
||||
0537,ST RS Marktredwitz,,,M024,staatlich
|
||||
0538,ST RS Meitingen,,,M027,staatlich
|
||||
0539,ST RS Mellrichstadt,,,M026,staatlich
|
||||
0540,KOM RS Memmingen,,,M027,kommunal
|
||||
0542,ST RS Miltenberg,,,M026,staatlich
|
||||
0543,PERS RS Augsburg,,,M027,Priv-Ersatz
|
||||
0544,PERS RS Mindelheim,,,M027,Priv-Ersatz
|
||||
0545,PERS RS Mindelheim,,,M027,Priv-Ersatz
|
||||
0546,ST RS Moosburg,,,M02A,staatlich
|
||||
0547,KOM RS München,,,M02B,kommunal
|
||||
0549,KOM RS München,,,M02B,kommunal
|
||||
0550,KOM RS München,,,M02B,kommunal
|
||||
0551,KOM RS München,,,M02B,kommunal
|
||||
0552,KOM RS München,,,M02B,kommunal
|
||||
0553,KOM RS München,,,M02B,kommunal
|
||||
0555,KOM RS München,,,M02B,kommunal
|
||||
0556,ST RS Röthenbach,,,M025,staatlich
|
||||
0557,KOM RS München,,,M02B,kommunal
|
||||
0558,KOM RS München,,,M02B,kommunal
|
||||
0713,ST RS Berching,,,M023,staatlich
|
||||
0714,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0715,PERS RSF München,,,,Priv-Ersatz
|
||||
0716,ST RS Geisenfeld,,,M02B,staatlich
|
||||
0404,PERS RS Aiterhofen,,,M022,Priv-Ersatz
|
||||
0406,PERS RS Altötting,,,M02A,Priv-Ersatz
|
||||
0407,ST RS Alzenau,,,M026,staatlich
|
||||
0408,PERS RS Amberg,,,M023,Priv-Ersatz
|
||||
0409,PERS RS Amorbach,,,M026,Priv-Ersatz
|
||||
0412,PERS RS Aschaffenburg,,,M026,Priv-Ersatz
|
||||
0413,ST RS Traunreut,,,M02A,staatlich
|
||||
0414,KOM RS Auerbach,,,M023,kommunal
|
||||
0415,ST RS Augsburg,,,M027,staatlich
|
||||
0416,ST RS Augsburg,,,M027,staatlich
|
||||
0417,KOM RS Augsburg,,,M027,kommunal
|
||||
0418,PERS RS Augsburg,,,M027,Priv-Ersatz
|
||||
0419,PERS RS Augsburg,,,M027,Priv-Ersatz
|
||||
0421,ST RS Bad Aibling,,,M02A,staatlich
|
||||
0422,ST RS Bad Kissingen,,,M026,staatlich
|
||||
0423,ST RS Obertraubling,,,M023,staatlich
|
||||
0424,ST RS Bad Neustadt,,,M026,staatlich
|
||||
0425,PERS RS Bad Reichenhall,,,M02A,Priv-Ersatz
|
||||
0426,KOM RS Bamberg,,,M024,kommunal
|
||||
0427,PERS RS Bamberg,,,M024,Priv-Ersatz
|
||||
0428,ST RS Bayreuth,,,M024,staatlich
|
||||
0429,ST RS Bayreuth,,,M024,staatlich
|
||||
0430,ST RS Beilngries,,,M02B,staatlich
|
||||
0431,ST RS Bobingen,,,M027,staatlich
|
||||
0432,ST RS Bogen,,,M022,staatlich
|
||||
0433,PERS RS Brannenburg,,,M02A,Priv-Ersatz
|
||||
0434,ST RS Bad Brückenau,,,M026,staatlich
|
||||
0435,ST RS Buchloe,,,M027,staatlich
|
||||
0436,ST RS Burgau,,,M027,staatlich
|
||||
0438,ST RS Burgkunstadt,,,M024,staatlich
|
||||
0439,ST RS Burglengenfeld,,,M023,staatlich
|
||||
0440,PERS RS Cham,,,M023,Priv-Ersatz
|
||||
0441,PERS RS Cham,,,M023,Priv-Ersatz
|
||||
0442,ST RS Coburg,,,M024,staatlich
|
||||
0444,PERS RS Deggendorf,,,M022,Priv-Ersatz
|
||||
0445,PERS RS Dießen,,,M02B,Priv-Ersatz
|
||||
0447,PERS RS Dillingen,,,M027,Priv-Ersatz
|
||||
0449,PERS RS Donauwörth,,,M027,Priv-Ersatz
|
||||
0450,PERS RS Donauwörth,,,M027,Priv-Ersatz
|
||||
0451,ST RS Ebermannstadt,,,M024,staatlich
|
||||
0452,ST RS Ebern,,,M026,staatlich
|
||||
0453,ST RS Ebersberg,,,M02A,staatlich
|
||||
0455,ST RS Eggenfelden,,,M022,staatlich
|
||||
0456,PERS RS Eichstätt,,,M02B,Priv-Ersatz
|
||||
0457,ST RS Erding,,,M02A,staatlich
|
||||
0458,PERS RS Erding,,,M02A,Priv-Ersatz
|
||||
0459,ST RS Erlangen,,,M025,staatlich
|
||||
0460,ST RS Feucht,,,M025,staatlich
|
||||
0461,ST RS Feuchtwangen,,,M025,staatlich
|
||||
0462,ST RS Forchheim,,,M024,staatlich
|
||||
0463,ST RS Freilassing,,,M02A,staatlich
|
||||
0464,PERS RS Freilassing,,,M02A,Priv-Ersatz
|
||||
0465,ST RS Freising,,,M02A,staatlich
|
||||
0466,ST RS Freyung,,,M022,staatlich
|
||||
0467,ST RS Friedberg,,,M027,staatlich
|
||||
0468,ST RS Fürstenfeldbruck,,,M02B,staatlich
|
||||
0469,ST RS Fürth,,,M025,staatlich
|
||||
0470,KOM RS Fürth,,,M025,kommunal
|
||||
0471,ST RS Füssen,,,M027,staatlich
|
||||
0472,ST RS Furth im Wald,,,M023,staatlich
|
||||
0473,KOM RS Volkach,,,M026,kommunal
|
||||
0476,ST RS Gauting,,,M02B,staatlich
|
||||
0477,PERS RS Gefrees,,,M024,Priv-Ersatz
|
||||
0478,ST RS Gemünden,,,M026,staatlich
|
||||
0479,PERS RS Gemünden,,,M026,Priv-Ersatz
|
||||
0480,ST RS Gerolzhofen,,,M026,staatlich
|
||||
0481,PERS RS Augsburg,,,M027,Priv-Ersatz
|
||||
0482,ST RS Gräfenberg,,,M024,staatlich
|
||||
0483,ST RS Grafenau,,,M022,staatlich
|
||||
0484,ST RS Bad Griesbach,,,M022,staatlich
|
||||
0485,PERS RS Günzburg,,,M027,Priv-Ersatz
|
||||
0486,PERS RS Gunzenhausen,,,M025,Priv-Ersatz
|
||||
0488,ST RS Hauzenberg,,,M022,staatlich
|
||||
0489,ST RS Heilsbronn,,,M025,staatlich
|
||||
0490,ST RS Helmbrechts,,,M024,staatlich
|
||||
0491,ST RS Herrsching,,,M02B,staatlich
|
||||
0492,ST RS Hersbruck,,,M025,staatlich
|
||||
0494,ST RS Hilpoltstein,,,M025,staatlich
|
||||
0495,ST RS Hirschaid,,,M024,staatlich
|
||||
0560,KOM RS München,,,M02B,kommunal
|
||||
0561,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0562,ST RS Ichenhausen,,,M027,staatlich
|
||||
0563,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0564,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0565,ST RS Langenzenn,,,M025,staatlich
|
||||
0566,ST RS Memmingen,,,M027,staatlich
|
||||
0567,PERS RSF München,,,,Priv-Ersatz
|
||||
0568,ST RS Nabburg,,,M023,staatlich
|
||||
0569,ST RS Naila,,,M024,staatlich
|
||||
0570,ST RS Neuburg,,,M02B,staatlich
|
||||
0571,PERS RS Neuburg,,,M02B,Priv-Ersatz
|
||||
0573,ST RS Neufahrn,,,M022,staatlich
|
||||
0574,PERS RS Neuhaus,,,M022,Priv-Ersatz
|
||||
0575,ST RS Neumarkt,,,M023,staatlich
|
||||
0576,ST RS Neumarkt,,,M023,staatlich
|
||||
0577,ST RS Neunburg,,,M023,staatlich
|
||||
0578,PERS RS Aschaffenburg,,,M026,Priv-Ersatz
|
||||
0579,ST RS Neustadt,,,M025,staatlich
|
||||
0717,ST RS Markt Schwaben,,,M02A,staatlich
|
||||
0718,ST RS Zirndorf,,,M025,staatlich
|
||||
0720,ST RS Scheßlitz,,,M024,staatlich
|
||||
0721,ST RS Neubiberg,,,M02A,staatlich
|
||||
0722,ST RS Taufkirchen,,,M02A,staatlich
|
||||
0723,ST RS Maisach,,,M02B,staatlich
|
||||
0724,ST RS Lohr,,,M026,staatlich
|
||||
0725,ST RS Babenhausen,,,M027,staatlich
|
||||
0726,ST RS Zwiesel,,,M022,staatlich
|
||||
0727,ST RS Ansbach,,,M025,staatlich
|
||||
0728,ST RS Arnstein,,,M026,staatlich
|
||||
0729,ST RS Höchberg,,,M026,staatlich
|
||||
0730,ST RS Mering,,,M027,staatlich
|
||||
0731,ST RS Obergünzburg,,,M027,staatlich
|
||||
0732,ST RS Schrobenhausen,,,M02B,staatlich
|
||||
0733,ST RS Weiden,,,M023,staatlich
|
||||
0734,PERS RSF Unterschleißheim,,,,Priv-Ersatz
|
||||
0735,KOM RS München,,,M02B,kommunal
|
||||
0736,ST RS Amberg,,,M023,staatlich
|
||||
0737,ST RS München,,,M02B,staatlich
|
||||
0738,ST RS Simbach,,,M022,staatlich
|
||||
0739,ST RS Taufkirchen,,,M02A,staatlich
|
||||
0740,ST RS Germering,,,M02B,staatlich
|
||||
0741,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0743,ST RS Hösbach,,,M026,staatlich
|
||||
0744,ST RS Ingolstadt,,,M02B,staatlich
|
||||
0746,ST RS Nürnberg,,,M025,staatlich
|
||||
0747,ST RS Peißenberg,,,M02B,staatlich
|
||||
0748,PERS RS Schönau,,,M02A,Priv-Ersatz
|
||||
0749,KOM RS Prien,,,M02A,kommunal
|
||||
0754,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0755,ST RS Brannenburg,,,M02A,staatlich
|
||||
0756,ST RS Unterschleißheim,,,M02A,staatlich
|
||||
0758,ST RS Ismaning,,,M02A,staatlich
|
||||
0759,ST RS Schwabmünchen,,,M027,staatlich
|
||||
0760,KOM RS München,,,M02B,kommunal
|
||||
0580,ST RS Neustadt,,,M023,staatlich
|
||||
0581,ST RS Neustadt,,,M024,staatlich
|
||||
0582,PERS RS Ortenburg,,,M022,Priv-Ersatz
|
||||
0583,ST RS Neutraubling,,,M023,staatlich
|
||||
0584,ST RS Neu-Ulm,,,M027,staatlich
|
||||
0585,PERS RS Niederviehbach,,,M022,Priv-Ersatz
|
||||
0586,PERS RS Nördlingen,,,M027,Priv-Ersatz
|
||||
0587,KOM RS Nürnberg,,,M025,kommunal
|
||||
0588,KOM RS Nürnberg,,,M025,kommunal
|
||||
0589,KOM RS Nürnberg,,,M025,kommunal
|
||||
0590,PERS RS Nürnberg,,,M025,Priv-Ersatz
|
||||
0591,PERS RS Nürnberg,,,M025,Priv-Ersatz
|
||||
0593,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0595,PERS RS Rottenburg,,,M022,Priv-Ersatz
|
||||
0596,ST RS Ochsenfurt,,,M026,staatlich
|
||||
0597,PERS RS Ortenburg,,,M022,Priv-Ersatz
|
||||
0598,ST RS Osterhofen,,,M022,staatlich
|
||||
0600,ST RS Parsberg,,,M023,staatlich
|
||||
0601,PERS RS Passau,,,M022,Priv-Ersatz
|
||||
0602,ST RS Pegnitz,,,M024,staatlich
|
||||
0603,ST RS Penzberg,,,M02B,staatlich
|
||||
0604,ST RS Pfaffenhofen,,,M02B,staatlich
|
||||
0605,ST RS Pfarrkirchen,,,M022,staatlich
|
||||
0607,ST RS Plattling,,,M022,staatlich
|
||||
0608,ST RS Herrieden,,,M025,staatlich
|
||||
0610,PERS RS Eichstätt,,,M02B,Priv-Ersatz
|
||||
0611,ST RS Regen,,,M022,staatlich
|
||||
0612,ST RS Regensburg,,,M023,staatlich
|
||||
0613,ST RS Regensburg,,,M023,staatlich
|
||||
0614,PERS RS Regensburg,,,M023,Priv-Ersatz
|
||||
0615,PERS RS Regensburg,,,M023,Priv-Ersatz
|
||||
0616,PERS RS Regensburg,,,M023,Priv-Ersatz
|
||||
0617,ST RS Rehau,,,M024,staatlich
|
||||
0618,ST RS Haag,,,M02A,staatlich
|
||||
0619,ST RS Riedenburg,,,M022,staatlich
|
||||
0620,PERS RS Riedenburg,,,M022,Priv-Ersatz
|
||||
0621,ST RS Roding,,,M023,staatlich
|
||||
0622,ST RS Rosenheim,,,M02A,staatlich
|
||||
0623,KOM RS Rosenheim,,,M02A,kommunal
|
||||
0624,ST RS Roth,,,M025,staatlich
|
||||
0763,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0764,ST RS Marquartstein,,,M02A,staatlich
|
||||
0765,ST RS Baldham,,,M02A,staatlich
|
||||
0766,ST RS Garmisch-Partenkirchen,,,M02B,staatlich
|
||||
0767,ST RS Neusäß,,,M027,staatlich
|
||||
0769,KOM RS München,,,M02B,kommunal
|
||||
0772,KOM RS Nürnberg,,,M025,kommunal
|
||||
0773,PERS RS Nürnberg,,,M025,Priv-Ersatz
|
||||
0775,ST RS Nürnberg,,,M025,staatlich
|
||||
0776,ST RS Zusmarshausen,,,M027,staatlich
|
||||
0777,PERS RS Vilshofen,,,M022,Priv-Ersatz
|
||||
0778,ST RS Höchstadt,,,M025,staatlich
|
||||
0779,ST RS Kösching,,,M02B,staatlich
|
||||
0625,ST RS Rothenburg,,,M025,staatlich
|
||||
0626,PERS RS Scheinfeld,,,M025,Priv-Ersatz
|
||||
0627,PERS RS Schillingsfürst,,,M025,Priv-Ersatz
|
||||
0628,PERS RS Schlehdorf,,,M02A,Priv-Ersatz
|
||||
0629,ST RS Schondorf,,,M02B,staatlich
|
||||
0630,ST RS Schongau,,,M02B,staatlich
|
||||
0631,PERS RS Schrobenhausen,,,M02B,Priv-Ersatz
|
||||
0633,ST RS Schwandorf,,,M023,staatlich
|
||||
0634,PERS RS Schwandorf,,,M023,Priv-Ersatz
|
||||
0635,ST RS Schweinfurt,,,M026,staatlich
|
||||
0636,KOM RS Schweinfurt,,,M026,kommunal
|
||||
0637,ST RS Selb,,,M024,staatlich
|
||||
0639,ST RS Sonthofen,,,M027,staatlich
|
||||
0640,ST RS Bad Staffelstein,,,M024,staatlich
|
||||
0641,ST RS Straubing,,,M022,staatlich
|
||||
0642,PERS RS Straubing,,,M022,Priv-Ersatz
|
||||
0644,ST RS Thannhausen,,,M027,staatlich
|
||||
0645,ST RS Tittling,,,M022,staatlich
|
||||
0646,ST RS Traunstein,,,M02A,staatlich
|
||||
0647,PERS RS Traunstein,,,M02A,Priv-Ersatz
|
||||
0649,ST RS Trostberg,,,M02A,staatlich
|
||||
0650,PERS RS Tutzing,,,M02B,Priv-Ersatz
|
||||
0651,PERS RS Uffenheim,,,M025,Priv-Ersatz
|
||||
0652,ST RS Arnstorf,,,M022,staatlich
|
||||
0653,ST RS Viechtach,,,M022,staatlich
|
||||
0655,ST RS Vöhringen,,,M027,staatlich
|
||||
0656,ST RS Vohenstrauß,,,M023,staatlich
|
||||
0657,PERS RS Volkach,,,M026,Priv-Ersatz
|
||||
0658,ST RS Waldkraiburg,,,M02A,staatlich
|
||||
0660,PERS RS Waldsassen,,,M023,Priv-Ersatz
|
||||
0661,PERS RS Wallerstein,,,M027,Priv-Ersatz
|
||||
0662,ST RS Wasserburg,,,M02A,staatlich
|
||||
0663,ST RS Eching,,,M02A,staatlich
|
||||
0664,ST RS Wassertrüdingen,,,M025,staatlich
|
||||
0666,PERS RS München,,,M02B,Priv-Ersatz
|
||||
0667,ST RS Weilheim,,,M02B,staatlich
|
||||
0668,ST RS Weißenburg,,,M025,staatlich
|
||||
0669,KOM RS Weißenhorn,,,M027,kommunal
|
||||
0670,ST RS Wemding,,,M027,staatlich
|
||||
0671,ST RS Wertingen,,,M027,staatlich
|
||||
0672,ST RS Bessenbach,,,M026,staatlich
|
||||
0487,ST RS Haßfurt,,,M026,staatlich
|
||||
0493,ST RS Herzogenaurach,,,M025,staatlich
|
||||
0498,PERS RS Illertissen,,,M027,Priv-Ersatz
|
||||
0505,ST RS Kaufbeuren,,,M027,staatlich
|
||||
0405,ST RS Altötting,,,M02A,staatlich
|
||||
0437,PERS RS Burghausen,,,M02A,Priv-Ersatz
|
||||
0443,ST RS Coburg,,,M024,staatlich
|
||||
0448,ST RS Dingolfing,,,M022,staatlich
|
||||
0454,ST RS Ebrach,,,M024,staatlich
|
||||
0541,ST RS Miesbach,,,M02A,staatlich
|
||||
0548,KOM RS München,,,M02B,kommunal
|
||||
0554,KOM RS München,,,M02B,kommunal
|
||||
0559,KOM RS München,,,M02B,kommunal
|
||||
0594,ST RS Obernburg,,,M026,staatlich
|
||||
0599,PERS RS Osterhofen,,,M022,Priv-Ersatz
|
||||
0606,PERS RS Ingolstadt,,,M02B,Priv-Ersatz
|
||||
0643,ST RS Sulzbach-Rosenberg,,,M023,staatlich
|
||||
0403,ST RS Aichach,,,M027,staatlich
|
||||
0420,PERS RS Augsburg,,,M027,Priv-Ersatz
|
||||
0474,PERS RS Garmisch-Partenkirchen,,,M02B,Priv-Ersatz
|
||||
0533,ST RS GMUND,,,M02A,staatlich
|
||||
0572,PERS RS Neuendettelsau,,,M025,Priv-Ersatz
|
||||
0609,PERS RS Pullach,,,M02A,Priv-Ersatz
|
||||
0632,ST RS Bruckmühl,,,M02A,staatlich
|
||||
0665,PERS RS Weichs,,,M02B,Priv-Ersatz
|
||||
0704,ST RS Regenstauf,,,M023,staatlich
|
||||
0719,KOM RS Ottobeuren,,,M027,kommunal
|
||||
0750,KOM RS München,,,M02B,kommunal
|
||||
0768,ST RS Puchheim,,,M02B,staatlich
|
||||
0654,ST RS Vilsbiburg,,,M022,staatlich
|
||||
0659,ST RS Waldsassen,,,M023,staatlich
|
||||
0692,ST RS Rain,,,M027,staatlich
|
||||
0696,ST RS Eltmann,,,M026,staatlich
|
||||
0702,ST RS Dachau,,,M02B,staatlich
|
||||
0709,ST RS Ergolding,,,M022,staatlich
|
||||
0745,ST RS Kronach,,,M024,staatlich
|
||||
0757,PERS RS München,,,M02B,Priv-Ersatz
|
||||
1070,ST RS Affing,,,M027,staatlich
|
||||
1071,ST RS Großostheim,,,M026,staatlich
|
||||
1073,ST RS Schonungen,,,M026,staatlich
|
||||
1074,ST RS Prien,,,M02A,staatlich
|
||||
1077,ST RS Murnau,,,M02B,staatlich
|
||||
1080,ST RS Aschaffenburg,,,M026,staatlich
|
||||
|
Executable
+151
@@ -0,0 +1,151 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP,ERZEUGUNGSDATUM,LIEFERDATUM,ANZAHL_PRUEFUNGSTEILNEHMER,ANZAHL_LIEFERUNG
|
||||
0405,ST RS Altötting, ,,M02A,staatlich,13.07.2017 11:07,13.07.2017 11:07,168,168
|
||||
0463,ST RS Freilassing, ,,M02A,staatlich,14.07.2017 09:07,14.07.2017 09:07,58,58
|
||||
0618,ST RS Haag, ,,M02A,staatlich,17.07.2017 10:07,17.07.2017 10:07,150,150
|
||||
0622,ST RS Rosenheim, ,,M02A,staatlich,14.07.2017 12:07,14.07.2017 12:07,164,164
|
||||
0628,PERS RS Schlehdorf, ,,M02A,Priv-Ersatz,13.07.2017 14:07,13.07.2017 14:07,53,53
|
||||
0632,ST RS Bruckmühl, ,,M02A,staatlich,17.07.2017 09:07,17.07.2017 09:07,105,105
|
||||
0647,PERS RS Traunstein, ,,M02A,Priv-Ersatz,14.07.2017 15:07,14.07.2017 15:07,150,150
|
||||
0649,ST RS Trostberg, ,,M02A,staatlich,17.07.2017 11:07,17.07.2017 11:07,146,146
|
||||
0663,ST RS Eching, ,,M02A,staatlich,13.07.2017 17:07,13.07.2017 17:07,154,154
|
||||
0701,ST RS Bad Tölz, ,,M02A,staatlich,12.07.2017 08:07,12.07.2017 08:07,134,134
|
||||
0717,ST RS Markt Schwaben, ,,M02A,staatlich,17.07.2017 09:07,17.07.2017 09:07,115,115
|
||||
0749,KOM RS Prien, ,,M02A,kommunal,12.07.2017 12:07,12.07.2017 12:07,50,50
|
||||
0755,ST RS Brannenburg, ,,M02A,staatlich,17.07.2017 12:07,17.07.2017 12:07,116,116
|
||||
0756,ST RS Unterschleißheim, ,,M02A,staatlich,12.07.2017 16:07,12.07.2017 16:07,150,142
|
||||
0756,ST RS Unterschleißheim, ,,M02A,staatlich,13.07.2017 08:07,13.07.2017 08:07,150,150
|
||||
0758,ST RS Ismaning, ,,M02A,staatlich,13.07.2017 09:07,13.07.2017 09:07,94,94
|
||||
0758,ST RS Ismaning, ,,M02A,staatlich,13.07.2017 11:07,13.07.2017 11:07,94,94
|
||||
0764,ST RS Marquartstein, ,,M02A,staatlich,14.07.2017 12:07,14.07.2017 12:07,113,113
|
||||
0430,ST RS Beilngries, ,,M02B,staatlich,17.07.2017 09:07,17.07.2017 09:07,104,104
|
||||
0445,PERS RS Dießen, ,,M02B,Priv-Ersatz,17.07.2017 09:07,17.07.2017 09:07,116,116
|
||||
0468,ST RS Fürstenfeldbruck, ,,M02B,staatlich,12.07.2017 12:07,12.07.2017 12:07,205,204
|
||||
0468,ST RS Fürstenfeldbruck, ,,M02B,staatlich,13.07.2017 13:07,13.07.2017 13:07,205,205
|
||||
0474,PERS RS Garmisch-Partenkirchen, ,,M02B,Priv-Ersatz,17.07.2017 10:07,17.07.2017 10:07,98,98
|
||||
0476,ST RS Gauting, ,,M02B,staatlich,14.07.2017 08:07,14.07.2017 08:07,127,127
|
||||
0501,PERS RS Markt Indersdorf, ,,M02B,Priv-Ersatz,17.07.2017 12:07,17.07.2017 12:07,130,130
|
||||
0501,PERS RS Markt Indersdorf, ,,M02B,Priv-Ersatz,11.07.2017 10:07,11.07.2017 10:07,130,130
|
||||
0550,KOM RS München, ,,M02B,kommunal,14.07.2017 08:07,14.07.2017 08:07,109,109
|
||||
0570,ST RS Neuburg, ,,M02B,staatlich,14.07.2017 08:07,14.07.2017 08:07,93,93
|
||||
0604,ST RS Pfaffenhofen, ,,M02B,staatlich,17.07.2017 12:07,17.07.2017 12:07,196,196
|
||||
0606,PERS RS Ingolstadt, ,,M02B,Priv-Ersatz,17.07.2017 11:07,17.07.2017 11:07,24,24
|
||||
0629,ST RS Schondorf, ,,M02B,staatlich,14.07.2017 14:07,14.07.2017 14:07,91,91
|
||||
0666,PERS RS München, ,,M02B,Priv-Ersatz,17.07.2017 10:07,17.07.2017 10:07,23,23
|
||||
0667,ST RS Weilheim, ,,M02B,staatlich,14.07.2017 08:07,14.07.2017 08:07,171,171
|
||||
0688,ST RS München, ,,M02B,staatlich,14.07.2017 11:07,14.07.2017 11:07,113,113
|
||||
0699,ST RS Manching, ,,M02B,staatlich,16.07.2017 16:07,16.07.2017 16:07,172,172
|
||||
0702,ST RS Dachau, ,,M02B,staatlich,13.07.2017 16:07,13.07.2017 16:07,202,202
|
||||
0710,KOM RS München, ,,M02B,kommunal,13.07.2017 09:07,13.07.2017 09:07,112,112
|
||||
0710,KOM RS München, ,,M02B,kommunal,13.07.2017 08:07,13.07.2017 08:07,112,112
|
||||
0732,ST RS Schrobenhausen, ,,M02B,staatlich,14.07.2017 08:07,14.07.2017 08:07,94,94
|
||||
0744,ST RS Ingolstadt, ,,M02B,staatlich,14.07.2017 09:07,14.07.2017 09:07,148,19
|
||||
0744,ST RS Ingolstadt, ,,M02B,staatlich,14.07.2017 09:07,14.07.2017 10:07,148,129
|
||||
0754,PERS RS München, ,,M02B,Priv-Ersatz,12.07.2017 17:07,12.07.2017 17:07,80,80
|
||||
0757,PERS RS München, ,,M02B,Priv-Ersatz,17.07.2017 11:07,17.07.2017 11:07,24,24
|
||||
0766,ST RS Garmisch-Partenkirchen, ,,M02B,staatlich,17.07.2017 11:07,17.07.2017 11:07,68,68
|
||||
1077,ST RS Murnau, ,,M02B,staatlich,15.07.2017 15:07,15.07.2017 15:07,78,78
|
||||
0404,PERS RS Aiterhofen, ,,M022,Priv-Ersatz,13.07.2017 09:07,13.07.2017 09:07,24,24
|
||||
0455,ST RS Eggenfelden, ,,M022,staatlich,13.07.2017 17:07,13.07.2017 17:07,123,123
|
||||
0483,ST RS Grafenau, ,,M022,staatlich,17.07.2017 10:07,17.07.2017 10:07,103,103
|
||||
0488,ST RS Hauzenberg, ,,M022,staatlich,14.07.2017 11:07,14.07.2017 11:07,112,112
|
||||
0520,ST RS Landau, ,,M022,staatlich,17.07.2017 10:07,17.07.2017 10:07,115,115
|
||||
0522,ST RS Landshut, ,,M022,staatlich,17.07.2017 08:07,17.07.2017 08:07,141,141
|
||||
0598,ST RS Osterhofen, ,,M022,staatlich,17.07.2017 07:07,17.07.2017 07:07,67,67
|
||||
0601,PERS RS Passau, ,,M022,Priv-Ersatz,17.07.2017 11:07,17.07.2017 11:07,75,75
|
||||
0605,ST RS Pfarrkirchen, ,,M022,staatlich,17.07.2017 13:07,17.07.2017 13:07,122,122
|
||||
0607,ST RS Plattling, ,,M022,staatlich,12.07.2017 16:07,12.07.2017 16:07,72,72
|
||||
0619,ST RS Riedenburg, ,,M022,staatlich,13.07.2017 20:07,13.07.2017 20:07,144,144
|
||||
0645,ST RS Tittling, ,,M022,staatlich,14.07.2017 13:07,14.07.2017 13:07,124,124
|
||||
0652,ST RS Arnstorf, ,,M022,staatlich,14.07.2017 07:07,14.07.2017 07:07,133,133
|
||||
0654,ST RS Vilsbiburg, ,,M022,staatlich,13.07.2017 09:07,13.07.2017 09:07,223,223
|
||||
0690,ST RS Passau, ,,M022,staatlich,14.07.2017 08:07,14.07.2017 08:07,98,98
|
||||
0705,ST RS Rottenburg, ,,M022,staatlich,13.07.2017 08:07,13.07.2017 08:07,174,174
|
||||
0709,ST RS Ergolding, ,,M022,staatlich,14.07.2017 13:07,14.07.2017 13:07,110,110
|
||||
0726,ST RS Zwiesel, ,,M022,staatlich,13.07.2017 16:07,13.07.2017 16:07,60,60
|
||||
0414,KOM RS Auerbach, ,,M023,kommunal,17.07.2017 09:07,17.07.2017 09:07,56,56
|
||||
0423,ST RS Obertraubling, ,,M023,staatlich,13.07.2017 15:07,13.07.2017 15:07,106,106
|
||||
0472,ST RS Furth im Wald, ,,M023,staatlich,17.07.2017 10:07,17.07.2017 10:07,96,96
|
||||
0507,ST RS Kemnath, ,,M023,staatlich,17.07.2017 11:07,17.07.2017 11:07,163,163
|
||||
0575,ST RS Neumarkt, ,,M023,staatlich,13.07.2017 11:07,13.07.2017 11:07,179,179
|
||||
0576,ST RS Neumarkt, ,,M023,staatlich,12.07.2017 15:07,12.07.2017 15:07,185,185
|
||||
0612,ST RS Regensburg, ,,M023,staatlich,14.07.2017 11:07,14.07.2017 11:07,115,115
|
||||
0615,PERS RS Regensburg, ,,M023,Priv-Ersatz,14.07.2017 11:07,14.07.2017 11:07,82,82
|
||||
0621,ST RS Roding, ,,M023,staatlich,14.07.2017 12:07,14.07.2017 12:07,117,117
|
||||
0633,ST RS Schwandorf, ,,M023,staatlich,17.07.2017 10:07,17.07.2017 10:07,99,99
|
||||
0634,PERS RS Schwandorf, ,,M023,Priv-Ersatz,12.07.2017 09:07,12.07.2017 09:07,72,72
|
||||
0643,ST RS Sulzbach-Rosenberg, ,,M023,staatlich,14.07.2017 11:07,14.07.2017 11:07,118,118
|
||||
0643,ST RS Sulzbach-Rosenberg, ,,M023,staatlich,13.07.2017 11:07,13.07.2017 11:07,118,118
|
||||
0659,ST RS Waldsassen, ,,M023,staatlich,14.07.2017 08:07,14.07.2017 08:07,52,52
|
||||
0660,PERS RS Waldsassen, ,,M023,Priv-Ersatz,12.07.2017 15:07,12.07.2017 15:07,46,46
|
||||
0704,ST RS Regenstauf, ,,M023,staatlich,12.07.2017 15:07,12.07.2017 15:07,125,124
|
||||
0704,ST RS Regenstauf, ,,M023,staatlich,14.07.2017 08:07,14.07.2017 08:07,125,125
|
||||
0736,ST RS Amberg, ,,M023,staatlich,13.07.2017 21:07,13.07.2017 21:07,198,198
|
||||
0428,ST RS Bayreuth, ,,M024,staatlich,14.07.2017 11:07,14.07.2017 11:07,147,147
|
||||
0429,ST RS Bayreuth, ,,M024,staatlich,14.07.2017 10:07,14.07.2017 10:07,152,152
|
||||
0438,ST RS Burgkunstadt, ,,M024,staatlich,14.07.2017 07:07,14.07.2017 07:07,126,126
|
||||
0462,ST RS Forchheim, ,,M024,staatlich,14.07.2017 09:07,14.07.2017 09:07,171,171
|
||||
0490,ST RS Helmbrechts, ,,M024,staatlich,14.07.2017 15:07,14.07.2017 15:07,68,68
|
||||
0495,ST RS Hirschaid, ,,M024,staatlich,17.07.2017 11:07,17.07.2017 11:07,153,153
|
||||
0537,ST RS Marktredwitz, ,,M024,staatlich,17.07.2017 10:07,17.07.2017 10:07,153,153
|
||||
0602,ST RS Pegnitz, ,,M024,staatlich,17.07.2017 11:07,17.07.2017 11:07,110,110
|
||||
0617,ST RS Rehau, ,,M024,staatlich,11.07.2017 15:07,11.07.2017 15:07,104,104
|
||||
0640,ST RS Bad Staffelstein, ,,M024,staatlich,17.07.2017 07:07,17.07.2017 07:07,103,103
|
||||
0707,ST RS Wunsiedel, ,,M024,staatlich,17.07.2017 12:07,17.07.2017 12:07,124,124
|
||||
0720,ST RS Scheßlitz, ,,M024,staatlich,14.07.2017 09:07,14.07.2017 09:07,148,148
|
||||
0459,ST RS Erlangen, ,,M025,staatlich,14.07.2017 09:07,14.07.2017 09:07,135,135
|
||||
0461,ST RS Feuchtwangen, ,,M025,staatlich,17.07.2017 09:07,17.07.2017 09:07,91,91
|
||||
0494,ST RS Hilpoltstein, ,,M025,staatlich,14.07.2017 08:07,14.07.2017 08:07,132,132
|
||||
0524,ST RS Lauf, ,,M025,staatlich,12.07.2017 15:07,12.07.2017 15:07,135,135
|
||||
0572,PERS RS Neuendettelsau, ,,M025,Priv-Ersatz,17.07.2017 12:07,17.07.2017 12:07,95,95
|
||||
0591,PERS RS Nürnberg, ,,M025,Priv-Ersatz,14.07.2017 09:07,14.07.2017 09:07,82,82
|
||||
0627,PERS RS Schillingsfürst, ,,M025,Priv-Ersatz,10.07.2017 15:07,10.07.2017 15:07,35,35
|
||||
0664,ST RS Wassertrüdingen, ,,M025,staatlich,14.07.2017 11:07,14.07.2017 11:07,100,100
|
||||
0686,ST RS Erlangen, ,,M025,staatlich,14.07.2017 10:07,14.07.2017 10:07,175,175
|
||||
0689,ST RS Nürnberg, ,,M025,staatlich,14.07.2017 12:07,14.07.2017 12:07,160,160
|
||||
0718,ST RS Zirndorf, ,,M025,staatlich,17.07.2017 09:07,17.07.2017 09:07,259,259
|
||||
0727,ST RS Ansbach, ,,M025,staatlich,13.07.2017 14:07,13.07.2017 14:07,2,2
|
||||
0407,ST RS Alzenau, ,,M026,staatlich,13.07.2017 08:07,13.07.2017 08:07,125,125
|
||||
0424,ST RS Bad Neustadt, ,,M026,staatlich,17.07.2017 08:07,17.07.2017 08:07,115,115
|
||||
0478,ST RS Gemünden, ,,M026,staatlich,14.07.2017 08:07,14.07.2017 08:07,72,72
|
||||
0480,ST RS Gerolzhofen, ,,M026,staatlich,17.07.2017 11:07,17.07.2017 11:07,86,86
|
||||
0497,ST RS Hofheim, ,,M026,staatlich,14.07.2017 09:07,14.07.2017 09:07,72,72
|
||||
0504,ST RS Karlstadt, ,,M026,staatlich,14.07.2017 09:07,14.07.2017 09:07,120,120
|
||||
0515,ST RS Bad Königshofen, ,,M026,staatlich,15.07.2017 13:07,15.07.2017 13:07,85,85
|
||||
0535,ST RS Marktheidenfeld, ,,M026,staatlich,14.07.2017 08:07,14.07.2017 08:07,115,115
|
||||
0539,ST RS Mellrichstadt, ,,M026,staatlich,13.07.2017 14:07,13.07.2017 14:07,79,79
|
||||
0594,ST RS Obernburg, ,,M026,staatlich,17.07.2017 10:07,17.07.2017 10:07,112,112
|
||||
0596,ST RS Ochsenfurt, ,,M026,staatlich,14.07.2017 09:07,14.07.2017 09:07,123,123
|
||||
0657,PERS RS Volkach, ,,M026,Priv-Ersatz,17.07.2017 09:07,17.07.2017 09:07,59,59
|
||||
0672,ST RS Bessenbach, ,,M026,staatlich,14.07.2017 13:07,14.07.2017 13:07,131,131
|
||||
0674,ST RS Würzburg, ,,M026,staatlich,17.07.2017 10:07,17.07.2017 10:07,107,107
|
||||
0675,ST RS Würzburg, ,,M026,staatlich,17.07.2017 10:07,17.07.2017 10:07,73,73
|
||||
0685,ST RS Dettelbach, ,,M026,staatlich,17.07.2017 11:07,17.07.2017 11:07,78,78
|
||||
0698,ST RS Hammelburg, ,,M026,staatlich,17.07.2017 09:07,17.07.2017 09:07,80,80
|
||||
0729,ST RS Höchberg, ,,M026,staatlich,14.07.2017 08:07,14.07.2017 08:07,148,148
|
||||
1071,ST RS Großostheim, ,,M026,staatlich,17.07.2017 11:07,17.07.2017 11:07,96,96
|
||||
1073,ST RS Schonungen, ,,M026,staatlich,13.07.2017 16:07,13.07.2017 16:07,81,81
|
||||
0415,ST RS Augsburg, ,,M027,staatlich,12.07.2017 14:07,12.07.2017 14:07,117,117
|
||||
0416,ST RS Augsburg, ,,M027,staatlich,17.07.2017 13:07,17.07.2017 13:07,114,114
|
||||
0417,KOM RS Augsburg, ,,M027,kommunal,17.07.2017 13:07,17.07.2017 13:07,106,106
|
||||
0449,PERS RS Donauwörth, ,,M027,Priv-Ersatz,14.07.2017 09:07,14.07.2017 09:07,76,76
|
||||
0450,PERS RS Donauwörth, ,,M027,Priv-Ersatz,17.07.2017 14:07,17.07.2017 14:07,93,93
|
||||
0467,ST RS Friedberg, ,,M027,staatlich,17.07.2017 12:07,17.07.2017 12:07,127,127
|
||||
0471,ST RS Füssen, ,,M027,staatlich,17.07.2017 12:07,17.07.2017 12:07,121,121
|
||||
0481,PERS RS Augsburg, ,,M027,Priv-Ersatz,14.07.2017 11:07,14.07.2017 11:07,78,78
|
||||
0485,PERS RS Günzburg, ,,M027,Priv-Ersatz,17.07.2017 07:07,17.07.2017 07:07,66,66
|
||||
0498,PERS RS Illertissen, ,,M027,Priv-Ersatz,17.07.2017 10:07,17.07.2017 10:07,73,73
|
||||
0510,KOM RS Kempten, ,,M027,kommunal,17.07.2017 14:07,17.07.2017 14:07,70,70
|
||||
0514,ST RS Königsbrunn, ,,M027,staatlich,17.07.2017 11:07,17.07.2017 11:07,121,121
|
||||
0514,ST RS Königsbrunn, ,,M027,staatlich,17.07.2017 10:07,17.07.2017 10:07,121,121
|
||||
0529,PERS RS Lindau, ,,M027,Priv-Ersatz,12.07.2017 19:07,12.07.2017 19:07,52,52
|
||||
0536,ST RS Marktoberdorf, ,,M027,staatlich,17.07.2017 13:07,17.07.2017 13:07,165,165
|
||||
0538,ST RS Meitingen, ,,M027,staatlich,17.07.2017 14:07,17.07.2017 14:07,184,184
|
||||
0538,ST RS Meitingen, ,,M027,staatlich,14.07.2017 08:07,14.07.2017 08:07,184,173
|
||||
0562,ST RS Ichenhausen, ,,M027,staatlich,17.07.2017 13:07,17.07.2017 13:07,117,117
|
||||
0562,ST RS Ichenhausen, ,,M027,staatlich,17.07.2017 10:07,17.07.2017 10:07,117,117
|
||||
0584,ST RS Neu-Ulm, ,,M027,staatlich,12.07.2017 19:07,12.07.2017 19:07,92,92
|
||||
0644,ST RS Thannhausen, ,,M027,staatlich,14.07.2017 09:07,14.07.2017 09:07,105,105
|
||||
0661,PERS RS Wallerstein, ,,M027,Priv-Ersatz,14.07.2017 11:07,14.07.2017 11:07,32,32
|
||||
0725,ST RS Babenhausen, ,,M027,staatlich,14.07.2017 11:07,14.07.2017 11:07,102,102
|
||||
0759,ST RS Schwabmünchen, ,,M027,staatlich,14.07.2017 14:07,14.07.2017 14:07,150,150
|
||||
0767,ST RS Neusäß, ,,M027,staatlich,14.07.2017 09:07,14.07.2017 09:07,189,189
|
||||
|
Executable
+2
@@ -0,0 +1,2 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,SCHULAMT,REGIERUNG,MB_BEZIRK,TYP,ERZEUGUNGSDATUM,LIEFERDATUM,ANZAHL_PRUEFUNGSTEILNEHMER,ANZAHL_LIEFERUNG
|
||||
0460,ST RS Feucht,,,M025,staatlich,07.07.2017 19:07,07.07.2017 19:07,13,13
|
||||
|
Executable
+186
@@ -0,0 +1,186 @@
|
||||
DST_SCHLUESSEL,SCHULNAME,TYP,ERZEUGUNGSDATUM,LIEFERDATUM,ANZAHL_PRUEFUNGSTEILNEHMER,ANZAHL_LIEFERUNG
|
||||
0401,PERS RS Abenberg,Priv-Ersatz,17.07.2017 15:07,17.07.2017 15:07,32,32
|
||||
0403,ST RS Aichach,staatlich,18.07.2017 09:07,18.07.2017 09:07,156,156
|
||||
0404,PERS RS Aiterhofen,Priv-Ersatz,13.07.2017 09:07,13.07.2017 09:07,24,24
|
||||
0405,ST RS Altötting,staatlich,13.07.2017 11:07,13.07.2017 11:07,168,168
|
||||
0407,ST RS Alzenau,staatlich,13.07.2017 08:07,13.07.2017 08:07,125,125
|
||||
0414,KOM RS Auerbach,kommunal,17.07.2017 09:07,17.07.2017 09:07,56,56
|
||||
0415,ST RS Augsburg,staatlich,12.07.2017 14:07,12.07.2017 14:07,117,117
|
||||
0416,ST RS Augsburg,staatlich,17.07.2017 13:07,17.07.2017 13:07,114,114
|
||||
0417,KOM RS Augsburg,kommunal,17.07.2017 13:07,17.07.2017 13:07,106,106
|
||||
0419,PERS RS Augsburg,Priv-Ersatz,18.07.2017 07:07,18.07.2017 07:07,89,89
|
||||
0423,ST RS Obertraubling,staatlich,13.07.2017 15:07,13.07.2017 15:07,106,106
|
||||
0424,ST RS Bad Neustadt,staatlich,17.07.2017 08:07,17.07.2017 08:07,115,115
|
||||
0428,ST RS Bayreuth,staatlich,14.07.2017 11:07,14.07.2017 11:07,147,147
|
||||
0429,ST RS Bayreuth,staatlich,14.07.2017 10:07,14.07.2017 10:07,152,152
|
||||
0430,ST RS Beilngries,staatlich,17.07.2017 09:07,17.07.2017 09:07,104,104
|
||||
0432,ST RS Bogen,staatlich,18.07.2017 10:07,18.07.2017 10:07,103,103
|
||||
0438,ST RS Burgkunstadt,staatlich,14.07.2017 07:07,14.07.2017 07:07,126,126
|
||||
0445,PERS RS Dießen,Priv-Ersatz,17.07.2017 09:07,17.07.2017 09:07,116,116
|
||||
0449,PERS RS Donauwörth,Priv-Ersatz,14.07.2017 09:07,14.07.2017 09:07,76,76
|
||||
0450,PERS RS Donauwörth,Priv-Ersatz,17.07.2017 14:07,17.07.2017 14:07,93,93
|
||||
0455,ST RS Eggenfelden,staatlich,13.07.2017 17:07,13.07.2017 17:07,123,123
|
||||
0459,ST RS Erlangen,staatlich,14.07.2017 09:07,14.07.2017 09:07,135,135
|
||||
0461,ST RS Feuchtwangen,staatlich,17.07.2017 09:07,17.07.2017 09:07,91,91
|
||||
0462,ST RS Forchheim,staatlich,14.07.2017 09:07,14.07.2017 09:07,171,171
|
||||
0463,ST RS Freilassing,staatlich,14.07.2017 09:07,14.07.2017 09:07,58,58
|
||||
0467,ST RS Friedberg,staatlich,17.07.2017 12:07,17.07.2017 12:07,127,127
|
||||
0468,ST RS Fürstenfeldbruck,staatlich,12.07.2017 12:07,12.07.2017 12:07,205,204
|
||||
0468,ST RS Fürstenfeldbruck,staatlich,13.07.2017 13:07,13.07.2017 13:07,205,205
|
||||
0470,KOM RS Fürth,kommunal,18.07.2017 10:07,18.07.2017 10:07,85,85
|
||||
0471,ST RS Füssen,staatlich,17.07.2017 12:07,17.07.2017 12:07,121,121
|
||||
0472,ST RS Furth im Wald,staatlich,17.07.2017 10:07,17.07.2017 10:07,96,96
|
||||
0474,PERS RS Garmisch-Partenkirchen,Priv-Ersatz,17.07.2017 10:07,17.07.2017 10:07,98,98
|
||||
0476,ST RS Gauting,staatlich,14.07.2017 08:07,14.07.2017 08:07,127,127
|
||||
0478,ST RS Gemünden,staatlich,14.07.2017 08:07,14.07.2017 08:07,72,72
|
||||
0480,ST RS Gerolzhofen,staatlich,17.07.2017 11:07,17.07.2017 11:07,86,86
|
||||
0481,PERS RS Augsburg,Priv-Ersatz,14.07.2017 11:07,14.07.2017 11:07,78,78
|
||||
0483,ST RS Grafenau,staatlich,17.07.2017 10:07,17.07.2017 10:07,103,103
|
||||
0485,PERS RS Günzburg,Priv-Ersatz,17.07.2017 07:07,17.07.2017 07:07,66,66
|
||||
0488,ST RS Hauzenberg,staatlich,14.07.2017 11:07,14.07.2017 11:07,112,112
|
||||
0489,ST RS Heilsbronn,staatlich,18.07.2017 08:07,18.07.2017 08:07,158,158
|
||||
0490,ST RS Helmbrechts,staatlich,14.07.2017 15:07,14.07.2017 15:07,68,68
|
||||
0494,ST RS Hilpoltstein,staatlich,14.07.2017 08:07,14.07.2017 08:07,132,132
|
||||
0495,ST RS Hirschaid,staatlich,17.07.2017 11:07,17.07.2017 11:07,153,153
|
||||
0496,ST RS Hof,staatlich,18.07.2017 08:07,18.07.2017 08:07,114,114
|
||||
0497,ST RS Hofheim,staatlich,14.07.2017 09:07,14.07.2017 09:07,72,72
|
||||
0497,ST RS Hofheim,staatlich,18.07.2017 10:07,18.07.2017 10:07,72,72
|
||||
0498,PERS RS Illertissen,Priv-Ersatz,17.07.2017 10:07,17.07.2017 10:07,73,73
|
||||
0501,PERS RS Markt Indersdorf,Priv-Ersatz,11.07.2017 10:07,11.07.2017 10:07,130,130
|
||||
0501,PERS RS Markt Indersdorf,Priv-Ersatz,17.07.2017 12:07,17.07.2017 12:07,130,130
|
||||
0504,ST RS Karlstadt,staatlich,14.07.2017 09:07,14.07.2017 09:07,120,120
|
||||
0507,ST RS Kemnath,staatlich,17.07.2017 11:07,17.07.2017 11:07,163,163
|
||||
0510,KOM RS Kempten,kommunal,17.07.2017 14:07,17.07.2017 14:07,70,70
|
||||
0514,ST RS Königsbrunn,staatlich,17.07.2017 10:07,17.07.2017 10:07,121,121
|
||||
0514,ST RS Königsbrunn,staatlich,17.07.2017 11:07,17.07.2017 11:07,121,121
|
||||
0515,ST RS Bad Königshofen,staatlich,15.07.2017 13:07,15.07.2017 13:07,85,85
|
||||
0520,ST RS Landau,staatlich,17.07.2017 10:07,17.07.2017 10:07,115,115
|
||||
0522,ST RS Landshut,staatlich,17.07.2017 08:07,17.07.2017 08:07,141,141
|
||||
0524,ST RS Lauf,staatlich,12.07.2017 15:07,12.07.2017 15:07,135,135
|
||||
0524,ST RS Lauf,staatlich,18.07.2017 11:07,18.07.2017 11:07,135,135
|
||||
0527,ST RS Poing,staatlich,17.07.2017 15:07,17.07.2017 15:07,105,105
|
||||
0529,PERS RS Lindau,Priv-Ersatz,12.07.2017 19:07,12.07.2017 19:07,52,52
|
||||
0535,ST RS Marktheidenfeld,staatlich,14.07.2017 08:07,14.07.2017 08:07,115,115
|
||||
0536,ST RS Marktoberdorf,staatlich,17.07.2017 13:07,17.07.2017 13:07,165,165
|
||||
0537,ST RS Marktredwitz,staatlich,17.07.2017 10:07,17.07.2017 10:07,153,153
|
||||
0538,ST RS Meitingen,staatlich,14.07.2017 08:07,14.07.2017 08:07,184,173
|
||||
0538,ST RS Meitingen,staatlich,17.07.2017 14:07,17.07.2017 14:07,184,184
|
||||
0539,ST RS Mellrichstadt,staatlich,13.07.2017 14:07,13.07.2017 14:07,79,79
|
||||
0541,ST RS Miesbach,staatlich,18.07.2017 08:07,18.07.2017 08:07,155,155
|
||||
0543,PERS RS Augsburg,Priv-Ersatz,18.07.2017 08:07,18.07.2017 08:07,18,18
|
||||
0548,KOM RS München,kommunal,18.07.2017 10:07,18.07.2017 10:07,186,186
|
||||
0550,KOM RS München,kommunal,14.07.2017 08:07,14.07.2017 08:07,109,109
|
||||
0556,ST RS Röthenbach,staatlich,18.07.2017 10:07,18.07.2017 10:07,112,112
|
||||
0561,PERS RS München,Priv-Ersatz,17.07.2017 15:07,17.07.2017 15:07,75,75
|
||||
0562,ST RS Ichenhausen,staatlich,17.07.2017 10:07,17.07.2017 10:07,117,117
|
||||
0562,ST RS Ichenhausen,staatlich,17.07.2017 13:07,17.07.2017 13:07,117,117
|
||||
0570,ST RS Neuburg,staatlich,14.07.2017 08:07,14.07.2017 08:07,93,93
|
||||
0572,PERS RS Neuendettelsau,Priv-Ersatz,17.07.2017 12:07,17.07.2017 12:07,95,95
|
||||
0575,ST RS Neumarkt,staatlich,13.07.2017 11:07,13.07.2017 11:07,179,179
|
||||
0576,ST RS Neumarkt,staatlich,12.07.2017 15:07,12.07.2017 15:07,185,185
|
||||
0578,PERS RS Aschaffenburg,Priv-Ersatz,18.07.2017 09:07,18.07.2017 09:07,18,18
|
||||
0579,ST RS Neustadt,staatlich,18.07.2017 10:07,18.07.2017 10:07,194,194
|
||||
0584,ST RS Neu-Ulm,staatlich,12.07.2017 19:07,12.07.2017 19:07,92,92
|
||||
0586,PERS RS Nördlingen,Priv-Ersatz,18.07.2017 08:07,18.07.2017 08:07,113,113
|
||||
0586,PERS RS Nördlingen,Priv-Ersatz,18.07.2017 09:07,18.07.2017 09:07,113,113
|
||||
0588,KOM RS Nürnberg,kommunal,17.07.2017 16:07,17.07.2017 16:07,142,142
|
||||
0591,PERS RS Nürnberg,Priv-Ersatz,14.07.2017 09:07,14.07.2017 09:07,82,82
|
||||
0594,ST RS Obernburg,staatlich,17.07.2017 10:07,17.07.2017 10:07,112,112
|
||||
0596,ST RS Ochsenfurt,staatlich,14.07.2017 09:07,14.07.2017 09:07,123,123
|
||||
0598,ST RS Osterhofen,staatlich,17.07.2017 07:07,17.07.2017 07:07,67,67
|
||||
0601,PERS RS Passau,Priv-Ersatz,17.07.2017 11:07,17.07.2017 11:07,75,75
|
||||
0602,ST RS Pegnitz,staatlich,17.07.2017 11:07,17.07.2017 11:07,110,110
|
||||
0604,ST RS Pfaffenhofen,staatlich,17.07.2017 12:07,17.07.2017 12:07,196,196
|
||||
0605,ST RS Pfarrkirchen,staatlich,17.07.2017 13:07,17.07.2017 13:07,122,122
|
||||
0606,PERS RS Ingolstadt,Priv-Ersatz,17.07.2017 11:07,17.07.2017 11:07,24,24
|
||||
0607,ST RS Plattling,staatlich,12.07.2017 16:07,12.07.2017 16:07,72,72
|
||||
0611,ST RS Regen,staatlich,18.07.2017 07:07,18.07.2017 07:07,95,95
|
||||
0612,ST RS Regensburg,staatlich,14.07.2017 11:07,14.07.2017 11:07,115,115
|
||||
0615,PERS RS Regensburg,Priv-Ersatz,14.07.2017 11:07,14.07.2017 11:07,82,82
|
||||
0617,ST RS Rehau,staatlich,11.07.2017 15:07,11.07.2017 15:07,104,104
|
||||
0618,ST RS Haag,staatlich,17.07.2017 10:07,17.07.2017 10:07,150,150
|
||||
0619,ST RS Riedenburg,staatlich,13.07.2017 20:07,13.07.2017 20:07,144,144
|
||||
0621,ST RS Roding,staatlich,14.07.2017 12:07,14.07.2017 12:07,117,117
|
||||
0622,ST RS Rosenheim,staatlich,14.07.2017 12:07,14.07.2017 12:07,164,164
|
||||
0623,KOM RS Rosenheim,kommunal,18.07.2017 09:07,18.07.2017 09:07,111,111
|
||||
0627,PERS RS Schillingsfürst,Priv-Ersatz,10.07.2017 15:07,10.07.2017 15:07,35,35
|
||||
0628,PERS RS Schlehdorf,Priv-Ersatz,13.07.2017 14:07,13.07.2017 14:07,53,53
|
||||
0629,ST RS Schondorf,staatlich,14.07.2017 14:07,14.07.2017 14:07,91,91
|
||||
0632,ST RS Bruckmühl,staatlich,17.07.2017 09:07,17.07.2017 09:07,105,105
|
||||
0633,ST RS Schwandorf,staatlich,17.07.2017 10:07,17.07.2017 10:07,99,99
|
||||
0633,ST RS Schwandorf,staatlich,18.07.2017 10:07,18.07.2017 10:07,99,99
|
||||
0634,PERS RS Schwandorf,Priv-Ersatz,12.07.2017 09:07,12.07.2017 09:07,72,72
|
||||
0639,ST RS Sonthofen,staatlich,18.07.2017 09:07,18.07.2017 09:07,104,104
|
||||
0640,ST RS Bad Staffelstein,staatlich,17.07.2017 07:07,17.07.2017 07:07,103,103
|
||||
0643,ST RS Sulzbach-Rosenberg,staatlich,13.07.2017 11:07,13.07.2017 11:07,118,118
|
||||
0643,ST RS Sulzbach-Rosenberg,staatlich,14.07.2017 11:07,14.07.2017 11:07,118,118
|
||||
0644,ST RS Thannhausen,staatlich,14.07.2017 09:07,14.07.2017 09:07,105,105
|
||||
0645,ST RS Tittling,staatlich,14.07.2017 13:07,14.07.2017 13:07,124,124
|
||||
0647,PERS RS Traunstein,Priv-Ersatz,14.07.2017 15:07,14.07.2017 15:07,150,150
|
||||
0649,ST RS Trostberg,staatlich,17.07.2017 11:07,17.07.2017 11:07,146,146
|
||||
0652,ST RS Arnstorf,staatlich,14.07.2017 07:07,14.07.2017 07:07,133,133
|
||||
0654,ST RS Vilsbiburg,staatlich,13.07.2017 09:07,13.07.2017 09:07,223,223
|
||||
0657,PERS RS Volkach,Priv-Ersatz,17.07.2017 09:07,17.07.2017 09:07,59,59
|
||||
0659,ST RS Waldsassen,staatlich,14.07.2017 08:07,14.07.2017 08:07,52,52
|
||||
0660,PERS RS Waldsassen,Priv-Ersatz,12.07.2017 15:07,12.07.2017 15:07,46,46
|
||||
0661,PERS RS Wallerstein,Priv-Ersatz,14.07.2017 11:07,14.07.2017 11:07,32,32
|
||||
0663,ST RS Eching,staatlich,13.07.2017 17:07,13.07.2017 17:07,154,154
|
||||
0664,ST RS Wassertrüdingen,staatlich,14.07.2017 11:07,14.07.2017 11:07,100,100
|
||||
0666,PERS RS München,Priv-Ersatz,17.07.2017 10:07,17.07.2017 10:07,23,23
|
||||
0667,ST RS Weilheim,staatlich,14.07.2017 08:07,14.07.2017 08:07,171,171
|
||||
0669,KOM RS Weißenhorn,kommunal,17.07.2017 15:07,17.07.2017 15:07,100,100
|
||||
0672,ST RS Bessenbach,staatlich,14.07.2017 13:07,14.07.2017 13:07,131,131
|
||||
0674,ST RS Würzburg,staatlich,17.07.2017 10:07,17.07.2017 10:07,107,107
|
||||
0675,ST RS Würzburg,staatlich,17.07.2017 10:07,17.07.2017 10:07,73,73
|
||||
0683,KOM ARS Nürnberg,kommunal,17.07.2017 16:07,17.07.2017 16:07,11,11
|
||||
0685,ST RS Dettelbach,staatlich,17.07.2017 11:07,17.07.2017 11:07,78,78
|
||||
0686,ST RS Erlangen,staatlich,14.07.2017 10:07,14.07.2017 10:07,175,175
|
||||
0688,ST RS München,staatlich,14.07.2017 11:07,14.07.2017 11:07,113,113
|
||||
0689,ST RS Nürnberg,staatlich,14.07.2017 12:07,14.07.2017 12:07,160,160
|
||||
0690,ST RS Passau,staatlich,14.07.2017 08:07,14.07.2017 08:07,98,98
|
||||
0697,ST RS Günzburg,staatlich,18.07.2017 10:07,18.07.2017 10:07,69,69
|
||||
0697,ST RS Günzburg,staatlich,18.07.2017 11:07,18.07.2017 11:07,69,69
|
||||
0698,ST RS Hammelburg,staatlich,17.07.2017 09:07,17.07.2017 09:07,80,80
|
||||
0699,ST RS Manching,staatlich,16.07.2017 16:07,16.07.2017 16:07,172,172
|
||||
0701,ST RS Bad Tölz,staatlich,12.07.2017 08:07,12.07.2017 08:07,134,134
|
||||
0702,ST RS Dachau,staatlich,13.07.2017 16:07,13.07.2017 16:07,202,202
|
||||
0704,ST RS Regenstauf,staatlich,12.07.2017 15:07,12.07.2017 15:07,125,124
|
||||
0704,ST RS Regenstauf,staatlich,14.07.2017 08:07,14.07.2017 08:07,125,125
|
||||
0705,ST RS Rottenburg,staatlich,13.07.2017 08:07,13.07.2017 08:07,174,174
|
||||
0707,ST RS Wunsiedel,staatlich,17.07.2017 12:07,17.07.2017 12:07,124,124
|
||||
0709,ST RS Ergolding,staatlich,14.07.2017 13:07,14.07.2017 13:07,110,110
|
||||
0710,KOM RS München,kommunal,13.07.2017 08:07,13.07.2017 08:07,112,112
|
||||
0710,KOM RS München,kommunal,13.07.2017 09:07,13.07.2017 09:07,112,112
|
||||
0711,KOM RS München,kommunal,18.07.2017 07:07,18.07.2017 07:07,73,73
|
||||
0714,PERS RS München,Priv-Ersatz,17.07.2017 14:07,17.07.2017 14:07,46,46
|
||||
0717,ST RS Markt Schwaben,staatlich,17.07.2017 09:07,17.07.2017 09:07,115,115
|
||||
0718,ST RS Zirndorf,staatlich,17.07.2017 09:07,17.07.2017 09:07,259,259
|
||||
0720,ST RS Scheßlitz,staatlich,14.07.2017 09:07,14.07.2017 09:07,148,148
|
||||
0720,ST RS Scheßlitz,staatlich,18.07.2017 09:07,18.07.2017 09:07,148,148
|
||||
0725,ST RS Babenhausen,staatlich,14.07.2017 11:07,14.07.2017 11:07,102,102
|
||||
0726,ST RS Zwiesel,staatlich,13.07.2017 16:07,13.07.2017 16:07,60,60
|
||||
0727,ST RS Ansbach,staatlich,13.07.2017 14:07,13.07.2017 14:07,2,2
|
||||
0729,ST RS Höchberg,staatlich,14.07.2017 08:07,14.07.2017 08:07,148,148
|
||||
0732,ST RS Schrobenhausen,staatlich,14.07.2017 08:07,14.07.2017 08:07,94,94
|
||||
0736,ST RS Amberg,staatlich,13.07.2017 21:07,13.07.2017 21:07,198,198
|
||||
0738,ST RS Simbach,staatlich,17.07.2017 16:07,17.07.2017 16:07,100,100
|
||||
0744,ST RS Ingolstadt,staatlich,14.07.2017 09:07,14.07.2017 09:07,148,19
|
||||
0744,ST RS Ingolstadt,staatlich,14.07.2017 09:07,14.07.2017 10:07,148,129
|
||||
0747,ST RS Peißenberg,staatlich,18.07.2017 09:07,18.07.2017 09:07,99,99
|
||||
0749,KOM RS Prien,kommunal,12.07.2017 12:07,12.07.2017 12:07,50,50
|
||||
0754,PERS RS München,Priv-Ersatz,12.07.2017 17:07,12.07.2017 17:07,80,80
|
||||
0755,ST RS Brannenburg,staatlich,17.07.2017 12:07,17.07.2017 12:07,116,116
|
||||
0756,ST RS Unterschleißheim,staatlich,12.07.2017 16:07,12.07.2017 16:07,150,142
|
||||
0756,ST RS Unterschleißheim,staatlich,13.07.2017 08:07,13.07.2017 08:07,150,150
|
||||
0757,PERS RS München,Priv-Ersatz,17.07.2017 11:07,17.07.2017 11:07,24,24
|
||||
0758,ST RS Ismaning,staatlich,13.07.2017 09:07,13.07.2017 09:07,94,94
|
||||
0758,ST RS Ismaning,staatlich,13.07.2017 11:07,13.07.2017 11:07,94,94
|
||||
0758,ST RS Ismaning,staatlich,17.07.2017 15:07,17.07.2017 15:07,94,94
|
||||
0759,ST RS Schwabmünchen,staatlich,14.07.2017 14:07,14.07.2017 14:07,150,150
|
||||
0764,ST RS Marquartstein,staatlich,14.07.2017 12:07,14.07.2017 12:07,113,113
|
||||
0766,ST RS Garmisch-Partenkirchen,staatlich,17.07.2017 11:07,17.07.2017 11:07,68,68
|
||||
0767,ST RS Neusäß,staatlich,14.07.2017 09:07,14.07.2017 09:07,189,189
|
||||
0778,ST RS Höchstadt,staatlich,18.07.2017 07:07,18.07.2017 07:07,183,183
|
||||
1071,ST RS Großostheim,staatlich,17.07.2017 11:07,17.07.2017 11:07,96,96
|
||||
1073,ST RS Schonungen,staatlich,13.07.2017 16:07,13.07.2017 16:07,81,81
|
||||
1077,ST RS Murnau,staatlich,15.07.2017 15:07,15.07.2017 15:07,78,78
|
||||
|
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{"dst_typ":"Priv-Ersatz","schulart":"Gymnasium","uestatus":"abgegeben","schulname":"A.B. von Stettensches Institut Augsburg -Gymnasium-","schulnummer":"0024"},
|
||||
{"dst_typ":"Priv-Ersatz","schulart":"Realschule","uestatus":"abgegeben","schulname":"A.B. von Stettensches Institut Augsburg Realschule f\u00fcr M\u00e4dchen","schulnummer":"0420"},
|
||||
{"dst_typ":"kommunal","schulart":"Abendrealschule","uestatus":"\u00fcbermittelt (keine PL-Fehler)","schulname":"Abendrealschule f\u00fcr Berufst\u00e4tige der Stadt Augsburg","schulnummer":"0681"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"\u00fcbermittelt (keine PL-Fehler)","schulname":"Abt-Bachmeier-Grundschule Au\u00dfernzell","schulnummer":"3571"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"abgegeben","schulname":"Abt-Knauer-Grundschule Weismain","schulnummer":"5865"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"\u00fcbermittelt (keine PL-Fehler)","schulname":"Abt-Utto-Grundschule Metten","schulnummer":"3591"},
|
||||
{"dst_typ":"staatlich","schulart":"Realschule","uestatus":"abgegeben","schulname":"Achental-Realschule Staatl. Realschule Marquartstein","schulnummer":"0764"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"abgegeben","schulname":"Adalbert-Stifter-Grundschule Forchheim","schulnummer":"5585"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"\u00fcbermittelt (keine PL-Fehler)","schulname":"Adalbert-Stifter-Grundschule F\u00fcrth","schulnummer":"6550"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"Schulaufs. freigegeben","schulname":"Adalbert-Stifter-Grundschule Kaufbeuren-Neugablonz","schulnummer":"8549"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"Schulaufs. freigegeben","schulname":"Adalbert-Stifter-Grundschule Marktoberdorf","schulnummer":"8831"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"Schulaufs. freigegeben","schulname":"Adalbert-Stifter-Grundschule N\u00fcrnberg","schulnummer":"6777"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"abgegeben","schulname":"Adalbert-Stifter-Grundschule Wegscheid ","schulnummer":"3757"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"\u00fcbermittelt (keine PL-Fehler)","schulname":"Adalbert-Stifter-Grundschule W\u00fcrzburg-Zellerau ","schulnummer":"7546"},
|
||||
{"dst_typ":"staatlich","schulart":"Gymnasium","uestatus":"abgegeben","schulname":"Adalbert-Stifter-Gymnasium Passau","schulnummer":"0252"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"abgegeben","schulname":"Adalbert-Stifter-Mittelschule Forchheim","schulnummer":"5721"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"Schulaufs. abgelehnt","schulname":"Adalbert-Stifter-Mittelschule N\u00fcrnberg","schulnummer":"6609"},
|
||||
{"dst_typ":"staatlich","schulart":"Grundsch.sow.Mittelschule","uestatus":"abgegeben","schulname":"Adalbert-Stifter-Mittelschule Wegscheid","schulnummer":"3803"},
|
||||
{"dst_typ":"staatlich","schulart":"Gymnasium","uestatus":"abgegeben","schulname":"Adam-Kraft-Gymnasium Schwabach","schulnummer":"0282"}]
|
||||
Executable
BIN
Binary file not shown.
Executable
+78
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 106 KiB |
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 943 B |
Executable
+41
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="225.994px" height="45.258px" viewBox="0 0 225.994 45.258" enable-background="new 0 0 225.994 45.258"
|
||||
xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M28.993,18.11l22.685,5.632c3.948-1.541,6.318-3.505,6.318-5.632V9.052C57.996,4.058,45.011,0,28.993,0
|
||||
C12.979,0,0,4.058,0,9.052v9.058c0,4.995,12.979,9.05,28.993,9.05V18.11z"/>
|
||||
<path fill="#FFFFFF" d="M51.676,32.796L28.993,27.16v9.051l22.683,5.638c3.95-1.549,6.322-3.504,6.322-5.638V27.16
|
||||
C57.999,29.292,55.626,31.25,51.676,32.796"/>
|
||||
<path fill="#FFFFFF" d="M0,27.16v9.052c0,4.996,12.979,9.047,28.993,9.047v-9.047C12.979,36.211,0,32.155,0,27.16"/>
|
||||
<path fill="#FFFFFF" d="M82.884,35.384c-7.082,0-12.339-5.467-12.339-12.378V22.94c0-6.837,5.154-12.443,12.546-12.443
|
||||
c4.536,0,7.253,1.515,9.487,3.713l-3.368,3.882c-1.857-1.685-3.749-2.715-6.156-2.715c-4.055,0-6.975,3.368-6.975,7.493v0.069
|
||||
c0,4.124,2.849,7.562,6.975,7.562c2.751,0,4.435-1.1,6.324-2.82l3.367,3.402C90.273,33.734,87.525,35.384,82.884,35.384"/>
|
||||
<path fill="#FFFFFF" d="M107.321,27.546c-0.894-0.416-2.064-0.688-3.334-0.688c-2.234,0-3.611,0.894-3.611,2.544v0.068
|
||||
c0,1.406,1.171,2.231,2.852,2.231c2.441,0,4.093-1.335,4.093-3.229V27.546z M107.215,34.968v-1.99
|
||||
c-1.269,1.408-3.021,2.337-5.568,2.337c-3.469,0-6.323-1.994-6.323-5.637v-0.069c0-4.023,3.056-5.879,7.422-5.879
|
||||
c1.859,0,3.2,0.312,4.506,0.756v-0.311c0-2.162-1.342-3.368-3.955-3.368c-1.993,0-3.4,0.379-5.086,0.997l-1.309-3.986
|
||||
c2.03-0.896,4.023-1.479,7.15-1.479c5.708,0,8.216,2.957,8.216,7.943v10.686H107.215z"/>
|
||||
</g>
|
||||
<polygon fill="#FFFFFF" points="128.629,34.968 123.816,27.443 121.994,29.368 121.994,34.968 116.772,34.968 116.772,9.876
|
||||
121.994,9.876 121.994,23.25 128.115,16.547 134.37,16.547 127.358,23.797 134.609,34.968 "/>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M144.469,20.396c-2.166,0-3.578,1.547-3.989,3.917h7.872C148.041,21.975,146.666,20.396,144.469,20.396
|
||||
M153.37,27.583h-12.819c0.514,2.371,2.164,3.605,4.504,3.605c1.752,0,3.022-0.552,4.465-1.89l2.994,2.647
|
||||
c-1.723,2.132-4.195,3.438-7.529,3.438c-5.535,0-9.628-3.885-9.628-9.521v-0.07c0-5.261,3.75-9.591,9.112-9.591
|
||||
c6.149,0,8.97,4.779,8.97,10.005v0.065C153.438,26.792,153.405,27.099,153.37,27.583"/>
|
||||
<path fill="#FFFFFF" d="M171.551,19.329c0-2.371-1.647-3.641-4.296-3.641h-4.09v7.358h4.193c2.646,0,4.192-1.586,4.192-3.646
|
||||
V19.329z M167.184,27.751h-4.019v7.217h-5.292v-24.06h9.83c5.738,0,9.209,3.403,9.209,8.321v0.065
|
||||
C176.912,24.864,172.58,27.751,167.184,27.751"/>
|
||||
</g>
|
||||
<polygon fill="#FFFFFF" points="195.885,34.968 195.885,25.307 186.122,25.307 186.122,34.968 180.831,34.968 180.831,10.908
|
||||
186.122,10.908 186.122,20.43 195.885,20.43 195.885,10.908 201.176,10.908 201.176,34.968 "/>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M220.63,19.329c0-2.371-1.65-3.641-4.295-3.641h-4.091v7.358h4.191c2.649,0,4.194-1.586,4.194-3.646
|
||||
V19.329z M216.268,27.751h-4.023v7.217h-5.292v-24.06h9.829c5.737,0,9.213,3.403,9.213,8.321v0.065
|
||||
C225.994,24.864,221.662,27.751,216.268,27.751"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 201 B |
Executable
+37
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
* The Front Controller for handling every request
|
||||
*
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @since 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
// for built-in server
|
||||
if (php_sapi_name() === 'cli-server') {
|
||||
$_SERVER['PHP_SELF'] = '/' . basename(__FILE__);
|
||||
|
||||
$url = parse_url(urldecode($_SERVER['REQUEST_URI']));
|
||||
$file = __DIR__ . $url['path'];
|
||||
if (strpos($url['path'], '..') === false && strpos($url['path'], '.') !== false && is_file($file)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
use App\Application;
|
||||
use Cake\Http\Server;
|
||||
|
||||
// Bind your application to the server.
|
||||
$server = new Server(new Application(dirname(__DIR__) . '/config'));
|
||||
|
||||
// Run the request/response through the application
|
||||
// and emit the response.
|
||||
$server->emit($server->run());
|
||||
Executable
Executable
+34406
File diff suppressed because it is too large
Load Diff
Vendored
+4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+13
File diff suppressed because one or more lines are too long
+6
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
jquery-3.2.1.min.js
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
jquery-3.2.1.min.map
|
||||
+1825
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user