/* Start of CMSMS style sheet 'Snellevliet - 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 71.01%;
   line-height: 1em;
   background-color: #fff;
   color: #333;
   margin:0em;    /* 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;
   background-color: inherit; 
   color: #18507C; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

div#topnavigatie a, div#rechtsboven a {
color: #fff;
text-decoration: none;
}

div#topnavigatie a:hover, div#rechtsboven a:hover {
text-decoration: underline;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;       /* this centers wrapper */
   width: 990px;
   background: #fff url(images/pagewrap-bg.jpg) repeat-y center top;
   color: black;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 23px;    /* adjust according your image size */
   background:  url(images/index_01.jpg) no-repeat; 
   width: 990px;
}

div#logo {
   float: left;
   height: 110px;    /* adjust according your image size */
   background:  url(images/index_02.jpg) no-repeat; 
   width: 320px;
}

div#Header-image {
   float: right;
   height: 110px;    /* adjust according your image size */
   width: 670px;
}

div#topnavigatie {
   clear: both;
   background: #f18e00; 
   height: 21px;
}

div#topnavigatie li {
float: left;
list-style-type: none;
padding: 0 13px;
font-size: 12px;
font-weight: bold;
color: #fff;
height: 21px;
line-height: 140%;
font-family: Tahoma;
letter-spacing: 1px;}

div#rechtsboven{
float: right;
height: 20px;
color: #fff;
align: middle;
line-height: 140%;
padding-right: 13px;
padding-top: 3px;
font-weight: bold;
}

div#content {
   margin: 1.5em auto 0em 0;   /* some air above and under menu and content */
}

/*************** Links ************/

div#links{
width: 180px;
background-color: #bde1ed;
float: left;
min-height: 586px
}

div#telefoonblok {
   background-color: #004c99;
   /* background:  url(images/index_08.jpg); */
   height: 60px;
}

div#keurmerk {
   background:  url(images/index_10.jpg); 
   height: 62px;
}

/*************** Midden************/

div#main {
float: left;
width: 610px;
margin-left: 10px;
margin-top: 15px;
color: #004c99;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #004c99;
}

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

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


/********************
CONTENT STYLING
*********************/
div#content {
   color: #004c99;
   margin-top: 0px;
   margin-left: 0px;
}

/* HEADINGS */
div#content h1 {
	color: #004c99; 
	font-size: 1.5em; 
	text-align: left; 
	padding-bottom: 1px;
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.1em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 11px;
   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;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   color: #004c99;
   font-size: 11px;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
   list-style-image: url(images/bullet.gif);
   padding-left: 2em;
}

div#lijst ul li {
   padding-left: 0;
}

div#main ul li.thumb {
   list-style: none;
}

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

/* START FORMS */

table.formbuilderform td {
line-height: 160%;
padding: 5px;
}

textarea {
width: 200px;
height: 75px;
}

select {
width: 80px;
}

div#rechts input {
width: 80px;
border: 1px solid #004C98;
background-color: #bde1ed;
color: #000;
margin: 0 0 3px 0;
}

div#rechts input[type=submit] {
width: 30px;
border: 1px solid #004C98;
}
table.formbuilderform td {
line-height: 160%;
padding: 5px;
}

/* END FORMS */

/*************** RECHTS ************/

div#rechts {
width: 170px;
overflow-x: hidden;
float:right;
background-color: #fff;
margin: 0;
height: 586px;
}


#box-rechts h2, #box-rechts2 h2.rechts {
  background-color: #004c98;
  width: 165px;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 5px;
}

#box-rechts h2 a, #box-rechts2 h2 a {
  color: #fff;
  text-decoration: none;
}

div#weerkaart {
margin: 5px 0 0 0;
padding: 0;
width: 170px;
}

div#box-rechts {
margin: 5px 0 10px 0;
padding: 0;
width: 170px;
color: #fff;
}

div#box-rechts h1 {
font-weight: normal;
font-style: italic;
font-size: 90%;
border-bottom: 1px solid #c0c0c0;
}

div#nieuwsbrief input {
width: 75px;
}

/*************** END RECHTS ************/


/* End of 'Snellevliet - Style' */

