* {
   margin: 0;
   padding: 0;
}

html, body {
   background-color: black;
   font-family: Arial;
   color: white;
}

div#wrapper {
   width: 800px;
   height: 450px;
   border-top: 30px solid white;
   border-bottom: 30px solid white;
   border-left: 6px solid white;
   border-right: 6px solid white;
   position: absolute;
   top: 15%;
   left: 15%;
}

div#content {
   position: relative;
   top: 25px;
   left: 45px;
   height: 380px;
   width: 305px;
   overflow: auto;
   color: white;
   font-size: 12px;


}

a:link { font-weight:bold; color:#007F00; text-decoration:none; }
a:visited { font-weight:bold; color:#007F00; text-decoration:none; }
a:focus { font-weight:bold; color:#007F00; text-decoration:underline; }
a:hover { font-weight:bold; color:silver; text-decoration:none; }
a:active { font-weight:bold; color:#007F00; text-decoration:underline; }

div#content h5 {
   color:#00DF00;
   font-family: Arial, sans-serif;
   font-size: 14px;
   text-align: center;
   margin-bottom: 5px;
   margin-top: 5px;
    }


div#content h4 {
   color:#FFFFFF;
   font-family: Arial, sans-serif;
   font-size: 9px;
   text-align: left;
   margin-bottom: 15px;
   margin-top: 5px;
    }

div#content h3 {
   color:#FFFFFF;
   font-family: Arial, sans-serif;
   font-size: 12px;
   text-align: center;
   margin-bottom: 20px;
   margin-top: 30px;
}


div#content h2 {
   color:#00DF00;
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   margin-bottom: 20px;
   margin-top: 30px;
}

div#content h1 {
   color:#FFFFFF;
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 12px;
   text-align: left;
   margin-bottom: 5px;
   margin-top: 10px;
}

div#content table td.jahr {
   font-size: 12px;
   width: 75px;
   text-align: left;
   padding-right: 3px;
}

div#content table td.angabe {
   width: 115px;
   font-size: 12px;
   text-align: right;
   padding-right: 3px;
}

div#content table td.job {
   width: 260px;
   text-align: left;
   font-size: 12px;
}

div#content table td h3 {
   font-size: 12px;
}

div#content table td p {
   font-size: 11px;
}

ul#navi {
position: absolute;
bottom: -30px;
}

ul#navi li {
   list-style: none;
   float: left;
   margin-left: 48px;
   height: 30px;
   line-height: 30px;
   font-size: 12px;
   display: inline;

}

ul#navi a:link {color: black; font-weight: bold; text-decoration: none; }
ul#navi a:visited {color: black; font-weight: bold; text-decoration: none; }
ul#navi a:hover {color: #808080; font-weight: bold; text-decoration: none; }
ul#navi a:active {color: black; font-weight: bold; text-decoration: none; }

     div.c-1 {MARGIN-TOP: -28px; POSITION: absolute; width: 30px}