/* Start of CMSMS style sheet 'theme : weevers layout' */
/*****************
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 {
   background: url(uploads/theme/body_bg.jpg) repeat-x top left;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1em;
   margin:20px;
}


/*
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;
padding: 5px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: underline;
   background-color: inherit;
   color: #913f21; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #913f21;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #b27863;
}

hr {
width: 75%; 
height: 2px;
color: #336699;
background-color: #336699;
border: solid #336699 0px;
}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 960px; /* IE wont understand these, so we will use javascript magick */
   min-width: 960px;
   background-color: #ffffff;
   color: #252525;
}


/*** header ***/

div#header {
   background: url(uploads/theme/header_bg.jpg) no-repeat top right;
   height:98px; /* adjust according your image size */
   padding-top: 12px;
 }

* html div#header {  /* IE6 hack */
margin-bottom:-73px;
margin-right:-15px;
}

div#header h1 {
   background: url(uploads/theme/logo-contact.jpg) no-repeat top left;
   widht:165px;
   height:83px;
   position:relative;
   top:-80px;
   left:20px;
   /*margin-top: 14px;
   margin-left: 20px;*/
   text-indent: -999em;  /* this hides the text */
   text-decoration:none;  /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#koptekst {
width:600px;
line-height:40px;
font-size:28px;
position:relative;
top:35px;
left:250px;
}

#menu_vert {
   margin-left: -1px;
   margin-right: 1px;
   z-index:9;
}

div#content {
   margin:20px 0px 0px 0px;
}

div#main {
   margin-left: 215px;
   margin-right:215px;
   _margin-left: 200px;
   _margin-right: 190px;
   _width: 520px;
   z-index:9;
}

div#main img {
   border: 0;
padding: 10px;
}

div#sidebar_left {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 20px;
   margin-right:20px;
}

div#naw {
background: #f6f0ed url(uploads/theme/naw_bg.jpg) repeat-x bottom left;
width: 160px;
border: 1px solid #913f21;
font-size:10px;
padding:5px 5px 5px 5px;
text-align: left;
padding-top: 5px;
}

div#nieuwsbrief {
background: #f6f0ed url(uploads/theme/nieuwsbrief_bg.jpg) repeat-x bottom left;
width: 160px;
border: 1px solid #913f21;
font-size:10px;
padding:5px 5px 5px 5px;
margin-top: 20px;
text-align: center;
}


div#nieuwsbrief a {
width:160px;
font-size:10px;
padding-top:0px;
text-align: center;
text-decoration: underline;
}

div#nieuwsbrief a:hover {
color: #b27863;
text-decoration: underline;
}

div#partner {
width:160px;
padding: 5px 5px 5px 5px;
margin-top: 20px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar_left.hascontent {
   padding: 0 1%;
   width: 165px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#sidebar_right {
   width: 160px;
   float: right;  
   display: inline;  /* FIX ie doublemargin bug */
   margin-right: 30px;
}

* html div#sidebar_right {  /* IE 6 hack */
   width: 150px;
   float: right;  
   display: inline;  /* FIX ie doublemargin bug */
   margin-right: 10px;
}

div#menu_alg {
width: 160px;  
color: #252525;
margin-left:0px;
}

div#menu_alg a{
background: url(uploads/theme/menu_alg_bg.jpg) repeat-x bottom left;
width: 160px;
line-height:21px; 
border: 1px solid #913f21;
display:block;
font-size:12px;
color: #252525; 
text-decoration: none;
padding:0px 5px 0px 5px;
text-align: center;
}

div#menu_alg a:hover{
background: url(uploads/theme/menu_alg_bg_hover.jpg) repeat-x top left;
color: #000000; 
/*text-decoration: underline;*/
}

div#menu_alg p{
margin-bottom:5px;
}

div#actueel  {
background: #f6f0ed  url(uploads/theme/actueel_bg.jpg) repeat-x bottom left;
width: 160px;
border: 1px solid #913f21;
margin-top:0px;
font-size:10px;
padding:5px;
text-align: left;
color: #913f21;
}

div#actueel h3 {
background: url(uploads/theme/menu_alg_bg.jpg) repeat-x bottom left;
width: 170px;
line-height:21px; 
border: 1px solid #913f21;
display:block;
font-size:12px;
color: #252525; 
text-decoration: none;
margin-left:-6px;
margin-top:-6px;
padding:0px 0px 0px 0px;
text-align: center;
}

* html div#actueel h3 { /* IE 6 hack */
margin-right:-6px;
}

div#actueel h2 {
font-size:10px;
color: #913f21;
margin-top:10px;
}

div#actueel a {
width:100px;
background:none;
border: 0px solid #913f21;
text-align: left;
color: #913f21;
font-size:10px;
text-decoration: underline;
}

div#actueel a:hover {
color: #b27863;
text-decoration: underline;
}

div#actueel img {
padding:0px 0 5px 0;
}

div#banners {
margin-top:20px;
padding-left: 0px;
}

div#banners img {
padding:1px;
}


div#sidebar_right.hascontent {
   padding: 0 1%;
   width: 160px;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   margin-top:30px;
   text-align:center;
}

div#footer p {
   font-size: 0.8em;
   /*padding: 1.5em;*/      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* 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;
}

/* 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
*********************/
div#content {

}

/* HEADINGS */
div#main h1 {
   font-size: 18px;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#main h2 {
   color: #252525; 
   font-size:16px; 
   text-align: left; 
   padding-bottom: 1px;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#main h3 {
   color: #252525; 
   font-size: 14px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#main h4 {
   color: #FFFFFF;
   display:blok; 
   font-size: 12px;
   line-height: 16px;
   padding: 2px 0 2px 15px;
   background: #B27864;
   margin-bottom:10px;
}
div#main h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   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 */
   line-height:1.4em;
   /*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;
}

/* 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 */




/********************
CONTACTFORM STYLING
*********************/

.formwrapper textarea {
padding: 2px;
margin: 5 0 0 10px;
width: 300px;
height: 150px;
font-family: verdana, arial;
font-size: 13px;
color: #252525;
}

.formwrapper input {
border: 1px solid #000;
padding: 2px;
margin: 0 0 0 10px;
/*width: 150px;*/
font-size: 13px;
color: #252525;
}

.formwrapper_radio {
/*border: 0px solid #000;*/
padding: 2px;
margin: 0 0 0 10px;
/*width: 150px;*/
font-size: 13px;
color: #252525;
}

.formwrapper_tekst {
padding-top: 10px;
padding-bottom:10px;
}

.formbuilderform textarea {
border: 1px solid #000;
padding: 2px;
margin: 0 0 0 10px;
}

.formwrapper .fbsubmit {
border: 1px solid #000;
padding: 2px;
margin: 10px 0 0 10px;
width: 150px;
font-size: 13px;
color: #252525;
background-color: #e6d4ce;
}

/********************
    NIEUWS ARCHIEF
*********************/
.file_list {
width:400px;
}


/* 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;
}
/********************
       FLASH PLAYER
*********************/
.flashplayer {
z-index:1;
}


END LISTS */
/* End of 'theme : weevers layout' */

