

*{
  box-sizing: border-box;
}

body {height:100%;font-family: sans-serif,Arial;font-size:12px;color:#000000;background-color:#ffffff;margin: 0;padding:0px; }

.iljheader-big {box-sizing: border-box;padding:0px;margin:0px;text-align:left;background:#000000;color:white;border-bottom:2px solid #990000;}

.navbar {box-sizing: border-box;display: flex;background-color: #333333;}

.navbar a {color: white;padding: 14px 20px;text-decoration: none;text-align: center;}

.navbar a:hover {background-color: #999999;color: black;}

.row {display: flex;max-width:900px;box-sizing: border-box;}

.iljleft {background-color: #ffffff;color:#000000;padding: 15px;padding-right:10px;box-sizing: border-box;border-right:1px solid #000000}

.iljleft a {color:#000000;text-decoration: none;}

.iljleft a:hover {color:#b1e11e}

.iljmiddle {background-color: white;padding: 20px;box-sizing: border-box;border-left:0px solid #000000;border-right:1px solid #000000}

.iljmiddle a {color:#000000;text-decoration: none;}

.iljmiddle a:hover {color:#b1e11e}


.hoger {background-color: white;padding: 20px;padding-right:0px;box-sizing: border-box;overflow:auto;}

.hoger a {color:#000000;text-decoration: none;}

.hoger a:hover {color:#b1e11e}

.iljheader {font-weight:bold;color:#666666;letter-spacing:.05em}

.iljfooter {padding: 20px;text-align: center;background: #333333;color:#ffffff;box-sizing: border-box;}
.iljfooter a {color:#ffffff;text-decoration: none;}
.iljfooter a:hover {color:#b1e11e}

.iljheader2 {color:#333333;text-decoration: none;font-size:18px;font-weight:bold}
.iljheader3 {color:#333333;text-decoration: none;font-size:18px;}

li {font-size:14px}
@media screen and (max-width: 600px) {
  .row, .navbar { flex-direction: column; } }









