/* Start of CMSMS style sheet 'layout_bouwbedrijfschot' */
* {
margin:0;
padding:0;
}

html, body {
height: 100%; /* héél belangrijk */
}

body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 12px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #000; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #000;
}

a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #000;
}

/*****************
basic layout 
*****************/

body {
   background: url(uploads/images/layout/body_bg.jpg) center top repeat-y;
   background-color: #fdfada;
   color: #333;
   margin: 0;
   text-align: center;
}

div#pagewrapper {
   text-align:left;
   margin: 0 auto;
   width: 930px;
   position: relative;
   min-height: 100%;
   height:auto !important; /* voor moderne browsers */
   height:100%; /* voor IE */
}

div#content {
   width: 730px;
   text-align: left;
}

div#header {
   height: 78px; 
   width: 730px;
   position: relative;
}

div#header h1 a {
   background: url(uploads/images/layout/header_bg.jpg) 10px top no-repeat; 
   display: block;
   height: 78px;            
   text-indent: -999em;
   text-decoration:none;
}

#naw {
   position: absolute;
   right: 10px;
   top: 5px;
   width: 150px;
   height: 78px;
   text-align: right;
}

#naw p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   padding: 9px 10px;
   font-size: 10px;
   color: #000;
   line-height: normal;
}

div#main {
   width: 323px;
   padding: 30px 20px;
   float: left;
}

#main img {
   border: 1px solid #000;
   margin-bottom: 10px;
}

div#sidebar {
   float: left;
   width: 167px;
   display: inline;  /* FIX IE double margin bug */
   margin-left: 10px;
   background: url(uploads/images/layout/sidebar_bg.jpg) left top no-repeat; 
}

div#sidebar_2 {
   float: left;
   width: 190px;
   display: inline;  /* FIX IE double margin bug */
   padding-top: 30px;
   text-align: center;
}

div#sidebar_2 img {
   float: left;
}

div#sidebar_3 {
   position: absolute;
   top: 100px;
   right: 0;
   width: 201px;
}


#footer {
 position: absolute;
bottom: 0; /* heel belangrijk */
}

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

/* HEADINGS */

div#content h1 {
   font-size: 18px;
   line-height: 1em;
   margin: 0;
}

div#content h2 {
	color: #000; 
	font-size: 18px; 
	text-align: left; 
        line-height: 20px;
        margin: 0 0 20px 0;
        font-weight: normal;
}

div#content h3 {
	color: #000; 
	font-size: 16px; 
	text-align: left; 
        line-height: 20px;
        margin: 0 0 20px 0;
        font-weight: normal;
}

div#content h4 {
	color: #000; 
	font-size: 16px; 
	text-align: left; 
        line-height: 20px;
        margin: 0 0 20px 0;
        font-weight: normal;
}

div#content h5 {
	color: #000; 
	font-size: 14px; 
	text-align: left; 
        line-height: 20px;
        margin: 0 0 20px 0;
        font-weight: bold;
        background-color: #ffe114;
        width: 100%;
        padding: 4px 10px;
}

h6 {
	color: #000; 
	font-size: 12px; 
	text-align: left; 
        line-height: 20px;
        margin: 0 0 20px 0;
}

/* END HEADINGS */

/* TEXT */

p {
   font-family: arial;
   font-size: 12px;
   margin: 0 0 10px 0;
   line-height: 20px;
   padding: 0;
}

blockquote {
   border-left: 10px solid #fdfada;
   margin-left: 10px;
}

strong, b {
   font-weight: bold;
}

em, i {
   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: #fdfada;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 12px;
}

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 {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 30px 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 #fdfada;
}

/* END LISTS */

/* -----------------------------  CONTACTFORM STYLING  --------------------------- */

.formwrapper textarea {
border: 1px solid #ffe114;
padding: 2px;
margin: 0 0 0 10px;
width: 300px;
height: 150px;
font-family: verdana, arial;
font-size: 13px;
color: #666;
background-color: #f0fffb;
overflow-y: auto;
}

.formwrapper input {
border: 1px solid #ffe114;
padding: 2px;
margin: 0 0 0 10px;
width: 150px;
font-size: 13px;
color: #666;
background-color: #f0fffb;
}

.formwrapper .fbsubmit {
border: 1px solid #ffe114;
padding: 2px;
margin: 0 0 0 10px;
width: 150px;
font-size: 13px;
color: #333;
background-color: #fff08a;
}

/* End of 'layout_bouwbedrijfschot' */

