@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu 
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu > ul {
  background: #007F46;
}
#cssmenu > ul > li {
  float: left;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #007F46;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu > ul > li.active > a {
  color: #dff2fa;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: rotateX(90deg) translateY(-23px);
  -moz-transform: rotateX(90deg) translateY(-23px);
  transform: rotateX(90deg) translateY(-23px);
  -ms-transform: none;
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #dff2fa;
  background: #007F46;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: translateY(- -18px);
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #007F46;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #007F46;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #007F46;
  border-bottom: 2px solid #007F46;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #007F46;
}

#logo {
	width: 500px;
	heigth: 200px;
}

#body {
	width: 1100px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: Raleway, sans-serif;	
}

#fb {
	width: 40px;
	height: 40px;
	margin-top: 3px;
	margin-right: 15px;
	float: right;
}

#twitter {
	width: 35px;
	height: 35px;
	margin-top: 5px;
	margin-right: 15px;
	float: right;
}

#mail {
	width: 40px;
	height: 40px;
	margin-top: 3px;
	margin-right: 15px;
	float: right;
}

#copyright {
	color: grey;
	float: right;
	margin-top: 5px;
}

.tekst {
	width: 500px;
	margin-top: 20px;
	margin-left: 70px;
	float: left;
}

.tekst2 {
	width: 500px;
	margin-top: 20px;
	margin-left: 10px;
	float: right;
}

.tekst4 {
	width: 500px;
	margin-top: 20px;
	margin-left: 90px;
	float: right;
}

.tekst3 {
	width: 500px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

#line1 {
	height: 2px;
	width: 300px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 148px;
}

#line2{
	height: 2px;
	width: 400px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 74px;
}

#lineA1 {
	height: 2px;
	width: 303px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 145px;
}

#lineA2 {
	height: 2px;
	width: 326px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 174px;
}

#lineWD1 {
	height: 2px;
	width: 348px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 100px;
}

#lineP1 {
	height: 2px;
	width: 374px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 74px;
}

#linePo1 {
	height: 2px;
	width: 301px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 147px;
}

#linePr1 {
	height: 2px;
	width: 391px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 57px;
}

#linePr2 {
	height: 2px;
	width: 340px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 108px;
}

#lineO1 {
	height: 2px;
	width: 276px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 172px;
}

#lineO2 {
	height: 2px;
	width: 345px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 103px;
}

#lineC1 {
	height: 2px;
	width: 379px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 69px;
}

#lineC2 {
	height: 2px;
	width: 293px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 155px;
}

#lineUit1 {
	height: 2px;
	width: 932px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 168px;
}

#lineUit2 {
	height: 2px;
	width: 1035px;
	background-color: #007F46;
	margin-top: -24px;
	margin-left: 65px;
}


#bottom_line{
	height: 4px;
	width: 1100px;
	background-color: #007F46;
	margin-top: 100px;
}

#bottom_line1{
	height: 3px;
	width: 1100px;
	background-color: #007F46;
	margin-top: 300px;
}

#bottom_lineA1{
	height: 3px;
	width: 1100px;
	background-color: #007F46;
	margin-top: 600px;
}

#title1 {
	color: black;
}

#under_text {
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
	color: grey;
}

#under_text a {
	cursor: pointer;
	color: grey;
	text-decoration: none;
}

#picH {
	width: 500px;
	height: 300px;
}

#link_text {
	text-decoration: none;
	color: #007F46;
}

.Uitgelicht {
	margin-top: 375px;
	width: 1100px;
	height: 400px;
}

.Uitgelicht1 {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 1100px;
	height: 400px;
}

.Nieuws1 {
	margin-top: 30px;
	margin-left: 50px;
	width: 475px;
	height: 500px;
	background-color: #FAFAFA;
	float: left;
}

.Nieuws2 {
	margin-top: 30px;
	margin-left: 50px;
	width: 475px;
	height: 500px;
	background-color: #FAFAFA;
	float: left;
}

.Design1 {
	margin-top: 30px;
	margin-left: 50px;
	width: 300px;
	height: 300px;
	background-color: #FAFAFA;
	float: left;
}

.Design2 {
	margin-top: 30px;
	margin-left: 50px;
	width: 300px;
	height: 300px;
	background-color: #FAFAFA;
	float: left;
}

.Design3 {
	margin-top: 30px;
	margin-left: 50px;
	width: 300px;
	height: 300px;
	background-color: #FAFAFA;
	float: left;
}

#design_pic {
	width: 300px;
}

/* FORUMS */
#FName {
	margin-left: 119px;
	width: 200px;
}

#LName {
	margin-left: 105px;
	width: 200px;
}
#Email {
	margin-left: 155px;
	width: 200px;
}

#message {
	margin-left: 4px;
	width: 400px;
	height: 300px;
}
#human {
	float: right;
	margin-right: 90px;
}
#submit {
	color: #007F46;
}

#reset {
	color: red;
}

#contact {
	width: 450px;
	height: 325px;
	margin-left: 70px;
}

.NieuwD{
	margin-top: 15px;
	margin-left: 75px;
	width: 300px;
	height: 300px;
	background-color: #FAFAFA;
	float: left;
}

#html-code {
	width: 500px;
	height: 250px;
}

#overpic {
	margin-left: 283px;
	width: 535px;
}

#prijslijst {
	width: 450px;
}

#logos {
	margin-top: 300px;
}

#html_logo {
	width: 250px;
	margin-left: 25px;
	float: left;
}

#css_logo {
	width: 250px;
	margin-left: 25px;
	float: left;
}

#js_logo {
	width: 250px;
	margin-left: 25px;
	float: left;
}

#php_logo {
	width: 250px;
	margin-left: 25px;
	float: left;
}
