body {
	background-image: url("images/bg.jpg");
	background-color:  #d6dbdf ;
}

body.inhoud {
	background-color:  #d6dbdf ;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

div.animated {
  width: 250px;
  height: 50px;
  font-weight: bold;
  position: relative;
  animation: mymove 0.3s infinite;
  animation-iteration-count: 1;
}

div.content	{
	background-color:  #d6dbdf ;
  position: center;
  width: 800;
  height: 400;
}

div.inhoud	{
  position: center;
  width: 800;
  height: 400;
  border: 3px solid #73AD21;
}

#div1 {
	animation-timing-function: ease-out;
}

#div2 {
	animation-timing-function: ease-out; 
	animation-delay: 0.1s;
}

#div3 {
	animation-timing-function: ease-out; 
	animation-delay: 0.2s;
}

#div4 {
	animation-timing-function: ease-out;
	animation-delay: 0.3s;
}

#div5 {
	animation-timing-function: ease-out; 
	animation-delay: 0.4s;
}

#div6 {
	animation-timing-function: ease-out; 
	animation-delay: 0.5s;
}

#div7 {
	animation-timing-function: ease-out; 
	animation-delay: 0.6s;
}

#div8 {
	animation-timing-function: ease-out; 
	animation-delay: 0.7s;
}

#div9 {
	animation-timing-function: ease-out; 
	animation-delay: 0.8s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: grey;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: White;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
	background-color: Silver;
    Color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

h3 {
  text-align: center;
}

@keyframes mymove {
  from {left: -500px;}
  to {left: -15px;}
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  Font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: Grey;
}

li.dropdown {
  display: inline-block;
}

td.inhoud	{
  position: center;
  vertical-align: top;
  width: 800;
  height: 400;
}

p {
  text-align: center;
}

.popup {
    background-color: gray;
		Width: 800px;
		Height: 600px;
}

table.inhoud	{
	background-color: gray;
  position: center;
  width: 800;
  height: 400;
  border: 3px solid #73AD21;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: Darkgrey;
}
