div.rekenmachine
{
   background-image  : url('../images/background/rekenmachine.jpg');
}

div.image_home
{
   background-image  : url('../images/background/home2.jpg');
   height            : 185px;
}

div.image_bedrijfsprofiel
{
   background-image  : url('../images/background/bedrijfsprofiel2.jpg');
   height            : 185px;
}
div.image_news
{
   background-image  : url('../images/background/nieuws2_2.jpg');
   height            : 185px;
}
div.image_route
{
   background-image  : url('../images/background/routebeschrijving2.jpg');
   height            : 185px;
}
div.image_contact
{
   background-image  : url('../images/background/contact2_2.jpg');
   height            : 185px;
}

div.image_d_financiele
{
   background-image  : url('../images/background/financiele2_2.jpg');
   height            : 185px;
}
div.image_d_internet
{
   background-image  : url('../images/background/internetboekhouding2.jpg');
   height            : 185px;
}
div.image_d_salarisadministraties
{
   background-image  : url('../images/background/salarisadministraties2.jpg');
   height            : 185px;
}
div.image_d_jaarrekeningen
{
   background-image  : url('../images/background/jaarrekeningen2.jpg');
   height            : 185px;
}
div.image_d_accountantsverklaringen
{
   background-image  : url('../images/background/accountantsverklaringen2.jpg');
   height            : 185px;
}
div.image_d_fiscaleaangiften
{
   background-image  : url('../images/background/fiscaleaangiften2.jpg');
   height            : 185px;
}
div.image_d_advisering
{
   background-image  : url('../images/background/advisering2.jpg');
   height            : 185px;
}
div.image_d_starters
{
   background-image  : url('../images/background/starters2.jpg');
   height            : 185px;
}

html, body, #header ul, #navigation, #navigation ul, h1, h2, h3
{
   margin            : 0px;
   padding           : 0px;
   list-style-type      : none;
}
body
{
   background        : url('../images/background/body.jpg') repeat-x top center;
   font-size         : 8pt;
   font-family       : verdana;
   color             : #003093;
   padding-bottom    : 10px;
}

#content ul
{
   color          : #990000;
   margin            : 0 0 20px 45px;   
   padding           : 0px;
}
#content li span
{
   color             : #003093;
}


#container
{
   width          : 768px;
   margin            : 0 auto;
}

/* HEADER */
#header ul
{
   background        : url('../images/background/top.bg.jpg') repeat-x top center;
   height            : 53px;
   float          : right;
   color          : #316da5;
   font-family       : 'trebuchet ms';
}
#header li
{
   float          : left;
   padding           : 16px 0px 26px 0;
}
#header li.first
{
   background        : url('../images/background/top.left.jpg') no-repeat top left;
   padding-left      : 66px;
}
#header li.last
{
   background        : url('../images/background/top.right.jpg') no-repeat top right;
   padding-right     : 55px;
}
#header a
{
   padding           : 0 3px;
   margin            : 0 20px;
   color          : #fff;
   text-decoration      : none;
}
#header a:hover
{
   background-color  : #316da5;
}

#header img
{
   margin            : 12px 0 0 8px;
}

#datum
{
   float          : right;
   color          : #900;
   margin            : 28px 45px 0 0;
   font-size         : 0.95em;
   width          : 155px;
   display           : inline;
}

h1
{
   font-size         : 1px;
   background        : url('../images/background/slogan.gif') no-repeat 8px bottom;
   width          : 376px;
   height            : 22px;
   margin            : 0px;
   padding           : 18px 0 0 8px;
}
h1 span
{
   visibility        : hidden;
}

/* IMAGE */
div#image
{
   width          : 768px;
   height            : 185px;
   background-position  : top center;
   background-repeat : no-repeat;
   margin            : 23px 0 3px 0;
   border-bottom     : 6px solid #316da5;
}


/* MAIN */
/* navigation */
#navigation
{
   float          : left;
   display           : inline-block;
   width          : 180px;
   background        : #18497b url('../images/background/nav.bg.jpg') repeat-x left bottom;
   padding-bottom    : 185px;
   color          : #fff;
}
#navigation li
{
   padding           : 8px 0;
   background        : url('../images/background/nav.li.border.gif') repeat-x left top;
}
#navigation ul li
{
   padding           : 0px;
}
#navigation ul li, #navigation li.first
{
   background-image  : none;
}
#navigation a, #navigation span 
{
   color          : #fff;
   text-decoration      : none;
   padding-left      : 11px;
}
#navigation ul a
{
   margin-left       : 15px;
   background        : url('../images/background/nav.bullet.gif') no-repeat left center;
   font-size         : 0.95em;
}
#navigation a:hover
{
   text-decoration      : underline;
}


/* content */
#content
{
   text-align        : justify;
   margin-left       : 205px;
   padding           : 25px 25px 0 0;
}
#content h2
{
   color          : #900;
   font-size         : 11pt;
   margin-bottom     : 15px;
}
#content h3
{
   font-size         : 9pt;
   margin-bottom     : 5px;
   color          : #026;
}
#content a
{
   color          : #026;
   text-decoration      : none;
}
#content a:hover
{
   text-decoration      : underline;
}
#content #footer
{
   color          : #026;
   padding-top       : 50px;
}

