body {
  margin: 0px;
  margin-left: 40px;
  background: #fff url('../assets/bg.jpg') repeat-y;
  font-family: Tahoma, Verdana, Tw Cen MT, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #232323;
}

a {
  color: #610076;
}

a:hover {
  color: #a066ad;
}

h1 {
  color: #610076;
  font-size: 150%;
  line-height: 150%;
  margin: 0px;
  margin-bottom: 10px;
}

h2 {
  color: #610076;
  font-size: 130%;
  line-height: 130%;
  margin: 0px;
  margin-bottom: 10px;
}

.pagePic {
  border: 0px;
  margin: 10px;
  margin-right: 0px;
}

#contact_gegevens {
  font-size: 90%;
}

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

.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 #610076;
  margin-bottom: 3px;
}

.formtext {
  background-color: #fff;
  border: 1px solid #610076;
  margin-bottom: 3px;
}

.fielderror {
  background: url( '../assets/bg_field_error.jpg' ) repeat-x; /*#efaeb7*/
}

.fieldtexterror {
  background: url( '../assets/bg_field_text_error.jpg' ) repeat-x; /*#efaeb7*/
}

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

.cleaner {
  clear: both;
}

#container {
  width: 955px;
}

#header {
  width: 955px;
  height: 117px;
  position: relative;
}

#header_logo {
  width: 282px;
  height: 85px;
  position: absolute;
  top: 10px;
  left: -10px;
}

#header_logo img {
  border: 0px;
}

#header_menu {
  position: absolute;
  top: 50px;
  left: 350px;
}

#header_menu #navlist {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  font-size: 115%;
}

#header_menu #navlist li {
  display: inline;
}

#header_menu #navlist li a {
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  color: #610076;
}

#header_menu #navlist li.active a {
  color: #b62570;
}

#header_menu #navlist li a:hover {
  color: #da2c79;
}

#sfeerblok {
  width: 955px;
  height: 275px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.sfeer_img {
  width: 955px;
  height: 275px;
  border: 0px;
}

#toelichting {
  width: 300px;
  height: 275px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.95;
}

#toelichting_content {
  float: left;
  color: white;
  width: 260px;
  height: 255px;
  padding: 10px;
  background: #db0574;
  font-weight: bold;
  display: none;
}

.biggerText {
  font-size: 130%;
}

#toelichting_img {
  float: left;
  width: 20px;
  height: 275px;
  background: #db0574;
}

#toelichting_img img {
  width: 20px;
  height: 275px;
  border: 0px;
}

#bottom {
  min-height: 300px;
}

#side_bar {
  float: left;
  width: 220px;
  padding: 10px;
  padding-top: 15px;
}

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

#side_bar li {
  list-style-type: none;
}

#side_bar li a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  background: url( '../assets/arrow.gif' ) 0px 5px no-repeat;
}

#side_bar li a.active {
  color: #da0675;
}

#form_contact {
  clear: both;
  font-size: 80%; 
  color: #db0574;
}

.s_field {
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #db0674;
  margin-bottom: 3px;
}

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

#contact_data {
  clear: both;
  padding-top: 20px;
  font-size: 90%;
  color: #db0574;
  line-height: 140%;
}

#content {
  float: right;
  width: 670px;
  padding: 15px;
  padding-left: 30px;
  line-height: 140%;
}

.smallerText {
  font-size: 95%;
}

.home_right_pic {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  border: 0px;
}

#diensten_left {
  float: left;
  width: 327px;
}

#diensten_right {
  float: right;
  width: 327px;
}

#feitje {
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2dde4;
  margin-top: -15px;
  font-size: 95%;
}

.diensten_item {
  margin-bottom: 10px;
  padding-left: 25px;
  background: url( '../assets/arrow.gif' ) 5px 4px no-repeat;
}

.diensten_item_head {
  font-weight: bold;
}

.diensten_item_head a {
  text-decoration: none;
}

.diensten_item_content {
  font-size: 95%;
}

.diensten_item_content a {
  text-decoration: none;
  color: #232323;
}

.diensten_item_content a:hover {
  color: #a066ad;
}

#portfolio_picker {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

.portfolio_blok {
  width: 210px;
  margin: 5px;
  float: left;
}

.portfolio_blok img {
  width: 200px;
  height: 140px;
  padding: 5px;
  border: 0px;
}

.portfolio_blok img:hover {
  background: #fbe6f1;
}

.portfolio_blok_head {
  padding-left: 5px;
  padding-right: 5px;
  font-style: italic;
}

.portfolio_blok_head a {
  color: #232323;
}

.portfolio_blok a {
  text-decoration: none;
}

.portfolio_blok_content {
  padding-left: 5px;
  padding-right: 5px;
}

#portfolio_left {
  float: left;
  width: 455px;
}

#portfolio_right {
  float: right;
  width: 200px;
}

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

.overzichtRow,
.overzichtRow_even {
  padding: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2dde4;
  margin-bottom: 10px;
}

.overzichtRow_even {
}

.overzichtRow a,
.overzichtRow_even a {
  text-decoration: none;
}

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

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

.overzichtRow_content {
  float: left;
  padding-left: 5px;
  width: 555px;
}

#footer {
  width: 955px;
  height: 125px;
  background: url( '../assets/temp_footer.jpg' ) no-repeat;
}

#schaduw_blok {
  background: url( '../assets/bg_schaduw_blok.jpg' ) no-repeat;
  width: 8px;
  height: 183px;
  position: absolute;
  top: 415px;
  left: 32px;
}

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