html {
  background-image: url(img/bodybg.png);
  background-repeat: repeat-x; 
}

body {
	color: #5d6263;
	font-family:"Oxygen",Helvetica,Arial,"Nimbus Sans L",sans-serif;

}

.header{
	margin-top: -10px;
	width:100%;
	height: 40px;
	overflow: hidden;
	}
	
.headerLeft{
	float:left;
	margin-top: -6px;
	width: 992px;
	height: 40px;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #000000;
}

.ulcontainer{
	float:left;
	width: 160px;
}

.headercenter{
	float:right;
	margin-top: 16px;
	width: 370px;
	font-size: 12px;
}

.headercenter a{
	color: #000000;
}

.headerRight{
	float:right;
	margin-top: 0;
	background-color: #FFF;
	height: 40px;
}

.logoheader{
	margin-top: 50px;	
}

.container{
	width: 100%;
}

.content{
	max-width: 1024px;
	margin: auto;
}

.footer {
	float:left;
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	border-top-style: solid;
	border-top-width: 3px;
	border-color: #000000;	
}

.footer a{
	color: #605ca8;
}

.footer_socialmedia{
	float: left;
	width: 40%;
}

.footer_disclaimer{
	float: left;
	text-align: center;
	width: 20%;
}

.footer_right{
	float: left;
	width: 40%;
}

.slogan{
	margin-top: 10px;
	margin-bottom: 50px;	
}

p.introText{
	font-size: 12px;
}
	
h1.sloganfirst {
	margin:0;
	color:#595e5f;
	font-weight: normal;
	font-size: 14px;
	}

div.slogansecond{
	margin: 0;
	display: block;
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline solid red 5px;
	color: red;
	}
		
.algdir{
	font-size: 16px;	
}

.civveilig{
	font-size: 20px;
}

.slogansecond {
	font-size: 18px;
	color:red;
}

#flex-container {
	float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
}

#flex-item {
	width: 341px;
}

.box select {
  background-color: #FFFFFF;
  color: black;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 12px;
  /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);*/
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

/*
.box::before {
  content: "\f13a";
  /*font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 80%;
  text-align: center;
  font-size: 10px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}*/


.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
}

.box select option {
  padding: 10px;
}

#td-item {
	width: 341px;
}

.mainTable {
  /*border: 1px solid black;	*/
  font-size: 12px;
  height: 100%;
}

.subTable {
	border-top: 1px solid;
}

p.headerColumn{
	text-align: center;
	font-weight: bold;
}

td {
  vertical-align: top;
  height: 100%;
}

ul.languagelist {
  list-style-type: none;
  overflow: hidden;
  height: 40px;
  width: 180px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 6px;
}

li.language-link {
	float: left;

}

li.language-link a{
	text-decoration: none;
}

.under_footer ul{
	list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    display: block;
}

.under_footer ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

.under_footer ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

.under_footer ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color:#000;
   line-height:1.3em;
   color: #605ca8;
   font-size: 13px;
}

a.language-a {
	margin: 0 10px 0 0;
	display: list-item;
    font-size: 12px;
    word-wrap: break-word;
    font-family:"Oxygen",Helvetica,Arial,"Nimbus Sans L",sans-serif;
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    width: 21px;
    height: 16px;
    text-align: center;
    background-color: #CCCCCC;
    color: #666666;
}

a.language-a:hover{
	background-color: #666666;
	color: #FFFFFF;
}

a.language-a-active {
	margin-right: 0.25em;
	margin: 0 10px 0 0;
	display: list-item;
    font-size: 12px;
    word-wrap: break-word;
    font-family:"Oxygen",Helvetica,Arial,"Nimbus Sans L",sans-serif;
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    width: 21px;
    height: 16px;
    text-align: center;
    background-color: #666666;
    color: #FFFFFF;
}

a.language-a-active:hover{
	background-color: #666666;
	color: #FFFFFF;
}
