body {
  margin: 0px auto;
  background: #fff url('../assets/body_bg.jpg') top left no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 80%;
  color: #000000;
}

a {
  color: #007f3d;
}

a:hover {
  color: #0084b5;
}

.blogImages {
	margin: 5px;
	border: 0px;
	width: 200px;
}

.blogOvImage {
	border: 0px;
	float: right;
	margin: 0px 0px 10px 10px;
}

h1 {
  font-size: 120%;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #551367;
}

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

h2 {
  font-size: 110%;
  margin: 0px;
  margin-bottom: 3px;
  color: #e7b4cf;
}

h4 {
  font-size: 80%;
  position: relative;
  top: -10px;
  margin-bottom: 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 #dd117b;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #0093dd;
  border: 1px solid #58166a;
  font-size: 90%;
}

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

#header {
  width: 980px;
  height: 100px;
  padding-top: 25px;
  text-align: right;
}

.btn_top {
  margin-left: 5px;
  margin-right: 5px;
  border: 0px;
}

.btn_top:hover {
  opacity: 0.8;
}

.logo_top {
  margin-left: 25px;
  border: 0px;
}

#menu {
  width: 960px;
  height: 15px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 20px;
  background: #0093dd;
  overflow: hidden;
}

#flags {
  float: right;
  padding-right: 5px;
}

#flags img {
  border: 0px;
}

#flags img:hover {
  opacity: 0.8;
}

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

#menu li {
  float: left;
  color: #58166a;
  font-weight: bold;
  list-style-type: none;
}

#menu li a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

#menu li a:hover {
  color: #c1e1f2;
}

#home_content {
  margin-top: 5px;
  width: 980px;
  height: 160px;
  overflow: hidden;
}

#home_sfeerplaatje {
  float: left;
  width: 213px;
  height: 160px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#home_plaatje {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 213px;
  height: 160px;
  overflow: hidden;
}

#home_plaatje img {
  width: 213px;
  height: 160px;
  border: 0px;
}

#home_plaatje_over {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  background: white;
  opacity: 0.8;
  color: #58166a;
  font-weight: bold;
  font-size: 90%;
  width: 203px;
  text-align: center;
}

#home_inhoud {
  float: right;
  width: 762px;
  height: 160px;
  background: url( '../assets/home_content_bg.gif' ) repeat-y;
  overflow: hidden;
}

#home_inhoud_left {
  float: left;
  color: white;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 361px;
  font-size: 90%;
}

#home_inhoud_right {
  float: right;
  color: white;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 361px;
  font-size: 90%;
}

#home_inhoud_right a {
  color: white;
}

#home_inhoud_right a:hover {
  color: #e7b4cf;
}

.nkortItem {
  padding-bottom: 7px;
}

#content {
  margin-top: 5px;
  width: 980px;
  background: url( '../assets/content_bg.gif' ) repeat-y;
}

#content_left {
  float: left;
  width: 640px;
  padding: 20px;
  padding-top: 10px;
  min-height: 400px;
}

.child_block {
	float: left;
	width: 200px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #561469;
	position: relative;
}

.child_block_image {
	width: 200px;
}

.child_block_image img {
	width: 100%;
	border: 0px;
}

.child_block_naam {
	padding: 2px;
	color: white;
	background: #561469;
}

.child_block_info {
	padding: 5px;
}

.child_block_info span {
	color: #dd117b;
}

.child_foster_overlay {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 83px;
	height: 75px;
}

#content_right {
  float: right;
  width: 300px;
  padding-top: 10px;
}

#calendar_right {
  float: right;
  width: 280px;
  padding: 10px;
  text-align: center;
}

#content_right a {
  display: block;
  color: black;
  background: #eee4ec;
  width: 290px;
  margin-bottom: 1px;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 2px;
}

#content_right a:hover {
  color: white;
  background: #551367;
}

#content_right .active {
  color: white;
  background: #b075c0;
}

#lower_right {
  padding: 5px;
  padding-top: 15px;
}

#static_left {
  float: left;
  width: 400px;
}

#static_right {
  float: right;
  width: 220px;
  margin-top: 10px;
}

.pagePic {
  width: 220px;
  border: 0px;
  margin-bottom: 20px;
}

.pagePicAgenda {
	float: right;
	width: 220px;
	margin: 0px 0px 10px 10px;
	border: 0px;
}

#inhoud_left {
  float: left;
  width: 310px;
}

#inhoud_right {
  float: right;
  width: 310px;
}

#projecten_left {
  float: left;
  width: 310px;
}

#projecten_right {
  float: right;
  width: 310px;
}

.projectPic {
  width: 310px;
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

#snel_naar {
  float: right;
}

#snel_naar img {
  border: 0px;
}

#blog_right_category {
  float: right;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 20px;
  width: 250px;
  background: #eddce5;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.blog_balk {
  margin-top: 5px;
  padding: 2px;
  padding-bottom: 15px;
  border-top: 1px solid #561469;
  background: url( '../assets/blog_balk_bg.jpg' ) repeat-x;
  font-size: 80%;
}

.blog_reactie_balk {
  padding: 2px;
  border-bottom: 1px solid #561469;
  border-top: 1px solid #561469;
  background: url( '../assets/blog_balk_bg.jpg' ) repeat-x;
  font-size: 80%;
}

.blog_reactie {
  margin-bottom: 15px;
}

.blog_ster_vol,
.blog_ster_half,
.blog_ster_leeg {
  width: 16px;
  height: 15px;
  border: 0px;
}

.blog_ster_vol { background: url( '../assets/ster_vol.gif' ) no-repeat; }
.blog_ster_half { background: url( '../assets/ster_half.gif' ) no-repeat; }
.blog_ster_leeg { background: url( '../assets/ster_leeg.gif' ) no-repeat; }

.blog_ster_vol:hover,
.blog_ster_half:hover,
.blog_ster_leeg:hover {
  background: url( '../assets/ster_hover.gif' ) no-repeat;
}

.smallerText {
  font-size: 90%;
  line-height: 130%;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 80%;
  color: #89c42e;
  padding-top: 3px;
}

#footer a {
  color: #89c42e;
}

#footer a:hover {
  color: #b7de7b;
}

.cleaner {
  clear: both;
}

#home_calendar_block {
	width: 280px;
	padding: 10px;
	text-align: center;
}

#home_calendar_block a {
	display: inline-block;
	width: auto;
	background: none;
}

.calendar {
	width: 100%;
}

.calendar-month {
	padding-top: 3px;
	padding-bottom: 3px;
	background: #4d0861;
	color: white;
}

.calendar-month a {
	color: white;
	text-decoration: none;
}

.calendar-month a:hover {
	color: white;
	text-decoration: underline;
}

.cal_today {
	background: #4d0861;
	color: white;
}

.cal_event {
	background: #dd117b;
	color: white;
}

/* BlogStyle */
#blog_left {
  float: left;
  width: 640px;
  padding: 20px;
  padding-top: 10px;
  min-height: 400px;
}

#blog_right {
  float: right;
  width: 300px;
  padding-top: 10px;
}

.blog_person_image {
  border: 1px solid black;
  width: 36px;
  float: left;
  margin: 5px;
}

.blog_person_image_top {
  border: 1px solid black;
  width: 36px;
  margin-left: 5px;
  margin-right: 5px;
}

/* 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: #dd117b;
}
.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;
}

.giftrow,
.giftrow_even {
  padding: 5px;
}

.giftrow_even {
  background: #eed9e3;
}

.giftrow_image {
  float: left;
  width: 100px;
}

.giftrow_image img {
  width: 100px;
  border: 0px;
}

.giftrow_content {
  float: left;
  width: 450px;
  padding-left: 5px;
  padding-right: 5px;
}

.giftrow_prijs {
  float: left;
  width: 70px;
  text-align: right;
}

.giftrow_prijs img {
  border: 0px;
}

#gift_right a {
  display: inline;
  background: none;
  padding: 0px;
  color: #561469;
}

#gift_right a:hover {
  background: none;
  color: #6f2386;
}

#bali_block {
  text-align: center;
  background: #ddc8d9;
}

#bali_block img a {
  border: 0px;
  background: #ddc8d9;
}

#bali_block a {
  background: #ddc8d9;
}


#lower_right a {
	display: inline;
	background: none;
}

#lower_right a:hover {
	background: none;
}
.logo_socials {
}

.logo_socials img {
	width: 50px;
	background: none;
}