div.header { 
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   display: table;
   height: 7ex;
   z-index: 1;
   user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
}

div.logo {
   vertical-align: middle;
   display: table-cell;
   padding-left: 1ex;
   width: 10em;
}

div.menu {
   vertical-align: middle;
   display: table-cell;
   /*padding-right: 40ex;*/
   text-align: center;
   /*font-weight:bold;*/
}

div.main {
   position: relative;
   /*margin-left: 180px;
   margin-right: 1em;
   margin-left: auto;
   margin-right: auto;*/
   margin: auto;
   margin-top: 12ex;
   margin-bottom: 100px;
   z-index: 0;
   max-width: 1024px;
   padding: 1em;
}

td.imgtd {
   vertical-align: top;
   padding-right: 1em;
   width: 80px;
   height: 80px;
}

.tbl td {
   padding-bottom: 2ex;
}

td > h3 {
   padding-top: 0px;
   padding-bottom: 1ex;
   margin: 0px;
}

.menu > a {
   padding: 1ex;
}

#footer > a > img {
   height: 40px;
   vertical-align: middle;
}

#footer > img {
   height: 60px;
   vertical-align: middle;
}

#footer {
   border-top: 1px solid black;
   padding: 1ex;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   z-index: 1;
   background-color: white;
   user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
}

.logo > img {
    width: 100%;
}

#left {
   position: fixed;
   top: 50%;
   left: 0;
   margin-left: 40px;
   z-index: 0;
   transform: translate(0, -50%);
}

#right {
   position: fixed;
   top: 50%;
   right: 0;
   margin-right: 40px;
   z-index: 0;
   transform: translate(0, -50%);
}

.links {
   padding-top: 2px;
   padding-bottom: 1em;
}

.center {
   text-align: center;
   justify-content: center;
}

.pad {
   width: 4em;
   display: inline-block;
}

.titl { display: block; }

.links > a 
{
   border:1px dotted #E97F02;
   padding: 2px;
   text-decoration: none;
}

.links > a:hover {
   background-color: #F8CA00;
}

