body, html {
	height:100%;
	margin:0px;
}

body {
	background-color: #e0e0e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004798;
}

td.topmenu1 {
    background:url('images/top3_1.jpg') no-repeat #e0e0e2;
    text-align:center;
    width:67px;
    padding-left:13px;
    font-weight:bold;
}

td.topmenu2 {
    background:url('images/top3_2.jpg') no-repeat #e0e0e2;
    text-align:center;
    width:153px;
    font-weight:bold;
}

td.topmenu3 {
    background:url('images/top3_3.jpg') no-repeat #e0e0e2;
    text-align:center;
    width:154px;
    padding-right:15px;
    font-weight:bold;
}

td.zijmenu {
    background:url('images/zijmenu.jpg') no-repeat #e0e0e2;
    text-align:center;
    width:160px;
    height:197px;
    
}

td.zijmenu2 {
    width:160px;
}

td.zijmenu ul li {
    list-style-type:none;
}

td.zijmenu ul li a {
    display:block;
    text-align:left;
    border-bottom:1px solid #6b94c3;
    width:100px;	
    line-height:25px;
    color:#004798;
    font-weight:normal;
}

td.zijmenu ul li a:hover {
    display:block;
    text-align:left;
    border-bottom:1px solid #6b94c3;
    width:100px;	
    line-height:25px;
    color:#336699;
    font-weight:normal;
    padding-left:5px;
}

td.inhoud {
    background:url('images/content_bg.jpg') repeat-y #e0e0e2;
}

td.footer {
    background:url('images/footer.jpg') no-repeat #e0e0e2;
    height:37px;
    text-align:left;
    padding-left:31px;
}

td.random {
     background:url('images/random_bg.jpg') repeat-y #e0e0e2;
}

p.pagetitle {
    color:black;
    font-size:13px;
    font-weight:bold;
    padding-left:15px;
}

div.subcontent {
    padding-left:26px;
    text-align:justify;
    display:block;
    width:603px;
}

div.subcontent img {
    padding-left:10px;
    }
    
div.subcontent img.nopad {
    padding-left:4px;
    }

span.Title {
display:block;
    padding-left:10px;
    margin-top:6px;
}
    
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
