/*
  blauw:  #034C85
  oranje: #FF6600
  grijs:  #EADDD1
*/

body {
  font-family: Arial;
  font-size: 12px;
  background-color: #EADDD1;
  color: #034C85;
  margin: 0;
}

img {
  border: 0;
}

#tabNavigation {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #034C85;
  border-bottom: 1px solid #034C85;
  color: inherit;
  list-style: none outside none;
  margin: 1px 0 0 0;
  padding: 0;
}

html #tabNavigation {
  padding: 4px 0 4px 0
}

html>body #tabNavigation {
  margin: 0;
  padding: 4px 0 4px 0
}

#tabNavigation li {
  background: url(images/unselected-left.gif) #FF6600 no-repeat scroll top left;
  color: inherit;
  display: inline;
  line-height: 1em;
  margin: 0 0 0 2px;
  padding: 0
}

html>body #tabNavigation li {
  margin: 0 0 0 -6px;
  padding: 3px 0 3px 8px
}

html>body ul[id]#tabNavigation li {
  margin: 0 0 0 2px;
  padding: 3px 0 3px 0
}

#tabNavigation a,
#tabNavigation a:link,
#tabNavigation a:visited {
  background: transparent url(images/unselected-right.gif) no-repeat scroll top right;
  border-bottom: 1px solid #000;
  color: white;
  cursor: pointer;
  height: 1em;
  margin: -1px 0 -1px 0;
  padding: 3px 8px 3px 8px;
  text-decoration: none
}

html #tabNavigation a,
html #tabNavigation a:link,
html #tabNavigation a:visited {
  border-bottom: none;
  height: auto;
  margin: 0 0 0 4px;
  padding: 3px 8px 3px 4px
}

#tabNavigation a:hover {
  background: transparent url(images/unselected-right.gif) no-repeat scroll top right;
  color: white;
  text-decoration: underline
}

#tabNavigation a:active {
  background: transparent url(images/unselected-right.gif) no-repeat scroll top right;
  color: white;
  text-decoration: underline
}

#tabNavigation li.selectedTab {
  background: transparent url(images/selected-left.gif) no-repeat scroll top left;
  color: inherit;
  padding: 0
}

html>body #tabNavigation li.selectedTab {
  margin: 0 0 0 -6px;
  padding: 4px 0 4px 8px
}

html>body ul[id]#tabNavigation li.selectedTab {
  margin: 0 0 0 2px;
  padding: 4px 0 4px 0
}

#tabNavigation .selectedTab a,
#tabNavigation .selectedTab a:link,
#tabNavigation .selectedTab a:visited,
#tabNavigation .selectedTab a:hover {
  background: transparent url(images/selected-right.gif) no-repeat scroll top right;
  border-bottom: none;
  color: #034C85;
  cursor: text;
  padding: 4px 8px 4px 8px;
  text-decoration: none
}

html #tabNavigation .selectedTab a,
html #tabNavigation .selectedTab a:link,
html #tabNavigation .selectedTab a:visited,
html #tabNavigation .selectedTab a:hover {
  padding: 4px 8px 4px 4px
}

#menu {
  background: #034C85;
}

#subMenu {
  background: #EADDD1;
  height: 22px; 
  text-align: center;
}

.subMenuItem {
  font-size: 11px;
  font-weight: bold;
  color: #034C85;
  text-decoration: none;
}

.subMenuItem a:hover {
  text-decoration: underline;
}

a.selected {
  color: #FF6600;
  text-decoration: none;
}

span.sitename {
  font-size: 18px;
  font-weight: bold;
}

td.search {
  height: 30px;
  padding: 4px;
  background: #FF6600;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

input.searchField {
  font-size: 9px;
  width: 110px;
}

select {
  font-size: 9px;
  width: 110px;
}

a.nieuws,
a.nieuws:link,
a.nieuws:visited {
  font-size: 11px;
  color: #034C85;
  text-decoration: none;
}

a.nieuws:active,
a.nieuws:hover {
  text-decoration: underline;
}

table.navigation {
  background-color: white;
}


