/* Start of CMSMS style sheet 'css' */
/*
  MW
  --------------------------------------------------------------- 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------- Utils CSS ---------- */
* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
dfn {
	display: none;
	overflow: hidden;
}
/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}

/*
  MW
  --------------------------------------------------------------- 
*/


/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #032961; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #09096c;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #09096c;
}

/*****************
basic layout 
*****************/
body {
   background: #d5d5df url(uploads/images/bg.jpg) repeat-x;
   color: #b8b8ca;
}

div#bg {
   width: 100%;
   height: 100%;
   margin: 0 auto; 
   background: url(uploads/images/site.jpg) no-repeat top center;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 918px;
   color: #b8b8ca;
   clear: both;

}

div#headerwrapper {
height:207px;
margin:0 auto;
position:absolute;
top:0;
width:918px;
}

div#header {
   height: 207px; /* adjust according your image size */
 /*  background: transparent url(uploads/images/header.jpg) no-repeat; */

}

#logo {
   float: left;
   margin-top: 50px;
   margin-left: 30px;
}

#offerte-aanvraag {
   float: right;
   margin-top: 60px;
   margin-right: 28px;
}

div#shade {

  margin-left: 0;
   position: relative;

   overflow: hidden;
}

div#content {
   width: 920px;
   background-color: #fff;
   min-height: 600px;
   float: left;
   margin-top: 200px;
}

div#main {
   float: left;
   width: 580px;
   padding-left: 30px;
   padding-right: 30px;
}

div#sidebar {
   float: right;  
   width: 240px;   
   margin-right: 0;
   margin-top: 0;
   padding: 1em;
   background: url(uploads/images/side.png) no-repeat;
   min-height: 300px;
}

#bezoek {
margin-left: 40px;
}

#bezoek li {
line-height: 1.2em;
}

#bezoek a {
color: #1653ae;
}

div#tagcloud {
text-align: center; 
background: #fff;  
padding: 0 3em;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #1653ae;
   background: #fff;

}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center;
   margin:0;
   color: #09096c;
}

div#footer p a {
   color: #09096c;
}

.headleft {
margin-left: 30px;
margin-top: 40px;
}

.headright {
margin-left: 370px;
}

/********************
CONTENT STYLING
*********************/
div#content {

}



/* HEADINGS */
div#content h1 {
   font-size: 2em;
   line-height: 3em;
   margin: 0;
   color: #09096c;
}
div#content h2 {
   font-size: 1.4em; 
   line-height: 2em;
   margin: 0;
   color: #09096c;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content 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;
}

div#sidebar h3 {
color: #fff;
background: #09096c;
padding: 0.4em;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.8em;
   padding: 0;
   color: #666;
}
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 */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
   color: #666666;
   list-style-image: url(uploads/images/accept.jpg);
}
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;
}

div#sitemap ul {
   list-style-image: none;
}

/* END LISTS */

/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 14px 14px 14px 30px; 
   color: #09096c;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   font-size: 1em;
   font-weight: bold;
}
#primary-nav li, #primary-nav li.menuparent { 
   border-bottom: 1px solid #b8b8ca; 
   min-height:1em; /* Fixes IE7 bug*/

}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
  background: url(uploads/images/active.png) no-repeat center left;
}

#primary-nav li.menuparent:hover,
#primary-nav li.menuactive:hover,
#primary-nav li.menuactiveh {
  background: url(uploads/images/active.png) no-repeat center left;
  text-decoration: underline;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth {
   background: transparent; 
   text-decoration: underline;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* Offerte aanvraag en reserveringsformulier */

form fieldset {
  margin: 1em 3em;
  width: 90%;
  border: none;
}

form {
  font-size: 1em;
}

form legend {
  padding: 1em 0.4em;
  font-weight: bold;
  color: #1653ae;
  border-bottom: 2px solid #5dc300;
  display: block;
  width: 100%;
}

form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 200px; /* Width of labels */
  color: #666666;
}

form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 200px; /* Width of labels */
}

form fieldset label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 200px; /* Width of labels */
}

form label.radioButton {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
margin: 0 0.3em;
width: 100px;
}

form fieldset ol {
  margin: 0;
  padding: 0;
}

form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #d4ef92;
}

form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form fieldset fieldset label {
  display: block;
  width: auto;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form input {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form INPUT[type="text"] {
border: 1px solid #1653ae;
padding: 0.3em;
color: #1653ae;
font-size: 1em;
margin-bottom: 1em;
}

form INPUT[type="checkbox"] {
padding: 2px;
margin-left: 2em;
}

form INPUT[type="radio"] {
padding: 2px;
margin-left: 2em;
color: #1653ae;
}

form select {
border: 1px solid #1653ae;
color: #1653ae;
font-size: 1em;
min-width: 4em;
margin-bottom: 1em;
}

form textarea {
border: 1px solid #1653ae;
width: 300px;
height: 80px;
padding: 0.5em;
color: #1653ae;
font-size: 1em;
font-family: verdana;
margin-bottom: 1em;
}

#text #error_message {
color: #c13b00;
}

#text #error_message ul {
list-style-image: url(uploads/images/fault.png); 
}

p.privacy {
border-top: 1px solid #ccc;
color: #5C4e32;
}

div.captcha {
  margin: 1em 3em;
  width: 90%;
  border: none;
  font-size: 0.9em;
}

div.submit {
text-align: left;
height: 3em;
margin-bottom: 2em;
}

.fbsubmit {
background:#ff6600 none repeat scroll 0%;
border: 3px solid #ec7403;
color:#FFFFFF;
font-size: 90%;
margin-bottom:10px;
margin-left:300px;
margin-top:10px;
padding:4px;
width:80px;
}
#regio ul {margin-left: 3em; } #regio ul li { margin-bottom: 0.6em; }div#main ul li, div#main ol li { margin:0 0 0.25em 3em;} div#main ul, div#main ol, div#main dl {color:#666666; font-size:1em; line-height:1.4em; list-style-image:url(uploads/images/accept.jpg); }
/* End of 'css' */

