body {
  margin: 0px;
  padding: 0px;
  font-family: 'Verdana';
}

img {
  border: 0;
}

#container {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: left;
}
#header {
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

div.newsletter {
  width: 173px;
  height: 100px;
  margin: 5px;
  padding: 0px;
  overflow: hidden;
}

div.classdetails {
  border: 1px solid #D8D8D8;
  padding: 5px;
  width: 400px;
  font-size: smaller;
  margin: 5px;
}

div.bluebox {
  position: relative;
  float: left;
  width: 100%;
  background-image: url(images/bluebox.gif);
  background-repeat: repeat-x;
  background-color: #ddddff;
}

div.bluebox2 {
  position: relative;
  float: left;
  width: 100%;
  background-image: url(images/bluebox2.gif);
  background-repeat: repeat-x;
  background-color: #ddddff;
}

#links {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ddddff;
}

a:link {
  color: #8F21FD;
  text-decoration: underline;
}

a:visited {
  color: #9A9AFE;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a.linkbar:link {
  color: black;
  text-decoration: none;
}
a.linkbar:visited {
  color: black;
  text-decoration: none;
}
a.linkbar:hover {
  color: #FE8181;
  text-decoration: none;
}

div.linkbox {
  position: relative;
  float: left;
  width: 100px;
  margin: 5px;
}

div.logobox {
  position: relative;
  float: left;
  width: 183px;
  height: 120px;
}

span.linktitle {
  font-weight: bold;
  font-size: 13px;
}

span.linktext {
}

ul.linktext {
  margin-left: 0px;
  padding-left: 16px;
  margin-top: 2px;
  margin-bottom: 0px;
  list-style-image: url(images/heart.gif);
  list-style-type: disc;
}

li.linktext {
  font-size: 11px;
}

#body {
  position: relative;
  float: left;
  width: 100%;
}

div.frontpageblockpicture {
  position: relative;
  float: right;
  width: 100px;
  margin-left: 5px;
  margin-bottom: 5px;
}

p.frontpageblockheader {
  color: #8208FD;
}

p.frontpage {
  font-size: small;
}

td.frontpageblock {
  border: 1px solid #D8D8D8;
  padding: 5px;
}

#footer {
  position: relative;
  float: left;
  width: 100%;
}

#footergradient {
  position: relative;
  float: left;
  background-color: #ddddff;
  width: 100%;
  height: 30px;
  background-image: url(images/footergrad.gif);
  background-repeat: repeat-x;
}

p.footertext {
  text-align: center;
  font-size: x-small;
  margin-bottom: 10px;
}

a.footerlink:link {
  color: black;
  text-decoration: none;
}
a.footerlink:visited {
  color: black;
  text-decoration: none;
}
a.footerlink:hover {
  color: #FE8181;
  text-decoration: none;
}

#roep {
  text-align: center;
  margin-bottom: 10px;
  padding: 0px;
}
