*{
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family:  Trebuchet MS, Trebuchet, Verdana, Arial;
}

body,html {
  text-align:center;
  margin:0;
  color: #444445;
}

#supercontainer {
  margin:0 auto;
  padding:0;
  width: 990px;
  text-align: left;
  background-color: #cecfd0;
  background: transparent url(/gfx/inhoud_footer.jpg);
}

#header {
  height: 336px;
  background: transparent url(/gfx/header.jpg) no-repeat;
}

#flashcontent {

}

#content {
  background-color: #cecfd0;

}

#left {
  width: 669px;
  float: left;
  display: block;
}

#lefttitel {
  height: 76px;
  background: transparent url(/gfx/content_top_bg.jpg) no-repeat;
}

#lefttitel h1{
font-family: Georgia1, Georgia, serif;
font-size: 15px;
color: #bf0032;
padding: 41px 0px 0px 70px;
}

#righttitel h2{
font-family: georgia;
font-size: 15px;
color: #bf0032;
padding: 42px 0px 0px 65px;
}

#righttitelcontact h2 {
font-family: georgia;
font-size: 15px;
color: #bf0032;
padding: 34px 0px 0px 65px;

}

#leftcontent {
  background: transparent url(/gfx/content_content_bg.jpg) repeat-y;
  padding: 0px 50px 20px 70px;
  line-height: 18px;
}

#leftcontent ul, #leftcontent ol {
margin-left: 30px;
margin-bottom: 18px;
}

#leftcontent ul {
list-style-type: square;
}

#leftcontent p {
margin-bottom: 16px;
}

#leftcontent a:link,#leftcontent a:visited,#leftcontent a:active { color: #bf0032; text-decoration: underline; }
#leftcontent a:hover { color: #d60025; text-decoration: underline;}

#rightcontent a:link,#rightcontent a:visited,#rightcontent a:active { color: #000000; text-decoration: none; }
#rightcontent a:hover { color: #d60025; text-decoration: underline;}


#leftfooter {
  height: 17px;
  background: transparent url(/gfx/content_bottom_bg.jpg) no-repeat;
}

#right {
  float: left;
  width: 320px;
}

#righttitel {
  height: 76px;
  background: transparent url(/gfx/right_top_bg.jpg) no-repeat top right;
}
#righttitelcontact {
  height: 76px;
  background: transparent url(/gfx/right_top_bgcontact.jpg) no-repeat top right;
}

#rightcontent{
  background: transparent url(/gfx/right_content_bg.jpg) repeat-y;
  padding: 0px 40px 20px 65px;
}

#rightfooter {
  height: 17px;
  background: transparent url(/gfx/right_bottom_bg.jpg) no-repeat;
  margin-bottom: 10px;
}

#contentfooter {
  clear: left;
  background: transparent url(/gfx/content_footer.jpg) no-repeat;
  height: 12px;
}

#footer {
  background: transparent url(/gfx/footer.jpg) no-repeat;
  height: 50px;
padding-top: 30px;
text-align: center;
color: #cecfd0;
}

#footer a:link,#footer a:visited,#footer a:active { color: #999a9b; text-decoration: none; }
#footer a:hover { color: #767677; text-decoration: none;}


/* Navigatiemenu */
#topmenu {
  height: 32px;
  padding-top: 12px;
  background: transparent url(/gfx/menu_bg.jpg) no-repeat;
}

#navigation {
list-style: none;
padding: 0;
margin: 0px 0px 0px 20px;
}

#navigation li {
float: left;
display: block;
margin: 0;
padding: 0px 0px 0px 0px;
}

#navigation .item {
  margin-top: 8px;
}

#navigation a, #navigation a div {
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation li a, #navigation li a div {
float: left;
}
/* End IE5-Mac hack */

#navigation li a {
  color: #878889;
  text-decoration: none;
  padding-left: 35px;
padding-right: 35px;
  height: 32px;
}

#navigation li a:hover {
  color: #fff;
  cursor: pointer;
  background: url("/gfx/menu_item_right.jpg") right top no-repeat;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 35px;
  height: 32px;
}

#navigation li a:hover div.left {
  float: left;
  background: url("/gfx/menu_item_left.jpg") left top no-repeat;
  padding-left: 35px;
  height: 32px;
}


#navigation li.actief1 {
  background: url("/gfx/menu_item_right.jpg") right top no-repeat;
  color: #fff;
  padding-right: 35px;
  height: 32px;
}

#navigation div.actief2 {
  background: url("/gfx/menu_item_left.jpg") left top no-repeat;
  color: #fff;
float: left;
  height: 32px;
}

#navigation .itemactief {
  margin-top: 8px;
  padding-left: 35px;
}



