body {
    margin: 0px;
    height: 100%;
    background-color: #000000;
    font-family: Tahoma, serif;
    font-size: 11px;
}
img {
    border: none;
}
table.hoofd {
    width: 793px;
    height: 100%;
    margin-left: 0px;
    margin-right: auto;
}
td.header1 {
    width: 430px;
    height: 125px;
    background-image: url("images/header1.jpg");
}
td.header2 {
    width: 199px;
    height: 125px;
    background-image: url("images/header2.jpg");
}
td.links {
    width: 10px;
    background-image: url("images/links.jpg");
    background-repeat: no-repeat;
}
td.inhoud {
    width: 420px;
    background-color: #919191;
}
table.inhoud {
    width: 420px;
    height: 470px;
    background-image: url("images/inhoud_bg.jpg");
    background-repeat: no-repeat;
}
div.inhoudtitel {
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: 5px;
    font-family: Arial, serif;
    font-size: 11px;
}
.inhoudtitel {
    font-family: Arial, serif;
    font-size: 11px; 
    font-weight: bold;
    color: #225395;
}
div.inhoud {
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: 10px;
    font-family: Arial, serif;
    font-size: 11px;
    color: #393939;
}
td.inhoud_tussen {
    width: 199px;
    background-image: url("images/inhoud_tussen.jpg");
    background-repeat: no-repeat;
}
td.menu {
    width: 164px;
    background-image: url("images/menu.jpg");
    background-repeat: no-repeat;
}
td.menuknop {
    width: 164px;
    height: 22px;
    background-image: url("images/menuknop_off.gif");
}
td.out {
    width: 164px;
    height: 22px;
    background-image: url("images/menuknop_off.gif");
}
td.over {
    width: 164px;
    height: 22px;
    background-image: url("images/menuknop_on.gif");
}
a.menu {
    margin-left: 19px;
    font-family: Arial, serif;
    font-size: 11px;
    text-decoration: none;
    color: #225395;
}
a.menu:visited {
    text-decoration: none; 
    color: #225395;
}
a.menu:active {
    text-decoration: none; 
    color: #225395;
}
a.menu:hover {
    text-decoration: none; 
    color: #225395;
}

a {
    text-decoration: underline; 
    color: #000000;
  }
a:hover {
    text-decoration: none; 
    color: #000000;
	}
	
.contenttable			{border-style: dashed; border-width: 1px; border-color: #DDDDDD}
td						{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: 10px;
    font-family: Arial, serif;
    font-size: 11px;
    color: #393939;
	}
