body { padding: 0; margin: 0; text-align: center; font-family: arial, helvetica, tahoma; font-size: 80%; color: #333; background-color: #FFF; line-height: 145%;}
a { color: #555; text-decoration: underline; }
a:hover { text-decoration: none; }

ul { list-style-type:none; }
li { list-style-type:none; }

.inhoud {color: #FFFFFF; font-size: 4px; }

.Left { float: left; }
.Right { float: right; }
.Textleft { text-align: left; }
.Textright { text-align: right; }
.Width { width: 755px; }
.Width100 { width: 100%; }
.Black { color: #000; }
.White { color: #FFF; }
.Center { margin: 0 auto; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }

.wrap {
  width: 755px;
  margin: 0 auto;
  text-align: justify;
  font-size: 1em;
  background-color: #FFF;
}
.topbar {
  height: 35px;
  padding-top: 15px;
  padding-left: 30px;
  color: #bbb;
  background: url("images/topbar.gif") repeat-x;
}
.topbar a{
  font-size: 1.1em;
  text-decoration: underline;
  position: relative;
  top: 2px;
}
.topbar a:hover{
  color: #bbb;
}
.header{
  height: 89px;
  padding-top: 0px;
  background: url("images/header.gif") repeat-x;
}
.logo {
  height: 55px;
  width: 275px;
  padding-top: 30px;
  padding-left: 25px;
  font-size: 1.4em;
  float: left;
  background: url("images/logobg.gif") repeat-x;
}
.logo a{
  color: white;
  font-size: 1.6em;
  text-decoration:none;
}
.logoleft {
  height: 85px;
  width: 9px;
  float: left;
  background: url("images/logoleft.gif") no-repeat;
}
.logoright {
  height: 85px;
  width: 12px;
  background: url("images/logoright.gif") no-repeat;
}
.contenttop {
  width: 547px;
  height: 37px;
  margin-top: 18px;
  background: url("images/contenttop.gif") no-repeat;
}
.contentbottom {
  width: 547px;
  height: 35px;
  margin-left: -10px;
  background: url("images/contentbottom.gif") no-repeat;
}
.content {
  padding: 15px;
}
.navbar {
  margin-top: 20px;
}
.navbarheader {
  width: 207px;
  height: 30px;
  border-left:none;
  border-right:none;
  border-bottom:none;
  text-align:center;
  background: url("images/navbarheader.gif") no-repeat;
}
.navbar li a{
  width: 185px;
  padding: 10px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  background-color: #d3d3d3;
}
.navbar li a:hover {
  background-color: #c9c9c9;
}
.footer {
  height: 30px;
  margin-top: 20px;
  padding-top: 15px;
  background-color: #d3d3d3;
}
.footer span{
  display: inline-block;
  padding: 0px;
}
.footer a{
  display: inline-block;
  padding: 0px;
}
.footer a:hover{
  color: #FFF;
  background-color: #a61917;
}
