html, body
{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
}

#main
{
width: 100%;
height: 100%;
}

#container
{
position: relative;
margin: 0 auto;
width: 750px;
height: 436px;
border: 2px solid #f39833;
background: #333333;
}

#logo
{
position: absolute;
top: 8px;
left: 685px;
width: 30px;
height: 150px;
background: url('img/logo.gif') #ffffff;
}

#logo h1
{
margin: 0;
padding: 0;
}

#logo h1 a
{
color: #333333;
display: block;
width: 30px;
height: 150px;
}

#logo h1 a span
{
display: none;
}

#title
{
position: absolute;
top: 173px;
left: 690px;
}

#title h2
{
margin: 0;
padding: 0;
color: #ffffff;
font-size: 11px;
font-weight: normal;
}

#content
{
position: absolute;
top: 7px;
left: 0;
padding: 2px 10px 2px 0;
width: 672px;
height: 418px;
background: #f39833;
}

#menu, #menu ul
{
margin: 0;
padding: 0;
list-style: none;
}

#menu li
{
float: left;
background: #333333;
width: 50px;
height: 418px;
margin-right: 2px;
}

#menu li a
{
color: #ffffff;
text-decoration: none;
background: url('/img/blank.gif');
display: block;
height: 418px;

}

/*submenu*/
#menu li ul
{
display: none;
}

#menu li ul.tweede{
margin-top: -18px;
z-index: 100;}

#menu li.over, #menu li.active
{
background: #666666;
}

#menu li.over ul, #menu li.active ul 
{ 
display: block;
}

#menu li li
{
width: auto;
height: auto;
margin: 0;
background: #666666;
}

#image
{
position: absolute;
top: 173px;
left: 690px;
}

#text, #bigtext
{
position: absolute;
top: 166px;
left: 310px;
padding: 0 10px;
width: 350px;
height: 254px;
line-height: 14px;
overflow: auto;
scrollbar-face-color: #666666; 
scrollbar-highlight-color: #4a4a4a; 
scrollbar-shadow-color:#4a4a4a; 
scrollbar-3dlight-color: #4a4a4a; 
scrollbar-arrow-color: #111111; 
scrollbar-track-color: #f39833; 
scrollbar-darkshadow-color: #666666; 
scrollbar-base-color: #666666; 
}

#bigtext
{
top: 2px;
height: 418px;
}

a
{
color: #000000;
}

a img
{
border: 0;
}

table.data
{
border-right: 1px solid #ffcd33;
border-bottom: 1px solid #ffcd33;
}

table.data td
{
border-top: 1px solid #ffcd33;
border-left: 1px solid #ffcd33;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
}

b.attachment, b.attachment a
{
color: #333333;
}
