/* CSS Document */

* {
  padding: 0
  }

/* algemene stijlen */
  
a {
  text-decoration: none;
  color: #0084ff;
  }

a img  {
  border: none;
  }

h1 {
  height: 30px;
  font-size: 20px;
  }

h2  {
  height: 22px;
  font-size: 16px;
  }
  
h3, h4  {
  height: 22px;
  font-size: 13px;
  }
  
body, html  {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  }

body  {
  background: #fff url(../images/background_body.gif) repeat-y left;
  }

/* layout topsectie */
  
div#wrapper  {
  height: auto !important;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  width: 100%;
  }

div#header  {
  height: 85px;
  background: #fff url(../images/background_header.gif) no-repeat right top;
  }

div#logo	{
  position: absolute;
  top: 38px;
  left: 15px;
  background: url(../images/logo.png) no-repeat left top;
  width: 75px;
  height: 75px;
  display: inline;
  }

/* IE6 and below only hack - IE6 kan niet goed met png bestanden overweg. We bieden in plaats daarvan een gifje aan */
* html div#logo {
  background-image: url(../images/logo.gif);
  }

/* hoofdmenu */
  
div#mainMenu  {
  padding-left: 265px;
  height: 33px;
  background: #b5b5b5 url(../images/background_mainmenu.gif) repeat-x top;
  border-top: 1px solid #9c9c9c;
  }

div#mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 10px 10px 0;
  width: 635px;
  }
  
div#mainMenu ul li  {
  background: url(../images/menu/mainmenu_left.gif) no-repeat left top;
  float: left;
  margin: 0 2px;
  padding: 0 0 0 9px;
  }
  
div#mainMenu ul li a  {
  background: url(../images/menu/mainmenu_right.gif) no-repeat right top;
  display: block;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  color: #fff;
  }

div#mainMenu ul li.current, div#mainMenu ul li:hover  {
  background: url(../images/menu/mainmenu_left_current.gif) no-repeat left top;
  float: left;
  margin: 0 2px;
  padding: 0 0 0 9px;
  }
  
div#mainMenu ul li.current a, div#mainMenu ul li:hover a  {
  background: url(../images/menu/mainmenu_right_current.gif) no-repeat right top;
  display: block;
  padding: 5px 15px 4px 6px;
  color: #000;
  }  

div#mainMenu ul li.current  {
  position: relative;
  top: 1px;
  }

/* submenu */
  
div#subMenu, div#footer  {
  height: 20px;
  background: #a0bcd5 url(../images/background_submenu.gif) repeat-x top;
  padding: 3px 10px;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  }

/* in dit hoofdstuk willen we geen submenu zien */
body.default div#subMenu ul	{
  display: none;
  }
    
div#subMenu ul {
  list-style: none;
  margin: 0;
  padding-left: 265px;
  width: 635px;
  }

div#subMenu ul li  {
  float: left;
  margin: 2px;
  padding: 2px 10px;
  border-right: 1px dotted #000;
  }

div#subMenu ul li a {
  color: #000;
  display: block;
  }

div#subMenu ul li a:hover {
  text-decoration: underline;
  }

div#subMenu ul li.current a {
  color: #0058aa;
  font-weight: bold;
  }

div#subMenu ul li.current a:hover {
  text-decoration: none;
  }

/* layout mddensectie */
  
div#left  {
  width: 200px;
  float: left;
  padding: 20px;
  }

div#left div.inSet  {
  border: 1px solid #9c9c9c;
  padding: 10px;
  background: #b5b5b5 url(../images/background_left_inset.gif) repeat-x top;
  }

div#left div.inSet h3  {
  font-size: 12px;
  margin: 0;
  }

div#left div.inSet ul {
  margin: 10px;
  }
  
div#left div.inSet ul li, div#left div.inSet ul li a {
  font-size: 11px;
  color: #2e5f8e;
  }

div#left div.inSet a.go {
  background: url(../images/buttons/background_left_go_left.gif) no-repeat left top;
  padding: 0 0 3px 4px;
  }
 
div#left div.inSet a.go span {
  background: url(../images/buttons/background_left_go_right.gif) no-repeat right top;
  color: #fff;
  padding: 1px 10px 4px 2px;
  font-size: 11px;
  }

div#left div.inSet a.go:hover span  {
  color: #0084ff;
  }

div#left div.lowerleft  {
  position: absolute;
  bottom: 0 !important;
  padding: 0px 0px 45px 0px;
  width: 200px;
  }

div#content {
  margin: 0 0 0 280px;
  padding: 0 20px 20px 0;
  }

/* layout footer */
  
div#footer  {
  position: absolute;
  bottom: 0 !important;
  height: 15px;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: right;
  }

div#footer p  {
  font-size: 10px;
  margin: 0 10px;
  }
