body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 70%;
  color: #000000;
}

img {
  border: 0px;
}

.pagePic {
  width: 220px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

.logoPic {
  width: 200px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

.btn_bedr_img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

a {
  color: #670942;
}

a:hover {
  color: #ec008c;
}

.pinktext {
  color: #ec008c;
}

h1 {
  font-size: 120%;
  margin: 0px;
  margin-bottom: 10px;
  color: #38256a;
}

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

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

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #38256a;
  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: #670942;
}
.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 {
  float: right;
  width: 150px;
  margin-right: 5px;
  margin-left: 10px;
}

.paginaregel_even {
  background: #f2d7e8;
}

#outer_container {
  margin: auto;
  width: 100%;
  background: none;
}

#container_box {
  margin: 0px auto;
  width: 100%;
  padding-top: 130px;
  background: white;
  position: relative;
}

#header {
  width: 980px;
  height: 120px;
  background: url( '../assets/header.jpg' ) no-repeat;
  overflow: hidden;
  position: relative;
  display: none;
}

#top_nav {
  position: relative;
  top: 0px;
  left: 0px;
  width: 980px;
  text-align: right;
  font-size: 80%;
  padding-top: 4px;
  padding-bottom: 4px;
}

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

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

#top_nav li a {
  display: inline-block;
  text-decoration: none;
  color: black;
  padding-right: 4px;
  padding-left: 2px;
}

#srch_form {
  position: absolute;
  top: 35px;
  right: 10px;
}

#menu {
  width: 980px;
  height: 35px;
  background: url( '../assets/menu.jpg' ) no-repeat;
  overflow: hidden;
  display: none;
}

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

#menu li {
  float: left;
  height: 35px;
  list-style-type: none;
}

li#profiel_jbn {
  width: 164px;
}
li#activiteiten {
  width: 164px;
}
li#bedrijvenbrink {
  width: 164px;
}
li#forum {
  width: 164px;
}
li#sponsoren {
  width: 160px;
}
li#contact {
  width: 164px;
}

#menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#submenu {
  width: 980px;
  background: #ebebeb;
  text-align: center;
  display: none;
}

#submenu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

#submenu li a {
  display: inline-block;
  padding: 3px;
  padding-left: 7px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#submenu li a.active {
  text-decoration: underline;
}

#submenu li a:hover {
  color: #292929;
  text-decoration: underline;
}

#content {
  width: 100%;
}

#content_left {
  float: left;
  width: 130px;
  padding: 20px;
  padding-top: 10px;
  display: none;
}

#in_de_spotlight {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: 130px;
  height: 23px;
  text-indent: -9999px;
  background: url( '../assets/in_de_spotlight.jpg' ) no-repeat;
}

.spotlight_item a {
  text-decoration: none;
  outline: none;
  display: block;
  text-align: center;
  color: black;
  font-size: 90%;
  margin-top: 10px;
}

.spotlight_item img {
  width: 130px;
}

#content_middle {
  float: none;
  width: 100%;
}

#breadcrum {
  width: 620px;
  padding-top: 10px;
  font-size: 80%;
}

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

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

#breadcrum li a {
  color: black;
  text-decoration: none;
  outline: none;
}

#breadcrum li a:hover {
  text-decoration: underline;
}

#inhoud {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 165%;
}

#inhoud_left {
  float: left;
  width: 300px;
  line-height: 165%;
}

#inhoud_right {
  float: right;
  width: 300px;
  line-height: 165%;
}

#img_block {
  width: 620px;
  height: 310px;
  overflow: hidden;
  position: relative;
}

#img_big {
  width: 410px;
  height: 310px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

#img_small_top {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

#img_small_down {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#img_big img,
#img_small_top img,
#img_small_down img {
  width: 100%;
  height: 100%;
}

#content_right {
  float: right;
  width: 150px;
  padding-right: 20px;
  padding-top: 20px;
  display: none;
}

#nbrief_blok {
  width: 150px;
  margin-bottom: 20px;
}

#nbrief_blok input {
  width: 100%;
}

#kalender_blok {
  margin-bottom: 20px;
}

.calendar {
  text-align: center;
  width: 100%;
  margin: auto;
}

.calendar-month {
  background: #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
}

.cal_event {
  background: #670942;
}

.cal_event a {
  display: block;
  color: white;
  text-decoration: none;
}

.cal_today {
  background: #ec008c;
  color: white;
}

#menu_punt {
  width: 12px;
  height: 10px;
  position: absolute;
  top: 242px;
}

#menu_punt.lime {
  left: 70px;
  background: url( '../assets/menu_punt_lime.jpg' ) no-repeat;
}

#menu_punt.blue {
  left: 236px;
  background: url( '../assets/menu_punt_blue.jpg' ) no-repeat;
}

#menu_punt.pink {
  left: 400px;
  background: url( '../assets/menu_punt_pink.jpg' ) no-repeat;
}

#menu_punt.orange {
  left: 570px;
  background: url( '../assets/menu_punt_orange.jpg' ) no-repeat;
}

#menu_punt.purple {
  left: 725px;
  background: url( '../assets/menu_punt_purple.jpg' ) no-repeat;
}

#menu_punt.green {
  left: 890px;
  background: url( '../assets/menu_punt_green.jpg' ) no-repeat;
}

#logo {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 304px;
  height: 120px;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url( '../assets/logo.png' ) no-repeat;
  outline: none;
}

#sponsorbalk {
  width: 100%;
}

#footer {
  margin: auto;
  width: 1000px;
  padding-top: 8px;
  padding-bottom: 4px;
  color: white;
  font-size: 80%;
  text-align: center;
  background: url( '../assets/footer.png' ) no-repeat;
  display: none;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  color: white;
  text-decoration: underline;
}

form {
  line-height: 100%;
}

.overviewrow,
.overviewrow_even {
  padding: 5px;
}

.overviewrow_even {
  background: #f2d7e8;
}

.overviewrow_image {
  float: left;
  width: 110px;
  height: 75px;
  background: url( '../assets/no_image.png' ) no-repeat;
}

.overviewrow_image img {
  width: 100px;
  height: 75px;
  border: 0px;
}

.overviewrow_content {
  float: right;
  width: 490px;
}

.overviewrow_head {
  font-weight: bold;
}

.overviewrow_text {
  font-size: 95%;
}

#inhoud_right .overviewrow,
#inhoud_right .overviewrow_even {
  padding: 5px;
}

#inhoud_right .overviewrow_even {
  background: #f2d7e8;
}

#inhoud_right .overviewrow_image {
  float: left;
  width: 110px;
  height: 75px;
  background: url( '../assets/no_image.png' ) no-repeat;
}

#inhoud_right .overviewrow_image img {
  width: 100px;
  height: 75px;
  border: 0px;
}

#inhoud_right .overviewrow_content {
  float: right;
  width: 180px;
}

#inhoud_right .overviewrow_head {
  font-weight: bold;
}

#inhoud_right .overviewrow_text {
  font-size: 95%;
}
