BODY { 
background-color:#FFFFFF;
background-repeat:repeat;
width: 95%;
margin-top: 4px;
margin-bottom: 3px;
}

td, tr, p, div {
  font-family      : Trebuchet MS;
  font-size        : 12px;
  font-weight      : bold;
  color            : #000000;
  line-height      : 1.2em;
}

#header{
height:110px;
background-image:url(../images/header.jpg);
border-right: solid 1px #000000;
border-top: solid 1px #000000;
border-left: solid 1px #000000;
}

#left{
background-color:#D9D9D9;
width: 475px;
border-left: solid 1px #000000;
}

#right{
background-color:#D9D9D9;
width: 475px;
border-right: solid 1px #000000;
}

#footer{
background: url(../images/footer.jpg) no-repeat;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
}

/* --Horizontaal menu opmaak-- */

a.mainlevel:link {
background: url(../images/menu.jpg) no-repeat;
background-position: top center;
color: #ffffff;
font-weight: bold;
font-family: Trebuchet MS;
font-size: 12px;
text-decoration: none;
text-align: center;
float: left;
position: relative;
width: 53px;
padding-bottom: 5px;
padding-top: 40px;
margin-top: -1px;
margin-right: 10px;
margin-bottom: 10pt;
margin-left: 0px;
}
a.mainlevel:visited {
background: url(../images/menu.jpg) no-repeat;
background-position: top center;
color: #ffffff;
font-weight: bold;
font-family: Trebuchet MS;
font-size: 12px;
text-decoration: none;
text-align: center;
float: left;
position: relative;
width: 53px;
padding-bottom: 5px;
padding-top: 40px;
margin-top: -1px;
margin-right: 10px;
margin-bottom: 10pt;
margin-left: 0px;
}
a.mainlevel:hover {
background: url(../images/menu.jpg) no-repeat;
background-position: top center;
color: #94012B;
text-decoration:underline;
text-align: center;
float: left;
position: relative;
width: 53px;
padding-bottom: 5px;
padding-top: 40px;
margin-top: -1px;
margin-right: 10px;
margin-bottom: 10pt;
margin-left: 0px
}
a.mainlevel#active_menu {
color: #94012B;
background: url(../images/menu_active.jpg) no-repeat;
background-position: inherit;
text-align: center;
float: left;
position:relative;
width: 53px;
padding-bottom: 5px;
padding-top: 40px;
margin-top: -1px;
margin-right: 10px;
margin-bottom: 10pt;
margin-left: 0px;
}

.contentheading, .componentheading {
  font-family      : Trebuchet MS;
  font-size        : 18px;
  text-transform   : uppercase;
  font-weight      : bold;
  color            : #94012B;
  text-align       : left;
  margin-bottom    : 10px;
  padding-top      : 15px;
}

.table.moduletable_wrapper {
background-color:#D9D9D9;
}

.scrolling {
height: 410px;
width: 475px;
overflow: auto;
padding-right: 20px;
scrollbar-arrow-color: #8B001C;
scrollbar-face-color: #c0c0c0;
scrollbar-highlight-color: #D9D9D9;
scrollbar-3dlight-color: #D9D9D9;
scrollbar-shadow-color: #D9D9D9;
scrollbar-darkshadow-color: #D9D9D9;
scrollbar-track-color: #D9D9D9;
}

.tekst { 
 font-family      : Trebuchet MS;
  font-size        : 12px;
  font-weight      : bold;
  color            : #000000;
  line-height      : 1.1em;
}

a:link {
        color: #8e001c;
	text-decoration: underline;
}
a:visited {
	color: #8e001c;
	text-decoration: underline;
}
a:hover {
	color: #8e001c;
	text-decoration: underline;
}