a {
  color: #377aa4;
}

a:hover {
  color: #00bbe3;
}

#header {
  background: url(../img/theme_blue/header_bg.jpg) no-repeat;
}

#content h2 {
  color: #377aa4;
}

#nav li a {
  background: url(../img/theme_blue/nav_buttons.gif) no-repeat;
}

#nav-producten a {
  background-position: -110px 0 !important;
}

/* Don't show arrow on hover */
#nav #nav-producten a:hover {
  background-position: -110px 0 !important;
}

/* If we're on the main page of a section, show the active version of
   the button (with the arrow) */
#nav.active #nav-producten a, #nav.active #nav-producten a:hover {
  background-position: -110px -64px !important;
}

#menu a {
  background: url(../img/theme_blue/menu_items.gif) no-repeat;
}

/* First block of menu_items: normal state */
#menu-top-webdesign a   { background-position: 0 0px; }
#menu-top-software a    { background-position: 0 -16px; }
#menu-top-vormgeving a  { background-position: 0 -32px; }

/* Second block of menu_items: hover state */
#menu-top-webdesign a:hover   { background-position: 0 -48px; }
#menu-top-software a:hover    { background-position: 0 -64px; }
#menu-top-vormgeving a:hover  { background-position: 0 -80px; }

/* Third block of menu_items: active state */
#menu-top-webdesign.active a  { background-position: 0 -96px !important; }
#menu-top-software.active a   { background-position: 0 -112px !important; }
#menu-top-vormgeving.active a { background-position: 0 -128px !important; }

/* Fourth block of menu_items: sub items */
#menu #menu-sub-concept a      { background-position: 0 -144px !important; }
#menu #menu-sub-ontwerp a      { background-position: 0 -164px !important; }
#menu #menu-sub-realisatie a   { background-position: 0 -184px !important; }
#menu #menu-sub-applicaties a  { background-position: 0 -204px !important; }
#menu #menu-sub-maatwerk a     { background-position: 0 -224px !important; }
#menu #menu-sub-branding a     { background-position: 0 -244px !important; }
#menu #menu-sub-illustraties a { background-position: 0 -264px !important; }
#menu #menu-sub-drukwerk a     { background-position: 0 -284px !important; }
#menu #menu-sub-fotografie a   { background-position: 0 -304px !important; }

.tooltip {

  color: #377aa4;
  text-decoration:none;
  border-bottom:1px dashed #377aa4; 
}

.tooltip:hover {

  color: #00bbe3;
  text-decoration:none;
  border-bottom:1px dashed #00bbe3; 
}