﻿*
{
  padding: 0;
  margin: 0;
  font-family: "Comic Sans MS", cursive, sans-serif;
  text-align: left;
  background-color: transparent;
  z-index: 10;
}

body
{
  background: url("../images/blauwelucht.jpg") repeat scroll 0 0;
}

#container
{
  margin: 10px auto;
  border: 10px;
  width: 1025px;
}

#content-wrapper
{
  margin: 10px;
  padding: 0 10px;
  position: relative;
}

#menu-wrapper
{
  height: 40px;
}

#top-wrapper
{
  margin: 20px auto;
  height: 390px;
}

#top-left-wrapper
{
  float: left;
  display: inline;
  position: relative;
  width: 750px;
}

#top-right-wrapper
{
  float: right;
  display: inline;
  position: relative;
  width: 224px;
}

#bottom-wrapper
{
  clear: both;
  margin: 20px auto;
  height: 205px;
}

#bottom-left-wrapper
{
  float: left;
  display: inline;
  position: relative;
  width: 325px;
}

#bottom-right-wrapper
{
  float: right;
  display: inline;
  position: relative;
  width: 650px;
}

#footer-wrapper
{
  clear: both;
  height: 25px;
}