/* default links styles */
a:link { color : #344150;  text-decoration : underline;  }
a:visited { color : #0e243c;  text-decoration : underline; }
a:hover { color : #0e243c; text-decoration: none; }
a:active { color : #344150;  text-decoration : none; }


.tblHeader {
    background-image: url(../images/bgHeader.jpg);
    background-repeat: repeat-x;	
}
#topLeft1 {
    background-image: url(../images/topLeft1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 0px;
    padding: 0px;
}
#topLeft2 {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bottomLeftTopLeft.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#divNavigation {
    margin: 0 0 0 0;
    padding: 100px 4px 10px 10px;
    background-image: url(../images/topLeft2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#divLinkerkolom {
    padding: 0px 4px 10px 10px;
}
#divMainContent {
    background-color: #FFFFFF;
    margin: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    background-image: url(../images/bottomLeftTopRight.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#divSidebarRight {
    background-image: url(../images/bottomRight.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#divFooter {
    background-image: url(../images/bottomLeftBottomRight.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: smaller;
}
fieldset legend {
    color: #ffffff;
    font-size: 0.9em;
}

#divMainContent fieldset legend {
    color: #0e243c;
    font-size: 0.9em;
} 