/* Start of CMSMS style sheet 'BWM - 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: Arial, "Courier New", Verdana, Geneva, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 140%;  
   background-image:url(images/untitled-1.jpg);
   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 {
   text-decoration: bold;
   color: #000;
 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #000;
}

div#menu_horiz a, div#menu_horiz span {
    font-family: 'Open Sans', sans-serif;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 950px;
   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: 162px;    /* adjust according your image size */
 background-image:url(images/bg_header.png);      
}

div#header-image {
 height: 200px;    /* adjust according your image size */
 width: 950px;
 overflow: hidden;

}

div#logo {
text-align: center;    
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 1.5em auto 2em 0px;   /* some air above and under menu and content */
}


div#main {
   margin-right: 237px; 
   margin-left: 15px; /* and some air on the right */
}

div#main_1kolom {
   margin-left: 0px; 
   margin-right: 0%; /* and some air on the right */
}

div#main_3kolommen {
   margin-left: 15px; 
   margin-right: 557px; /* and some air on the right */
   min-height: 600px;
}

div#sidebar {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 210px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   padding: 25px;
}

div#sidebar_menu {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 300px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}



div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000;
 
}

div#footer p {
   font-size: 1em;
   padding: 1.5em;       /* 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 */
}


/********************
CONTENT STYLING
*********************/
h1
{
	font-family: Arial, "Courier New", Courier, monospace;
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:100;
}

h2
{
	font-family: Arial, "Courier New", Courier, monospace;
	font-size:22px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:100;
}

h3
{
	font-family: Arial, "Courier New", Courier, monospace;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:100;
}
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#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 */

/*** NIEUWS ***/

div#nieuwswrapper {
   margin-top: 20px; 
   width: 500px; 
   padding: 10px 4px 40px 4px;
   
   overflow-x: visible;
}

div#nieuwswrapper h2 a {
   color: #505050;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold;
}

#nieuws_img {
  border: solid 1px #ccc;
  padding: 5px;
  margin: 5px 20px 5px 5px;
  float: left;
}
#nieuws_img img{
  height: 60px;
  width: 60px;
  margin: 0;
  padding: 0;
}

div#readmore {
   color: #000; 
   width: 478px; 
 
   bottom: 0; 
   left: 0; 
 
   height: 20px;
   padding: 0 15px;
}

div#readmore a {
   color: #000;
   float: right;
   text-decoration: none;
}

#archiefcontainer {
}

#archiefdatum {
  float: left;
}

#archieftitel {
  margin: 0 0 0 50px;
}

#nieuwsdetaildatum {
  float: right;  
}
/* End of 'BWM - style' */

