/* body, general settings
------------------------- */
body,td,th {
	font-family: trebuchet MS, Tahoma, verdana;
	font-size: 1em;
	background-color:white;
}

#wrapper-center{
text-align:center;
width:100%;
}

#wrapper-left{
text-align:left;
width:100%;
	
}

h2{
	font-size:14px;
	margin:2px;
}

.footertable{
	clear: both;
	font-size: 12px;
	color:silver;
	font-weight: normal;
}

#logobox{
width:800px;
height: 155px;
background-image: url(../gfx/toplogo.jpg);
}

#content{
text-align:left;
width:60%;
overflow:visible;
margin-left:250px;
padding-top:22px;
}

div {
    margin:0;
    padding:0;
}

img {
    border:0;
}


a, a:visited {
    text-decoration:none;
}

a {
    color:#00f;
}

a:visited {
    color:#551a8b;
}

a:hover {
    text-decoration:underline;
}

img[align=left] {
    margin-right:0.5em;
}

img[align=right] {
    margin-left:0.5em;
}

hr {
    border:none;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    width:100%;
    clear:both;
}

hr.divider {
    color:#333;
    background-color:#999;
}

#page {
    width:90em; /* was 72em */
    margin:0 auto 1em;
    background-color:#fff;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

/* navigation - main
-------------------- */
#nav {
	 position:relative;
	 left:15%;
    background:#000 url(../gfx/bg_nav.gif) repeat-x 0 0;
    margin:0;
    padding:0;
    width:60%

}

#nav ul, #subnav ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:auto;
}

#nav ul li {
    float:left;
    display:inline-table;
}

#nav ul li.searchbox {
    padding-right:2em;
    float:right;
}   
    
#nav ul li input {
    margin:8px 0 0 2px;
    padding:0;
    vertical-align:middle;
    font-size:95%;
    color:#666;
}   
    
#nav form {    margin:0;
    padding:0;
}

#nav ul li a {
    display:block;
    padding: 4px 1.4em 4px 1.4em;
    text-decoration:none;
    font-size:14px;
	 font-weight: bold;
    color:#fff;
    float:left;
    border-right:1px solid #000;
    margin:2px 0;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav ul li a {
    float:none;
}


/* End IE5-Mac hack */

#nav ul li a:hover {
    background:#000 url(../gfx/bg_nav_hover.gif) repeat-x 0 0;
    color:#bbb;
}

#nav .nav_selected a, #nav .nav_selected a:hover {
    background: #990000 url(../gfx/bg_sel_nav.gif) repeat-x 0 0;
}

#leftnav{
	font-size:14px;
	position:absolute;
	left:10px;
	margin-top:30px;
	/* border:1px solid red; */
}

#leftnav ul{
    list-style:none;
    margin:0;
    padding:0;
    overflow:none;
}

#leftnav ul li {
	/* width:20%; */
	width:200px;
	text-align:left;
   display:block;
	border-top: 1px solid silver;
	/* border-left: 1px solid silver; */
}

#leftnav ul li a{
	display: block;
	width:90%;
	padding: 2px 10px 2px 10px;
}

#leftnav ul li a:visited{
	text-decoration:none;
}

#leftnav ul li a:hover{
    background: #FF8080 url(../gfx/bg_sel_left_nav.gif) repeat-x 0 0;
	color:white;
	text-decoration:none;
}

#leftnav .nav_selected a, #leftnav .nav_selected a:hover {
    background: #990000 url(../gfx/bg_sel_nav.gif) repeat-x 0 0;
	 color:white;
}

.pagetitle{
	font-size: 18px;
	font-weight:bold;
	line-height:30px;
	border-bottom:1px solid silver;
	display: block;
}

.pageheader{
	display: block;
	margin-top:15px;
	font-size: 15px;
	font-weight:bold;
}

.pagecontent{
	display: block;
	margin-top:15px;
	font-size: 13px;
	font-weight:normal;
	}
	
.backgrounddivtop{
	background: url(../gfx/achtergrond.jpg) no-repeat right;
}
.backgrounddivmid{
	background: url(../gfx/achtergrond.jpg) no-repeat right;
}
	