body { 
	text-align: center;
	margin: 0 0;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}

/* ul {    list-style:none;      }  .float {      float: left;      }  .clear {      clear: both;      } */
#container {  
    background-color : transparent;
    width : 900px;
    margin-top : 0;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    padding : 0;
    font-family : Arial;
    font-size : 12px;
    color : black;
    text-align : left;
    voice-family : "\"}\"";
    voice-family : inherit;
}
#header {
    margin-top : 0px;
    background : transparent url(../images/onzeheertje3.png) no-repeat;
    height : 129px;
    width  : 900px;
    display: transparent;
}
#breadcrumb {
    margin-top : 10px;
    height : 30px;
    width  : 900px;
}

#keuzelijst {
    margin-top : 10px;
    height : 30px;
    width  : 900px;
}

#content {
    background-color : #fff;
    min-height : 650px; /* for modern browsers */
    height : auto !important; /* for modern browsers */
    height : 650px; /* for IE5.x and IE6 */
    width  : 650px;
    border-left : 1px #666666 dotted;
    }  
#sidebar_left {  
    text-align : center;
    background-color :#CCCCCC;
    width : 150px;
    }
#sidebar_right {
    float : right;
    width : 200px;
    background-color : #fff;
    min-height:650px;         /* for modern browsers */
    height : auto !important; /* for modern browsers */
    height:650px;             /* for IE5.x and IE6   */
    padding : 10px;
    border-left : 1px #666666 dotted;
    }
#footer {
    clear:both;
    width: 850px;padding-top : 3px;
    border-top: 1px dotted gray;
    clear: both;
    height: 20px;
    bottom: 0;
    left:0;
    width:100%;
    background-color: transparent;
    padding-bottom:20px;
    font-family: Tahoma;
    font-size: 11px;
    text-align : center;
    }

span.breadcrumbs {
    font-family : Arial;
    font-size   : 12px;
    color       : white;
    text-align  : left;
}


a:link {
    text-decoration : none;
    color : gray;
    }
a:visited {
    text-decoration : none;
    color : gray;
    }
a:hover {
    text-decoration : underline;
    color : gray;
    }
a:active {
    text-decoration : none;
    color : black;
    } 
h5 {
    font-size:10px;
    padding-left: 2px;
    }
h1 {
    padding: 1px;
    color: InfoText;
    font-size:17px;
    font-weight: bolder;
    }

#tabs6 {
      padding: 2px 1px 2px 1px;
      float:left;
      width:100%;
      height: 25px;
      background:#ffffff;
      font-family: Verdana, Arial, sans-serif;
      font-weight: bold;
      font-color: #c6f;
      font-size:12px;
      line-height:normal;
      /* border-left:1px solid #666; */
      border-left: 1px dotted #666;
      /* border-bottom:1px solid #666; */
      border-bottom: 1px dotted #666;
      }
#tabs6 ul {
      margin:0;
      padding:0px 10px 0 2px;
      list-style:none;
      }
#tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs6 a {
      float :left;
      background : url(../images/tableft6.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
/*   #tabs6 a span {  \*/
#tabs6 a.mainlevelmainlevel-top {
      float:left;
      display:block;
      background : url(../images/tabright6.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#bbb;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs6 a span {
      float:none;
      }
/* End IE5-Mac hack */
#tabs6 a:hover span {
      color:#FFF;
      }
#tabs6 a:hover {
      background-position:0% -42px;
      }
#tabs6 a:hover span {
      background-position:100% -42px;
      }

/* Met de class .contentpagetitle kun je de vormgeving van de titels met CSS wel wat aanpassen. */
.contentheading {
        color:#000000;
        font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
        font-size:12px;
        font-weight:bold;
        margin:1.5em 0pt 0pt;
        text-decoration:none;
        }
.contentheading a:hover{
        text-decoration:underline;
        }



