
#boxright {
hight: 400px;
}

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt; 
color: #245597; 
background-color : #fff;
}


#boxwrap {
border: 1px solid #666;
}


/* header */

#header	{
margin: 0px;
padding: 0px;
border: 0;
height: 60px;
text-align: left;
}

#home {
margin: 0;
background-color: #DD9930;
}

#home p {
margin: 0;
padding: 0;
padding: 10px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-variant: capitals;
font-weight: normal;
font-size: 20px; 
color: #fff;
}

#home p a:link,
#home p a:visited,
#home p a:hover,
#home p a:active {
text-decoration: none;
display: block;
color: #fff;
}

#header img {
margin: 0px;
padding: 0px;
display: block;
}



/* content */

#content {
background-color: #fff;    
}

#content p, #content ul, #content li, #content td  { 
font-size: 9pt; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content hr {
color: #888888;
background-color: #888888;
height: 1px;
width: 100%;
border: 0;
}

#content a {
color: #3F92FF;
text-decoration: none;
font-weight: bold;
}

#content a:link {
color: #3F92FF;
text-decoration: none;
}

#content a:visited {
color: #3F92FF;
text-decoration: none;
}

#content a:hover {
color: #C8081D;
text-decoration: underline;
}

#content a:active {
color: #C8081D;
text-decoration: underline;
}

#content h1 {
color: #245597; 
}

#content h2 { 
color: #245597; 
}

#content h3 {
color: #245597; 
}

#content ul {
margin: 0;
padding: 0;
margin-left: 19px;
list-style-type: square;
}



/* menu */

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

#menu a.itemSelected,
#menu a.item {
color: #fff;
font-weight: bold;
margin: 0px 10px;
}

#menu a.subSelected, 
#menu a.sub {
color: #fff;
font-weight: normal;
margin: 0px 10px;
}

#menu a:link, #menu a:visited {
color: #fff;
}

#menu a:hover, #menu a:active {
color: red;
}

#menu a.itemSelected, #menu a.itemSelected:link, #menu a.itemSelected:active, #menu a.itemSelected:visited,
#menu a.subSelected, #menu a.subSelected:link, #menu a.subSelected:active, #menu a.subSelected:visited, {
color: black;
}



/* footer */

#footer {
margin: 0;
padding: 4px;
border: 0;
color: #666;
}

#footer p	{
margin: 0;
padding: 0;
text-align: left;
font-size: 10px;
}

#footer a:link, #footer a:visited {
text-decoration: none;
font-weight: bold;
color: #666;
}

#footer a:active, #footer a:hover {
text-decoration: underline;
font-weight: bold;
color: #C8081D;
}


/* see also */

#seealso {
display: none;
margin-left: 190px;
border: solid 1px #ccc;
color: #000;
background: #eee;
padding: 5px;

}

#seealso p {
margin: 3px;
padding: 0px;
}

#seealso p.kop {
margin-bottom: 6px;
}


/* layouts */

#content div.layout_letop {
background: #EBEFC2;
border: solid 1px #DD9930;
color: #245597;
padding: 0px 5px;
margin: 10px 0px;
width: 99%;
}

/* layouts */

#content div.layout_voorbeeld {
background: #D9EFFA;
border: solid 1px #245597;
color: #245597;
padding: 0px 5px;
margin: 10px 0px;
width: 99%;
}



