body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #C7D1E6;
  font-family: Arial narrow, Arial, Verdana, Helvetica, sans-serif;
  font-size : 90%;
  color: #143565;
}

img {
	border: 0px;
}

.pagePic {
	float: right;
	max-width: 220px;
	margin: 0px 0px 10px 10px;
}

.agendaPic {
	margin: 10px;
}

a {
  color: #10253f;
}

a:hover {
  color: #0084b5;
}

h1 {
  font-size: 100%;
  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 #0f527c;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #0d2241;
  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_even {
}

.paginaregel img,
.paginaregel_even img {
  float: right;
  margin: 0px 0px 10px 10px;
	max-width: 220px;
}

.paginaregel h2,
.paginaregel_even h2 {
  font-size: 100%;
}

.overviewrow,
.overviewrow_even {
  padding: 5px;
}

.overviewrow_even {
  background: #e1e0e0;
}

.overviewrow_image {
  float: left;
  width: 110px;
  height: 75px;
  background: url( '../assets/no_image.png' ) no-repeat;
}

.overviewrow_image img {
  width: 100px;
}

.overviewrow_content {
  float: right;
  width: 490px;
}

.overviewrow_head {
}

.overviewrow_text {
  font-size: 95%;
}

#container {
	margin: auto;
	width: 1000px;
	background: url('../assets/bg_container.jpg') bottom left no-repeat;
	position: relative;
}

#content_left {
	float: left;
	width: 244px;
	padding: 25px 0px 25px 0px;
}

#logo {
	margin: auto;
	width: 224px;
	height: 39px;
	background: url('../assets/logo.png') no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#slogan {
	margin: 25px 10px 25px 10px;
	text-align: center;
	font-size: 100%;
	font-style: normal;
}

#profiel_foto {
	padding: 0px 0px 0px 20px;
}

#one_liner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	padding: 15px 20px 0px 20px;
	color: #000000;
	margin: 0px;
}
#one_liner_spreker {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	color: #707070;
	margin: 0px;
}

#content_right {
	float: right;
	width: 756px;
}

#main_menu {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 751px;
	height: 31px;
	background: url('../assets/bg_main_menu.jpg') repeat-x;
}

#main_menu li {
	list-style-type: none;
	display: inline;
	height: 31px;
}

#main_menu li a {
	display: inline-block;
	color: white;
	text-decoration: none;
	height: 25px;
	padding: 6px 8px 0px 8px;
	font-size: 95%;
}

#main_menu li a:hover {
	background: #0099ff;
}

#main_menu li a.active {
	background: #006699;
}

#sub_menu {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 751px;
	height: 31px;
	background: url('../assets/bg_sub_menu.jpg') repeat-x;
	text-align: center;
}

#sub_menu li {
	list-style-type: none;
	display: inline;
	height: 31px;
}

#sub_menu li a {
	display: inline-block;
	color: #143565;
	text-decoration: none;
	height: 25px;
	padding: 6px 9px 0px 10px;
}

#sub_menu li a:hover,
#sub_menu li a.active {
	text-decoration: underline;
}

#sub_menu li a.active {
	font-weight: bold;
}

#sfeer_image {
	border-top: 2px solid #0f527c;
}

#page_title {
	margin: 0px;
	padding: 3px 0px 0px 15px;
	width: 741px;
	height: 28px;
	color: white;
	background: url('../assets/bg_main_menu.jpg') repeat-x;
	font-size: 140%;
	position: relative;
}


.page_button_spirit {
	position: absolute;
	right: 30px;
	top: -145px;
	display: block;
	width: 179px;
	height: 170px;
	background: url('../assets/button_spirit_in_leadership.png') no-repeat;
	text-indent: -99999px;
}

#inhoud_right {
	padding: 15px 25px 25px 25px;
	line-height: 150%;
	font-size: 110%;
}

.slide_show_container {
	float: right;
	width: 300px;
	height: 225px;
	overflow: hidden;
	margin: 0px 0px 10px 10px;
}

.table_head_agenda {
	background-color: #fffde7;
}

.table_row_agenda {
	background-color: #f8e4bd;
}
.table_row_even_agenda {
	background-color: #fffde7;
}

#left_bottom {
	/*
	position: absolute;
	bottom: 20px;
	left: 20px;
	*/
	padding: 10px;
	margin: 10px 0px 20px 20px;
	width: 180px;
	color: white;
	background: #10253f;
}

#left_bottom p {
	margin: 0px;
	padding: 0px;
}

#left_bottom a {
	color: white;
}

#footer {
	margin: 0px auto;
	width: 1000px;
	background: #143565;
	color: white;
	text-align: center;
	padding: 4px 0px 4px 0px;
	font-size: 90%;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	line-height: 100%;
}
