body {margin: 0 0 0 0} 
.wrapper {
        margin: auto;
        width:52%;
    }
a.link:link, a.link:hover, a.link:active, a.link:visited {
   color: #FFFFFF; 
   font-family:Arial;
   font-size: 1em;
   margin-right: 10px;
}

a.impressum:link, a.impressum:hover, a.impressum:active, a.impressum:visited {
   color: #000; 
   font-family:Arial;
   font-size: 1em;
   font-weight: bold;
}

object.banner { width:99%;margin-top:1rem; }

 div.table { 
  display: table; 
  border-collapse:collapse; 
}
div.tr { 
  display:table-row; 
}
div.td { 
  display:table-cell; 
  padding:5px;
  font-family: Arial,sans-serif;
}
.fett-blau, .klein-schwarz {
    font-family: Arial,sans-serif; 
    font-size: 1em;
    color: #164D7F;
    font-weight: bold;
 }
.klein-schwarz {
    font-size: 0.8em;
    color: black;
    font-style:italic;
    font-weight: normal;
}
.progheadline {
    font-weight: bold;
    color:#164D7F;
    font-family:Verdana, Geneva, sans-serif;
    font-size:1em;
}

.content {
    font-family: Arial,sans-serif; 
    font-size: 1em;
}
img.resize {
    display: block;
    height: auto;
    margin: 0 auto 0 auto;
    width: 100%;
}
    .systemlinks {
        background-color: #1C497B; 
        padding:0.5em 0.5em 0.5em 0.5em;
        color: white;
        font-family:Verdana, Geneva, sans-serif;
        text-align: center;
        font-weight: bold;
        float:left;
        margin:1em 0.5em 1em 0;
    }

    a.systemlink:link, a.systemlink:active, a.systemlink:visited {
        color: white;
        font-family:Verdana, Geneva, sans-serif;
        font-size: 0.9em;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
    }
    a.systemlink:hover {
        text-decoration: underline;
    }