/* Start of CMSMS style sheet 'Flevovoet V2: CSS' */
* {
	margin:0;
	padding:0;
}

html, body {
	height: 100.02%;
}

body {
	font: 10pt  arial, sans-serif;
	background-color: #99CC99;
}

p {
	margin-bottom:5px;
}

h3 {
	margin-top:25px;
}

a {
   color: #006699;
}

div#pagewrapper {
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;

	 margin: 0 auto -23px; /* the bottom margin is the negative value of the footer's height */
}
div#pagewrapper {

	width:722px;
	font-size:10pt;
	background-color:#fafffa;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc
}
div#header {
	width:722px;
	height:156px;
	text-align:left;
	background-image:url(images/cms/header.jpg);
	background-repeat:no-repeat;
}





div#content{
	width:722px;
	position:relative;
	top:-23px;
	background-image:url(images/cms/center.jpg);
	background-repeat:no-repeat;
	padding-bottom:50px;
	background-color:#fafffa;
}


div#content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 1.5em 1em;

}
div#main {
	position:relative;
	float:left;
	width: 458px;
	display:inline;
	margin: 20px 0px 0px 70px;

	/*background: url(../images-pres/streep.gif) top right repeat-y; */
}

div#main p {
	margin-bottom:10px; /* marge op een paragraaf binnen de linker box */
}

div#main h3 {
	margin-bottom:10px; /* marge op een paragraaf binnen de linker box */
}

div#main ul {
       margin-left: 15px;
}

div#sidebar {
	position:relative;
	float:left;
	margin-left:62px;
	width: 128px;
	padding-top: 20px;
	text-align:center;
	font: 8pt  arial, sans-serif;
}

div#sidebar table {
	margin-left: 5px;
}
div#sidebar img {
	padding-bottom:5px;
}

div#footer, div#push {
	height: 23px; /* .push must be the same height as .footer */

}

div#footer {
   clear:both;       /* keep footer below content and menu */
  color: #006699;
   background-color: #ECECEC; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding:5px;   /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}


/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
/* End of 'Flevovoet V2: CSS' */

