 /* ---- NAVIGATION ---- */
#navigation {
  background:url('gfx/menu_bg.jpg') no-repeat;
  width: 968px;
  height: 69px;
}

#loginflags {
  float: right;
  margin-right: 20px;
}

#login {
  float: right;
  padding-top: 0px;
  width: 112px;
  height: 18px;
  text-align: center;
  margin-top: 9px;
}

#login a:link,#login a:visited, #login a:active { color: #646567; text-decoration: none; }
#login a:hover { text-decoration: underline;  }

#flags {
float: right;
padding-top: 12px;
margin-left: 10px;
}

#flags img { border: 0px; }

#tablist { list-style: none; padding: 1px 0px 0px 0px; margin: 0px 0px 0px 0px; float: left;}

#tablist li{ float: left; margin: 0;   padding: 0px; }

#tablist li a {
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  height: 26px;
  margin: 0px 0 0px 0;
  padding: 11px 25px 0px 25px;
border-right: 1px solid #d5d5d7;
}

#tablist li a:link, #tablist li a:visited  {
 color: #AEB0B2;
}

#tablist li a:hover  {
  background:url('gfx/menu_item_hover.jpg') repeat-y top left;
 color: #878889;
}

#tablist li a.current, #tablist li a.current:visited {
  background:url('gfx/menu_item_hover.jpg') repeat-y top left;
 color: #878889;
}

#tablist li a.currentfirst, #tablist li a.currentfirst:visited {
  background:url('gfx/menu_item_hover_first1.jpg') repeat-y left;
 color: #878889;
}

#tabcontentcontainer {
  clear: left;
  width:960px;
  margin-top: 0px;
  height: 31px;
}

.tabcontent {
  display:none;
  margin: 0px 0px 0 15px;
  color: #009cda;
  height: 16px;
  padding-top: 15px;
}

html>body .tabcontent {
  margin: 0px 0px 0px 22px;
  height: 24px;
  padding-top: 11px;
  padding-left: 21px;
}

#sc1, #sc2, #sc3, #sc4, #sc5 { background:url('gfx/menu_uitklap.jpg') no-repeat 0px 3px;}
#sc1 { margin-left:0px;  }
#sc2 { margin-left:120px; }
#sc3 { margin-left:276px; }
#sc4 { margin-left:387px; }
#sc5 { margin-left:476px; }

a.tabnavlink:link, a.tabnavlink:visited, a.tabnavlink:active  { color: #5E5D5D; padding: 3px 5px 0 5px; text-decoration: none;}
a.tabnavlink:hover { color: #009cda; padding: 3px 5px 0 5px; text-decoration: none;}
/* ---- /NAVIGATION ---- */

