*{
    border:0px;
    margin:0px;
    padding:0px;
    color:#2B2B2B;
    font-family: verdana;
    font-size: 12px;
}
html{
    height:100%;
}
body{
    height:100%;
    background-color:#DDE9C3;
    background-image: url(../images/body.gif);
    background-position: left top;
}

p{
    padding:10px 0px 10px 0px;
}

h1{
    color:#6CA50C;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
h2{
    color:#B51599;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
}
h3{
    font-size:14px;
    color:#256499;
}

h2.green{
    color:#8ACA1E;
}
h2.purple{
    color:#B7118E;
}
h2.blue{
    color:#02719F;
}
h2.red{
    color:#CC0000;
}
table{
    border-collapse: collapse;
}
table.container{
    width:1060px; 
    height:100%; 
}
tr.header td{
    background-color:#9AD025;
    height:149px;
}
td.logo{
     width:150px;
     border-bottom:2px dotted white;
    background-color:#9AD025;
}
td.menu{
    background-position: left top;
     border-bottom:2px dotted white;
}
ul#level_0_1{
    width:100%;
    height:150px;
    list-style:none;
}
ul#level_0_1 li{
    float:left;
    width:149px;
    height:149px;
    border-left:2px dotted white;
    border-top:1px solid white;
    border-bottom:1px dotted white;
    background-image(../images/menu.png);
}
ul#level_0_1 li a{
    background-color:#9AD025;
    color:white;
    display:block;
    padding:120px 10px 10px 10px;
    line-height:20px;
    text-align:right;
    text-decoration:none;
    font-weight:bold;
}
ul#level_0_1 li a.selected{
    background-color:transparent;
}
ul#level_0_1 li a:hover{
    color:#9AD025;
    background-color:transparent;

}
td.leftbar
{
    background-color:#D2EC83;
    vertical-align:top;
}
td.rightbar{
    width:150px;
    vertical-align:top;
}
td.content{
    vertical-align:top;
    padding:20px;
    line-height:16px;
    width:100%;
}

br.clear{
    padding:15px;
}
div.pathway{
    width:100%;
    padding:10px 0px 20px 0px;
    color:gray;
    font-size:10px;
    text-transform:lowercase;
}
div.pathway a{
    font-size:10px;
    color:gray;
    text-transform:lowercase;
    text-decoration:none;
}
div.pathway a:hover{
    color:gray;
}
td.sidebar{
    width:148px;
    vertical-align:top;
    text-align:right;
}
table.rightbar{
    width:148px;
    height:100%;
    background-color:#D2EC83;
}
}
table.rightbar tr td{
    vertical-align:top;
    border-left:1px dotted white;
    border-bottom:1px dotted white;
}

table.rightbar  p{
    padding:5px;
}

td.nieuws h2{
    font-size:11px;
    width:148px;
    color:white;
    padding:5px;
    background-color:#B51599;
}
td.nieuws p, td.nieuws a, td.foto p, td.foto td, td.foto a, td.info p, td.info td, td.info a{
    font-size:10px;
}
td.foto h2{
    font-size:11px;
    width:148px;
    color:white;
    padding:5px;
    background-color:#256499;
}
td.info h2{
    font-size:11px;
    width:148px;
    color:white;
    padding:5px;
    background-color:#CF102B;
}
td.info{
    height:100%; 
    vertical-align:top;
}
   
form td{
 padding:5px;
}
form input{
 border:1px solid #666666;
}
form button{
 border:1px solid #666666;
 cursor:pointer; 
 font-weight:bold;
}
