/* Start of CMSMS style sheet 'CM - 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;
}

html, body {
   overflow-x: hidden;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1,1em;
   background-color: #FFF;
   color: #5687aa;
   margin:0;    /* 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 {
   text-decoration: none;
   background-color: none; 
   color: #18507C; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

div.calendar-event a {
   color: #fff;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;  
   width: 960px;
   background-color: #fff;;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 96px;    /* adjust according your image size */
   background: #005288;           
}

div#headercontent {
   height: 308px;
   background: transparent;
}

div#headermenu {
   height: 40px;
   width: 740px;
   background: transparent;
   float: right;
   margin: 0;
}


div#headerimage {
   height:308px;
   width:392px;
}


div#headerbalk {
   background: #065288;   
   height: 242px;
   width:960px;
}

div#corpo1content {
border-bottom: solid 2px #FFF;
margin: 0 0 -40px 0;
height: 185px;
display: block;
cursor: pointer;
}

div#corpo1 {
border-left: solid 9px #FFF;
height: 202px;
width: 242px;
float: right;
padding-top: 40px;
display: block;
}

div#corpo1:hover {
background: #0e74bc;
}

div#corpo2:hover {
background: #0e74bc;
}

div#corpo2 {
border-left: solid 9px #FFF;
border-right: solid 9px #FFF;
margin: 0 40px 0 0;
height: 202px;
width: 242px;
float: right;
padding-top: 40px;
}

div#corpo2content {
  border-bottom: solid 2px #FFF;
  margin: 0 0 10px 0;
  height: 185px;
  cursor: pointer;
}

div#corpoinfo {
   color: #000;
   background-color: #FFF;
   height: 20px;
   width: 150px;
   text-align: right;
   top: 80px;
   left:82px;
   position: relative;
   padding: 5px 10px 0 0;
}

div#corpoinfo p{
 
   background: url(images/arrow.png) no-repeat 5px 3px;
 
   line-height: 15px;
color: #065288;

  font-size: 12px;
   font-weight: bold;
}

div#content {
   margin: 0 0 2em 0;   /* some air above and under menu and content */
}

div#main {
   width: 610px;
   background-color: #dadfe2;
   margin: 10px 10px 10px 0;
   padding: 25px;
   color: #3b759f;
}

div#sidebar {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 290px;
   height: 330px;
   display: inline;  /* FIX IE double margin bug */
   margin: 10px 0 50px 0;
   background: url(images/download_bg.png) no-repeat;
}

div#kennisgebied {
   border-bottom: solid 2px #065288;
   margin: 10px 0 0 2px;
   padding: 0 0 0 10px;
}

div#kennisdownload {
   background: url(images/prik.png) no-repeat 15px 5px #065288;
   width: 133px;
   height: 30px;
   text-align: right;
   margin: 0 0 0 135px;
   padding: 10px 10px 0 0;
   
}

div#kennisdownload a{
   color: #FFF;
   padding: 0;
   line-height: 15px;
   display: block;
   text-transform: uppercase;
   text-decoration: none;
}

div#kennisgebied p{
   line-height:15px;
   margin: 0;
   padding: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #065288; /* 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;
   color: #FFF;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
   text-decoration: none;
}


/********************
CONTENT STYLING
*********************/
h1 {
    color: #005288; 
    font-size: 21px; 
    text-align: left; 
    padding: 0 0 1px 0;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    font-weight: normal;

    font-style: none;
}
h1.corpo {
color: #FFF;
text-align: center;
margin: 0 0 0 0;

font-weight: normal;
text-transform: uppercase;
}

h2 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#kennisgebied h2{
   color: #bd2716;
   font-size: 12px;
   font-weight: normal;
   text-transform: uppercase;
   letter-spacing: 0,5px;
}

h3 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 12px;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 2em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* END LISTS */

div#instelform input[type=text],  
div#instelform input[type=password] {
   width: 170px;
}

div#instelform textarea {
   width: 220px;
   height: 80px;
}

#instelform input[type=submit], input[type=submit] {
   border: 0;
   background: #065288 url(images/arrow2.png) no-repeat 7px center;
   text-transform: uppercase;
   font-size: 9px; 
   color: #fff;
   padding: 3px 0 2px 27px;
   width: 110px;
   text-align: left;
}

#prikbord input[type=submit] {
   border: 1px solid #999999;
   background: #cccccc url(images/prik.png) no-repeat 7px center;
   text-transform: uppercase;
   font-size: 12px; 
   font-weight: bold;
   color: #294b5f;
   padding: 3px 5px 2px 35px;
   width: 220px;
   height: 50px;
   text-align: left;
   margin-left: 222px;
}


/* End of 'CM - style' */

