/*kommentar*/
a:link {
    color: mediumlue;
}
a:visited {
    color: mediumseagreen;
}
a:hover {
    color: orange;
}
a:active {
    color: red;
}

img {
    height: auto;
    width: 150px;
}
nav,footer {
    margin-left: 10px;
    font-size: 10pt;
    font-family: monospace;
}
h1,h2,table {
    margin-left: 10px;
}
td {
    font-size: 10pt;
    font-family: monospace;
    width: auto;
}
#tabkopf {
    font-style: oblique;
    font-size: 14pt;
    font-family: monospace;
}
#tabzeile {
    font-style: normal;
    font-size: 12pt;
    font-family: monospace;
}
#wrapper {
    width: 800px;
    text-align: left;
    text-docoration: none;
    font-style: normal;
    font-family: sans-serif;
    font-size: medium;
}
#start {
    text-align: center;
}
#kopf {
    height:105px;
    width: auto;
    font-size: 15pt;
    font-family: monospace;
}
#passbild {
    text-align: right;
    height: 100px;
    width: auto;
}
#unterschrift {
    text-align: left;
    height: 30px;
    width: auto;
}
