* {
  margin: 0;
  outline: 0;
  padding: 0;
}
html {
  background: #000 url('bg.png') top center repeat-y;
  min-width: 898px;
}
body {
  margin: 0 auto;
  width: 898px;
}
a img {
  border: 0;
}
#upgrade_notice {
  color: white;
  font-weight: bold;
}
#top {
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  height: 220px;
  margin-bottom: 20px;
}
header{
  background: url('top.png');
  display: block;
  height: 185px;
}

/* NAVIGATIE */
nav {
  background: url('menu.png') no-repeat;
  display: block;
  height: 35px;
  position: absolute;
  top: 185px;
  width: 898px;
}
nav ul {
  list-style: none;
}
nav ul li {
  float: left;
  display: inline;
}
nav ul li a {
  display: block;
  height: 35px;
  width: 100px;
}
nav ul li a span {
  display: none;
}
nav ul li.active a, nav ul li a:hover {
  background: url('menu.png');
}
nav ul li a#M1 {
  display: block;
  height: 35px;
  margin-left: 20px;
  width: 92px;
}
nav ul li a#M1:hover {
  background-position: -20px -35px;
}
nav ul li.active a#M1 {
  background-position: -20px -70px;
}
nav ul li a#M2 {
  display: block;
  height: 35px;
  margin-left: 9px;
  width: 125px;
}
nav ul li a#M2:hover {
  background-position: -121px -35px;
}
nav ul li.active a#M2 {
  background-position: -121px -70px;
}
nav ul li a#M3 {
  display: block;
  height: 35px;
  margin-left: 9px;
  width: 118px;
}
nav ul li a#M3:hover {
  background-position: -255px -35px;
}
nav ul li.active a#M3 {
  background-position: -255px -70px;
}
nav ul li a#M4 {
  display: block;
  height: 35px;
  margin-left: 9px;
  width: 145px;
}
nav ul li a#M4:hover {
  background-position: -382px -35px;
}
nav ul li.active a#M4 {
  background-position: -382px -70px;
}
nav ul li a#M5 {
  display: block;
  height: 35px;
  margin-left: 9px;
  width: 236px;
}
nav ul li a#M5:hover {
  background-position: -536px -35px;
}
nav ul li.active a#M5 {
  background-position: -536px -70px;
}
nav ul li a#M6 {
  display: block;
  height: 35px;
  margin-left: 9px;
  width: 105px;
}
nav ul li a#M6:hover {
  background-position: -781px -35px;
}
nav ul li.active a#M6 {
  background-position: -781px -70px;
}

/* SIDEBAR */
sidebar {
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  display: block;
  float: right;
  width: 289px;
  margin-bottom: 20px;
}
sidebar header {
  clear: both;
  height: 34px;
  overflow: hidden;
}
sidebar #dochter {
  height: 130px;
  overflow: hidden;
}
sidebar a {
  float: left;
}
sidebar a img {
  border: 0;
}

#mid {
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  overflow: auto;
  width: 593px;
  margin-bottom: 20px;
}
#slideshow {
  background: black;
  height:165px;
  overflow: hidden;
}
article {
  float: left;
  width: 593px;
  display: block;
}
article header {
  clear: both;
  height: 35px;
  overflow: hidden;
  width: 593px;
  background: url('headers.png');
}
article header.Home {
  background-position: 0 105px;
}
article header.Projecten {
  background-position: 0 70px;
}
article header.Portfolio {
  background-position: 0 175px;
}
article header.Contact {
  background-position: 0 140px;
}
article header.Webprogrammateur {
  background-position: 0 35px;
}
article header.WebsiteCheck {
  background-position: 0 210px;
}
article header.Webdesign {
}
section {
  background: #606573 url('section.png') repeat-x;
  min-height: 310px;
  display: block;
  font-family: Segoe UI, Calibri, verdana;
  font-size: 12px;
  line-height: 16px;
  color: white;
  padding: 20px 25px;
  overflow: auto;
}
section p {
  margin-bottom: 1em;
  text-shadow: #333 2px 2px 2px
}
section #portfolio a {
  display: block;
  width: 260px;
  height: 169px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
section p a {
  color: yellow;
}
section label {
  float: left;
  width: 100px;
}
section textarea {
  background: white url('textarea.png') bottom right no-repeat;
  -moz-box-shadow: inset 2px 2px 10px rgba(0,0,0,0.6);
  border: 1px solid black;
  margin-top: 2px;
}
section input[type="text"] {
  background: white;
  -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4);
  margin-bottom: 5px;
  border: 1px solid black;
}
#submitbutton {
  background: url('button_versturen.png'); 
  border: 0;
  cursor: pointer;
  width: 139px;
  height: 43px;
  float: right;
  margin-top: 10px;
}
#submitbutton:hover {
  background: url('button_versturen.png') 0 -43px;
  outline: 0;
}
#submitbutton:active {
  background: url('button_versturen.png') 0 42px;
  outline: 0;
}
#submitbutton::-moz-focus-inner {
  border: none;
}
#resetbutton {
  background: url('button_wissen.png'); 
  border: 0;
  cursor: pointer;
  width: 139px;
  height: 43px;
  float: right;
  margin-top: 10px;
}
#resetbutton:hover {
  background: url('button_wissen.png') 0 -43px;
  outline: 0;
}
#resetbutton:active {
  background: url('button_wissen.png') 0 42px;
  outline: 0;
}
#resetbutton::-moz-focus-inner {
  border: none;
}
footer {
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  background: url('voet.jpg');
  clear: both;
  display: block;
  font-family: Calibri, verdana;
  font-size: 12px;
  line-height: 14px;
  color: white;
  height: 103px;
  padding-top: 10px;
  padding-left: 10px;
  text-shadow: #333 2px 2px 2px
}
footer p {
  border: 1px solid black;
  background: #606573;
  background: rgba(96,101,115,0.6);
  padding: 5px;
  display: block;
  -moz-box-shadow: inset 5px 5px 10px rgba(0,0,0,0.6);
}
footer p strong{
font-size: 14px;
}
footer a {
  color: yellow;
}