/* ****** GLOBALS ****** */
body {
  height: 100%;
  background-repeat: repeat-x;
  background-image: url(../images/gradient.jpg);
  background-color: #780000;
  font-family: "Trebuchet MS", Verdana, arial, sans-serif; 
  font-size: 11px;
  color: #000;
  margin: 0;
}

.clear {
  clear: left;
}

a  {
  text-decoration: none;
  color: #8a8a8a;
}

a:hover {
  text-decoration: underline;
}

p  {   
  padding: 2px 0 0 0;
}
	
h1 { 
  color: #bc0009; 
  font-size: 15px; 
  margin:0; 
  padding: 20px 0 5px 0;
}	

ul  { 
  padding: 2px 55px;
  }

div#shadow  {
  height: 100%;
  margin: 0 auto;
  width: 724px;
  background: url(../images/wrapper-trans.png) repeat-y
}

div#wrapper {
  height: 100%;
  margin: 0 auto;
  width: 692px;
}

#header  {
  margin: 0 auto;
  display: block;
  background: url(../images/header.jpg) no-repeat;
  width: 100%;
  height: 164px;
}

/* ****** STICKER ** relative of the header ****** */

div#sticker  {
  position: relative;
  top: 280px;
  left: 320px;
  background: url(../images/30dagengratis.jpg) no-repeat;
  width: 87px;
  height: 88px;
}
/* ****** MENU ****** */

div#nav {
  height: 18px;
  padding: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}

ul#navmenu li {
  float: left;
  position: relative;
}

ul#navmenu {
    margin: 0;
    margin-left: 9px;
    padding: 0;
    list-style: none;
}

li#last {
  display: block;
  float: left;
}

div#nav a  {
  line-height: 18px; 
  border-left: 1px solid #000;
  color: #000;
  display: block;
  padding: 0 13px;
}

div#nav a.contact {
  border-right: 1px solid #000;
  display: block;
}

div#nav a:hover  {
  background-color: #be000a;
  color: #fff;
  text-decoration: none;
}

/* ****** CONTENT ****** */

div#content  {
  margin: 0;
  padding: 0 40px;
  width: 612px;
}

div#contentleft  {
  float: left;
  width: 400px;
}

div#contentright {
  float: left;
  width: 212px;
  height: 300px;
}

div#footer { 
  text-align: center;  
  padding: 5px 0;
}

ul.opsomming {
    padding: 0;
    margin: 0;
}

ul.opsomming li  {
  margin-left: 20px;
  list-style-image: url(../images/blokje.jpg);
}

