body, html {
scrollbar-base-color: #cc0000;
scrollbar-arrow-color: #989898;
scrollbar-3dlight-color: #808080;
scrollbar-darkshadow-color: #808080;
scrollbar-face-color: #235586;
scrollbar-highlight-color: #c0c0c0;
scrollbar-shadow-color: #696969;
scrollbar-track-color: #808080;
}

html{
margin: 0;
height: 100%;
}

body{
background: white url('images/fading_background.gif') repeat-x;
background-color: #ffffff;
height: 100%;
margin: 0;
font-family:sans-serif, "sans-serif", serif, Times;
font-size: 100%;
}

div#container{
background-color: #ffffff;
width: 850px;
min-height: 50%;
margin: 0 auto 0 auto;
}

div#header{
background: white url('images/header.gif') repeat-x;
width: 850px;
height: 120px;
}

div#menu{
background-color: #235586;
width: 850px;
height: 40px;
font-size: 75%;
}

div#content{
background-color: #ffffff;
color: #666666;
width: 810px;
min-height: 90%;
float: left;
padding: 5px 5px 5px 5px;
margin: 40px 50px 15px 10px;
font-size: 85%;
}

div#footer{
background-color: #ffffff;
clear: both;
padding: 5px 0 0 0;
width: 850px;
height: 20px;
font-size: 90%;
text-align: center;
color: #235586;
}

/*Navigation Menu*/

 #nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 140px;
}

#nav ul {
position: absolute;
width: 150px;
left: -850px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 8px 5px 3px 5px;
text-decoration: none;
font-family:sans-serif, "sans-serif", serif, Times;
font-size: 1em;
}

ul a{
font-weight: bold;
color: yellow;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: bold;
color: #989898;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #ffffff;
cursor: pointer;
}

ul li{
background-color: #235586;
border-left: 0px solid 
}

ul ul li{
border-top: 0px solid #235586;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #235586;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */


/*paragraph definitions b_r_o_l*/
.p1{
padding: 10px 20px 0px 20px;
}

.p2{
padding: 10px 20px 0px 0px;
}


/*link color definitions*/
a:link {color: #989898; text-decoration: none; }
a:active {color: #989898; text-decoration: none; }
a:visited {color: #989898; text-decoration: none; }
a:hover {color: #ffffff; text-decoration: none; }

/*link color definitions for footer*/
a.footer:link {color: #989898; text-decoration: none; }
a.footer:active {color: #666666; text-decoration: none; }
a.footer:visited {color: #235586; text-decoration: none; }
a.footer:hover {color: #989898; text-decoration: underline; }

*link color definitions for web link*/
a.weblink:link {color: #989898; text-decoration: none; }
a.weblink:active {color: #666666; text-decoration: none; }
a.weblink:visited {color: #235586; text-decoration: none; }
a.weblink:hover {color: #989898; text-decoration: underline; }

/*link color definitions for pagina link*/
a.paginalink:link {color: #666666; text-decoration: none; }
a.paginalink:active {color: #666666; text-decoration: none; }
a.paginalink:visited {color: #666666; text-decoration: none; }
a.paginalink:hover {color: #989898; text-decoration: underline; }


h6.pos_abs
{
position:relative;
left:40px;
top:100px
}

ul.weblinks li{
background-color: #ffffff;
border-bottom: 0px solid #ffffff;
}