/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 10px;
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header { 
    margin-bottom: 10px;
    _margin-bottom: 0px;
  }

  #header-inner
  {
  	position: relative;
    _margin-top: -7px;
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  _overflow: hidden;
  }
  
  #header-blocks div.block { float: right; }
  #header-blocks div.block.block-menu { float: left; }
  #header-blocks div.block.block-text_resize { margin-right: 120px; }
  
  #header-blocks a { text-decoration: none; color: #954167; }
  
  #block-menu-secondary-links ul.menu { list-style-position: inside; }
  #block-menu-secondary-links ul li { float: left; margin-right: 25px; }
  #block-menu-secondary-links ul li.leaf { 
    background:transparent url(i/arrow_purple.png) no-repeat scroll 0 center;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left:15px;
  }
  
  
  
/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar {
    padding-bottom: 10px;
    background-color: #FFFFFF;
    letter-spacing: 1px;
    overflow: visible;
  }

  #navbar a { color: #fff; font-weight: bold; }
  
  #navbar ul li {
  width: 109px; 
  text-align: center; background: url(i/navlink_border_right.png) right no-repeat top; padding: 0 1px 0 0; }  
  #navbar ul li.menu-136 { background: url(i/navlink_bg.png) repeat-x; }
  #navbar ul li.menu-136.active { background-image: url(i/navlink_bg_hover.png); }
  #navbar ul li.menu-744 { background-repeat: repeat-x; padding: 0 1px; }
  #navbar ul li a { display: block; padding: 6px 0px; background-repeat: repeat-x; font-size: 13px; }
  
  #navbar ul li a:link, #navbar ul li a:visited { /*background-color: #cd6d97*/ background-image: url(i/navlink_bg.png); }
  
  #navbar ul li a.active, #navbar ul li a:hover, #navbar ul li a:focus { background-image: url(i/navlink_bg_hover.png); }
  #navbar ul li.menu-136 a { background: transparent; }
  #navbar-inner { background-color: #80425d; height: 30px; }

  #search-box /* Wrapper for the search form */
  {
  	padding: 4px 0 3px 4px; background: transparent url(i/search_bg_corners.png) right top no-repeat;
  	*padding: 3px 0 1px 10px; 
  }

  #search-box .form-item { margin-top: 0; margin-bottom: 0; }

  #search-box #edit-submit { margin-left: 5px; }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer { text-align: center; color: #fff; font-weight: bold; margin-top: 10px; }
  body.section-kinderen #footer { color: #466e15; }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  
  }
  .node .content a { color: #2109ed; }
  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }
 
  .node-type-story .field-field-story-plaats { float: left; margin-right: 1em; font-weight: bold; }
  
  body.section-node-edit #content-inner, body.section-node-add #content-inner { background-color: #fff; padding: 10px; }
  .banner { position: relative; width: 450px; }
  .banner h1, .banner p, .banner ul { position: absolute; right: 20px; z-index: 4; text-align: right; }
  .banner h1 { top: 20px; }
  .banner.kinderen h1 { color: #8cac1a; }
  body.section-kinderen #info-pane .panel-col-first .banner h1 { text-align: left; left: 20px; }
  body.section-kinderen #info-pane .panel-col-first .banner ul { text-align: left; top: 50px; left: 50px; }
  body.fr.section-kinderen #info-pane .panel-col-first .banner ul { text-align: left; top: 90px; left: 50px; }
  .banner.ouders h1 { color: #fff; }
  .banner p { top: 50px; width: 40%; }
  .banner.kinderen p { color: #4b5c0e; }
  .banner.ouders p { color: #183354; } 
   
  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }
  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
/** Panel specific theming **/

.center-wrapper { overflow: hidden; _margin-bottom: 0px; }
div.panel-2row-bottom-50-25-25 .center-wrapper, div.panel-2col-4bottom .center-wrapper, div.panel-2row-4bottom .center-wrapper { margin-bottom: 10px; }
body.section-kinderen div.center-wrapper, body.section-category div.center-wrapper, body.section-taxonomy div.center-wrapper { background: url(i/so_kids_bg.png); }
body.section-ouders div.center-wrapper { background: url(i/so_ouders_bg.png); }
body.section-nieuws.node-type-story div.center-wrapper { background: url(i/so_nieuws_bg.png); }
body.section-in-de-kijker div.center-wrapper { background: url(i/so_ouders_bg.png); }
body.section-nieuws div.center-wrapper { background: #fff; }
body.section-4kids div.center-wrapper, body.section-contact div.center-wrapper { background: url(i/so_4kids_bg.png); }
.clearer { clear: both; }
body.section-contact div.panel-col-first div.inside { padding: 5px; }
body.section-contact #content-area, body.section-contact #content-area a { color: #00948C; }
body.front #info-pane { width: 100%; height: 360px; background: url(i/info_pane_bg.png) no-repeat top center; }
.region-border { background-color: transparent; background-repeat: no-repeat; height: 10px; }
div.panel-2row-bottom-50-25-25 div.center-wrapper, div.panel-2row-4bottom div.center-wrapper { background: none; }
div.panel-2row-bottom-50-25-25 div.center-inner, div.panel-2col-4bottom div.center-inner, div.panel-2row-4bottom div.center-inner { background-color: #fff; }
.region-border.top { background: url(i/rounded_border.png) no-repeat top center; }
.region-border.bottom { background: url(i/rounded_border.png) no-repeat center -10px;}
div.center-inner { /*background-color: #ffffff;*/ padding: 0 10px; _margin-top: -10px; display: block;}
#ie6{ background-color: #ffffff; padding: 0 10px; overflow: hidden; _height: 220px; _margin: 0px;}
/*.panel-3col-25-so #ie{ background-color: #ffffff; padding: 0 10px; overflow: hidden; _margin: 0px;}*/
.panel-2col-so #ie{ background-color: #ffffff; padding: 0 10px; overflow: hidden; _margin: 0px; _height: 500px;}

.region-border.bottom { _background: none;}
#bottom-ie6 {_background: url(i/rounded_border.gif) no-repeat center -10px; _clear: both; _margin-top: 0px;}
#bottom-ie6.ie6 {_background: url(i/rounded_border.gif) no-repeat center -8px; _clear: both; _margin-top: 0px;}
/* Bottom (info) panes */
/*#clear{clear: left; _height: 0px;}*/
#clear {
  clear:both;
  font-size:0;
  overflow:hidden;
}

#info-pane h2 { font-size: 24px; font-weight: normal; margin-bottom: 0.5em; margin-top: 0; }
#info-pane h2 { color: #fff; }

ul.nice-menu li ul li {
  _position: static;
}

body.front #info-pane { padding-top: 15px; height: 343px; }
body.front #info-pane div.content { height: 235px; }
body.front #info-pane #partners { height: 235px; background: none; margin-left: 30px; border: none; }
body.front #info-pane #partners h2 { color: #fff; }
body.front #info-pane #partners img { color: #fff; }
body.front #info-pane #faq { height: 215px; _height: 170px; border: 1px solid #41a1b1; background-color: #fff; background-image: none; margin-left: 20px; color: #294f58; }
body.front #info-pane #faq h2 { color: #ac4f7b; }
body.front #info-pane #newsletter { background: none; border: 0; }
body.front #info-pane #partners img { border-color: #41a1b1; margin-top: 4px; }

#info-pane #newsletter, #newsletter { background: url(i/newsletter_bg.png) repeat-x; height: 258px; border: 1px solid #294f58; padding: 10px; }
#info-pane #newsletter, #newsletter label { color: #294f58; }
#info-pane #newsletter, #newsletter input.form-text { border: 1px solid #41a1b1; }
#newsletter h2 { color: #fff; }

#info-pane #faq { background-image: url(i/faq_bg.png); background-position: top center; background-repeat: no-repeat; height: 258px; padding: 10px 10px 10px 10px; border: 1px solid #88b84b; color: #88b84b;}
#info-pane #faq h2 { color: #466e15; }
#info-pane #faq div.view-faq div.view-content { padding: 0 5px; font-size: 13px; }

#info-pane #product { background: url(i/product_bg.png) repeat-x; height: 258px; border: 1px solid #6b5898; padding: 10px; color: #294f58; }
#info-pane #product h2 a { color: #fff; }
#info-pane #product img { border: 1px solid #a68cd3; }

#info-pane #partners { background: url(i/partners_bg.png) repeat-x; height: 258px; padding: 10px; border: 1px solid #6bad41;}
#info-pane #partners h2 { color: #6bad41; }
#info-pane #partners div.content { text-align: center; }
#info-pane #partners img { margin-top: 7px; border: 1px solid #6bad41; }

#info-pane #news { background: url(i/news_bg.png) repeat-x; height: 258px; padding: 10px; border: 1px solid #294a6b; } 
#info-pane #news, #info-pane #news h2, #info-pane #news a { color: #294a6b; } 
#info-pane #news div.views-field-title { font-size: 16px; }
#info-pane #news div.views-field-teaser p { margin-top: 0.5em; }

/* Contact form */
#webform-component-voornaam, #webform-component-naam, #webform-component-postcode, #webform-component-stad, #webform-component-telefoonnummer, #webform-component-fax { float: left; width: 49%; }
#webform-component-naam, #webform-component-stad, #webform-component-fax { margin-left: 1%; }
#edit-submitted-voornaam, #edit-submitted-naam, #edit-submitted-postcode, #edit-submitted-stad, #edit-submitted-telefoonnummer, #edit-submitted-fax { width: 95%; }
#webform-component-schrijf_mij_in_op_de_simon__odil_newsletter div.form-item label { display: none; }
#webform-component-schrijf_mij_in_op_de_simon__odil_newsletter div.form-item div.form-checkboxes label { display: block; }

/* Partner nodes */
body.node-type-partner div.field-field-partner-logo { float: right; }
body.node-type-partner div.field-field-partner-logo img, 
body.node-type-product div.field-field-product-image img { border: 1px solid #eee; margin: 0 0 1em 1em; }

/* Product nodes */
body.node-type-product div.field-field-product-image { float: right; }
body.node-type-product div.field-field-partner-logo img { margin: 0 0 0.5em 0.5em; }

/* News page */
div.view-nieuws.view-display-id-panel_pane_2 div.views-row-odd, div.view-nieuws.view-display-id-panel_pane_2 div.views-row-even { margin-bottom: 0.5em; }

/* Sitemap *//*Search*/
body.section-sitemap #content,
body.section-search #content{ background-color: #fff; }
body.section-sitemap #content-inner
{ background-color: #ddf5f7; border: 1px solid #65b6c1; padding: 20px 30px; margin: 0 10px 10px; }
/*body.section-sitemap h1 { color: #ac4f7b; font-size: 3em; margin-bottom:20px; }*/
 
body.section-sitemap h1, body.section-search h1 { color: #ac4f7b; font-size: 3em; margin-bottom: 10px; }

body.section-sitemap h2.title { display: none; }
body.section-sitemap #content li.leaf, body.section-sitemap li.expanded,body.section-sitemap li.collapsed { list-style-image: none; list-style-type: none; }
body.section-sitemap li.expanded a { color: #ac4f7b; }
body.section-sitemap a{ color: #ac4f7b; }
body.section-sitemap #content ul li { font-size: 1.5em; line-height: normal; }
body.section-sitemap #content ul li ul li { font-size: 0.9em; }

body.section-search #content-inner{
  margin: 0 10px 10px;
}
body.section-search #content-top{
  float:right;
  width:450px;
}
body.section-search #content-header{
  background-color:#DDF5F7;
  border-left:1px solid #65B6C1;
  border-right:1px solid #65B6C1;
  border-top:1px solid #65B6C1;
  padding:10px 10px 0px 10px;
  width:427px;
}

body.section-search #content-area{
  background-color:#DDF5F7;
  border-bottom:1px solid #65B6C1;
  border-left:1px solid #65B6C1;
  border-right:1px solid #65B6C1;
  min-height:470px;
  padding:10px 10px 10px 10px ;
  width:427px;
}
body.section-search .form-item,
body.section-search .form-checkboxes,
body.section-search .form-radios,
body.section-search div.tabs{
  margin: 0;
}
body.section-search ul.primary{
  display: inline-block;
}
/*************************************************/
.block-nice_menus{
  margin: 0;
  padding: 0;
}
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
 visibility: visible !important;
}
ul.nice-menu ul ul{
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: auto;
 
}
ul.nice-menu li{
  border: none;
}
ul.nice-menu li ul li a{
  background: none !important;  
  font-size: 11px !important;
  line-height:12px;
  padding:5px 10px 5px 15px !important;
}
ul.nice-menu ul li ul li.first a{
  padding-left: 15px;
}
ul.nice-menu li ul li a:hover,
ul.nice-menu li ul li.first a:hover,
ul.nice-menu li ul li ul li a:hover,
ul.nice-menu li ul li ul li.first a:hover{
  color: #fbfdc0 !important;
  background: url(i/yelow_arrow.png) no-repeat scroll 0 center !important;
}
ul.nice-menu li ul li ul li a{
   font-weight: normal !important; 
   /* background:url(i/bg_submenu.png) no-repeat scroll 0 bottom !important;*/  
}
ul.nice-menu li ul li{
  background: transparent none !important;
  width: 150px !important;  
  text-align: left !important; 
  padding-left: 5px !important;
}
/*ul.nice-menu li, ul.nice-menu-down li { background: none; }*/

ul.nice-menu li ul li ul li{
  padding-left: 15px !important;
}
ul.nice-menu-down ul{
  top: 30px;
  background: #b4507e;
  width: 350px;
}

ul.nice-menu li ul li.submenu-bottom-l{
  background:url(i/bg_submenu.png) no-repeat scroll 0 bottom !important;
  position:relative;
  padding: 0;
  top:15px;
  width:350px !important;
}
ul.nice-menu ul,
#header-region ul.nice-menu ul,
ul.nice-menu{
  border:none !important;
}
ul.nice-menu li.first a span{
  background: url(i/first_border.png) no-repeat !important;
  padding: 6px 14px 6px 11px; 
}
ul.nice-menu li.first a:hover span,
ul.nice-menu li.first a.active span{
  background: url(i/first_border_hover.png) no-repeat !important;
}
ul.nice-menu ul li.first a:hover span,
ul.nice-menu ul li.first a.active span{
    background: url(i/hack.png) no-repeat !important;
}
ul.nice-menu li.first a{
  padding-left: 0 !important;
}
ul.nice-menu ul li.first a{
  padding-left: 15px !important;
}
ul.nice-menu ul li.first a span{
  background: none !important;
  padding: 0 !important;
}
/***************/
.block-nice_menus #menu-1126,
.block-nice_menus #menu-1141,
.block-nice_menus #menu-1143,
.block-nice_menus #menu-1145,
.block-nice_menus #menu-1147,
.block-nice_menus #menu-1108,
.block-nice_menus #menu-1113{
   clear: none;
}
/***********************************/
.but-l{
 background: url(i/but-l.png) no-repeat scroll  0 0; 
 padding-bottom:4px; 
 padding-left:24px;
 padding-top:5px;
 
 *padding-bottom:0px; 
 *padding-top:0px;
  
}
.but-r{
 background: url(i/but-r.png) no-repeat scroll right 0; 
 padding-bottom:4px; 
 padding-top:5px;
 padding-right:3px;
 margin-right: 7px;
 
 *padding-bottom:0px;
 *padding-top:0px; 
}
.front .a-submit{
  padding:5px 32px 5px 30px;
  background: url(i/but-more.png) no-repeat scroll 0 0px;
  *position: relative;
  *top: -2px;
}
.a-submit{
  background: url(i/but-search.png) no-repeat scroll 0 0px;
  border: none;
  cursor: pointer;
  padding:3px 32px 5px 25px;
  height: 25px;  
  color: #fff;
  font-weight: bold;
}
body:last-child:not(:root:root) #simplenews-block-form-1 .form-submit{
 font-size: 13px !important;
}
 
body:last-child:not(:root:root)
#search-box{
  padding: 4px 0 1px 10px;
}
#faq .views-field-title-1{
  margin-top: 15px;
}
/******************************/
.banner-text{
  padding:20px 20px 0px 20px;
  position:absolute;
}


.banner .banner-text{
  padding:20px 20px 0px 85px;
  position:absolute;
  /*text-align:right;*/
  width:345px;
}

.banner-wide .banner-text {
  width: 890px;
  padding: 20px 20px 0 0;
}

/*********************************/
#header-blocks #block-simon-0,
#header-blocks #block-menu-secondary-links{
  position: relative;
  top: -120px;
}
#header-blocks #block-text_resize-0{
   position: relative;
   top: -115px;
}
#header-blocks #block-locale-0{
   position: absolute;
   top: 10px;
   right: 20px;
}
#search-form a{
   color:#AC4F7B;
}
.search-advanced .form-submit{
   background: url(i/but-adv.png) no-repeat scroll 0 center  !important ;
   border: none;
   color:#FFFFFF;
   font-weight:bold;
   padding: 3px 40px 2px 30px ;
   height: 26px;
}
#search-form .form-submit{
   background: url(i/but-search.png) no-repeat scroll 0 center ;
   border: none;
   color:#FFFFFF;
   font-weight:bold;
   padding: 3px 0 2px 20px;
   width: 103px;   
   cursor: pointer;
   height: 26px;
}
#simplenews-block-form-1 .form-submit{
   background: url(i/but-subsc.png) no-repeat scroll 0 center ;
   border: none;
   color:#FFFFFF;
   font-weight:bold;
   padding: 0px 0 2px 20px;
   width: 103px;   
   cursor: pointer;
   height: 26px; 
}
.search-results a{
  color:#AC4F7B;
  font-weight:bold;
  text-decoration: underline;
}
.search-results .title{
  padding-bottom: 8px;
}
body.section-search h2{
    color:#AC4F7B;
}
body.section-search{
color: #80425D;
}
/**********************/
.sitemap-box ul{
  margin: 0;
  padding: 0;
  width: 215px;
}
.sitemap-box ul ul{
  padding-bottom: 20px;
}
.sitemap-box li a:hover{
  text-decoration: underline;
}
.sitemap-box li{
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.sitemap-box ul li ul li{
  font-size: 13px !important;
}
.sitemap-box ul li ul li a{
  color: #80425D !important;
}
.sitemap-box ul li ul li ul li{
  padding-left: 10px;
  background: url(i/sitemap-li.png) no-repeat scroll 0 center; 
  font-weight: normal !important;
}
.header-img p{
  margin: 0;
  padding: 0;
}
.title-3{
  position: absolute;
  top: 128px;
  left: 540px;
}
.title-2{
  position: absolute;
  top: 128px;
  left: 270px;
}
.page-kinderen .panel-3col-25-25-50 .panel-col-last{
  *margin-left: -2px;
}

/*********************/
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane,
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane,
.section-category .panel-3col-25-so .panel-col-first .panel-pane{
  background-color: #DFF9B2;
  padding: 20px;
}
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane h2, 
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane h2,
.section-category .panel-3col-25-so .panel-col-first .panel-pane h2{
  color: #4AB113;
  text-align:left;
  font-size:32px;
  font-weight:normal;
  padding-bottom: 20px;
}
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane ul ,
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane ul ,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane ul,
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane ul,
.section-category  .panel-3col-25-so .panel-col-first .panel-pane ul{
  margin: 0;
  padding: 0;
}
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane ul li a, 
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane ul li a,
.section-category .panel-3col-25-so .panel-col-first .panel-pane ul li a{
  color: #00948C;
  font-size: 14px;
}
.section-nieuws a, .section-nieuws .panel-col-first h2 { color: #00948C; }
.section-nieuws .panel-col h2 { margin-top: 0.667em; }
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane ul li a:hover, 
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane ul li a:hover,
.section-category .panel-3col-25-so .panel-col-first .panel-pane ul li a:hover{
  text-decoration: underline;
}
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane ul li, 
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane ul li,
.section-category .panel-3col-25-so .panel-col-first .panel-pane ul li{
  list-style-image: none;
  list-style: none;
  padding-bottom: 10px;
}
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane ul li ul li a, 
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane ul li ul li a,
.section-category .panel-3col-25-so .panel-col-first .panel-pane ul li ul li a{
  color: #5B3276;
  font-size: 12px;
}
.section-kinderen .panel-3col-25-so .panel-col-first .panel-pane ul li ul li, 
.section-taxonomy .panel-3col-25-so .panel-col-first .panel-pane ul li ul li,
.section-category .panel-3col-25-so .panel-col-first .panel-pane ul li ul li{
  background: url(i/lm-li.png) no-repeat scroll 0 0.5em;
  padding-left: 10px;
  list-style-image: none;
  list-style: none;
  padding-bottom: 0;
}
/*****/
.section-in-de-kijker .panel-3col-25-so .panel-col-first .panel-pane,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane{
  background-color: #DBECF4;
  padding: 20px;
}

.section-in-de-kijker .panel-3col-25-so .panel-col-first .panel-pane h2,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane h2{
  color: #2B4568;
  text-align:left;
  font-size:32px;
  font-weight:normal;
  padding-bottom: 20px;
}

.section-in-de-kijker .panel-3col-25-so .panel-col-first .panel-pane ul li a,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane ul li a{
  color: #2B4568;
  font-size: 14px;
}

.section-in-de-kijker .panel-3col-25-so .panel-col-first .panel-pane ul li ul li a,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane ul li ul li a{
  color: #476982;
  font-size: 12px;
}

.section-in-de-kijker .panel-3col-25-so .panel-col-first .panel-pane ul li a:hover,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane ul li a:hover{
  text-decoration: underline;
}

.section-in-de-kijker .panel-3col-25-so .panel-col-first .panel-pane ul li,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane ul li{
  list-style-image: none;
  list-style: none;
  padding-bottom: 10px;
}

.section-in-de-kijker .panel-3col-25-so .panel-col-first .panel-pane ul li ul li,
.section-ouders .panel-3col-25-so .panel-col-first .panel-pane ul li ul li{
  background: url(i/lm-o-li.png) no-repeat scroll 0 0.5em;
  padding-left: 10px;
  list-style-image: none;
  list-style: none;
  padding-bottom: 0;
}
/*****/
.section-nieuws .panel-3col-25-so .panel-col-first div.inside { padding: 10px; }
.section-nieuws .panel-3col-25-so .panel-col-first div.views-field-title { margin-bottom: 5px; }
.section-nieuws.node-type-story div.submitted { margin: 5px 0 10px 0; }
/*****/
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane{
  background-color: #F9E2EC;
  padding: 20px;
}
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane h2{
  color: #44A2AA;
  text-align:left;
  font-size:32px;
  font-weight:normal;
  padding-bottom: 20px;
}
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane ul li a{
  color: #44A2AA;
  font-size: 14px;
}
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane ul li ul li a{
  color: #894461;
  font-size: 12px;
}
.section-4kids .panel-3col-25-so .view-id-partners { margin-left: 20px; margin-top: 10px; }
.section-4kids .panel-3col-25-so .view-id-partners div { margin-bottom: 5px; }
.section-4kids .panel-3col-25-so .view-id-partners div a { color: #44A2AA; }
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane ul li a:hover{
  text-decoration: underline;
}
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane ul li{
  list-style-image: none;
  list-style: none;
  padding-bottom: 10px;
}
.section-4kids .panel-3col-25-so .panel-col-first .panel-pane ul li ul li{
  background: url(i/lm-4k-li.png) no-repeat scroll 0 0.5em;
  padding-left: 10px;
  list-style-image: none;
  list-style: none;
  padding-bottom: 0;
}
/***********************************/
.term-list #term-list{
 /* background:#FDFCDE;*/
 /* margin-top: 25px;*/
  padding-left: 17px;
  min-height: 180px;
  height: 180px;
  height: auto !important;

}
.section-kinderen .term-list, 
.section-taxonomy .term-list,
.section-category .term-list{
    color: #00413D;
}
.section-ouders .term-list{
    color: #2B4568;
}
.section-kinderen .term-list h2.term-list-title, 
.section-taxonomy .term-list h2.term-list-title,
.section-category .term-list h2.term-list-title{
  color:#00948C;
  /*padding: 20px 0 0 0 !important;*/
  font-weight:normal;
  margin: 0px 0px 15px 0px;
  /*font-size: 30px;*/
}
.section-ouders .term-list h2.term-list-title{
  color:#2B4568;
  padding: 20px 0 0 0 !important;
  font-weight:normal;
  margin: 0 !important;
  
}
.section-kinderen .term-list, 
.section-taxonomy .term-list,
.section-category .term-list{
   background:#FDFCDE;
}
.section-ouders .term-list{
   background:#ecf5fa;
}
.quest-t{
  /* background: url(i/quest-t-kinderen.png) no-repeat scroll 0 top;*/
   display: block;
   padding-top: 5px;
}
.section-kinderen .quest-t, 
.section-taxonomy .quest-t,
.section-category .quest-t{
     background: url(i/quest-t-kinderen.png) no-repeat scroll 0 top;
}
.section-ouders .quest-t{
     background: url(i/quest-t-ouders.png) no-repeat scroll 0 top;
}
.quest-b{
  /*  background: url(i/quest-b-kinderen.png) no-repeat scroll 0 bottom;*/
    display: block;
    padding-bottom: 5px;
}
.section-kinderen .quest-b, 
.section-taxonomy .quest-b,
.section-category .quest-b{
      background: url(i/quest-b-kinderen.png) no-repeat scroll 0 bottom;
}
.section-ouders .quest-b{
      background: url(i/quest-b-ouders.png) no-repeat scroll 0 bottom;
}
.quest-c{
   /* background: #D6F8A1 url(i/quest-c-kinderen.png) no-repeat scroll 380px center;*/
    display: block;
	width: 360px;
	margin-right: 20px;   
    padding:0 32px 0 15px;
}

/* Wrapping FAQ's legend text for FF3 users */
.section-kinderen fieldset legend,
.section-taxonomy fieldset legend,
.section-category fieldset legend,
.section-ouders fieldset legend { 
  white-space: normal; 
}

.section-kinderen .quest-c, 
.section-taxonomy .quest-c,
.section-category .quest-c{
  background: #D6F8A1 url(i/quest-c-kinderen.png) no-repeat scroll 380px 3px;
}
.section-ouders .quest-c{
  background: #A7C0D6 url(i/quest-c-ouders.png) no-repeat scroll 380px 3px;
}
a.question{
  cursor:pointer;
  display:block;
  padding-bottom:5px;
  width: 426px;
}
#select-language{
  margin-right: 20px;
}
.section-search #select-language{
    margin-top: 10px;
}
/***************************/
.section-kinderen .panel-3col-25-so .panel-col, 
.section-taxonomy .panel-3col-25-so .panel-col,
.section-category .panel-3col-25-so .panel-col{
  background-color: #FDFCDE;
  margin-top: 0px;
  color: #00413D;
}
.section-kinderen .panel-3col-25-so .panel-col h2, 
.section-taxonomy .panel-3col-25-so .panel-col h2,
.section-category .panel-3col-25-so .panel-col h2{
  color: #00948C;
  padding-left: 20px;
  margin-top:23px;
  font-weight: normal;
}

.section-in-de-kijker .panel-3col-25-so .panel-col,
.section-ouders .panel-3col-25-so .panel-col{
  background-color: #ECF5FA;
  margin-top: 0px;
  color: #2B4568;
}

.section-in-de-kijker .panel-3col-25-so .panel-col h2,
.section-ouders .panel-3col-25-so .panel-col h2{
  color: #2B4568;
  padding-left: 20px;
  margin-top:23px;
}

.section-4kids .panel-3col-25-so .panel-col{
  background-color: #D2F3F8;
  margin-top: 0px;
  color: #476C89;
}

.section-ouders .panel-3col-25-so .view-id-products div { margin-bottom: 5px; }
.section-ouders .panel-3col-25-so .view-id-products div a { color: #44A2AA; }
.section-ouders .panel-3col-25-so .view-id-products { margin-left: 20px; margin-top: 10px; }



/*.section-4kids .panel-3col-25-so .panel-col .content{
  padding: 10px 0px 0px 20px;
}*/
.section-4kids .panel-3col-25-so .panel-col h2{
    color: #44A2AA;
    padding-left: 20px;
    margin-top:23px;
}
.node-type-page, .node-type-partner, .node-type-product {
  padding: 0px 20px 0px 20px !important;
}

#campaignmonitor-general-form #edit-submit {
  background: url(i/but-more.png) no-repeat;
  border: 0;
  color:#FFFFFF;
  height:26px;
  padding-left:20px;
  width:100px;
  font-size: 12px;
  font-weight: bold;
}
/***********************/
.banner h1 {
  font-size: 36px;
  font-weight: normal;
}
.banner p {
  font-weight: bold;
}
body.section-4kids div.banner-wide h1 {
  color: #B54E7D;
}
body.section-4kids div.banner-wide p {
  color: #773F5C;
}
body.section-ouders div.banner-wide h1 {
  color: #45709D;
}
body.section-ouders #info-pane .banner .banner-text { 
  width: 222px;
  padding: 10px;
}
body.section-ouders #info-pane div.banner h2 {
  color: #45709D;
}
body.section-ouders div.banner-wide p {
  font-weight: normal;
}
body.front div.panel-col-first div.banner h1 {
  color: #90B021;
}
body.front div.panel-col-first div.banner p {
  color: #535E1A;
}
body.front div.panel-col-last div.banner h1 {
  color: #fff;
}
body.front div.panel-col-last div.banner p {
  color: #133652;
}
body.section-kinderen div.banner-wide h1 {
  color: #fff;
}
body.section-kinderen div.banner-wide p {
  color: #fff;
}
body.section-kinderen #info-pane div.banner h1 {
  font-size:39px;
  color: #225550;
}

body.section-kinderen #info-pane div.banner ul li {
  color: #338d84;
  font-size: 18px;
  padding-top: 6px;
}
html.js .term-list fieldset.collapsed * {
  display: block;
}
.term-list fieldset {
  border: none;
  padding: 0;
  margin: 0;
  min-height:30px;
  height: 30px;
  height: auto !important;
}
html.js fieldset.collapsible legend a{
  background: none !important;
  padding-left: 0px !important;
}

.panel-3col-25-so .panel-col-first .inside {
  margin:0 0.5em 1em 0;
  padding-top:0px;
}

.panel-3col-25-so .panel-col-last .inside {
  margin:0 0 0 6px;
  padding-top:0px;
}

.content p {
  line-height: 18px;
}

#navbar ul li.first {
  width:auto;
}

ul.nice-menu-down ul li {
  clear:none;
}

ul.nice-menu, ul.nice-menu ul {
  _position:absolute;
  z-index:5;
}

.panel-display.panel-3col-25-so {
  background-color: #FFF;
}

ul.menu li a span {
  _line-height: 16px;
}

.answer p {
  padding: 0 30px 0 20px;
}
#term-list .answer .view-content .content ul, #term-list .answer .view-content .content ol { list-style-position: inside; margin-left: 10px; }

li.menu-mlid-2922 ul, li#menu-2922 ul { display: none; }
li.menu-mlid-3200 ul, li#menu-3200 ul { display: none; }
li.menu-mlid-3197 ul, li#menu-3197 ul { display: none; }
li.menu-mlid-3257 ul, li#menu-3257 ul, li.menu-mlid-3294 ul, li#menu-3294 ul { display: none; }
li.menu-mlid-3262 ul, li#menu-3262 ul, li.menu-mlid-3298 ul, li#menu-3298 ul { display: none; }

ul.nice-menu li ul li ul { display: none; }

/* Hiding menus from 'nice-menus' when they're not in the right language */
body.nl #navbar #menu-3162, body.nl #navbar #menu-3174, body.nl #navbar #menu-3186, body.nl #navbar #menu-3189, body.nl #navbar #menu-3178, body.nl #navbar #menu-3181 { display: none; }

body.eng #navbar #menu-1102, body.eng #navbar #menu-3052, body.eng #navbar #menu-1108, body.eng #navbar #menu-3174, body.eng #navbar #menu-3189, body.eng #navbar #menu-3178, body.eng ul.menu li.menu-mlid-1108 { display: none; }

body.fr #navbar #menu-1102, body.fr #navbar #menu-3052, body.fr #navbar #menu-1108, body.fr #navbar #menu-3186, body.fr #navbar #menu-3181, body.fr #navbar #menu-3162, body.fr ul.menu li.menu-mlid-1108 { display: none; }
