body {
  margin: 0 auto;
  font-family: verdana, tahoma, arial, helvetica;
  font-size: 75%;
}

#srchFrm {
  color: white;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

h3 {
  font-size: 120%;
}

a {
  color: #AB3B3B;
}

a:hover {
  color: #68B83C;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: right;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 3px 0px 3px 40px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
}

.formfield {
  height: 16px; 
  background-color: #fff; 
  border: 1px solid #AB3B3B; 
}

.formtext {
  background-color: #fff; 
  border: 1px solid #AB3B3B;
}

.formbutton {
  color: #fff;
  height: 21px; 
  border: #000000 outset 1px;
  background: #AB3B3B;
}

.fotoboekItem {
  float: left;
  text-align: center;
  width: 225px;
  height: 160px;
  min-height: 160px;
}
.fotoboekItem img {
  height: 110px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #393938;
  border-bottom: 1px solid #393938;
  border-left: 1px solid #9e9e9e;
}

.pagePic {
  margin: 10px;
  width: 150px;
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #393938;
  border-bottom: 2px solid #393938;
  border-left: 2px solid #9e9e9e;
}

.nwsPic {
  margin: 4px;
  width: 110px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #393938;
  border-bottom: 1px solid #393938;
  border-left: 1px solid #9e9e9e;
}

.fotoboekPic {
  width: 110px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #393938;
  border-bottom: 1px solid #393938;
  border-left: 1px solid #9e9e9e;
}

.nieuws_vak {
  width: 452px;
}
.nieuws_head {
  background-color: #cadfe6;
  color: #534318;
  padding-left: 4px;
  font-weight: bold;
}
.nieuwsPic {
  margin: 4px;
  width: 110px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #393938;
  border-bottom: 1px solid #393938;
  border-left: 1px solid #9e9e9e;
}
.nieuws_vak hr {
  clear: both;
  height: 1px;
  overflow: hidden;
  color: #AB3B3B;
}

.evenement_vak {
  width: 452px;
}
.evenement_head {
  background-color: #fff1cc;
  color: #534318;
  padding-left: 4px;
  font-weight: bold;
}
.evenementPic {
  margin: 4px;
  width: 110px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #393938;
  border-bottom: 1px solid #393938;
  border-left: 1px solid #9e9e9e;
}
.evenement_vak hr {
  clear: both;
  height: 1px;
  overflow: hidden;
  color: #AB3B3B;
}

.ePicBox {
  float: left;
  text-align: center;
  width: 150px;
  height: 110px;
}

.ePic {
  height: 90px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #393938;
  border-bottom: 1px solid #393938;
  border-left: 1px solid #9e9e9e;
}

#links_left {
  float: left;
  margin-right:2px;
  width: 225px;
}

#links_right {
  float: left;
  width: 225px;
}

#container {
  margin: auto;
  width: 890px;
}

#header {
  background: url('../assets/header.jpg') no-repeat;
  width: 890px;
  height: 118px;
}

#menu {
  width: 890px;
  height: 26px;
  background: url('../assets/menu_bg.jpg') repeat-x;
  font-size: 11pt;
  padding-top: 4px;
}

#menu a {
  color: white;
  text-decoration: none;
  margin-left: 35px;
  margin-right: 30px;
}

#sfeerbeeld {
  width: 890px;
  height: 142px;
  overflow: hidden;
}

#sfeerbeeld img {
  border: 0;
}

#left {
  float: left;
  width: 257px;
  background: #fff1cc;
}

#uitgelicht {
  background: #cadfe6;
}

#uitgelicht_head {
  width: 257px;
  height: 26px;
  background: url('../assets/uitgelicht.jpg') no-repeat;
}
#uitgelicht a {
  display: block;
  color: #534318;
  text-decoration: none;
  height: 20px;
  min-height: 20px;
  font-size: 110%;
  border-bottom: 2px dotted #ae820a;
  padding-left: 5px;
}

#uitgelicht a:hover {
  background-color: #A3D4E5;
}

#aanbod {
  background: #fff1cc;
}

#aanbod_head {
  width: 257px;
  height: 26px;
  background: url('../assets/aanbod.jpg') no-repeat;
}
#aanbod a {
  display: block;
  color: #534318;
  text-decoration: none;
  height: 20px;
  min-height: 20px;
  font-size: 110%;
  border-bottom: 2px dotted #ae820a;
  padding-left: 5px;
}

#aanbod a:hover {
  background-color: #F9DC90;
}

#mid {
  float: left;
  width: 452px;
  padding: 30px;
  line-height: 13pt;
}

#right {
  float: left;
  width: 121px;
  font-size: 90%;
  background-color: #ead9d9;
  text-align: center;
}

#right_head {
  background: url('../assets/fotoalbums.jpg') no-repeat;
  height: 26px;
}

#footer {
  background-color: #ead9d9;
  clear: both;
  text-align: center;
  font-size: 90%;
}


.yearRow {
  font-weight: bold;
  font-size: 110%;
}

.monthRow {
  font-weight: bold;
  padding-left: 10px;
}

.agendaRegel {
  width: 442px;
  clear: both;
}

.agendaRegel .datum {
  float: left;
  width: 80px;
}

.agendaRegel .omschrijving {
  float: left;
  width: 332px;
}

.agendaRegel .aanvang {
  float: left;
  width: 30px;
}

.cleaner {
  clear: both;
}