/* CSS Document */


/* SEARCH */
.searchResultsTitle a span.highlight,
span.highlight {
	background: #fff8c0;
	font-weight: bold;
}

.searchResultsTitle a {
	color: #0000CC;
}

.searchResultsUrl a:link,
.searchResultsUrl a:active,
.searchResultsUrl a:visited ,
.searchResultsUrl a,
.searchResultsUrl {
	color: green;
	text-decoration: none;
}

.searchResultsResult {
	padding-bottom: 15px;
}

.searchResultsBody {
	color: #626262;
}

input.searchFormQuestion {
	border: 1px solid #7081A3;
	background: #fff;
	color: #333333;
}

/* SCROLLER */

div#magazineScroller {
	overflow: hidden;
	width: 130px;
	height: 300px;
}

	div#magazineScroller img {
		margin: 0px 10px 10px 0px;
	}

/* LAYOUT */

body {
	margin: 0;
	background: #FFFFFF url(../images/bgtop.jpg) center top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #133d78;
	scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #ffffff;
scrollbar-dark-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #b7cfe6;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #fffffff;
}
ul {
margin-top: 0px;
margin-bottom: 0px;
}
.h1, h1, h2, h3 {
	font-size: 9px;
	font-weight: bold;
	}
.left {
	float: left;
}
.right {
	float: right;
}
a:link {
	color: #133d78;
}
a:visited {
	color: #133d78;
}
a:hover {
	color: #133d78;
}
a:active {
	color: #133d78;
}
.greyBorder {
border: 1px solid;
border-color: #999999;
}
.blueBorder {
border: 1px solid;
border-color: #9dbedf;
}
/* containter*/
#container {
background: url(../images/containerbg.jpg) center top no-repeat;
width: 975px;
height: 599px;
margin: auto;
text-align: center;
z-index: 2;
}
#top {
background: url(../images/containerbg.jpg) center top no-repeat;
height: 150px;
margin: auto;
}
#bgtop {
background: url(../images/bgtop.jpg) center top repeat-x;
height: 400px;
}
/* Header */
#menu { 
left: 50%;
width: -449px;
position: absolute;
z-index: 3;
}
#header { 
margin: auto;
}
#visual { 
left: 53%;
position: absolute;
z-index: 2;
}
/* Contentbox */
#contentbox {
background: #FFF url(../images/content.jpg);
width: 901px;
height: 422px;
top: 185px;
margin: auto;
text-align: left;
}
/* Content */
#content {
width: 819px;
height: 422px;
top: 185px;
margin: auto;
}
#contenttop {
background: url(../images/content_top.jpg);
width: 901px;
height: 14px;
margin: auto;
}
#contentfooter {
background: #FFF url(../images/content_footer.jpg);
width: 901px;
height: 20px;
margin: auto;
}
/* Leftbox */
#leftbox {
margin-top: 10px;
float: left;
width: 145px;
height: 405px;
display: block;
padding-right: 10px;
}
  .line { 
  color: #726f6f;
  }
  .tekst_center {
  text-align: center;
  }
  .form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #7081A3;
	background-color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	}
	
	select.form {
		width: 140px;
	}
	
  .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #7081A3;
	background-color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	}	
/* mainbox */
#mainbox {
/*background: url(../images/mainbg.jpg);*/
top: 0;
float: left;
width: 664px;
height: 418px;
}
#maincontent {
background: url(../images/mainbg.jpg);
width: 657px;
height: 378px;
margin-left: 3px;
}
  .contentfield {
  overflow: auto;
  height: 360px;
  width: 630px;
  padding: 10px 0 0 15px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #133d78;
  position: relative;
  }
  .text {
  padding: 10px 10px 0px 0px;
  }
  .maintext {
  width: 620px;
  }
  .indexafb {
  padding: 10px 10px 0px 0px;
  }
#mainfooter {
background: url(../images/mainfooter.jpg);
width: 664px;
height: 12px;
/*margin-left: 150px;*/
}
 .titelimg {
background: url(../images/page_title/vision_strategy.jpg);
width: 664px;
height: 28px;
margin: auto;
}

/* copyright */
#copyright {
clear: both; 
padding-top: 0px;
text-align: center;
color: #CCCCCC;
}
/* PNG Transparency fix for Internet Explorer < 6 

   Note: werkt alleen als bij een png een width en height is ingesteld */

div#leftbox * {
	behavior: url("client/sanoma/js/pngbehavior.htc");
}


/* Magazines */

#magazinebox {
 height: 180px;
 width:  630px;
 margin: 0px;
}

div.magazinesArea {

}
	
	div.magazinesArea p {
		position: absolute;
		text-align: center;
		width: 630px;
		top: 345px;
		left: 0px;
	}
	
		*:first-child+html div.magazinesArea p {
			top: 355px;
		}
		
		* html div.magazinesArea p {
			top: 355px;
		}

.magazine {
 display: block;
 float: left;
 width: 200px;
 height: 180px;
}

	.magazine a {
		text-decoration: none;
		border: 0px;
	}

	.magazine a .magazineimage {
		cursor: pointer;
	}

	.magazine a .infobox {
		cursor: pointer;
	}

.magazine .magazineimage {
  float: left;
  width: 80px;
  height: 105px;
 }
 .magazine .magazineimage img {
 	border-bottom: 1px solid #fff;
 }
.magazine .infobox {
  padding: 5px 5px 5px 5px;
  float: left;
  margin-left: 5px;
  background: #c3d5eb url(../images/infobox.jpg);
  width: 100px;
  height: 94px;
}

/* custom */
div.titelimg div.space {
	margin: 0px;
	padding: 6px 0px 0px 17px;
	
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0px;
}
#newsblock {
height: 100px;
display: inline;
}
div.newsLeft {
	display: inline;
}

div.newsLeft p {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div.newsOverview {
width: 580px;
padding: 5px 5px 5px 5px;
background-color: #e2ecf5;
}
div.newsOverviewBackground {
width: 580px;
padding: 5px 5px 5px 5px;
background-color: #FFF;
}

select.disabled {
	background-color: #ddd;
}

div#copyright p {
	margin: 0px;
	padding: 0px;
}
#kaart {
}