body {
	padding: 0;
	margin: 0 auto;
	background: #020C45;
	height: 100%;
	font-family: "Arial", sans-serif;
  color: #ccc;
}

#Header {
	font-size: 400%;
	text-align: center;
	position: relative;
}

#Header img {
  max-width: 100%;
}

p {
  hyphens: auto;
}
            
.links,
.links_groot {
  float: left;
}

.rechts,
.rechts_groot {
  float: right;  
}

.links,
.rechts {
  width: 200px;
  border: none;
  margin: 0px 10px 10px 10px;
}

.links_groot,
.rechts_groot {
  width: 250px;
  border: none;
  margin: 0 10px 10px 10px;
}

.clear {
  clear: both;
}

#Inhoud {
	padding: 16px;
  margin: 0 auto;
	text-align: left;
  max-width: 800px; 
}

#Inhoud ul li a ,
#Inhoud p a,
a {
  color: #ccc;
}

h1 {
  display: none;  
}

.kolom_links {
  width: 30%;
  float:left;
  overflow:hidden;
}

.kolom_rechts {
  width: 70%;
  float:left;
  overflow:hidden;
}

fieldset {
  min-width: 100px;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
}

fieldset input{
  float: right;
}

.div_links {
  float: left;
  display: block;
}

@media screen and (max-width: 600px) {
  .kolom_links,
  .kolom_rechts  {
    width: 100%;
  }
}

iframe {
  width: 100%;
  height: 400px;
  border: none;
}

@media screen and (max-width: 600px) {
	body {
	}
	#Header {
	}
  #Inhoud {
  }
  h1 {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding-top: 29px;
    padding-left: 10px;
    text-decoration: none;
    font-size: 17px;
    margin-top: -64px;
  }
  h2 {
    display: none;  
  }

}

/* Alles voor het menu */
.topnav {
  overflow: hidden;
  background-color: #020C45;
  margin: 0 auto;
	text-align: left;
  max-width: 800px; 
}

.topnav a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background-color: #1F47FF;
  margin-right: 2px;
}

.topnav a:hover {
  background-color: #00167A;
  color: #FFF;
}

.topnav a.active {
  background-color: #00167A;
  color: white;
}

.topnav .icon {
  display: none;
  padding: 9px;
}

.topnav a img {
  width: 30px;
  height: 30px;  
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.notactive {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.sticky {
    position: fixed;
    top: 0;
    width: 93%;
  }
}

.footer {
	font-size: 65%;
	text-align: center;   
}
@media screen and (max-width: 600px) {
  .footer {
    font-size: 50%;
  }
}

input {
  width: 300px;
}

.rd_bttn {
  width: 10px;
}

.chckbx {
  width: 15px;
}

textarea {
  width: 300px;
  height: 100px;
}

.foutje {
  color: red;
}