/* Start of CMSMS style sheet 'Splunder - 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: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 140%;
   background: #fff url(images/bg.jpg) repeat-x left top;
   color: #575a5c;
}

/*
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: underline;
   background-color: inherit; 
   color: #18507C; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 961px;
   background: #fff;
}


/*** header ***/

div#header {
   height: 79px;    /* adjust according your image size */
   margin: 0 auto;
   margin-bottom: 17px;
   width: 961px;
}

div#header div#header-menu li {
   float: right; 
   width: 180px;
   height: 28px;
   background: transparent url(images/menu-top-bg.png) no-repeat left top;
   list-style: none;
   margin: 0;
   text-align: center;
   padding-top: 6px;
}

div#header div#header-menu li a {
   color: #fff;
   text-decoration: none;
   margin: 0;
   font-size: 13px;
   text-transform: uppercase;
}

div#header-src {
   clear: right;
   float: right;
   margin-top: 8px;
}

div#header-src input {
   background: transparent url(images/zoeken-bg.jpg) no-repeat left top;
   width: 235px;
   height: 24px;
   border: none;
}

div#header-src input.search-button {
   width: 19px;
   height: 24px;
   background: transparent url(images/zoeken-button.png) no-repeat left top;
}

/*** END header ***/

div#main {
   margin: 15px 20px 10px 327px; 
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 307px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 15px 0 0 0;
}

div#news {
   margin: 20px 0 0 15px;
   background: transparent url(images/box-bg2.jpg) no-repeat left top;
   padding: 10px;
   border-bottom: 1px solid #7ab3d9;
   font-size: 90%;
}

div#news h1 {
   color: #fff;
}

div#news a {
   color: #575a5c;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   background: #fff;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}


/********************
CONTENT STYLING
*********************/
h1 {
	color: #8bbcde; 
	font-size: 1.5em; 
	text-align: left; 
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
}
h2 {
   color: #4065a5; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h3 {
   color: #4065a5; 
   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: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   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#news li, div#main ul li,
div#main ol li {
   margin: 0.25em 0 0.25em 0;
   list-style: none;
   background: transparent url(images/li.png) no-repeat left center;
   padding: 0 0 0 20px;
}

/* 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 */
/* End of 'Splunder - style' */

