body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #ec008c url('../assets/bg.jpg') repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #000000;
}

img {
	border: 0px;
}

.pagePic {
	float: right;
	margin: 0px 0px 10px 10px;
}

a {
  color: #00aeef;
}

a:hover {
  color: #ec008c;
}

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 #aae0fa;
  margin-bottom: 3px;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #2e3192;
  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;
}

#home_outer_container {
	margin: auto;
	width: 974px;
	padding: 150px 7px 0px 7px;
	position: relative;
	background: url('../assets/bg_outer_home.png') 0px 145px no-repeat;
}

#outer_container {
	margin: auto;
	width: 981px;
	padding: 150px 0px 0px 7px;
	position: relative;
	background: url('../assets/bg_outer.png') 0px 145px no-repeat;
}

#logo {
	margin: 0px;
	width: 123px;
	height: 123px;
	background: url('../assets/logo.png') no-repeat;
	position: absolute;
	top: 15px;
	left: 15px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#top_nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 0px;
}

#top_nav li {
	display: inline;
	list-style-type: none;
}

#top_nav li a {
	display: inline-block;
	padding: 0px 8px 0px 10px;
	color: black;
	text-decoration: none;
	font-size: 90%;
	background: url('../assets/bg_top_nav_li.jpg') 0px 2px no-repeat;
}

#top_nav li a.first_tn {
	background: none;
	padding-left: 0px;
}

#top_nav li a:hover {
	text-decoration: underline;
}

#main_menu {
	position: absolute;
	top: 100px;
	left: 150px;
	margin: 0px;
	padding: 0px;
	width: 714px;
	height: 34px;
}

#main_menu li {
	list-style-type: none;
	float: left;
	display: block;
	height: 34px;
}

#main_menu li#mm_home {
	width: 74px;
}
#main_menu li#mm_nieuws {
	width: 79px;
}
#main_menu li#mm_agenda {
	width: 82px;
}
#main_menu li#mm_identiteit {
	width: 89px;
}
#main_menu li#mm_organisatie {
	width: 105px;
}
#main_menu li#mm_beleid {
	width: 72px;
}
#main_menu li#mm_scholen {
	width: 78px;
}
#main_menu li#mm_ouderinformatie {
	width: 135px;
}

#main_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	background: url('../assets/main_menu.png') no-repeat scroll 0 0;
}

li#mm_home a {
	background-position: 0px 0px;
}
li#mm_home a:hover,
li#mm_home a.active {
	background-position: 0px -34px;
}

li#mm_nieuws a {
	background-position: -74px 0px;
}
li#mm_nieuws a:hover,
li#mm_nieuws a.active {
	background-position: -74px -34px;
}

li#mm_agenda a {
	background-position: -153px 0px;
}
li#mm_agenda a:hover,
li#mm_agenda a.active {
	background-position: -153px -34px;
}

li#mm_identiteit a {
	background-position: -235px 0px;
}
li#mm_identiteit a:hover,
li#mm_identiteit a.active {
	background-position: -235px -34px;
}

li#mm_organisatie a {
	background-position: -324px 0px;
}
li#mm_organisatie a:hover,
li#mm_organisatie a.active {
	background-position: -324px -34px;
}

li#mm_beleid a {
	background-position: -429px 0px;
}
li#mm_beleid a:hover,
li#mm_beleid a.active {
	background-position: -429px -34px;
}

li#mm_scholen a {
	background-position: -501px 0px;
}
li#mm_scholen a:hover,
li#mm_scholen a.active {
	background-position: -501px -34px;
}

li#mm_ouderinformatie a {
	background-position: -579px 0px;
}
li#mm_ouderinformatie a:hover,
li#mm_ouderinformatie a.active {
	background-position: -579px -34px;
}

#home_top_left {
	position: relative;
	float: left;
	width: 600px;
	height: 300px;
	overflow: hidden;
	background: #faf6f8;
}

#sfeer_images {
	position: relative;
	width: 975px;
	height: 425px;
	overflow: hidden;
}

.sfeer_image {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 300px;
}

.sfeer_image img {
	width: 600px;
	height: 300px;
}

#sfeer_buttons {
	position: absolute;
	bottom: 10px;
	right: 8px;
	margin: 0px;
	padding: 0px;
}

#sfeer_buttons li {
	display: inline;
}

#sfeer_buttons li a {
	display: inline-block;
	padding: 5px 8px 5px 8px;
	color: white;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
	background: #ec008c
}

#sfeer_buttons li a.current {
	background: #00aeef;
}

#home_top_right {
	float: right;
	width: 344px;
	height: 270px;
	background: #00aeef;
	padding: 15px;
	color: white;
	overflow: hidden;
}

#home_top_right h1 {
	font-size: 135%;
	margin: 0px;
}

#home_top_right p {
	line-height: 130%;
}

#home_top_right a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#home_top_right a:hover {
	text-decoration: underline;
}

#home_blocks {
	position: relative;
	margin: 20px 0px 0px 0px;
	width: 974px;
	height: 227px;
}

#home_block_1 {
	position: absolute;
	top: 0px;
	left: -4px;
}

#home_block_2 {
	position: absolute;
	top: 0px;
	left: 247px;
}

#home_block_3 {
	position: absolute;
	top: 0px;
	right: 247px;
}

#home_block_4 {
	position: absolute;
	top: 0px;
	right: -4px;
}

.hb_block {
	position: relative;
	width: 228px;
	height: 227px;
	background: url('../assets/hb_block_bg.png') no-repeat;
}

.hb_block_title {
	position: absolute;
	top: 9px;
	left: 13px;
	margin: 0px;
	font-size: 130%;
}

.hb_block_content {
	position: absolute;
	top: 35px;
	left: 14px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	font-size: 90%;
}

.hb_block_content img {
	width: 200px;
	height: 150px;
}

.hb_block_content p {
	margin: 0px 0px 10px 0px;
}

.hb_block_content ul {
	margin: 0px;
	padding: 0px;
}

.hb_block_content li {
	list-style-type: none;
}

.hb_block_content li a {
	display: block;
	outline: none;
	color: black;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	background: url('../assets/li_arrow.jpg') 0px 6px no-repeat;
}

.hb_block_content li a:hover {
	text-decoration: underline;
}

.hb_block_link {
	margin: 0px;
	position: absolute;
	left: 14px;
	bottom: 13px;
	width: 200px;
	font-size: 95%;
	font-weight: normal;
}
.hb_block_link a {
	color: #00aeef;
	text-decoration: none;
}
.hb_block_link a:hover {
	text-decoration: underline;
}

.hb_vpco_logo {
	position: absolute;
	width: 81px;
	height: 80px;
	bottom: 34px;
	right: 10px;
	background: url('../assets/hb_logo.jpg') no-repeat;
}

#content {
	width: 981px;
}

#inhoud {
	float: left;
	width: 720px;
	padding: 5px 10px 5px 5px;
	background: white;
	min-height: 665px;
}

#inhoud_left {
	float: left;
	width: 200px;
}

#sub_menu {
	margin: 25px 0px 25px 0px;
	padding: 0px;
}

#sub_menu li {
	list-style-type: none;
}

#sub_menu li a {
	display: block;
	color: #292929;
	text-decoration: none;
	padding: 4px;
}

#sub_menu li a:hover {
	color: #000000;
	text-decoration: underline;
}

#sub_menu li a.active {
	background: #ec008c;
	color: white;
	text-decoration: none;
}

#inhoud_right {
	float: right;
	width: 505px;
	line-height: 160%;
}

#header_image {
	margin-bottom: 10px;
}

#inhoud_right h1 {
	color: #00aeef;
	font-size: 150%;
	margin: 0px 0px 15px 0px;
}
#inhoud_right h2 {
	color: #00aeef;
	font-size: 130%;
	margin: 0px 0px 10px 0px;
}

#inhoud_right p {
	margin: 0px 0px 1em 0px;
}

#static_left {
	float: left;
	width: 300px;
}

#static_right {
	float: right;
	width: 190px;
}

#static_right img {
	width: 90px;
	margin: 0px 0px 5px 5px;
}

#links_left {
	float: left;
	width: 245px;
}

#links_right {
	float: right;
	width: 245px;
}

.grayText {
	color: #838383;
}

.smallerText {
	font-size: 85%;
}

#side_bar {
	float: right;
	width: 228px;
	position: relative;
	top: -4px;
	right: -4px;
}

#copyright { 
	font-size: 80%;
	padding: 10px 0px 10px 0px;
	text-align: right;
	color: #faf6f8;
}

#copyright a {
	color: #faf6f8;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#footer {
	padding: 10px 0px 15px 10px;
	margin-bottom: 5px;
	background: #cde0f5 url('../assets/footer_bg.jpg') repeat-x;
	font-size: 90%;
}

.footer_ul {
	float: left;
	display: block;
	margin: 7px 30px 0px 0px;
	padding: 0px;
	max-width: 180px;
}

.footer_ul.last {
	margin: 7px 0px 0px 0px;
}

.footer_ul li {
	list-style-type: none;
}

.footer_ul li a {
	font-weight: bold;
	color: #3d4349;
	text-decoration: none;
}

.footer_ol {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.footer_ol li {
	padding: 0px;
	line-height: 130%;
	list-style-type: none;
}

.footer_ol li a {
	font-weight: normal;
	color: #3d4349;
	text-decoration: none;
	font-size: 90%;
}

.footer_ul li a:hover,
.footer_ol li a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	line-height: 100%;
}

#static_left img {
	width: 150px;
	margin: 0px 0px 5px 5px;
}

/*Pagina items*/
.paginaregel,
.paginaregel_even {
}

.paginaregel img,
.paginaregel_even img {
	float: right;
  margin: 5px;
}

.paginaregel_even {
  background: #ebebeb;
}

.overviewrow,
.overviewrow_even {
  padding: 5px;
}

.overviewrow_even {
  background: #ebebeb;
}

.overviewrow_image {
  float: left;
  width: 110px;
  height: 75px;
  background: url('../assets/no_image.png') 15px 10px no-repeat;
}

.overviewrow_image img {
  width: 100px;
}

.overviewrow_content {
  float: right;
  width: 385px;
}

#inhoud_right h2.overviewrow_head {
	margin: 0px;
	line-height: 100%;
	font-size: 110%;
}

.overviewrow_head a {
	color: #000;
	text-decoration: none;
}
.overviewrow_head a:hover {
	text-decoration: underline;
}

.overviewrow_text {
  font-size: 95%;
}
