/* Start of CMSMS style sheet 'Nieuw 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%;  

   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;
   position: relative;
}

/*
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: Arial, Helvetica, sans-serif;
}
a.social-btn {
    display: inline-block;
    width: 45px;
}
a.social-btn img {
    width: 100%;
}

/*****************
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: 110px;    /* adjust according your image size */
}

div#header-image {
 height: 200px;    /* adjust according your image size */
 width: 950px;
 overflow: hidden;
 margin-top: 5px;
}

div#header-image img {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 background: #EEFF99;
 behavior: url(/PIE.htc);
 width: 950px;
}

div#header-image-home {
 height: 364px;    /* adjust according your image size */
 width: 950px;
 overflow: hidden;
 margin-top: 5px;
}

div#header-image-home img {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 background: #EEFF99;
 behavior: url(/PIE.htc);
 width: 950px;
}

div#logo {
text-align: center;
float: left;
margin-left: 420px;   
}

div#logo img {
   width: auto;
   height: 108px;
}

div#language {
   width: 40px;
   margin-left: 905px;
}

div#language .nl {
   margin-right: 5px;
}

div#language .eng {
   opacity: 0.4;
}


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 */
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: #c1c1c1 0px 0px 5px;
   -moz-box-shadow: #c1c1c1 0px 0px 5px;
   box-shadow: #c1c1c1 0px 0px 5px;
   background: #fff;
   behavior: url(/PIE.htc);
   padding: 15px;
}

div#content.detailpage {
  min-height:750px;
  height:auto !important;
  height:750px;
}

div#main {
   float:left;
   width: 570px;
   margin-right:15px;
}

div#main.detail {
   float: left;
   width: 431px;
   min-height: 410px;
}




div#main h3 {
   font-family: times;
   font-size: 1.8em;
   line-height: 1.1em;
}

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 {
   width: 250px;
   padding: 0 0 0 11px
}

div#sidebar2 {
   /* width: 213px; */
   float:right
}

div#pinterestbox {
   margin: 0 0 0 15px;
}

.iconvervolg {
   float: left;
   margin-top: -6px;
}

.lint a {
   text-decoration: none;
}

div#contact_thumbs {
   width: 330px;
   height: 39px;
   font-family: times;
   font-size: 1.3em;
   margin: 20px 0 15px 10px;
}

div#contact_thumbs a {
   text-decoration: none;
   display: block;
   width: 52px;
   float: left;
   margin: 0 30px 0 0;
}

div#contact_thumbs2 {
   width: 236px;
   height: 39px;
   font-family: times;
   font-size: 1.3em;
   margin: 20px 0 0 14px;
}

div#contact_thumbs2 a {
   text-decoration: none;
   display: block;
   width: 47px;
   float: left;
   margin: 0 5px 15px 0;
}

.offerte-button {
   margin: 0 0 15px 13px;
}

.offerte-button a {
   display: block;
}


div#icon_contact {
   float: left;
   width: 150px;
}

div#icon_aanmelden {
   margin-left: 150px;
}


.icon_small {
   float: left;
   width: 39px;
   height: 39px;
   margin-top: -8px;
}


/******************* CATEGORIE ********************/
div#categories {
  float: left;
  padding-left: 10px;
  /* max-width: 677px; */
  
}

.categorieblok {
  float: left;
  width: 198px;
  margin: 0 25px 15px 0;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.htc);
}

.last {margin:0 0 15px 0;}
.first {margin: 0 10px 15px 10px}

.categorieimg {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.htc);
  border: 1px solid #c9c9c9;
}

.categorieimg:hover {
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5;
}

.thumb_detail {
   width: 250px;
   height: 484px;
   margin-right: 10px;
   float: left;
   position: relative;
}

.img_groot {
  width:250px;
  height: 484px;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/PIE.htc);
  display: block;
  border: 1px solid #c9c9c9;
}

.lint_thumb h2 {
  margin: 0 0 0 0;
  line-height: 57px;
  padding-left: 5px;
}

.lint_thumb h2 a{
   color: #fff;
   font-family: times;
   text-transform: uppercase;
   font-size: 0.8em;
   text-decoration: none;
   display: block;
}

.lint_thumb {
   background: url(/images/lint_bg_kort.png);
   width: 206px;
   height: 57px;
   position: absolute;
   left: -9px;
   bottom: 10px;
   display: block;
}

.lint_thumb_detail {
   background: url(/images/lint_bg_detail.png);
   width: 369px;
   height: 57px;
   position: absolute;
   left: -9px;
   bottom: 10px;
   display: block;
   color: #fff;
}

.lint_thumb_detail h2 {
   font-family: times;
   padding: 11px 0 0 10px;
   text-transform: uppercase;
}

.lint_thumb h2 a.langetekst {
   line-height: 17px;
   margin-top: 13px;
}



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;
   margin-top: 35px;
 
}

div#footer.ftvervolg {
   clear: both;       /* keep footer below content and menu */
   color: #000;
   margin-top: 35px;
 
}

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 */
}

/**********************************referenties************************************/

div#main #referenties {
  width: 570px;
  margin: 0;
}

div#main .onze_partners_referenties {
  float: left;
  list-style: none;
  margin: 0;
  margin-right: 35px;
   margin-bottom: 35px;
}

.onze_partners_referenties img {
   width: 60px;
   height: 60px;
}



/**********************************homeblokken**********************************/

div#homeblokken {
  height: 245px;
  margin-top: 30px;
}

.homeblok {
  margin-right: 2px;
  height: 230px;
  float: left;
  width: 316px;
}

.homeblok.blog {
  margin-right: 0px;
  float: none;
  margin-left: 637px;
}

.homeblok a:hover {
  color: #e6007e;
}


.fold {
  padding-top: 8px;
  float: left;
}

.foldvervolg {
  float: left;
}

.achtergrond {
  margin-left: 7px;
  width: 308px;
  height: 230px;
  background: url(/images/homeblok_bg.png) center no-repeat;
}

.lint {
  margin-left: 2px;
  padding-top: 22px;
  height: 50px;
  background: url(/images/lint_bg.png) left no-repeat ;
}

.homeblok h2 {
  text-transform: uppercase;
  font-family: times;
  margin-top: 0;
  padding: 7px 0 0 5px;
  color: #fff;
  font-size: 18px;
}

.homeblok p {
  margin-top: 0;
  padding: 0 10px 0 10px;
  line-height: 1.8em;
  font-size: 1em;
}

.omschrijving {
  height: 115px;
}


.omschrijving ul {
  list-style-type: none;
}

.omschrijving li {
  margin: 0 0 5px 10px;
}



.meer {
  height: 20px;
  text-align: right;
  padding: 10px 7px 0 0;
}

.meer a {
  color: #494949;
  text-decoration: none;
  font-size: 1.6em;
  font-family: times;
}

.meer a:hover {
  color: #e6007e;
  text-decoration: none;
  font-size: 1.6em;
  font-family: times;
}

.separator {
  text-align: center;
  margin-top: 20px;
}

.separator.bottom {
  margin-top: 0;
}

.separator p {
  margin: 0px;
  text-transform: uppercase;
}

.separator h2 {
  font-size: 26px;
}


.social {
  width: 140px;
  margin-left: 815px;
}

.ftvervolg .social {
    margin-left: 778px;
}

.signature {
  padding-top: 7px;
  margin-left: 260px;
  width: 450px;
  float: left;
}

.signature a {
  text-decoration: none;
}

.signature a:hover {
  color: #888888;
}

/**********news*************/



.newsdetail a  {
  line-height: 12px;
  font-size: 15px;
  text-decoration: none;
  margin-left: 10px;
}

.newsdetail a:hover  {
  margin-left: 8px;
}

.meer.blog {
  padding: 9px 7px 0 0;
}

.newsoverzicht a {
  font-family: times;
  line-height: 30px;
  font-size: 20px;
  text-decoration: none;
  margin-left: 0;
}

.newsoverzicht a:hover {
  margin-left: 2px;
}




/********************
CONTENT STYLING
*********************/
h1
{
	font-family: times, Arial, "Courier New", Courier, monospace;
	font-size:30px;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:100;
        text-transform: uppercase;
        line-height: 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;
   list-style-type: disc;
   color: #474747;
}

/* 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;
}

/************************ LOGOSLIDER ****************/
.logobox {
  float: left;
  padding: 0 5px;
}

div#logoslider {
  width: 950px;
  height: 85px;
}

#onze_partners{
    overflow:hidden;   
}
.rotator {
    height:120px;
    overflow:hidden;   
    margin:25px 0;
}

.rotator ul {
    list-style:none; 
    height:120px;
}
.rotator ul li {
    float:left;
    margin:0 0 0 0;
  list-style: none;

}


/* Container DIV - automatically generated */
.simply-scroll-container { 
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
    height: 120px;
	margin-bottom: 1em;
}
.rotator .simply-scroll { 
	height: 120px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    height: 120px;
}
.rotator .simply-scroll .simply-scroll-clip {
	height: 120px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 150px;
	height: 90px;
}


/* 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;  
}


/************ FORM STYLING ************/

.cms_browse {
    padding-bottom: 10px;
}

input[type="text"] {
   height: 25px;
   width:340px;
   margin-bottom: 15px;
}

textarea {
   width:340px;
   margin-bottom: 15px;
}

input[type="radio"] {
   margin-bottom: 10px;
}

input[type="checkbox"] {
   margin-bottom: 10px;
}

select.cms_dropdown {
   margin-bottom: 10px;
}

input[type="submit"] {
   background: #000;
   border: none;
   color: #fff;
   padding: 5px 10px;
   cursor: pointer;
}

input[type="submit"]:hover {
   background: #6D6D6D;
}

.error {
   color: #ff5000;
}
/* End of 'Nieuw Style' */

