@charset "UTF-8";
/* CSS Document */

/* Provide a background color for outside the main container */
body {
  background-color:#F3F4CC;
}

/* This is the main container; it should scale with screensizes, but should provide horizontal scrollbars if necessary */
#main  {
  position: relative;
  margin: 0 auto;
  width: 1300px;
  height: 800px;
  top: 10px;
}

/* header containts the logo and main navigation */
#header {
  align: center;
}

#navigatie {
  text-align: center;
}

#navigatie ul{
  background-color: #4BA529;
  border: 0px solid black;
  width: 100%;
  padding: 0;
  margin: 0;
  white-space: no-wrap;
}
#navigatie ul li{
  display: inline;
}
#navigatie ul li a{
  padding-left: 1em;
  padding-right: 1em;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #F3F4CC;
}

#navigatie ul li a:hover{
  color: #133A04;
}

#content {
  background-image:url(images/background.jpg);
  height: 650px;
  overflow:auto;
}

#tekst {
  padding-left: 200px;
  padding-right:200px;
  padding-bottom: 15px;
  text-align:left;
  color:#133A04;
  font-family: arial, sans-serif;
  /*font-size:14px/20px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;*/
}


 ul.navbar li {
padding-left: 1em;
text-align:left;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
color: white;
}
	

#navbar {
	text-align: center;
}
#navbar ul{
background-color: #0776b9;
border: 0px solid black;
width: 100%;
padding: 0;
margin: 0;
white-space: no-wrap;
}
#navbar ul li{
display: inline;
}
#navbar ul li a{
padding-left: 1em;
padding-right: 1em;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: white;
}
#navbar ul li a:hover{
color: #999999;
}

		  