/* ################## Algemene site instellingen */
body {
 background-color: #b4b4b4;
 text-decoration:none; 
 font-family: arial; 
 font-size:11px; color:#f0f0f0;
}

tr,td, table {
	text-decoration:none;
        font-family: arial;
        font-size:11pt;
        color: #f0f0f0;
}

.content td {
vertical-align: top;
}

a:link, a:visited {color:white; text-decoration: underline;}
a:hover, a:active {color:white;}

.main{
width: 780; 
height: 500;
}


/* ####################### Content */

#contentdiv{
width: 100%; height: 100%; overflow: auto;
}

.content {
overflow: auto;
width: 550px;
height: 380px;
font-family: arial;
font-size: 12px;
font-color: white;
padding: 90px 11px 25px 5px;
text-align: left;
scrollbar-base-color: black;
scrollbar-face-color: black;
scrollbar-track-color: black;
scrollbar-3dlight-color: black;
scrollbar-highlight-color: #990000;
scrollbar-arrow-color: #990000;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: #990000;
}

.menu{
width: 200px;
padding-bottom: 30px;
}
