BODY
{
    background-color: #E3EBAF;
    font: normal 11px Verdana, Arial;
    color: #000;
}

#top
{
    background-image: url('/images/fitales-top.jpg');
    background-repeat: no-repeat;
    height: 141px;
    border: 2px solid #4386BB;
}

#mainmenu
{
    width: 972px;
    height: 19px;
    background-color: #146CAB;
    margin-top: 140px;
    border-top: 1px solid #6D9DC5;
    border-bottom: 1px solid #818489;
    text-align: left;
}

#mainmenu a
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#mainmenu a:hover
{
    color: #C1D62F;
}

#submenu
{
    /*display: none;*/
    width: 972px;
    height: 17px;
    background-color: #FFF;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    text-align: left;
}

#submenu A
{
    color: #146CAB;
    text-decoration: none;
    font: bold 11px Verdana, Arial;
}

#submenu A:hover
{
    color: #C1D62F;
}

SPAN.seperator
{
    color: #C1D62F;
    font-weight: bold;
}

#spacer
{
    background-image: url('/images/spacer-background.gif');
    height: 20px;
    border-left: 2px solid #4386BB;
    border-right: 2px solid #4386BB;
}

#content
{
    width: 640px; 
    float: left; 
    text-align: left; 
    background-color: #FFF;
    border-left: 2px solid #4386BB;
    border-right: 1px solid #A8A9AD;
    min-height: 410px;
}

#side
{
    background-color: #FFF;
    border-right: 2px solid #4386BB;
    float: left;
    width: 331px;
    min-height: 410px;
    background-image: url('/images/fitales-sub-footer-top.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#footer
{
    width: 972px;
    background-color: #FFF;
    background-image: url('/images/fitales-sub-footer3.jpg');
    height: 115px;
    border-left: 2px solid #4386BB;
    border-right: 2px solid #4386BB;
    border-bottom: 2px solid #4386BB;
    float: left;
}

#slogan {
	background-image: url('/images/slogan.gif');
	width: 423px;
	height: 28px;
	float: left;
	margin: 65px 0 0 30px;
}

#logoErgo {
	background-image: url('/images/logo-ergotherapie-nl.gif');
	width: 175px;
	height: 54px;
	float: left;
	margin: 45px 0 0 210px;
}

H1
{
    font: bold 18px  Verdana, Arial;
    color: #146CAB;
}

DIV.content {
    margin: 10px 30px 0 48px;
	line-height: 175%;
}

DIV.sideimage
{
    margin-top: 20px;
}

UL
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

LI
{
    background-image: url('/images/pijltje.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 3px;
    margin-bottom: 10px;
}

A
{
    text-decoration: none;
    color: #146CAB;
}

A:hover
{
    text-decoration: underline;
}

P
{
    /*line-height: 175%;*/
}

DIV.list
{
    float: left; 
    width: 200px;
}

DIV.list LI
{
    margin-bottom: 5px;
}

DIV.header
{
    font: bold 12px Verdana, Arial;
    margin-bottom: 10px;
}

DIV.back A
{
    color: #C1D62F;
    font-weight: bold;
}

A.green
{
    color: #C1D62F;
    font-weight: bold;
}

#mainmenu a.active, #submenu a.active {
	color: #C1D62F;
}