/* Start of CMSMS style sheet 'PB - stijl' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0 auto;
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: url(images/image001.jpg) left top;
}

/*
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: #008700; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #008700;   
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #008700;
}

/*****************
basic layout 
*****************/
body {
   margin:1em;    /* gives some air for the pagewrapper */
}

div#pagewrapper {
background: transparent url(images/bg.png) repeat-y left top;
width: 950px;
margin: 0 auto;
}

div#content {
margin-left: 5px;
margin-top: 0px;
}

div#main {
   margin-left: 0px; 
   margin-right: 0px; /* and some air on the right */
   margin-top: 0px;
   width: 544px;
   padding-top: 0px;
}
div#maintimetable {
   margin-left: 0px; 
   margin-right: 0px; /* and some air on the right */
   margin-top: 0px;
   width: 900px;
   padding-top: 0px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  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;
}

div#footer {
margin: 0;
padding-top: 10px;
color: #074d90;
border-top:1px dotted #074d90;
}

div#footer h2{ 
   Font-size: 10px;
   color: #cccccc;
   align: left;
}


/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1 {
   color: #008700; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h2 {
   color: #00aeef; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h3 {
   color: #00aeef; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   color: #00aeef; 
   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;
}
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 {
   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;
}

ul#home, ul#home2 {
list-style: none;
width: 250px;
}

ul#home {
float: left;
display: inline;
}

ul#home2 {
float: right;
}


ul#home li, ul#home2 li {
padding: 0 0 20px 30px;
background: transparent url(images/spetter-ro.gif) no-repeat left top;
}
/* END LISTS */

div#main table, .formbuilderform, .contactform {
margin: 0;
padding: 0;
}

select#m4_48_1 {
width:50px;
}

select#m4_48_3 {
width:60px;
}

div.formbuilderform div {
width: 400px;
border: 0px solid #000;
float: left;
clear: both;
line-height: 1.4em;
margin-bottom: 5px;
}

textarea#m5fbrp__136, textarea#m4fbrp__136, textarea#m5fbrp__24, textarea#m5fbrp__130, textarea#m5fbrp__131 {
width: 150px;
height: 100px;
}

form#m5moduleform_1 input {
width: 150px;
}

div#quote input {
width: 90px;
}
/* End of 'PB - stijl' */

