@charset "utf-8";
/* CSS Document */

/*****************
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: helvetica, Verdana, Geneva, Arial, sans-serif;
   font-size: 75.01%;
   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;
   vertical-align: -15%;

}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   
/* 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 */
   color: #3ca745; 
}

a:visited {
   text-decoration: underline;
  color: #3ca745;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #525252;
}

/*****************
basic layout 
*****************/
body {
   background: #76e950 url(images/bg.jpg) repeat-x;
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 940px; /* IE wont understand these, so we will use javascript magick */
   min-width: 940px;
   color: black;
}

div#innerbody {
background: url(images/bg_content.jpg) 0px 434px no-repeat;
}

div#d1 { 
background-color: #888; 
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 110px; /* adjust according your image size */     
   width: 250px;    
}

div#header h1 a {
/* you can set your own image here */
   background: url(images/logo.png) no-repeat 0px 40px; 
   display: block; 
   height: 110px;             /* 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#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: -4em 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   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#bannermain {
margin-top: 20px;
margin-bottom: 30px;
border-top: 0px solid #d3d3d3;
border-bottom: 0px solid #d3d3d3;
}

div#bannertopnav {
margin-top: 110px;
padding-left: 30px;
}

div#contenttop {
background: url(images/bgtop.png) no-repeat;
height: 35px;
margin-top: 50px;
}

div#content {
background: url(images/bgcenter.png) repeat-y;
overflow: hidden;
height: 100%;
}

div#contentbottom {
background: url(images/bgfooter.png) no-repeat;
height: 35px;
}


div#main {
   margin-left: 2%;
   width: 970px;
   padding-right: 20px;
   margin-bottom:0px;
   padding-left: 5px;
   height: 100%;
}

.imgfront {
height: 150px;
}

div#webseitenfront {
float: left;
display: inline;
width: 215px;
margin-left: 2px;
text-align: center;
border-right: 1px solid #ededed;
}

div#webseitenfront p{
color: #8d8d8d;
line-height: 14px;
}

div#logofront {
float: left;
display: inline;
width: 215px;
margin-left: 2px;
text-align: center;
border-right: 1px solid #ededed;
}

div#logofront p{
color: #8d8d8d;
line-height: 14px;
}

div#printfront {
float: left;
display: inline;
width: 215px;
margin-left: 2px;
text-align: center;
border-right: 1px solid #ededed;
}

div#printfront p{
color: #8d8d8d;
line-height: 14px;
}

div#shopfront {
float: left;
display: inline;
width: 215px;
margin-left: 2px;
text-align: center;
}

div#shopfront p{
color: #8d8d8d;
line-height: 14px;
}

btnfront {
text-align: bottom;
}

.clearer {
clear: both;
}

div#lowblock {
width: 899px;
margin-left: -9px;
border-top: 5px solid #e3e3e3;
margin-top: 15px;
height:100%;
padding-bottom:20px;
}

div#leftside {
clear: both;
float: left;
width: 283px;
background: #ededed;
padding: 10px;
margin-left: 9px;
border: 1px solid #FFF;
margin-top: 15px;
}


div#leftside p {
padding-left: 7px;
padding-right: 7px;
}


div#rightside {
float: right;
width: 530px;
padding: 10px;
margin-left: 9px;
margin-right: 20px;
margin-top: 3px;
}

.rightside {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 15px;
}


.borderimg {
float: left;
margin-right: 10px;
padding-bottom: 30px;
}

div#lowbanner {
background: url(images/bg_news_contact.png) no-repeat;
height: 301px;
}

div#contacttext {
float: left;
width: 200px;
margin-right: 10px;
}

div#contactform {
float: right;
width: 100px;
}

div#contactfront {
width: 340px;
padding-left: 35px;
padding-top: 20px;
}

.contactfronttext {
padding-left: 7px;
}

.formfront input  {
width: 265px;
padding: 4px;
display: block;
background: #FFFFFF;
border: 1px solid #e6e6e6;
line-height:1.3em;
FONT: 90.5%/1.3 Helvetica, Arial, sans-serif;
color: #5cbf3e;
}

.formfront input:hover {
border: 1px solid #87dd4f;
}

.formfront textarea {
width: 265px;
padding: 4px;
display: block;
background: #FFFFFF;
border: 1px solid #e6e6e6;
line-height:1.3em;
FONT: 90.5%/1.3 Helvetica, Arial, sans-serif;
color: #5cbf3e;
height: 70px;
}

.formfront textarea:hover {
border: 1px solid #87dd4f;
}

.submit input {
background: url(images/btn_senden.png) no-repeat;
border: none;
margin-top: 3px;
padding-bottom: 7px;
width: 120px;
float: left;
}

.submit input:hover {
border: 0px solid #87dd4f;
}

.noshow {
display: none;
}


div#footer {
   margin-top: 35px;
   clear:both;
   background: #FFF url(images/bg_footer.jpg) repeat-x;
   height: 180px;
   padding-top: 20px;
}

div#footercontent {
width: 920px;
margin: 1.5em auto 1.5em auto;

}

div#footer p a{
   clear:both;
   color: #8e8e8e;
}

div#footer p a:hover{
   clear:both;       /* keep footer below content and menu */
   color: #5ba63f;
}

div#footer p {
   margin: 0em 0 1.5em 0;  /* some air around p elements */
   line-height:1.3em;
   padding-bottom: 0px;
   color: #9b9b9b;
   FONT: 90.5%/1.3 Helvetica, Arial, sans-serif;
}

div#footeroffice {
   text-align: left;
   padding-top: 20px;
}

div#footer1 {
   padding-left: 15px;
   float: left;
   width: 210px;
border-right: 1px solid #ececec;
border-left: 1px solid #ececec;
}
div#footer2 {
   margin-left: 15px;
   float: left;
   width: 210px;
   border-right: 1px solid #ececec;
}
div#footer3 {
   margin-left: 15px;
   float: left;
   width: 210px;
   border-right: 1px solid #ececec;
}
div#footer4 {
   margin-left: 15px;
   float: left;
   width: 210px;
   border-right: 1px solid #ececec;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   border: 1px solid #dbdbdb;
}

/* 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;
}




/********************
CONTENT STYLING
*********************/
.authorclass {
float: right;
margin-top: -10px;
margin-right: 20px;
}



div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #7df652; 
   font-size: 1.5em; 
   text-align: center; 
/* some air around the text */
   padding-left: 10px;
   padding-top: 6px;
   padding-bottom: 5px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin-left: -10px;
   FONT: 200.5%/1.0 Helvetica, Arial, sans-serif;
   letter-spacing: -1px;
}

h2 {
   color: #43ac46; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 10px;
   padding-top: 6px;
   padding-bottom: 8px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin-left: -10px;
   FONT: 200.5%/1.0 Helvetica, Arial, sans-serif;
}

div#content h3 {
   color: #7df652; 
   font-size: 1.8em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 2px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
    font-family: helvetica, Arial, sans-serif;;
   margin-right: 0em;
   font-weight: lighter;
}

h3 {
   color: #43ac46; 
   font-size: 1.6em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 10px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
    font-family: helvetica;
   margin-right: 0em;
   font-weight: lighter;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   background: url(images/tick_s.png) no-repeat 0px 3px;
   font-family: helvetica;
   font-size: 1.1em;
   line-height: 2em;
   margin: 0 0 0.25em 0;
   color: #333333;
   padding-left: 35px;
   height: 25px;
   font-weight: normal;
}
h6 {
font-family: helvetica, sans serif;
font-size: 14px;
font-weight: bold;
padding-bottom: 2px;
color: #87dd4f;
}



/* END HEADINGS */

/* TEXT */
p {
   margin: 0em 0 1.5em 0;  /* some air around p elements */
   line-height:1.3em;
   padding-bottom: 0px;
   color: #666666;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
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;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

.bannermain_h2 {
color: #2e2e2e; 
   font-size: 30px;
font-weight: bold; 
font-family: "Lucida Sans Unicode", sans-serif;
}