html {
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: black;
    background: white;
    background-image: url(achtergrond.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: contain;
    min-height: 600px;
    overflow-y: scroll;
}

body {
    margin: 0;
}

h1 {
    clear: both;
    font-size: 150%;
    margin: 10px 0 10px;
}

h2 {
    clear: both;
    font-size: 120%;
}

h3 {
    clear: both;
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: black;
    color: inherit;
}           

a img {
    border: 0;
}

a:hover {
    text-decoration: underline;
}

td, th {
    padding: 3px;
    border: none;
}

tr th {
    text-align: left;
    background-color: #f0f0f0;
    color: #333;
}

#main_content {
  width: 990px;
  min-height: 700px;
  margin: 0 auto 0 auto;
  background: url(white.png);
  border: 2px dashed  #C4C5C5;
  color: #F39100;
  clear: both;
}

#main_content a {
  color: #F39100;
}

#main_inner {
    padding: 10px 30px;
    clear: both;
}


.menuItems{
    float: left;
    width: 142px;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    height: 30px;
    padding-top: 4px;
    text-align: center;
}

a.menuItems:hover, a.menuItemsClicked{
    margin-top: 0px;
    height: 30px;
    padding-top: 14px;
    color: white;
    text-decoration: none;
}

#menuItem1{
    background-color: #e5007c;
}

#menuItem2{
    background-color: #941980;
}

#menuItem3{
    background-color: #009ee3;
}

#menuItem4{
    background-color: #3ca433;
}

#menuItem5{
    background-color: #f39100;
}

#menuItem6{
    background-color: #cd1416;
}

#menuItem7{
    background-color: #c7d300;
}

#header {
    width: 994px;
    margin: 0 auto;
}

#header img {
    margin: 10px 0;
}

#header_logo {
    float: left;
}

#header_contact {
    margin: 25px 0 0 10px;
    font-weight: bold;
    color: #696969;
    float: left;
}

#header_nav {
    margin-top: -3px; /* Waarom? */
    text-align: center;
    height: 60px;
}

#header_nav_bg {
    float: left;
    margin-top: 10px;
    width: 1000px;
    background: url(schaduwmenu.png) bottom right no-repeat;
}

#header_links {
    padding: 10px 30px;
    font-weight: bold;
    clear: both;
    border-bottom: 2px dashed  #C4C5C5;
    background-color: white;
}

#page_thumbs {
    margin-left: -20px;
    margin-right: -20px;
}

#pattern\.sid img {
    background: gray;
}

h1 {
    font-size: 150%;
    color: gray;
}

#buttons {
    font-weight: bold;
    color: gray;
}

#uitleg {
    color: gray;
    height: 5em;
}

#hpage {
    font-weight: bold;
    color: #f39100;
}

.tabs {
    margin: 0;
    padding: 0;
    border-bottom: 2px dashed  #C4C5C5;
}

.tabs li {
    font-weight: bold;
    cursor: pointer;
    display: inline;
    color: gray;
    margin-right: 1em;
}

.tabs li.active {
    color: #f39100;
}
