body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFCC99;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#mainlogo {
  width: 310px;
  height: 143px;
  border: none;
  background: #FFCC99;
  margin-left: 10px;
  margin-top: 10px;
}
#topcontainer {
  background-color: #FFCC99;
  padding-top: 0px;
  height:143px;
  voice-family: "\"}\""; /* IE 5.x bug */
  voice-family: inherit;
  height:142px;
}
#navcontainer {
  position: absolute;
  left: 0px;
  top: 153px;
  width: 200px;
  background-color: #FFCC99;
  height: 100%;
}
#black-border {
  position: absolute; 
  left: 200px;
  top: 163px;
  width: 700px;
  margin-right: 40px;
  background-color: #000000; 
}
#content {
  background-color: #FFFFFF; 
  position: relative;
  left: 4px;
  width: 692px;
}
#padding-content {
  padding: 20px;
}
#nav {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FF9933;
}
#navcontainer p {
  font-size: 0.7em;
  padding-left: 10px; 
  width: 12em;
  text-align: right; 
}
#navcontainer .taalkeuze {
  padding-left: 40px;
}
img {
  border: none;
}
#nav ul {
  padding-left: 0px;
  margin-left: 0px;
  background-color: #FF9933;
}
#nav li {
  list-style-type: none;
/*  border-bottom: 1px solid #CC9966;
  border-right: 1px solid #CC9966;
  border-top: 1px solid #FFFFCC;
  border-left: 1px solid #FFCCCC; */
  height: 30px;
  background-color: #FF9933;
  color: #3333FF;
  font-weight: bold;
}
#nav li a {
  text-decoration: none;
  display: block;
  padding-left: 4px;
  height: 30px;
  background-color: #FF9933;
  border-bottom: 1px solid #CC9966;
  border-right: none;
  border-top: 1px solid #FFFFCC;
  border-left: 1px solid #FFCCCC;
}
#nav li a:hover {
  display: block;
  background-color: #FFCC99;
  padding-left: 4px;
  height: 30px;
  border-bottom: 1px solid #FFFFCC;
  border-right: none;
  border-top: 2px solid #CC9966;
  border-left: 2px solid #CC9966;
}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #9999CC;
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #006699;
}
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
}
table.staff {
  border: solid #666666 1px;
  font-size: 0.8em;
  width: 650px;
}
table.staff td {
  border: solid #DDDDDD 1px;
}
table.workgroup {
  border: solid #666666 1px;
  font-size: 0.8em;
  width: 85%;
}
table.workgroup td {
  border: solid #DDDDDD 1px;
}
.pastevent {
  color: #999999;
}
.pending {
  color: #FF0000;
}
.error {
  color: #FF0000;
}