body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #c10076 url('../assets/bg.jpg') repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #000000;
}

.pagePic {
  margin: 5px;
  border: 0px;
}

a {
  color: #613a2c;
}

a:hover {
  color: #c10076;
}

h1 {
  font-size: 160%;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #c10076;
  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;
}

/*Pagina items*/
.paginaregel,
.paginaregel_even {
  padding: 10px;
}

.paginaregel img,
.paginaregel_even img {
  width: 150px;
  margin: 5px;
  border: 0px solid #604731;
}

.paginaregel_even {
  background: #f9e5f1;
}

/*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: 960px;
}

#menu {
  width: 960px;
  height: 38px;
  color: white;
  overflow: hidden;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 20px;
}

.bullet {
  width: 8px;
  height: 8px;
  background: url( '../assets/menu_bullet.jpg' ) 0px 4px no-repeat;
}

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

#menu li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 15px;
}

#menu li a.active {
  color: #745757;
}

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

#header {
  width: 960px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.submenu {
  background: #382626;
  opacity: 0.8;
}

.submenu ul {
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.submenu li {
  list-style-type: none;
  display: block;
}

.submenu li a {
  color: white;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #a09797;
}

.submenu li a.active {
  color: #C10076;
}

.submenu li a:hover {
  color: #C10076;
}

.subID1 {
  position: absolute;
  width: 160px;
  height: 250px;
  overflow: hidden;
  top: 0px;
  left: 10px;
  display: none;
}

.subID2 {
  position: absolute;
  width: 160px;
  height: 250px;
  overflow: hidden;
  top: 0px;
  left: 90px;
  display: none;
}

.subID3 {
  position: absolute;
  width: 160px;
  height: 250px;
  overflow: hidden;
  top: 0px;
  left: 220px;
  display: none;
}

#logo {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 243px;
  height: 250px;
  overflow: hidden;
  background: url( '../assets/logo.png' ) no-repeat;
}

#logo img {
  width: 243px;
  height: 250px;
  border: 0px;
}

#content {
  background: white url( '../assets/content_bg.jpg' ) repeat-y;
}

#content_left {
  float: left;
  width: 657px;
  padding: 20px;
  padding-left: 40px;
  padding-bottom: 30px;
  line-height: 160%;
  font-size: 95%;
}

.overzichtRegel,
.overzichtRegel_even {
  padding: 5px;  
}

.overzichtRegel_head a {
}

.overzichtRegel img,
.overzichtRegel_even img {
  float: left;
  width: 100px;
  margin-right: 10px;
  border: 0px;
}

.overzichtRegel_even {
}

.nieuwsPic_left {
  border: 0px;
  margin: 10px;
  margin-left: 0px;
}

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

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

.headline {
  background: #382626;
  color: white;
  padding: 2px;
  padding-left: 5px;
  font-size: 120%;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nieuwslink {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #382626;
}

.nieuwslink:hover {
  color: #382626;
}

.nieuwslink.active {
  color: #382626;
}

.archieflink {
  display: block;
  font-style: italic;
  font-weight: bold;
  color: #c10076;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

.archieflink:hover {
  color: #ec008c;
}

#footer {
  clear: both;
  width: 697px;
  text-align: center;
  font-size: 80%;
  padding-top: 2px;
  padding-bottom: 2px;
}

#footer a {
  color: #462037;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

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

form {
  line-height: 100%;
}
/* Portfolio */
.portfolio_blok {
  width: 140px;
  margin: 3px;
  float: left;
  text-align:left;
}

.portfolio_blok img {
  width: 115px;
  height: 50px;
  padding: 5px;
  border: 0px;
}

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

.portfolio_blok_head {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.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: 420px;
}

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

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

#flash_block {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 250px;
}

.product_cat_block {
  width: 310px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #9e9e9e;
}

.product_cat_block:hover {
  background: #f9e5f1;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.product_cat_block_pic {
  float: left;
  width: 100px;
  margin-right: 10px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.product_cat_block_pic img {
  border: 0px;
  position: absolute;
  top: -5px;
  left: 0px;
}

.product_cat_block_txt {
  padding-top: 8px;
}
