* {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border: 0px;
}

h2 {
  color: #336699;
  font-size: 12pt;
  padding: 20px 0 20px 0;
}

#sidebarSearchform {
	display: none;
}

h3 {
  color: #333;
  font-size: 10pt;
}

p {
  font-size: 9pt;
}

a {
	color: black;
}

#sidebar {
	float: left;
}

.sidebarDragItem {
  width: 221px;
  background: white;
  border: 1px solid #666;
  text-align: center;
  z-index: 10;
}

.sidebarDragItem .dragBar {
  height: 20px;
  background: silver;
  text-align: right;
}

.sidebarDragItem .dragBar a {
  color: #B048A7;
/*  padding-right: 3px;*/
}

#dragSpace {
	background: #CCCCCC;
	width: 221px;
}

#content {
  background: #EBEBEB;
  color: #666;
  margin: 5px 0 0 225px;
  width: 465px;
  padding: 0 0 0 15px;
  position: relative;
}

#content p {
  padding: 0 50px 15px 0;
}

#content ul {
  margin: 10px;
  padding: 10px;
  font-size: 10pt;
}

.contentbar {
	display: none;
}

.contentbar .icon {
  margin: 2px 4px 0 0;
}

.container {
  width: 989px;
  margin: 0 auto 0 auto;
  background: #fff url("images/background_container.png") repeat-x 0 61px;
  min-height: 500px;
  position: relative;
  text-align: left;
}

.header {
  width: 990px;
  height: 61px;
  background: #2C5B9F url("images/header.png");
}

.header ul {
  top: 45px;
  left: 2px;
  position: absolute;
}

.header ul li {
  width: 70px;
  height: 14px;
  display: block;
  float: left;
  background: url("images/button.png") no-repeat;
  font-size: 7pt;
  padding: 0px 0 0 5px;
}

.header a {
	text-decoration: none;
	color: #333;
}

#nieuwsLink {
	display: none;
	position: absolute;
	width: 145px;
	height: 45px;
	right: 0px;
	top: 62px;
	background: url(images/nieuws_button.png);
}

.logo {
  left: 350px;
  top: 5px;
  position: absolute;
}

#search {
  margin: 5px 0 0 2px;
  width: 200px;
}

#topSearchSubmit, #searchsubmit {
  background: #A5689F;
  color: #fff;
  border: 1px solid #A5689F;
  font-size: 8pt;
  width: 43px;
  height: 17px;
  text-align: center;
}

.breadcrumbs {
	display: block;
  font-size: 8pt;
  color: #666;
  margin-bottom: 10px;
}
.breadcrumbs a {
	color: black;
}

.menuholder, #sidebarYoutube {
  width: 221px;
  min-height: 165px;
  background: #ccc;
  border-right: 1px solid #D8DBDB;
  float: left;
  margin: 0 1px 0 0;
}

.menuholder {
  font-size: 10pt;
  padding: 20px 0 0 0;
  float: left;
}

.menuholder ul {
  display: none;
  list-style-type: none;
}

.menuholder li {
  list-style-type: none;
  border-top: 2px solid #999B96;
  padding: 1px 0 0px 15px;
}

.menuholder a {
  font-size: 8pt;
  text-decoration: none;
  color: #666;
}

.menuholder .current_page_item a {
  color: #336699;
}

.mainimgDiv {
  margin: 0 0 0 3px;
  float: left;
  display: none;
}

.mainmenu {
  position: relative;
  display: none;
}

.mainmenu li {
  background: #fff url("images/tab.gif");
  width: 151px;
  height: 33px;
  font-size: 8pt;
  float: left;
  list-style-type: none;
  text-align: center;
  padding-top: 8px;
  margin: 0 2px 0 0;
}

.mainmenu .page-item-12 {
  margin: 0;
}

.mainmenu li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.mainmenu li ul {
  display: none;
  position: absolute;
  bottom: 5px;
}

.mainmenu li ul li {
  background: #fff url("images/background_sub.png");
  float: none;
  padding: 0px;
  height: 24px;
}

.mainmenu li ul li a {
	text-transform: lowercase;
	font-weight: bold;
	display: block;
	padding-top: 6px;
	height: 18px;
}
.mainmenu li ul li:hover {
	background: #DD6CA1;
}
.current_page_item ul {
  display: none;
}


.blogdate {
  display: none;
}

/* prev/next links */
.navigation {
/*	font-style: italic;*/
	font-size: 10pt;
}

.nieuwsPost h2 {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	font-weight: normal;
}

.nieuwsLijstDatum {
	font-size: 10pt;
	
}

#footer {
	font-size: .8em;
	color: #666;
}
.cform legend {
	background: #F7F7F7;
	padding: 4px;
}
.cform label {
	margin: 0px 4px;
}
.cform label, .cform label span {
	width: 120px;
}
.cform input, .cform textarea {
	width: 190px;
}