body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #fff url('../assets/bg.jpg') repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 75%;
  color: #000000;
}

img {
	border: 0px;
}

.extraNieuwsPic {
	margin: 5px 5px 0px 0px;
}

a {
  color: #f79421;
}

a:hover {
  color: #1193cc;
}

h1 {
  font-size: 140%;
  margin: 0px;
  margin-bottom: 10px;
}

h2 {
	margin: 0px;
	font-size: 100%;
}

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

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #1193cc;
  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-left: 10px;
}

.paginaregel_even {
}

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

.overviewrow_even {
  background: #f0f0f0;
}

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

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

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


.overviewrow_head a {
	color: black;
	text-decoration: none;
}

.overviewrow_head a:hover {
	text-decoration: underline;
}

.overviewrow_text {
  font-size: 95%;
}

#container {
	margin: auto;
	width: 970px;
	padding-top: 145px;
	position: relative;
}

#logo {
	position: absolute;
	top: 17px;
	left: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 227px;
	height: 109px;
	background: url( '../assets/logo.png' ) no-repeat;
	z-index: 2;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#main_menu {
	position: absolute;
	top: 110px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 30px;
	overflow: hidden;
	background: url('../assets/menu.jpg') no-repeat;
}

#main_menu li {
	float: left;
	display: block;
	height: 30px;
}

#m_home {
	margin-left: 412px;
	width: 72px;
}
#m_onderwijsconcept {
	margin-left: 12px;
	width: 157px;
}
#m_organisaties {
	margin-left: 12px;
	width: 119px;
}
#m_nieuws {
	margin-left: 12px;
	width: 86px;
}
#m_mfa {
	margin-left: 12px;
	width: 66px;
}

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

#m_home a:hover,
#m_home a.active {
	background: url('../assets/menu.jpg') -412px -30px no-repeat;
}
#m_onderwijsconcept a:hover,
#m_onderwijsconcept a.active {
	background: url('../assets/menu.jpg') -496px -30px no-repeat;
}
#m_organisaties a:hover,
#m_organisaties a.active {
	background: url('../assets/menu.jpg') -665px -30px no-repeat;
}
#m_nieuws a:hover,
#m_nieuws a.active {
	background: url('../assets/menu.jpg') -796px -30px no-repeat;
}
#m_mfa a:hover,
#m_mfa a.active {
	background: url('../assets/menu.jpg') -894px -30px no-repeat;
}

#top_nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 90%;
}

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

#top_nav li a {
	display: inline-block;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 9px;
	background: url( '../assets/bg_top_nav_a.jpg' ) 0px 2px no-repeat;
}

#top_nav li a.first_top_nav {
	padding-left: 0px;
	background: none;
}

#home_blocks {
	position: relative;
	width: 970px;
	height: 337px;
}

#home_blocks_pos1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 502px;
	height: 337px;
}

#home_blocks_pos1 img {
	width: 502px;
	height: 337px;
}

#home_blocks_pos1_cam {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 502px;
	height: 337px;
	overflow: hidden;
}

#home_blocks_pos1_cam_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 502px;
}

#home_blocks_pos1_cam_ovl {
	position: absolute;
	top: 29px;
	left: 0px;
}

#home_blocks_pos1_cam a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 502px;
	height: 337px;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url('../assets/blank.gif');
}

#home_blocks_pos2,
#home_blocks_pos3,
#home_blocks_pos4,
#home_blocks_pos5 {
	position: absolute;
	width: 229px;
	height: 166px;
}

#home_blocks_pos2 img,
#home_blocks_pos3 img,
#home_blocks_pos4 img,
#home_blocks_pos5 img {
	width: 229px;
	height: 166px;
}

#home_blocks_pos2 {
	top: 0px;
	left: 507px;
}
#home_blocks_pos3 {
	top: 0px;
	right: 0px;
}
#home_blocks_pos4 {
	left: 507px;
	bottom: 0px;
}
#home_blocks_pos5 {
	right: 0px;
	bottom: 0px;
}

#groeibalk {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 970px;
	height: 115px;
	background: url('../assets/groeibalk.jpg') no-repeat;
}

#groeibalk a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#home_bottom {
	margin-top: 5px;
	width: 970px;
	background: url('../assets/bg_home_bottom.jpg') repeat-y;
	font-size: 90%;
	line-height: 150%;
	position: relative;
}

#home_bottom_left {
	float: left;
	width: 308px;
	padding: 10px;
	padding-bottom: 70px;
}
#home_bottom_middle {
	float: left;
	width: 294px;
	padding: 10px;
}
#home_bottom_right {
	float: right;
	width: 308px;
	padding: 10px;
}

.home_vpco_logo {
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: block;
	width: 52px;
	height: 49px;
	margin: 0px;
	background: url('../assets/logo_vpco.png') no-repeat;
}

.home_vpco_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

.home_ubbo_logo {
	position: absolute;
	left: 80px;
	bottom: 15px;
	display: block;
	width: 38px;
	height: 37px;
	margin: 0px;
	background: url('../assets/logo_ubbo.png') no-repeat;
}

.home_ubbo_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

.itemrow,
.itemrow_even {
	padding: 5px 0px 5px 0px;
}

.itemrow img,
.itemrow_even img {
	float: left;
	width: 90px;
	margin-right: 5px;
}

#home_bottom_middle .itemrow_even {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#home_bottom_right .itemrow_even {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#content {
	margin-top: 10px;
	width: 970px;
	position: relative;
}

#content_left {
	float: left;
	width: 230px;
}

#content_left h1 {
	color: #f79421;
}

#sub_menu {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ddd8dc;
}

#sub_menu li {
	list-style-type: none;
}

#sub_menu li a {
	display: block;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: black;
	border-bottom: 1px solid #ddd8dc;
	text-decoration: none;
}

#sub_menu li a:hover {
	background: #f0f0f0;
}

#sub_menu li a.active {
	background: #f79421;
	color: white;
	font-weight: bold;
}

#content_middle {
	float: left;
	width: 460px;
	padding: 0px 0px 25px 25px;
	line-height: 150%;
}

#content_right {
	float: right;
	width: 229px;
	padding-bottom: 70px;
}

#content_right img {
	margin-bottom: 10px;
}

.vpco_logo {
	position: absolute;
	right: 60px;
	bottom: 10px;
	display: block;
	width: 52px;
	height: 49px;
	margin: 0px;
	background: url('../assets/logo_vpco.png') no-repeat;
}

.vpco_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

.ubbo_logo {
	position: absolute;
	right: 10px;
	bottom: 15px;
	display: block;
	width: 38px;
	height: 37px;
	margin: 0px;
	background: url('../assets/logo_ubbo.png') no-repeat;
}

.ubbo_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#footer {
	margin-top: 5px;
	background: url( '../assets/bg_footer.jpg' ) no-repeat;
	width: 970px;
	height: 52px;
	text-indent: -9999px;
}

#copyright {
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: right;
	font-size: 80%;
}

#copyright a {
	color: black;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	line-height: 100%;
}
