body
{
margin: 0px;
background-color: #cccccc;
font-family: verdana;
font-size: 14px;
}

h2 {
font-family: verdana;
font-size: 14px;
font-weight: bold;
}

p {
color: #4b4c50;
font-family: verdana;
font-size: 11px;
line-height: 14px;
}

#left
{
background-image: url('../../images/leftbg.gif');
background-repeat: repeat-y;
}

#top
{
height: 35px;
background-image: url('../../images/topbg.gif');
background-repeat: repeat-x;
}

#right
{
background-image: url('../../images/rightbg.gif');
background-repeat: repeat-y;
}

#banner
{
width: 894px;
height: 201px;
background-color: #ebebeb;
}

#sidebar
{
background-color: #b7bed2;
padding-left: 10px;
color: #ffffff;
font-weight: bold;
font-size: 11px;
vertical-align:top;
height:100%;
width:255px;
}

#content
{
padding: 0px;
padding-top:3px;
padding-left:3px;
color: #4b4c50;
vertical-align:top;
font-family: verdana;
font-size: 11px;
line-height: 14px;
width: 663px;
background-color: #bad5e6;
height:100%;
}

}

#adres a {color: #4b4c50; }
#adres a:hover {color: #4b4c50; background-color: #000000;}

/* FILL */

.body_fill_htop
{
background-image: url("../../images/htopbg.jpg");
background-repeat: repeat-x;
background-position: top left;
text-align: center;
}

.BODY_Fill_Left
{
background-image: url("../../images/left.jpg");
background-repeat: no-repeat;
background-position: bottom right;
background-color: #000000;
}

.BODY_Fill_Right
{
background-image: url("../../images/right.jpg");
background-repeat: no-repeat;
background-position: bottom right;
background-color: #000000;
}

.body_fill
{
background-color: #380000;
}



A:link { color: #4b4c50 }
A:active { color: #4b4c50}
A:visited { color: #4b4c50 }
A:hover { background-color:#000000; color: #4b4c50 }


/**************MENU************/

#nav, #nav ul 
{     
padding: 0;     
margin: 0;     
list-style: none; 
} 

#nav 
{
margin:9px 0;
overflow:hidden;
}

#nav a 
{     
display: block;
border:1px solid #B7BED1;
color:#fff;
padding:0 5px;
font:bold 11px "Trebuchet MS", trebuchet, arial, helvetica, sans-serif;
text-decoration:none;
} 
#nav a:hover {background:inherit;}

#nav li 
{     
float: left;
clear:left;
width: 122px;
background:#014886;
position:relative;
}

#nav li li {background:#0075D8}
#nav li li:hover,
#nav li li.sfhover
{background:#008AFE}

#nav li:hover,
#nav li.sfhover
{background:#0061B4}

#nav li ul 
{     
position: absolute;     
width: 122px;     
left: -999em; 
}

#nav li:hover ul,
#nav li.sfhover ul
{
top:0;
left: 122px; 
}

/************* EINDE MENU ***************/
