/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
* {margin:0;padding:0;}
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 15px;
   line-height: 1em;
height: auto;
min-height: 500px;
}

div {
   font-size: 1em;
}

/*body img {
   border: 0px solid black;
margin-right:10px;
}*/

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

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

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

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

body {background-color: #CCC;color: #333;margin: 0;}

div#pagewrapper {margin: 0 auto;width: 1024px;}

div#header {height: 197px;border-bottom: 10px solid #E77817;}

#slideshow{position:absolute;z-index:-1;}
#slideshow img {height:197px;width:1024px;}

#logo {position: relative;left: 62px;top: 45px;}
#logo img{margin-bottom:5px;}
#header_right_img {position:absolute;top:130px;width: 238px;height: 230px;padding-left: 814px;}

div#content {width: 1024px;background: url(/uploads/images/logoachtergrond.gif) 80px 10px no-repeat;
   background-color: #FFF;margin-bottom: 1px; border-bottom: 1px solid #b7673c;float: left;}

div#main {float: left;width: 500px;min-height: 509px;padding:10px;}

div#sidebar {/*width: 220px;*/float: left;padding-bottom: 70px;padding: 10px;}
div#sidebar img{margin:15px 15px 0 15px;}

div#sidebar_2 {float: left;width: 260px;}

#sponsoren {
padding: 10px 0;
backgroundr:transparant;
text-align: right;
}
#sponsoren td{padding:5px 0;}

div#footer {margin: 0 auto;width: 1024px;clear: both;color: #fff;background-color: #FFF;border-top: 1px solid #f3a25b;}

#footer_center {width: 740px;margin: 0 auto;}

div#footer p {font-size: 12px;padding: 23px 0 20px;text-align: center;margin: 0;}

div#footer p a {
   color: #fff;
   text-decoration: underline;
}

div#footer ul {
   padding: 10px 0;
   line-height: 20px;
}

div#footer ul li {
   margin-left: 35px;
   list-style-type: none;
   background: url(/uploads/images/footer_bullit.jpg) left 6px no-repeat;
   padding-left: 14px;
   display: inline;
}



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

/* HEADINGS */

div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
   font-family: verdana;
}

div#content h2 {
	color: #b7673c; 
	font-size: 21px; 
	text-align: left; 
	padding-bottom: 1px;
        line-height: 30px;
        font-weight: normal;
        margin-bottom: 20px;
        font-family: verdana;
}

div#content h3 {
	color: #b7673c;  
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 15px 0;
        font-weight: normal;
   font-family: verdana;
}

div#content h4 {
	color: #b7673c; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
        font-weight: normal;
   font-family: verdana;
}

div#content h5 {
	color: #b7673c; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
        font-weight: normal;
}

h6 {
	color: #b7673c; 
   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 #FFF;
   margin-left: 10px;
}
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: #FFF;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

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


/* END LISTS */

/* -----------------------------  Fotoalbum STYLING  --------------------------- */


.albumlist, .noprint {
   font-family: verdana;
}

#TB_window {
   font-family: verdana;
   font-size: 11px;
}


/* -----------------------------  CONTACTFORM STYLING  --------------------------- */
.formbuilderform textarea {
border: 1px solid #d0987a;
padding: 2px;
margin: 0 0 0 10px;
width: 300px;
height: 150px;
font-family: verdana, arial;
font-size: 13px;
color: #333;
}

.formbuilderform input,.formbuilderform select {
font-family: verdana, arial;
border: 1px solid #d0987a;
padding: 2px;
margin: 0 0 0 10px;
width: 200px;
font-size: 13px;
color: #333;
}
.formbuilderform select{width: 206px !important;}

.formbuilderform .cms_checkbox {width:20px !important;}
.formbuilderform td {margin-bottom:5px;}
.formbuilderform .fbsubmit {
border: 1px solid #999;
padding: 2px;
margin: 10px 0 0 10px;
width: 150px;
font-size: 13px;
color: #333;
background-color: #DEDEDE;
}

#m3_31{
margin-left:10px;
}

.formbuilder-checkbox{
padding:4px 4px 4px 0;
}
.formbuilder-checkbox input{
margin-left:-58px;
}
/* End of 'Layout: Left sidebar + 1 column' */