a { text-decoration: none }
span.caps { font-variant: small-caps }
.footnote { font-size: 10pt }
.title { text-decoration: underline }
img.logo {
 z-index: 1;
 border: 0px;
 position: relative;
 left: -50px;
 bottom: -30px;
}
body {
 color: black;
 background: white;
 margin: 0px;
 padding: 0px;
 font-size: 12pt;
 font-family: sans-serif;
}
table {
 border-collapse: collapse;
 border: 0px;
 margin: 0px;
 padding: 0px;
}
td {
 margin: 0px;
 padding: 0px;
 text-align: center;
 vertical-align: middle;
}
td.maintop {
 background: teal;
 border-width: 0px 0px 2px 0px;
 border-style: solid;
 border-color: black;
 text-align: right;
 vertical-align: bottom;
 height: 50px;
}
td.headline {
padding: 10px;
vertical-align: middle
}
td.canvas {
 border-width: 1px 1px 1px 1px;
 border-color: black;
 border-style: solid;
 /*
 background-image: url('/images/cafe.jpg');
 background-repeat: no-repeat;
 background-position: center center;
 */
 background-color: #f0f0c0;
 text-align: left;
 vertical-align: top;
}
div.maindescr {
 width: 290px;
 border-width: 1px 0px 0px 0px;
 border-style: dotted;
 border-color: black;
 text-align: justify;
 margin-top: 20px;
 padding-top: 0.1em;
 padding-left: 0px;
}
a.mainlink {
 color: blue;
 fontsize: 2em;
 font-variant: small-caps;
 text-decoration: none;
 padding-right: 0.5em;
 float: left;
}
a.mainlink:link { color: blue }
a.mainlink:visited { color: blue }
a.mainlink:hover { color: red }
a.mainlink:active { color: red }
td.title { font-variant: small-caps }
td.spacer30 { height: 30px }
td.spacer50 { height: 30px }
div.anlage {
 display: block;
 border: 0px;
 text-align: left;
}
table.ol {
 border-collapse: collapse;
 border: 1pt solid black;
}
table.bewerbung {
 border-collapse: collapse;
 background: #f0f0c0 /* white */;
}
table.bewerbung th {
 color: brown;
 border: 1px solid black;
 background: silver;
 padding: 2px;
}
table.bewerbung td {
 border: 1px solid black;
 background: #f0f0c0 /* white */;
 text-align: left;
 padding: 2px;
}
td.japan { font-size: 0.8em }
img.bewerbung { border: 1px solid black }