@import url(gwirken.css);
body {
  background: #ffffff url(/img/gwirken-nl_blauw.jpg) no-repeat;
}
#menu ul {
  background: #5e6c93;
  color: #fff;
}
#menu a {
  color: #fff;
}
#submenu ul {
  background: #f5f5f5;
  color: #000;
}
#submenu a {
  color: #000;
}
a {
  color: #474797;
}

#sf_alertbar {
  position:       relative;
  left:           0;
  top:            0;
  z-index:        99;
  font:           message-box;
  border-bottom:  2px outset;
  text-align:     left;
}

#sf_alertbar a, #sf_alertbar a:link, #sf_alertbar a:visited, #sf_alertbar a:active {
  display:        block;
  padding:        0.4em 0.4em 0.4em 25px;
  margin: 0;
  background:     InfoBackground url(/img/warning.gif) no-repeat fixed .3em center;
  color:          InfoText;
  text-decoration: none;
  cursor:         default;
}

#sf_alertbar a:hover {
    color: HighlightText;
    background-color: Highlight;
}
