/* Start of CMSMS style sheet 'D&amp;B - style' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Gill Sans MT, Arial, Verdana, Geneva;
   font-size: 75.01%;
   line-height:1.4em;
   background-color: #fff;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   color: #cb006b; 
   text-decoration: none;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   width: 954px;
   background-color: #fff;;
}


div#header {
   height: 98px; /* adjust according your image size */
   background: transparent url(images/head.jpg) no-repeat center top; 
}

div#secnav {
color: #fff; margin: 10px 12px 0 0; float: right; width: 100px; display: inline; text-align: right;
}

div#main {
   margin-right: 315px; 
   font-size: 11px;
   font-family: Verdana;
}

div#main_nieuws {
   margin-right: 315px; 
   font-size: 11px;
   font-family: Verdana;

}

div#nieuwsimage {
position: absolute;
margin-left: 662px;


} 

div#imagefade {
    z-index: 0; 
    margin-left: 4px;
    margin-right: 0px;
}

div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 313px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   margin-top: 24px;
   font-family: Verdana;
   font-size: 11px;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #999999;
   background: transparent url(images/foot.jpg) repeat-x left top; /* same bg color as in header */
   height: 53px;
}

div#footer p {
   font-size: 1em;
   padding: 25px 0 0 15px;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
}

div#footer p a {
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}


/********************
CONTENT STYLING
*********************/
div#content {
margin: 10px 0px 0 5px;

}

div#contenthome {
margin-top: 379px;
}

/* HEADINGS */
div#content h1 {
   color: #cb006b; 
   font-size: 1.5em; 
   text-align: left; 
   line-height: 1.5em;
   padding-bottom: 3px;
   margin: 0 10px 0.5em 0;
   font-family: Gill Sans MT;
   border-bottom: 1px solid #c0c0c0;
}
div#content h2 {
   color: #cb006b; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #cb006b; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 1.25em 0;
}
div#content h4 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1em;
   line-height: 180%;
   color: #6bcbd0;
   margin: 0 0 20px 0;
}
/* END HEADINGS */


/* Opdrachtgevers */

.bg-blauw {
	background-image: url(images/blauw.jpg);
	background-repeat: repeat-x;
}
.bg-paars {
	background-image: url(images/gr_paars.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg-groen {
	background-image: url(images/gr_groen.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg-blauw {
	background-image: url(images/gr_blauw.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#content ul li,
div#rakenstralen ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
   list-style-image: url(images/bullet.gif);
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

input#m3fbrp_submit {
background: url(images/button.jpg) no-repeat left top;
border: 0px;
width: 194px;
height: 34px;
font-family: Gill Sans MT;
font-size: 15px;
padding-right: 10px;}
/* End of 'D&amp;B - style' */

