/* Start of CMSMS style sheet 'Blocq_2kolom' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0 0 0 0;
padding:0 0 0 0;
}

* html div#blocqbalk {
margin-top: -0.2em;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75%;
   line-height: 1em;
}

/*
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;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #999999; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   color: #666666;
}

/*****************
basic layout 
*****************/
body {
   background-color: #FFFFFF;
   color: #666666;
padding: 0 0 0 0;
height: 100%;
width: 100%;
background-image: url(uploads/images/template_images/bg_basis.gif);
	background-repeat: repeat-x;
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0 0 0 0;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
width: 950px;   
height: 103px; /* adjust according your image size */
padding: 0px 0px 0px 0px;

line-height: 105px;
font-size: 28px;
font-weight: bold;    
}

div#header h3 a {
/* you can set your own image here */
   background-image: url(uploads/images/template_images/blocq_header.jpg);
   display: block;
   height: 105px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


div#blocqbalk {
	width: 950px;
	padding: 0px 0px 0px 0px;
	height: 131px;
	background-image: url(uploads/images/template_images/bg_blocqbalk.jpg);
}


div.breadcrumbs {
   padding: 5px 0px 0px 0px;
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
  color: #CCCCCC;
 margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #E5E5E5;
margin-left: 40px;
margin-right: 50px;
margin-bottom: 35px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


/*** specs navigation balk  weggehaald***
*/


 ndiv#content {
   margin: 1.5em auto 2em 0px; /* some air above and under menu and content */
}


div#main {
   margin-right: 325px; /* this will give room for sidebar to be on the right side, make sure this space is bigger than sidebar width */
   margin-left: 65px; /* and some air on the left */

}

div#inhoudplaat {
background-image: url(uploads/images/template_images/bg_inhoud.gif);
	background-repeat: no-repeat;
padding: 0px 0px 0px 0px;
}

div#sidebar {
   float: right;  /* set sidebar on the right side. */
   width: 170px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-right: 50px;
margin-top: 5px;
border: 1px solid #ccc;
 font-size: 90%;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 5px 10px 5px 10px;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div #streep {
border-top: 1px solid #999999;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
border-top: 3px solid #E5E5E5;
margin: 0px 50px 0px 40px;
   color: #AEAEAE;
}

div#footer p {
   font-size: 0.8em;
   padding: 10px 0px 20 px 0px;
   text-align: center; /* centered text */
}

div#footer p a {
   color: #AEAEAE;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px solid #E5E5E5;
}

/* 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;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(uploads/images/template_images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 0px;
	margin: 0 0 15px 0px;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 20px;  /* font size for h1 */
font-style: bold;
   color: #666666;
   line-height: 1.3em;
   margin: 0 0 0 -25px;
   padding: 0px 0 0.6em 25px;
   background-image: url(uploads/images/template_images/h1_arrow.gif);
   background-repeat: no-repeat;
   background-position: 0px 10px;
   
}
div#content h2 {
   color: #10AADF;
   font-size: 16px;
font-style: bold;
   text-align: left;
padding: 0.3em 0 0.3em 0;

}

div#content h3 {
   color: #10AADF;
   font-size: 14px;
font-style: bold;
 padding: 0.3em 0 0.3em 0;
}

/* h6 for table content */
div#content h6 {
   color: #666666;
   font-size: 10px;
font-weight: normal;
margin: 5px 0 5px 0;  /* some air around  elements */;
}


hr {
	border: none;
	border-top: 1px solid #999999;
	height: 1px;
}


/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 10px 0;  /* some air around p elements */
   color: #666666
   line-height:1.1em;
   padding: 0;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 10px 0px;
}


#content p a, #border p a {
	text-decoration: none;
color:#666666;
font-style: italic;
	border-bottom: 1px dotted #10AADF;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #999999;
	font-style: italic;
	padding: 2px 2px 2px 2px;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}
/* END TEXT */


/*IMAGE */
#content img {
background-color: #FFFFFF;
padding: 5px 5px 5px 5px;
border: 1px solid #666666;
}
/* END IMAGE */


/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
color: #666666;
   line-height:1.2em;
   margin: 0 0 0 10px;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 2em;
}
div#dl dd {
   margin: 0 0 0 2em;
}
/* END LISTS */
/* End of 'Blocq_2kolom' */

