/* Start of CMSMS style sheet 'Westvest - 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, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 140%;
   background-color: #fff;
   color: #000;
   margin:1em; /* gives some air for the pagewrapper */
}

/*
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;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   color: #18507C; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 925px;
   background: transparent url(images/bg.jpg) no-repeat left top;
   height: 560px;
   border: 1px solid #939598;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 85px; /* adjust according your image size */
}

div#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin: 0 240px 0 265px; /* was 0 240px 0 265px */
   background: #fff url(images/bg-main.jpg) repeat-x left top; /* #c96d12; */
   padding: 20px;
   height: 315px;
   overflow-y: auto;
}

div#rechts {
   position: absolute; 
   bottom: 100px; 
   right: 0; 
   margin-right: 30px; 
   width: 173px; 
   height: 250px; 
   background: #98042e; 
   color: #fff; 
   font-weight: bold;
}

div#onder {
   margin: 20px 20px 0 265px; 
   height: 50px; 
   background: #d2831c; 
   padding: 20px 0 0 50px;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 230px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   width: 925px;
   margin: 0 auto;
}

div#footer p {
   font-size: 0.8em;
   padding: .5em;      /* some air for footer */
   margin:0;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h2 {
   color: #98042e; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h3 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   color: #612711;
   font-size: 20px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight: normal;
   text-transform: uppercase;
}
/* 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;
}
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;
}

/* 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 */

input {
border: 1px solid #98042e;
}

input#cntnt01submit, input.fbsubmit, input#cntnt01cancel, input#cntnt01feu_submit, input#cntnt01feu_cancel, input#m9b2efsubmit {
padding: 2px;
background-color: #98042e;
color: #fff;
}

table#cds td {
border-bottom: 1px solid #990000;
vertical-align: top;
padding: 20px;
}

table#cds img {
border: 1px solid #000;
}

a#linkknop {
font-weight: bold; padding: 4px; background: #98042e; color: #fff; text-decoration: none;
}
/* End of 'Westvest - style' */

