body {
  margin: 0;
  background: #d5e7e6 url('../assets/bg.gif') repeat-x;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size : 80%;
  behavior: url('./css/csshover.htc');
}

.pagePic {
  width: 220px;
  margin: 4px;
  padding: 1px;
  border: 1px solid #882325;
}

h1 {
  font-size: 120%;
}

a {
  color: #2a00ff;
  text-decoration: none;
}

a:hover {
  color: #cd0b23;
}

.formfield {
  border: 1px solid #cd0b23;
  margin-bottom: 2px;
}

label {
  display: block;
  float: left;
  width: 120px;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formbutton {
  background: #882325;
  color: white;
  border: 1px solid white;
  margin-bottom: 2px;
}

#container {
  width: 990px;
}

#header {
  background-color: #bde6af;
  width: 990px;
  height: 90px;
}

#header_left {
  float: left;
  width: 250px;
}

#header_right {
  float: left;
  width: 740px;
}

#header_right_top {
  padding-right: 10px;
  text-align: right;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 12px;
}

#header_right_bottom {
  height: 50px;
  overflow: hidden;
}

#left {
  float: left;
  width: 250px;
  background: #bde6af;
  padding-bottom: 40px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

#left a {
  display: block;
  width: 240px;
  color: #2a00ff;
  text-decoration: none;
  padding-left: 10px;
  font-weight: bold;
  font-size: 105%;
}

#left a:hover {
  color: #cd0b23;
}

#right {
  float: left;
  padding: 10px;
  width: 719px;
}

#right_left {
  float: left;
  width: 300px;
}

#right_right {
  float: left;
  margin-left: 10px;
  width: 300px;
}

#right_top {
  margin-bottom: 10px;
  padding-left: 70px;
}

#banner_bottom {
  margin-bottom: 10px;
  padding-left: 70px;
}

#right_bottom {
  width: 719px;
}

.advertentieBlok {
  float: left;
  width: 298px;
  border: 1px solid gray;
  background: #bde6af;
  font-size: 95%;
  margin-bottom: 10px;
}

.advertentieBlokHead {
  width: 293px;
  background: #e3b3b9;
  padding-left: 5px;
  font-size: 95%;
  border-bottom: 1px solid gray;
}

.rubriekHead {
  background: #9c5556;
  color: white;
}

.rubriekRegel_pic {
  width: 50px;
  margin: 2px;
}

.rubriekRegel {
  cursor: pointer;
}

.rubriekRegel:hover {
  background: #e0eceb;
}

.rubriekRegel_even {
  background: #b5d9d7;
  cursor: pointer;
}

.rubriekRegel_even:hover {
  background: #bfdfdd;
}

.cleaner {
  clear: both;
}

.adverPic {
  width: 90px;
  margin: 2px;
  padding: 1px;
  border: 1px solid #882325;
}

#advertentieContainer {
  width: 719px;
}

#advertentieTop {
  margin-bottom: 10px;
}

#advertentieTop_1 {
  float: left;
  width: 110px;
}

#advertentieTop_2 {
  float: left;
  width: 160px;
}

#advertentieTop_3 {
  float: left;
  width: 449px;
}

#advertentieOmschrijving {
  width: 719px;
}

#advertentieFotoblok {
  width: 719px;
}

#advertentieFotoKlein {
  width: 719px;
  text-align: center;
}

#advertentieFotoKlein img {
  height: 60px;
  padding: 5px;
  margin: 5px;
  background: white;
  border: 0;
}

#advertentieFotoGroot {
  clear: both;
  width: 719px;
  text-align: center;
}

#advertentieFotoGroot img {
  padding: 5px;
  margin: 5px;
  background: white;
  border: 0;
  width: 220px;
}

#subcatholder {
  display: none;
}

#loading {
  display: none;
}

#footer {
  clear: both;
  font-size: 90%;
  text-align: center;
}