body {
  margin: 20px auto;
  margin-bottom: 0px;
  background: #d1aa78 url('../assets/bg.jpg') top center;
  background: #96bd0d;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size : 80%;
  color: #000000;
}

a {
  color: #c05b99;
}

a:hover {
  color: #96bd0d;
}

h1 {
  font-size: 130%;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
  color: #2497d0;
}

h1 a {
  color: #2497d0;
  text-decoration: none;
}

.pagePic {
  width: 220px;
  margin: 5px;
  float: right;
  border: 0px;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
}

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

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

.formfield {
  background-color: #fff;
  border: 1px solid #2497d0;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #c05b99;
  border: 1px solid black;
  font-size: 90%;
}

.cleaner {
  clear: both;
}

/* Highslide CSS */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
  border-bottom: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  border-bottom: 1px solid white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  color: white;
  background: #7b0000;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}

/*Fotoboeken*/
.fotoboekHolder {
  float: left;
  width: 300px;
  height: 75px;
  padding: 5px;
}

.fotoboekPic_o {
  float: left;
  padding-right: 5px;
  border: 0px;
  width: 100px;
  height: 75px;
}

.fotoboekPic {
  margin: 5px;
  width: 110px;
  border: 0px;
}

/* Smoelenboek */
.smoel_container {
  padding: 5px;
}

.smoel_image {
  float: left;
  width: 110px;
  padding-right: 5px;
}

.smoel_image img {
  width: 110px;
  border: 0px;
}

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

#left {
  float: left;
  width: 280px;
  height: 780px;
  background: url( '../assets/left_nop.png' ) no-repeat;
}

#right {
  float: right;
  width: 700px;
}

#mainmenu {
  width: 690px;
  height: 25px;
  overflow: hidden;
  padding-left: 10px;
}

#mainmenu ul {
  margin: 0px;
  padding: 0px;
}

#mainmenu li {
  list-style-type: none;
  display: inline;
}

#mainmenu li a {
  float: left;
  display: block;
  width: 120px;
  height: 21px;
  padding-top: 4px;
  padding-left: 10px;
  background: url( '../assets/tab_bg.png' ) no-repeat;
  margin-right: 2px;
  color: white;
  text-decoration: none;
  font-size: 105%;
  font-weight: bold;
}

#mainmenu li a.active {
  color: black;
  background: url( '../assets/tab_bg_active.png' ) no-repeat;
}

#mainmenu li.smallmenu a {
  width: 80px;
  background: url( '../assets/tab_bg_small.png' ) no-repeat;
}

#mainmenu li.smallmenu a.active {
  background: url( '../assets/tab_bg_small_active.png' ) no-repeat;
}

#mainmenu li a:hover {
  color: #d6d6d6;
}

#content {
  width: 700px;
  background: #fff;
}

#content_top {
  width: 700px;
  height: 20px;
  background: white url( '../assets/content_top.jpg' ) top right no-repeat;
  overflow: hidden;
}

#content_inhoud {
  background: white;
  width: 670px;
  padding: 15px;
  min-height: 640px;
}

.paginaregel,
.paginaregel_even {
  padding: 10px;
}

.paginaregel img,
.paginaregel_even img {
  float: right;
  width: 150px;
  margin-right: 5px;
  margin-left: 10px;
  border: 0px solid #fae5f2;
}

.paginaregel_even {
  background: #fae5f2;
}

.nieuwsregel,
.nieuwsregel_even {
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nieuwsregel_even {
  background: #fae5f2;
}

.nieuwsregel img,
.nieuwsregel_even img {
  float: left;
  width: 100px;
  margin-right: 10px;
  margin-left: 5px;
  border: 0px solid #2497d0;
}

#content_inhoud_balk {
  background: white url( '../assets/inhoud_bg_balk.jpg' ) repeat-y;
  min-height: 640px;
}

#content_inhoud_balk_left {
  float: left;
  width: 470px;
  padding: 15px;
}

.arrow_bar {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.arrow_bar img {
  border: 0px;
}


#agenda_left {
  float: left;
  width: 360px;
}

#agenda_right {
  float: right;
  width: 100px;
}

#agenda_right img {
  width: 100px;
  margin-bottom: 10px;
  border: 0px;
}

#content_inhoud_balk_right {
  float: right;
  width: 190px;
  padding: 5px;
}

#content_inhoud_balk_right a {
  text-decoration: none;
  font-weight: bold;
}

.dotted_bar {
  width: 190px;
  height: 2px;
  background: url( '../assets/inhoud_balk_dot.jpg' ) repeat-x;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hr {
  width: 470px;
  height: 2px;
  overflow: hidden;
  background: #ececec;
  margin-bottom: 10px;
}

#partner_balk {
  width: 700px;
  height:41px;
  padding-top: 10px;
  text-align: center;
  background: white;
}

#partner_balk img {
  border: 0px;
}

#content_bottom {
  width: 700px;
  height: 15px;
  background: url( '../assets/content_bottom.png' ) no-repeat;
  overflow: hidden;
}

.nomineePic {
  margin: 5px;
  float: left;
  border: 0px;
  width: 100px;
}

.nomineeregel,
.nomineeregel_even {
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nomineeregel_even {
  background: #fae5f2;
}