body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #555 url('../assets/bg.jpg') repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 70%;
  color: #000000;
}

img {
	border: 0px;
}

.pagePic {
	width: 220px;
	margin: 0px 0px 10px 10px;
}

a {
  color: #ec0202;
}

a:hover {
  color: #990b0b;
}

.nieuwsPic_left {
	float: left;
	margin: 0px 15px 15px 0px;
}

.nieuwsPic_right {
	float: right;
	margin: 0px 0px 15px 15px;
}

.pagePic {
	float: right;
	margin: 0px 0px 10px 10px;
}

.tr_even_row {
	background-color: #eee;
}

fieldset {
	margin-top: 10px;
}

legend { 
	padding-left: 5px;
	padding-right: 5px;
}

p {
	margin: 0px;
	margin-bottom: 1em;
}

h1 {
  font-size: 120%;
  margin: 0px;
  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 #cfb248;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #9a0c0b;
  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 {
}

.paginaregel img,
.paginaregel_even img {
  float: right;
  margin: 0px 0px 10px 10px;
  width: 220px;
}

.paginaregel_even {
}

.overviewrow,
.overviewrow_even {
  padding: 5px;
}

.overviewrow_even {
  background: #eeeeee;
}

.overviewrow_image {
  float: left;
  width: 110px;
  background: url( '../assets/no_image.png' ) no-repeat;
}

.overviewrow_image img {
  width: 100px;
}

.overviewrow_content {
  float: right;
  width: 520px;
}

.overviewrow_head {
	margin: 0px;
	font-size: 100%;
}

.overviewrow_head a {
	color: black;
	text-decoration: none;
}

.overviewrow_head a:hover {
	text-decoration: underline;
}

.overviewrow_text {
  font-size: 95%;
}

.faq_row,
.faq_row_even {
	padding: 5px;
}

.faq_row h2,
.faq_row_even h2 {
	font-size: 110%;
}

.faq_row_even {
  background: #eeeeee;
}


#container {
	margin: auto;
	width: 976px;
	padding-left: 7px;
	padding-right: 7px;
	background: url('../assets/bg_container.png') repeat-y;
}

#header {
	width: 976px;
	height: 121px;
	background: url('../assets/bg_header.jpg') repeat-x;
	overflow: hidden;
	position: relative;
}

#logo {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 246px;
	height: 59px;
	background: url('../assets/logo.png') no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#main_menu {
	position: absolute;
	left: 0px;
	bottom: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 976px;
}

#main_menu li {
	display: inline;
	list-style-type: none;
}

#main_menu li a {
	display: inline-block;
	padding-left: 13px;
	padding-right: 7px;
	text-decoration: none;
	color: white;
	background: url('../assets/bg_li_main.jpg') 0px 6px no-repeat;
}

#main_menu li a.first_main {
	padding-left: 0px;
	background: none;
}

#main_menu li a:hover,
#main_menu li a.active {
	text-decoration: underline;
}

#breadcrumb {
	margin: 0px;
	padding: 0px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	display: inline-block;
	padding-left: 13px;
	padding-right: 5px;
}

#btn_inloggen {
	display: block;
	position: absolute;
	width: 56px;
	height: 18px;
	top: 8px;
	right: 12px;
	background: url('../assets/btn_login.png') no-repeat;
	text-indent: -9999px;
	outline: none;
}

#tabs_part_bedr {
	position: absolute;
	bottom: 27px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	width: 357px;
	height: 42px;
	overflow: hidden;
	background: url('../assets/tabs_part_bedr.png') no-repeat;
}

#tabs_part_bedr li {
	float: left;
	display: block;
	list-style-type: none;
	width: 177px;
	height: 84px;
}

#tabs_part_bedr li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#tab_bedr {
	margin-left: 3px;
}

#tab_part a:hover,
#tab_part a.active {
	background: url('../assets/tabs_part_bedr.png') 0px -42px no-repeat;
}

#tab_bedr a:hover,
#tab_bedr a.active {
	background: url('../assets/tabs_part_bedr.png') -180px -42px no-repeat;
}

#breadcrumb {
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	width: 966px;
	border-bottom: 1px dashed #cb0101;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	display: inline-block;
	padding-left: 13px;
	padding-right: 5px;
	background: url('../assets/bg_li_breadcrumb.jpg') 0px 4px no-repeat;
	font-size: 80%;
	color: black;
	text-decoration: none;
}

#breadcrumb li a.first_bc {
	padding-left: 3px;
	background: none;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}

/*home*/

#home_content {
	background: url('../assets/bg_home_right.jpg') bottom right no-repeat;
}

#home_content_left {
	float: left;
	width: 735px;
	padding: 12px;
}

#home_banner {
	margin-bottom: 15px;
}

#home_inhoud_left {
	float: left;
	width: 425px;
}

.gray_box {
	border: 1px solid #a1a1a1;
	margin-bottom: 15px;
}

.gray_box_top {
	margin: 0px;
	padding: 3px 6px 6px 6px;
	color: #990b0b;
	font-size: 125%;
	font-style: italic;
	background: #8d8d8d url( '../assets/bg_gray_box_top.jpg' ) repeat-x;
}

.gray_box_content {
	padding: 10px;
}

.gray_box_content h2 {
	margin: 0px;
	font-size: 100%;
}
.gray_box_content h2.newstitle {
	color: #000;
}
.gray_box_content h2.rss_title {
	color: #666;
}
.gray_box_content .rss_bottom {
	color: #666;
	margin-bottom: 10px;
}

.gray_box_content h2 a {
	color: black;
	text-decoration: none;
}
.gray_box_content h2 a:hover {
	text-decoration: underline;
}

.gray_box_content h3.read_more,
.gray_box_content h4.read_more {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
}

.gray_box_content h3.read_more span,
.gray_box_content h4.read_more span {
	display: none;
}

.gray_box_content h3.date_news,
.overviewrow_content h3.date_news {
	margin: 0px;
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

.smallerText {
	font-size: 90%;
	color: #666;
}

#home_inhoud_right {
	float: right;
	width: 295px;
}

.repo_box {
	border: 1px solid #555;
	margin-bottom: 15px;
}

.repo_box_top {
	margin: 0px;
	padding: 3px 6px 6px 6px;
	color: #fff;
	font-size: 125%;
	font-style: italic;
	text-align: center;
	background: #850909 url( '../assets/bg_repo_box_top.jpg' ) repeat-x;
}

.repo_box_content {
	width: 293px;
	height: 173px;
	overflow: hidden;
}

#home_content_right {
	float: right;
	padding: 15px;
	width: 187px;
}

#home_content_right img {
	width: 187px;
	margin-bottom: 10px;
}

#home_content_right address {
	font-style: normal;
	font-size: 95%;
}

/*Vervolgpagina's*/

#content {
	width: 976px;
	margin-top: 10px;
	min-height: 400px;
	background: url('../assets/bg_content.jpg') bottom left no-repeat;
}

#content_left {
	float: left;
	width: 295px;
	padding: 5px;
}

#sub_menu {
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
}

#sub_menu li {
	list-style-type: none;
}

#sub_menu li a {
	display: block;
	padding: 5px;
	font-size: 105%;
	color: #2e2e2e;
	border-bottom: 1px dashed #cb0101;
	text-decoration: none;
}
#sub_menu li a:hover {
	text-decoration: underline;
}
#sub_menu li a.active {
	background: #bebebe;
	text-decoration: none;
}

.subsubmenu {
	margin-left: 25px;
}

#content_right {
	float: right;
	width: 641px;
	padding: 0px 15px 15px 15px;
	line-height: 150%;
}

#content_right #header_vervolg {
	margin-bottom: 15px;
}

#content_right h1 {
	color: #990b0b;
	font-size: 150%;
	font-style: italic;
}

#content_right h2 {
	color: #990b0b;
	font-size: 120%;
	font-style: italic;
}

#content_right h2.rss_title {
	font-size: 100%;
	color: #666;
	margin-bottom: 0px;
	font-style: normal;
}

.faq_vraag {
	font-size: 100%;
}

.faq_vraag a {
	color: black;
	text-decoration: none;
}

.faq_vraag a:hover {
	text-decoration: underline;
}

#content_right address {
	font-style: normal;
}

.materieel_pic {
	margin: 5px;
	width: 200px;
}
.fotoboek_pic {
	margin: 5px;
	width: 200px;
}

.fotoboek_box {
	float: left;
	display: block;
	width: 200px;
	padding: 5px;
	position: relative;
}
.fotoboek_box:hover {
	background: #eee;
}

.fotoboek_box_img {
	width: 200px;
}
.fotoboek_box_img img {
	width: 200px;
}

.fotoboek_box_title {
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}

.fotoboek_box_url a {
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 210px;
	height: 100%;
	background: url('../assets/blank.gif');
	text-indent: -9999px;
	outline: none;
}

#sitemap_left {
	float: left;
	width: 313px;
}

#sitemap_right {
	float: right;
	width: 313px;
}
#sitemap_left h2,
#sitemap_right h2 {
	margin: 0px;
	font-size: 100%;
}

#footer {
	margin: auto;
	width: 990px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url('../assets/bg_footer.png') no-repeat;
	font-size: 80%;
	text-align: center;
	color: #b5b5b5;
}

#footer a {
	color: #b5b5b5;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	line-height: 100%;
}
