/* Start of CMSMS style sheet 'Main' */
html { 
   min-height: 100%; 
   margin: 0px 0px 1px 0px; 
}

* {
   margin:0;
   padding:0;
}

body {
   text-align: left;
   font-family: Verdana;
   font-size: 12px;
   line-height: 150%;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;
}

a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #385C72;
}

body {
   background-color: #106787;
   color: #333;
   margin:0em;
}

div#pagewrapper {
   margin: 0 auto;
   width: 950px;
   background-color: #fff;;
   color: black;
   background-color: #c3d9e1;
}

div#header {
   height: 131px;
   background: transparent url(images/cms/header.jpg) no-repeat;
   padding: 0px;
   margin: 0px;  
}

div#content_top {
   height: 41px;
   background: transparent url(images/cms/content_top.jpg) no-repeat; 
   padding: 0px;
   margin: 0px;         
}
div#content_bottom {
   height: 41px;
   background: #fff url(images/cms/content_bottom.jpg) no-repeat;        
}

div#menu_top {
   height: 43px;
   background: #c4d8e1 url(images/cms/menutop.jpg) no-repeat 12px 0px;        
}

div#menu_bottom {
   height: 43px;
   background: #c4d8e1 url(images/cms/menubottom.jpg) no-repeat 12px 0px;
   margin-bottom: 10px;
margin-top: 0px;        
}

div#secondmenu_bottom {
   height: 43px;
   background: #c4d8e1 url(images/cms/menubottom.jpg) no-repeat 12px 0px;
   margin-bottom: 10px;
margin-top: 0px;        
}

div#search {
   float: right;
   width: 23em;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 2em 0 0 0;
   font-size: 90%;
   margin-left: 250px;
}

div#content {
   margin: 0em auto 0em 0;
}

div#main {
   margin-left: 238px;
   margin-right: 15px;
   background-color: #fff;
   padding: 10px;
}

div#sidebar {
   float: left;
   width: 230px;
   display: inline;
   margin-left: 3px;
}

div#footer {
   clear: both;
   color: #333;
   background: #fff  url(images/cms/footer.jpg) no-repeat top center;  
   margin: 0px 15px 0px 15px;
   height: 70px;
}

div#footer p {
   padding: 1.5em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #666;
}

div.hr {
   height: 1px;
   padding: 0em;
}

div.left49 {
  width: 69%;
  background-color: #fff;
}

div.right49 {
  width: 100%;
  height: 43px;
  text-align: right;
  background-color: #fff;  
}
div#main_end {
  margin:  0px 15px 10px 238px;
  width: 697px;
  height: 43px;
  text-align: right;
  background: #fff  url(images/cms/content_bottom_right.jpg) no-repeat bottom right;  
}

div#content {
  background-color: #c4d8e1;
}

div#content h1 {
   color: #3581b2; 
   font-size: 1.2em; 
   text-align: left; 
   padding-bottom: 1px;
   border-bottom: 1px solid #d5d5d5;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h2 {
   color: #3581b2; 
   font-size: 1.2em; 
   text-align: left; 
   padding-bottom: 1px;
   border-bottom: 1px solid #d5d5d5;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 2em;
   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 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

pre {
   border: 1px solid #000;
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
}

div.templatecode {
  margin: 0 0 2.5em;
}

div#main ul,
div#main ol,
div#main dl {
   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#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;
}

form input.button {
   border-right: #cccccc 1px solid; 
   border-top: #cccccc 1px solid; 
   font-weight: bold; 
   font-size: 11px; 
   border-left: #cccccc 1px solid; 
   margin-right: 10px;
   color: #000000; 
   padding-right: 15px;
   padding-left: 15px;
   padding-bottom: 2px;
   padding-top: 2px;
   border-bottom: #cccccc 1px solid; 
   font-family: Verdana; 
   background-color: #FFFFFF
}

form textarea.field, form input.field {
   background-color:#FFF;
   border-left:1px solid #AAB3CA;
   border-top:1px solid #AAB3CA;
   border-right:1px solid #E4E7EE;
   border-bottom:1px solid #E4E7EE;
   font-size:12px;
   color:#21285C;
   vertical-align:middle;
}

.bestelbutton {
   background-color:#F7A94D;
   border-left:1px solid #F7A94D;
   border-top:1px solid #F7A94D;
   border-right:1px solid #CCCCCC;
   border-bottom:1px solid #CCCCCC;
   font-size:12px;
   width: 100%;
   font-weight:bold;
   color:#FFFFFF;
   vertical-align:middle;
}

div.print {
   float: right
}
/* End of 'Main' */

/* Start of CMSMS style sheet 'Nieuws' */
div#news {
  margin: 0em 0em 0em 1em;
  padding: 5px;
  background: #fff; 
}

div#news h1 {
   background: #c1dbf4 url(images/cms/bg_h2.jpg);
   padding: 0.2em 0em 0.2em 1em;
   border: 0px solid #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em;
    margin: 0 0.5em 0em 0.5em;
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
/* End of 'Nieuws' */

/* Start of CMSMS style sheet 'menu' */
#menu_vert {
   padding: 5px;
   margin-left: 1em;
background: #fff;
}

div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }

div#menu_vert a {
   text-decoration:none;
   display: block;
   padding: 0.2em 0.5em 0.2em 1.5em;
   color: #0c77bd;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em;
}

div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.2em 0.5em 0.2em 2.8em;
   background-position: 1.5em center;
}

div#menu_vert ul ul ul a {
   padding: 0.2em 0.5em 0.2em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

div#menu_vert a:hover {
   background-color: #c1dbf4;
}

div#menu_vert a.activeparent:hover {
   background-color: #c1dbf4;
   color: #0c77bd;
}

div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.2em center; 
   background-color: #0c77bd;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #0c77bd;
}

div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.2em center;
   background-color: #0c77bd;
   display: block; 
   padding: 0.2em 0.5em 0.2em 1.5em;
   color: #fff;
   font-size: 1em;
   margin: 0;
}

div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.2em 0.5em 0.2em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

div#menu_vert ul ul ul h3 {
   padding: 0.2em 0.5em 0.2em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   padding: 1.5em 0 0.2em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px;
}

div#menu_vert li.separator hr {
   display: none;
}
/* End of 'menu' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
span.accesskey {
   text-decoration:none;
}

.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

a.external {
  padding: 0 12px 0 0;
}

a.external:link {
  color: #18507C;
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C;
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* End of 'Accessibility and cross-browser tools' */

