/* Start of CMSMS style sheet 'B&amp;B Olthuys Layout' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
  background-color: #fffcf2;
   color: #4c575f;
/*** scrollbalken *****/

scrollbar-arrow-color: #b3071b;
scrollbar-face-color: #d0cdce;
scrollbar-highlight-color: #FFF;
scrollbar-3dlight-color: #FFF;
scrollbar-shadow-color: #FFF;
scrollbar-darkshadow-color: #FFF;
scrollbar-track-color: #FFFFFF;
}

div {
   font-size: 1em;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #b3071b; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #b3071b;
}

a:hover {
   text-decoration: underline;
   color: #b3071b;
}

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

div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   max-width: 960px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 960px;
   background-color: #fffcf2;
   color: black;
}

div#header {
height: 135px;   
width: 960px;
}

div#content {
  margin: 10px 0 0 0;
}

div#show img {
height: 380px;
width: 960px;
padding-top:25px;
}

div#main_bg {
float:left;
position:relative;
top:0px;
left:450px;
width:460px;
height:430px;
background-color:#f4f3f2;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
z-index:10;
}


div#main {
position:relative;
right:10px;
top:25px;
width:440px;
height:360px;
padding: 10px;
overflow: auto;
z-index:20;
}

div#main strong {
font-weight: bold;
color: #800000;
}

#main a, a:link a:active {
color: #000;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   background: #fffcf2 url(uploads/layout/footer_bg.jpg) no-repeat bottom left;
   color: #4c575f;
   height: 30px;
}

div#footer p {
position:relative;
bottom:6px;
   font-size: 14px;
   text-align: left;  /* centered text */
   padding-left:2px;
}

div#footer p a {
   color: #4c575f; /* needed becouse footer link would be same color as background otherwise */
}

div#weevers {
position:relative;
bottom:6px;
text-align:right;
padding-top:5px;
padding-right:20px;
font-size:10px;
color:#dcdfda;
}

div#weevers a {
color:#dcdfda;
}


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

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

div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #3c404c; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-bottom: 1px;

}
div#content h3 {
   color: #3c404c; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #3c404c; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #3c404c; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #3c404c; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


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


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

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


/***** contact formulier *****/


.formwrapper textarea {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 250px;
height: 150px;
font-family: verdana, arial;
font-size: 13px;
color: #666;
}

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

.formwrapper .fbsubmit {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 150px;
font-size: 13px;
color: #666;
background-color: #DEDEDE;
}

/* END LISTS */
/* End of 'B&amp;B Olthuys Layout' */

