body {
  font: 20px/1.5 Roboto, sans-serif;
  align-content:center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: max-content;
    transition: transform 250ms ease-out;
    display: flex;
    transform: translateX(0);
    position:center;
    position:top;

}

a:any-link,
a:active {
   text-decoration: none;
   color: inherit;
}
a:hover {
    color:limegreen;
}



li {
    padding: 10px;
}
.navigation {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    width:40%;
}
.frontimage{
    
    margin-left:auto;
    margin-right:auto;
    width:40%;

}
.stleftcolom {
    text-align: left;
}
.strightcolom{
    text-align:right;
}
.tstable {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
.strighttitcolom {
    text-align: right;
    color:limegreen;
    font-weight:bold;
    width:auto;
}
.stleftittcolom {
    text-align: left;
    color: limegreen;
    font-weight: bold;
    vertical-align:top;


}
.foutmeldling{
    font-weight:bold;
    color:red;

}
.inPinvoer{
    width:50px;
}
.cacImage{
    width:100px;
    line-height:100px;
}
h3{
    color:limegreen;
    text-align:left;
}

