* {
    padding: 0;
    margin: 0;
}

html {
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    background: #EAF3F9;
}

img {
    border: 0px;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

/* page header/navigation/container */
div#container {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    background: url("../img/body-back.gif") repeat-y top left;
    padding: 10px 40px 0px 30px
}

div#header .top, div#header .bottom {
    width: 910px;
    /*overflow: hidden;*/
}

div#header .bottom {
    background: #EAF3F9;
    border-bottom: 1px solid #9c0;
    margin-top: 10px;
    width: 920px;
    height: 29px;
}

div#header .top h1 {
    float: left;
}

/** top links **/
div#top-right {
    float: right;
    overflow: hidden;
}

ul#top-links  {
   display: inline;
   float: left;
   padding-top: 4px;
}

ul#top-links li {
    list-style-type: none;
    margin-left: 10px;
    color: #9c0;
    font-size: 1.2em;
   display: inline;
}

ul#top-right li img {
    position: relative;
    top: -2px;
}

ul#top-links a {
    color: #666;
    text-decoration: none;
}

div#top-right a.login {
   background: url("../img/login-icon.gif") no-repeat center left;
   padding-left: 12px;
   color: #666;
   font-size: 1.2em;
   text-decoration: none;
   margin-left: 20px;
}

div#top-right .ftxt {
   margin-left: 20px;
   border: 1px solid #95C1DF;
   width: 180px;
}

div#top-right .fbtn {
   margin-left: 5px;
   background: #fff;
   color: #666;
   text-decoration: none;
   border: 0px;
   /* NFK-175 */
   font-family: Arial,Verdana,Helvetica,sans-serif; 
}

div#top-right form {
   margin-left: 15px;
   background: #fff;
   font-size: 1.2em;
   color: #666;
   text-decoration: none;
   display: inline;
}


/** main and sub nav **/
ul#main-nav {
    float: left;
    /*overflow: hidden;*/
    padding: 3px 5px 0px 5px;
    clear: both;
}

ul#main-nav li {
    float: left;
    list-style-type: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #9c0;
    padding: 5px 0px 7px 0px;
    position: relative;
}
ul#main-nav a.active {
   border-bottom:5px solid #7AB3D8;
}

ul#main-nav a {
    color: #002D64;
    text-decoration: none;
    padding: 5px 10px 2px 10px;
}

ul#main-nav a:hover {
    border-bottom: 5px solid #7AB3D8;
}

ul#main-nav li>ul {
     top: auto;
     left: auto;
}

ul#main-nav li:hover ul.sub-nav, ul#main-nav li.over ul.sub-nav {
     display: block;
     position: absolute;
     top: 100%;
     left: 0px;
}

ul#main-nav ul.sub-nav {
     padding: 0px;
     margin: 0px;
     display: none; /* hide all the dropdown sub menus */
     background: #fff;
     border: 1px solid #7AB3D8;
}

ul#main-nav ul.sub-nav li {
     float: none;
     position: static;
     padding: 0px;
     padding-bottom: 3px;
}

ul#main-nav ul.sub-nav li a {
     width: 150px; /* width for each sub nav link is fixed */
     display: block;
     border-bottom: 0px;
     font-weight: normal;
     font-size: 0.9em;
}

ul#main-nav ul.sub-nav li a:hover {
     border-bottom: 0px;
}

/* page body/content */
div#body {
    width: 910px;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}

div#body-bottom {
    width: 980px;
    height: 26px;
    display: block;
    margin: 0 auto;
    padding-right: 68px;
    background: url("../img/body-bottom-back.gif") no-repeat scroll 15px top;
}

/** content **/
div#content {
    width: 670px;
    float: left;
    font-size: 1.2em;
    color: #013F7C;
}

div#content h1 {
    color: #479CD1;
    margin-bottom: 10px;
    font-size: 1.7em;
}

div#content h2 {
    color: #013F7C;
    font-size: 1.5em;
}

div#content h2.subtitle {
    font-size: 1.15em;
}

div#content ul {
    color: #013F7C;
    line-height: 1.4em;
    /* NFK-78 */
    margin-bottom:10px;
}

div#content li {
   margin-left: 15px;
}

div#content ol {
    margin-left: 0px;
    color: #013F7C;
    /* NFK-78 */ 
    margin-bottom:10px;
    line-height: 1.4em;
}

div#content ol li .txt {
    float: left;
    width: 640px;
    border-bottom: 1px solid #BAD0DF;
    padding-bottom: 5px;
}

div#content ol li span {
    font-weight: bold;
    float: left;
    width: 30px;
    display: block;
    font-family: Verdana, sans-serif;
}

div#content p {
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #013F7C;
}

div#content .sr p {
    margin-bottom: 0px;
}

div#content table{
    margin: 0px;
    padding: 0px;
   border: none;
   color: #013F7C;
}

div#content table td{
   border: none;
}

div#content p.meta {
    border-bottom: 1px solid #CCD9E3;
    margin-bottom: 20px;
}

div#content p.agendadate {
    font-style: italic;
    padding-top: 5px;
}

div#content p.meta a {
    background: url("../img/arrow-icon2.gif") no-repeat left center;
    margin-left: 0px;
    padding-left: 10px;
    color: #7AB3D8;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

div#content p.date {
    color: #999;
    margin-bottom: 0px;
}

div#content p.pages{
    text-align: right;
    padding-bottom: 10px;
    font-family: Verdana, sans-serif;
    font-size: 0.9em;
}

div#content p.pages a {
    color: #0A7BC2;
    margin-left: 5px;
    text-decoration: none;
    padding: 1px 3px 1px 3px;
}

div#content p.pages a:hover {
    background: #0A7BC2;
    color: #fff;
}

div#content p.pages a.active {
    background: #0A7BC2;
    color: #fff;
}

div#content a.more {
    background: url("../img/arrow-icon.gif") no-repeat left center;
    margin-left: 0px;
    padding-left: 10px;
    color: #7AB3D8;
}

div#content .content_infoblock {
   clear: left;
   padding: 10px;
   background: #EAF3F9;
   clear: right;
   margin-left: 10px;
   margin-bottom: 10px;
   width: 200px;
}

div#content .content_infoblock li{
   margin-left: 15px;
}


div#content .related a {
   color: #013F7C;
   font-weight: bold;
   text-decoration: underline;
}

div#content .content_infoblock img {
   display: block;
   padding-bottom: 10px;
}

div#content .related img {
   border: 1px solid #ccc;
   margin: 2px;
   float: none;
   padding: 0;
   display: inline;
   
}

div#content .no_bullets ul{
   list-style: none;
}

div#content .no_bullets li{
   margin-left: 0px
}

/*** content secure-login ***/
div#content div.secure-login {
    float: left;
    width: 344px;
    height: 180px;
    padding: 10px 15px;
    margin-right: 5px;
}

div#content div.secure-login h1 {
   border-bottom: 1px solid #CCD9E3;
   font-size: 1.4em;
}

div#content div.secure-login p {
   font-weight: bold;
   margin-bottom: 0px;
   padding: 2px;
}

div#content input.field {
   background:#FFFFFF;
   border:1px solid #888787;
   margin:0pt 0pt 5px;
   padding:2px;
   width:330px;
}

div#content input.button {
   margin-top: 20px;
   margin-right: 6px;
   padding: 2px;
}

div#content input.field:focus, div#content input.field:hover {
   background-color:#F1F1F1 !important;
   border:1px solid #3081D1;
}

div#content div.attachment {
   color:#013F7C;
   font-size: 1em;
   background: #EAF3F9 none repeat scroll 0%;
   padding-top: 10px;
   padding-bottom: 10px;
   width: 300px;
}

div#content div.attachment p {
   padding-left: 10px;
   font-size:1.2em;
}

div#content div.attachment ul {
   list-style: none;
}

div#content div.attachment img {
   border: 1px solid #ccc;
   margin: 2px;
   float: none;
   padding: 0;
}

div#content div.attachment h3 {
   margin-left: 15px;
}

div#content div.attachment a:hover {
   text-decoration:underline;
}

div#content div.attachment a {
   color:#013F7C;
   font-weight:bold;
   text-decoration:none;
}

div#content div.adres {
   color:#013F7C;
   font-size:1.2em;
   background: #EAF3F9 none repeat scroll 0%;
   border-top: 1px solid #99CC00;
   padding-bottom: 10px;
   padding-top: 10px;
}

div#content div.adres h3 {
   font-weight:bold;
}

div#content div.adres ul {
   list-style: none;
}

div#content div.adres p {
   margin-left: 15px;
}

div#content div.dynamicform img.captcha{
   border:1px solid #AAAAAA;
   height:30px;
   padding:2px;
}

div#content div.dynamicform .red,
div#content div.dynamicform .mandatory {
   color: #FF0000;
   padding: 2px;
}

div#content div.dynamicform td{
   padding-right: 10px;
   vertical-align: top;
   padding-bottom: 6px;
}

div#content div.dynamicform label{
   padding: 2px;
}

div#content div.dynamicform h2 {
   color:#479CD1;
   font-size:1.7em;
   margin-bottom:10px;
   border-bottom:1px solid #CCD9E3;
}

div#content div.dynamicform form{
   color:#013F7C;
   line-height: 1.4em;
}

div#content div.dynamicform input.textfield, 
div#content div.dynamicform textarea, 
div#content div.dynamicform select{
   border:1px solid #888787;
   margin:0pt 0pt 5px;
   padding:2px;
   width:400px;
}

div#content div.dynamicform input#knopverstuur {
   border:1px solid #888787;
   margin:0pt 0pt 5px;
   padding:2px;
   width: auto;
   float: right;
}

div#content div.dynamicform input .button {
   padding: 2px;
}

div#content div.dynamicform input:focus, div.dynamicform input:hover,
div#content div.dynamicform textarea:focus, div.dynamicform textarea:hover,
div#content div.dynamicform select:focus, div.dynamicform select:hover  {
   background-color:#F1F1F1 !important;
   border:1px solid #3081D1;
}

div#content div.dynamicform td.radios  label, div#content div.dynamicform td.checkboxes  label{
   display: block;
}

div#content div.dynamicform td.radios input, div#content div.dynamicform td input#inputnieuwsbrief{
   width: 20px;
}


/*** content entriess ***/
div#entries {
    margin: 10px 0px 10px 0px;
   border-top:1px solid #CCD9E3;
}

div#content h3 {
    color: #0A7BC2;
    font-size: 1.2em;
    margin-bottom: 5px;
}

div#content h4 {
    color: #0A7BC2;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 10px;
}

div#entries .entry {
    width: 670px;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #CCD9E3;
}


div#entries .entry2 {
    width: 670px;
    overflow: hidden;
    padding: 10px 0px 0px 0px;
}

div#entries .last .wide-text {
    border-bottom: 0px;
}

div#entries .date {
    float: left;
    width: 90px;
    color: #999;
    display: block;
}

div#entries .text {
    float: left;
    width: 480px;
    line-height: 1.4em;
    margin: 0px 10px 0px 10px;
}

div#entries a, div#entries span.norm {
    color: #0A7BC2;
    text-decoration: none;
    font-weight: bold;
}

div#entries a:hover {
    text-decoration: underline;
}

div#entries a.norm, div#entries span.norm  {
    font-weight: normal;
}

div#entries .image {
    float: left;
    width: 80px;
}

div#entries .number {
    width: 20px;
    margin-right: 10px;
    float: left;
    padding-top: 8px;
}

div#entries .number span {
    background: #0A7BC2;
    color: #fff;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 0.9em;
}

div#entries .wide-text {
    width: 640px;
    float: left;
    line-height: 1.4em;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #CCD9E3;
}
/*** content agenda ***/
div#agenda {
    margin: 10px 0px 10px 0px;
   border-top:1px solid #CCD9E3;
}
div#agenda a {
   color:#0A7BC2;
   font-weight:bold;
   text-decoration:none;
}
div#agenda table{
    border-spacing: 0px;
   width: 670px;
}
div#agenda thead td{
    background:#EAF3F9 none repeat scroll 0%;
   border-bottom:1px solid #99CC00;
}
div#agenda td{
   padding: 2px;
   vertical-align:top;
   line-height:1.4em;
}
div#agenda td.date{
   width: 10%
}
div#agenda td.title{
   width: auto;
}
div#agenda td.city{
   width: 10%
}

div#agenda td.targetgroup{
   width: 20%
}
/*** content sitemap ***/
div#sitemap {
   color: #7AB3D8;
   font-size: 1em; 
}

div#sitemap h1 {
   border-bottom: 1px solid #CCD9E3;
   color: #0A7BC2;
   text-decoration: none;
   font-size: 1.4em;
   padding-bottom:3px;
}

div#sitemap a {
    color: #0A7BC2;
    text-decoration: none;
}

div#sitemap ul {
    padding-left: 15px;
    list-style-type: none;
}

div#sitemap li {
   padding: 3px 0px;
}

/** content top **/
div#content-top {
    width: 910px;
    overflow: hidden;
}

div#content-top h1 {
    color: #7AB3D8;
    font-size: 2.2em;
    font-weight: normal;
}

div#content-top ul {
    font-size: 1.2em;
    margin-bottom: 5px;
}

div#content-top li {
    list-style-type: none;
    border-bottom: 1px solid #CCD9E3;
    padding: 3px 0px 3px 0px;
    overflow: hidden;
}

div#content-top li span {
    float: left;
    display: block;
    width: 70px;
    color: #013F7C;
}

div#content-top a {
    color: #013F7C;
    text-decoration: none;
    margin-left: 10px;
    font-weight: bold;
    float: left;
    width: 230px;
}

div#content-top a.more {
    background: url("../img/arrow-icon.gif") no-repeat left center;
    margin-left: 0px;
    font-size: 1.2em;
    padding-left: 10px;
    color: #7AB3D8;
}

div#content-top a:hover {
    text-decoration: underline;
}

div#content-top .homepage-img {
    float: left;
    width: 600px;
    float: left;
}

div#content-top .actueel {
    width: 310px;
    float: left;
}

/** content bottom **/
div#content-bottom {
    width: 910px;
    overflow: hidden;
    margin-top: 20px;
}

div#content-bottom .bottom-article {
    background: url("../img/round-box.gif") no-repeat top left;
    float: left;
    width: 344px;
    height: 180px;
    padding: 10px 15px;
    margin-right: 5px;
}

div#content-bottom .bottom-article  img {
   padding:10px 10px 0px 0px;
}

div#content-bottom .bottom-article  h1 {
    font-size: 1.6em;
    padding: 5px 0px 5px 0px;
   color: #7AB3D8;
}

div#content-bottom .bottom-article  h2 {
    font-size: 1.4em;
    padding: 0px 0px 5px 0px;
   color: #013F7C;
}

div#content-bottom p {
    font-size: 1.2em;
    margin-bottom: 5px;
}

div#content-bottom .bottom-article  a {   
    text-decoration: none;
}

div#content-bottom .bottom-article a.more {
    background: url("../img/arrow-icon.gif") no-repeat left center;
    margin-left: 0px;
    font-size: 1em;
    padding-left: 10px;
    color: #7AB3D8;
    font-weight: bold;
}

div#content-bottom .bottom-article select {
    width: 344px;
}

div#content-bottom .right {
    float: left;
    width: 152px;
}

div#content-bottom .right li {
    list-style-type: none;
    margin-bottom: 15px;
}

/** sidebar **/
div#sidebar {
    width: 225px;
    float: left;
    margin-right: 15px;
}

/*** sidebar nav ***/
ul#sidebar-nav {
    margin-bottom: 20px;
}

ul#sidebar-nav li {
    font-size: 1.2em;
    font-weight: bold;
}

ul#sidebar-nav .sub-nav li {
    font-size: 1em;
    font-weight: normal;
   padding-left:10px;
   
}

ul#sidebar-nav li a {
    color: #0A7BC2;
    text-decoration: none;
    background: no-repeat 210px center;
    display: block;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #CCD9E3;
}

ul#sidebar-nav .sub-nav li a {
    background: none;
   border-bottom: none;
}

ul#sidebar-nav li a:hover {
    background: #7AB3D8 url("../img/arrow-white-icon.gif") no-repeat 210px center;
    color: #fff;
    border-bottom: 1px solid #629DC4;
}
ul#sidebar-nav .sub-nav li a:hover {
    background: #fff no-repeat 210px center;
   color: #629DC4;
   font-weight: bold;
    border-bottom: none;
}

ul#sidebar-nav li a.active {
    background: #7AB3D8 no-repeat 210px center;
    color: #fff;
    border-bottom: 1px solid #629DC4;
}

/*** sidebar search ***/
div#sidebar-search {
    background: url("../img/sidebar-round-box.gif") no-repeat top left;
    padding: 10px 10px 10px 10px;
    width: 205px;
    margin-bottom: 20px;
}

div#sidebar-search h2 {
    color: #013F7C;
    font-size: 1.6em;
    margin-bottom: 10px;
}
div#sidebar-search ul {
    margin-top: 10px;
}

div#sidebar-search li {
    list-style-type: none;
    margin-bottom: 10px;
}

div#sidebar-search .search {
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCD9E3;
}

div#sidebar-search .ftxt {
    border: 1px solid #95C1DF;
    width: 160px;
}

div#sidebar-search .ftxt2 {
    border: 1px solid #95C1DF;
    width: 60px;
}

div#sidebar-search .search .fbtn {
    border: 0px;
    background: transparent;
}

div#sidebar-search .fs {
    width: 200px;
}

div#sidebar-search .options {
    font-size: 1.2em;
}

div#sidebar-search .two-col {
    width: 205px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 5px;
}

ul.left {
    float: left;
    width: 100px;
}

ul.right {
    float: left;
    width: 100px;
}

ul.left2 {
    float: left;
    width: 30px;
}


/* page footer */
div#footer {
    width: 900px;
    overflow: hidden;
    background: #D2E4F6;
    padding: 10px 10px 0px 10px;
    color: #002D64;
}

div#footer-bottom {
    background: url("../img/footer-bottom-back.gif") no-repeat top left;
    display: block;
    width: 920px;
    height: 12px;
}

div#footer li {
    list-style-type: none;
    font-size: 1.1em;
    font-weight: bold;
}

div#footer li.normal {
   font-weight: normal;
}

div#footer a.logo {
   display: block;
   padding-left:207px;
   padding-top:52px;
   background:transparent url(../img/nfk-logo.png) repeat scroll 0 0;
}

div#footer .left {
    float: left;
    overflow: hidden;
}

div#footer .contact {
    float: left;
    margin-right: 15px;
}

div#footer .right {
    float: right;
    text-align: right;
    line-height: 1.6em;
}

div#body-bottom .subfooter {
    color: #002D64;
    display: inline;
    margin-top: 2px; 
    padding-left: 10px;
}

div#body-bottom .subfooter a {
   color: #002D64;
}

div#body-bottom .sub_last {
   padding-right: 50px;
}

div#body-bottom .sub_first {
   padding-left: 50px;
}
/*  WEBSHOP */
div#content .webshopitem {
	clear: both;
	border: 1px solid #9c0;
   width: 640px;
   padding: 10px;
	margin-bottom: 10px;
}

div#content .webshopitem  a{
	color:#0A7BC2;
	font-weight:bold;
	text-decoration:none;
}

div#content .webshopitem  img {
	float: left;
	padding-right: 10px;
}

div#content .webshopitem  .infoblock h1 {
	
}
div#content .webshopitem  .infoblock h2 {
   font-size: 1.2em;
}
div#content .webshopitem  .infoblock p {

}

div#content .webshopitem  .infoblock {
	float: left;
	display: block;
}

div#content .webshopitem  .w485 {
   width: 485px;
}

div#content .webshopitem  .navbar {
	float: right;
	display: block;
	padding-left: 10px;
	width:100px;
}

div#content .webshopitem  .navbar img{
	padding: 0px;
	float:none;
	width:none;
}

div#content .webshopitem  .navbar p{
	margin-bottom: 5px;
}

div#webshopcart table{
	border-spacing: 0px;
   width: 670px;
	margin-bottom:15px;
}
div#webshopcart thead td{
   background:#EAF3F9 none repeat scroll 0%;
   border-bottom:1px solid #99CC00;
}
div#webshopcart td{
   padding: 2px;
   vertical-align:top;
   line-height:1.4em;
}
div#webshopcart td.productnumber{
   width: 10%
}
div#webshopcart td.title{
   width: auto;
}
div#webshopcart td.unit{
   width: 15%
}
div#webshopcart td.funcs{
   width: 5%
}
div#webshopcart td.number{
   width: 15%
}
div#webshopcart td.label{
   width: 160px;
}
div#webshopcart td.value{
   width: auto;
}

p.orderButton {
	border-top: 1px solid #7184B4;
	border-left: 1px solid #7184B4;
	border-right: 1px solid #27458E;
	border-bottom: 1px solid #27458E;
	background-color: #4C65A1;
	float:right;
	margin-left: 5px;
	padding: 2px 6px;
}

p.orderButton a, p.orderButton a:hover { 
	text-decoration: none;
	color: white;
   font-weight: bold;
}

.shoppingcart li h2.listheader {
   background:#fff none repeat scroll 0 0;
   border-bottom:1px solid #99CC00;
   color:#002D64;
   display:block;
   padding:5px 10px;
}

.shoppingcart li a {
   font-size:1em;
   font-weight:normal;
   color:#0A7BC2;
   display:block;
   padding:5px 10px;
   text-decoration:none;
}

.shoppingcart li a.listheader {
   font-size:1.2em;
}

ul#sidebar-nav .sub-nav li a.active {
   background: #fff no-repeat 210px center;
   color: #629DC4;
   font-weight: bold;
   border-bottom: none;
}

div#sidebar p {
    margin-bottom: 20px;
}

.ordernavbar {
   height: 60px;
}

div#webshopcart .ordernavbar td{
   vertical-align:bottom;
}

div#content .intro p, div#content .intro ul {
    color: #013F7C;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
}

.news p {
   display: inline;
}

.entry2 img, .entry img {
   padding-right: 10px;
   padding-bottom: 5px;
}

/* NFK-87 added print icon */
.printIcon {
	margin: 6px; 
	float: right; 
	background-image: url(../img/print.png); 
	width: 16px; 
	height: 16px;
	cursor: pointer;
}

/* NFK-289 */
.cmsc_rssfeed {
	float: right;
	margin: 6px;
}