/* Start of CMSMS style sheet 'berg01 : layout02' */
/* Start of CMSMS style sheet 'berg01 : layout' */
* {margin:0;padding:0;}

html,body {height:100%;}

/* ************************* */
/* ** START CREATE LAYOUT ** */
/* ************************* */
#pagewrapper {
	width:960px;
	background:transparent;
	margin: 0 auto;
	min-height:100%;
	margin-top:-100px;/*footer height*/
	background: url(images/cms/bg-wrapper-wide.gif) repeat-y 0 0;
}
* html #pagewrapper {height:100%}

#content {/* contain clearing due to opera min-height float fix*/
	width:100%;
	float:left;
	background: url(images/cms/bg-wrapper-wide.gif) repeat-y 0 0;
}


div#header{
	border-top:100px solid #fff;/* soak up negative margin*/
	background:red;
}

#footer{
	background:green;
	width:980px;
	margin:auto;
	height:100px; /* must match negative margin and header soak up*/
	clear:both;
}
html>body #minHeight{ /* opera and old safari min-height fix */
	float:right;
	width:0;
	height:100%;
	overflow:hidden;
}
/* ************************* */
/* *** END CREATE LAYOUT  ** */
/* ************************* */

div#footer {
	color: red;
	background-color: transparent;
	background-image: url(images/cms/bg-footer-v3.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
div#footer p {
	margin: 0 auto 0 0;
	font-size: 0.8em;
	padding: 80px 0 0 250px;       /* some air for footer */
	text-align: center;  /* centered text */
	margin: 0;
	color: #333;
}

div#footer p a {
   color: blue; 
}

/* ************************* */
/*  Set initial font styles  */
/* ************************* */
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/* set font size for all divs */
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: #20BD4F;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #20BD4F;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: #20BD4F;
	color: #FFFFFF;
}

/*
breadcrumbs
*/
div.breadcrumbs a,
div.breadcrumbs a:link 
div.breadcrumbs a:active {
	color: #f9d2b1;
}

div.breadcrumbs a:visited {
	color: #f9d2b1;
}

div.breadcrumbs a:hover {
	background-color: #CF090A;
	color: #FFFFFF;
}


/* ************************* */
/*        Basic Layout       */
/* ************************* */

body {
	color: #333;
	background-attachment:fixed;
	background: #CFCFCF url(images/cms/bg-bodywrapper.gif) repeat-y center center;
}

/* center wrapper */
div#pagewrapper {
	background-color: transparent;
	color: black;
}

div#main {
	margin-left: 250px;
	margin-right: 20px;
	padding: 10px 0 0 0;
}

div#sidebar {
	float: left;
	width: 235px;
	margin-left: 0px;
	display: inline;
}
div#mainsmall {
	margin-left: 250px;
	margin-right: 250px;
	padding: 10px 0 0 0;
}

div#sidebarright {
	float: right;
	width: 210px;
	margin: 20px 20px 0 0;
	display: inline;
	background-image: url(uploads/v1.0/bgsidebarright.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0;
	background-color: #B5D5FF;
}
.sidebarrightkop {
	background-image: url(uploads/v1.0/bgsidebarright.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 20px;
	margin: 0;
}
.sidebarrightcontent {
	margin: 5px 20px 30px 20px;
}

div#sidebarright p
{
	font-size: 1em;
	margin: 0 0 1em 0; /* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}
/* ************************* */
/*           header                          */
/* ************************* */

div#header {
	height: 170px;
	background-image: url(images/cms/fotobar.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 240px 0;
	overflow:hidden;
}

div#header h1 {
	height: 170px;  /* this hides the text */
	text-decoration:none;
	float: left;
	width: 240px;
	background:transparent url(images/cms/logo1.jpg) no-repeat scroll 0 0;
}
div#header h1 a {
	display: block;
	height: 170px;
	text-indent: -999em;
	text-decoration:none;
}
div#header h1 a {background:transparent url(images/cms/logo1.jpg) no-repeat scroll 0 0;}
/* ************************* */
/*   Search and Breadcrumbs  */
/* ************************* */

/* position for the search box */
div#search {
	float: right;
	width: 22em;    /* enough width for the search input box */
	text-align: right;
	padding: 0;
	margin: 0 0 0 1em;
	background-position: right top;
	background-image: url(images/cms/bg-breadcrumbsright.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 35px;
	height: 35px;
}
#search #submit {
	vertical-align: middle;
	padding: 0;
	margin: 0 7px 3px 7px;
}



div#breadcrumbs {
	padding: 1.25em 1em 1.75em 1em;
	font-size: 90%;       
	margin: 0;
	color: #20BD4F;
	background-image: url(images/cms/bg-breadcrumbsleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #008250;

}

div#breadcrumbs span.lastitem { 
	font-weight:bold;
	color: #FFFFFF;

 } 

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

/* relational links under content */
div.left49 {
	width: 79%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
	float: right;
	width: 19%;
	text-align: right;
}

/* ************************* */
/*      CONTENT STYLING      */
/* ************************* */


/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #005633;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	/* set borders around header */
	border-bottom: 1px solid #005633;
	line-height: 1.5em;
	/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #005633;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
}
div#content h4 {
	color: #008000; 
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
}
div#content h5 {
	color: #008000; 
	font-size: 1.15em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
}
div#content h6 {
	color: #005633; 
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   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;
}

/* 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;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul, div#main ol, div#main dl,
div#mainsmall ul, div#mainsmall ol, div#mainsmall dl
{
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li, div#main ol li,
div#mainsmall ul li, div#mainsmall ol li
{
   margin: 0 0 0.25em 3em;
}

div.sidebarrightcontent ul, 
div.sidebarrightcontent ol
{
 	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div.sidebarrightcontent ul li, 
div.sidebarrightcontent ol li  
{
	margin: 0 0 0.25em 0;
	list-style: none;

}

/* 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;
}


#FlashHeaderContent {
margin: 20px auto 0px 20px;
}


.imgalignleft {
	float:	left;
	margin-right: 15px;
	border: 0;
	border: 0px;
}

.imgalignright {
	float:	right;
	margin-left: 15px;
	border: 0;
	border: 0px;
}

div.blockalignleft {
	float:	left;
	width: 49%;
}

div.blockalignright {
	float:	right;
	width: 49%;
}
#content table {
	font-size: 1em;
	line-height: 1.4em;
}
#content table td {
	padding-right: 1em;
}

/* End of 'berg01 : layout' */
.groenekleur {
	color: #008000; 
}
/* End of 'berg01 : layout02' */

