body {
  margin: 0px;
  padding:0px;
  background-repeat:repeat-x;
}

.page {
  font-family:verdana,sans-serif;
  font-size:70%;
}

.secnavitem {
  clear:both;
  border-top:1px solid #BDBDBD;
  padding:2px 0px 2px 0px;
}

.secnavpijl {
  float:left;
  padding:3px 4px 2px 0px;
  background-color:transparent;
}

.secnavitem .link {
  padding:0px 4px 0px 3px;
  float:left;
  display:block;
}

.secnavitem a {
  color:#958500;
  font-weight:bold;
  text-decoration:none;
}

.vidlink {
  float:left;
  margin-right:3px;
}

.vidlink a {
  display:block;
  color:#958500;
  font-weight:bold;
  text-decoration:none;
}

.secnavitem a:hover, .vidlink a:hover {
  text-decoration:underline;
}

/* popup / hotspots */

div.popupBlock {
  position:absolute;
  width:160px;
  display:none;
  z-index:2;
}

table.popupTable {
  background-color:#ffffff;
  border: 1px solid #cccccc;
  padding:3px;
  margin:3px;
}

table.popupTable td,th {
  vertical-align:top;
  font-size:65%;
}

table.popupTable th {
  background-color: #cccccc;
  text-align:left;
}

.form {
  vertical-align:top;
}

td.form, th.form {
  vertical-align:top;
  font-size:70%;
}

.inputbox input {
  width:100%;
  border:1px solid #cccccc;
}

.textarea textarea {
  font-family:verdana;
  font-size:70%;
  width:100%;
  border:1px solid #cccccc;
}

/* modellenovericht en -pagina */
.categorie, .model {
  position:relative;
  margin-top:15px;
  border-bottom:1px solid #BDBDBD;
  width:100%;
}

.categorie h4, .model h4 {
  margin-top:0px;
}

.catimg{
  float:left;
  width:125px;
  height:150px;
  overflow:hidden;
}

.modelimg{
  float:left;
  width:125px;
  overflow:hidden;
  text-align:center;
}

.gegevens {
  display:block;
  width:225px;
  height:266px;
  margin-left:125px;
}

.gegeven {
  margin-bottom:5px;
}

.hp_leftbar {
  position:absolute;
  padding-top:115px;
  width:325px;
  height:600px;
  margin-bottom:90px;
  background-color:#ffffff;
  /*background-repeat:no-repeat;*/
}

.sitelinks img {
  width:185px;
}