/******************************************************************
  template.css; stylesheet project: 6001 www (cv nvlp)
  Version 2.1, 2017/10/02-07
  Copyright (C) 2013 ITWP. All Rights Reserved.
  
  Third party CSS parts used: BlueTrip CSS Framework
  http://bluetrip.org
  
  Third party css-menu: Dynamic Drive CSS Library
  http://www.dynamicdrive.com/style/
*******************************************************************/

/*** MEYER RESET v1.0 ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*** BASIC TYPOGRAPHY ***/
html { font-size: 75%; font-family: Arial, Helvetica, sans-serif; } /* original font-size 62.5% */
h1, h2, h3, h4, h5 { font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif; }
th { font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/*** BASE SIZES ***/
.container { font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
th, thead td { font-size: 1em; }

/*** LISTS ***/
ul li { margin-left: 2.5em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { margin-left: 2.5em; list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/*** TABLES ***/
table { border-collapse: collapse; border: 0px; } /* wzrd border:1px solid black; */
th, td { border: 0px; text-align: left; } /* wzrd border:1px solid black; */

/*** MARGINS & PADDINGS ***/
blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 0.8em; }
/*** NOTE: Calculate header margins: TOP: [line-height] or [font-size]/size, BOTTOM: TOP/2 ***/
h1 { margin: 1.125em 0 .563em; }
h2 { margin: 1em 0 .5em; }
h3 { margin: .875em 0 .438em; }
h4 { margin: .75em 0 .375em; }
h5 { margin: .625em 0 .313em; }
th, td { padding: .1em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /*** for larger click-area ***/

/*** COLORS ***/
h1 { color: #3366a6; }
h2, h3, th { color: #407fbf; }
h4, h5 { color: #000000; }
a:link { text-decoration: none; color: #4c6e94; }
a:visited { text-decoration: none; color: #4c6e94; }
a:hover { text-decoration: none; color: #000080; background: #ff0; border-bottom: 1px dotted #4c6e94; }
a:active, a:focus { text-decoration: none; color: #000080; background: #ff0; border-bottom: 1px dotted #4c6e94; }
/*
a:link { text-decoration: underline; color: #4c6e94; }
a:visited { text-decoration: underline; color: #4c6e94; }
a:hover { text-decoration: underline; color: #000080; background: #ff0; }
a:active, a:focus { text-decoration: none; color: #000080; }
*/
code, pre { color: #c33; } /*** very optional, but still useful. W3C uses about the same colors for codes ***/

/*** SMALL CAPS ***/
.caps { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size: 1.2em; font-weight: bold; padding: 0 2px; }

/*** NO LINK ICON (use class="noicon" to remove the link icon from a specific link) ***/
body a.noicon { background: none !important; padding: 0 !important; margin: 0 !important; }

/*** LINK PADDING FOR ICONS ***/
a[href^="http:"],
a[href^="https:"],
a[href^="mailto:"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"],
a[href$=".rss"],
a[href$=".rdf"],
a[href^="aim:"] { padding: 2px 20px 2px 0; margin: -2px 0; background-repeat: no-repeat; background-position: right center; }

/*** EXTERNAL LINK ICONS ***/
a[href^="http:"] { background-image: url(../images/icons/external.png); padding-right: 14px; }
a[href^="https:"] { background-image: url(../images/icons/external.png); padding-right: 14px; }
a[href^="mailto:"] { background-image: url(../images/icons/email.png); }
a[href^="http:"]:visited { background-image: url(../images/icons/visited.png); }
a[href^="https:"]:visited { background-image: url(../images/icons/visited.png); }

/*** FILE LINK ICONS ***/
a[href$=".pdf"] { background-image: url(../images/icons/pdf.png); }
a[href$=".doc"] { background-image: url(../images/icons/doc.png); }
a[href$=".xls"] { background-image: url(../images/icons/xls.png); }

/*** MISCELLANEOUS LINK ICONS ***/
a[href$=".rss"],
a[href$=".rdf"] { background-image: url(../images/icons/feed.png); }
a[href^="aim:"] { background-image: url(../images/icons/im.png); }
a[href^="http://www.nvellekoop.nl"] { background:none; padding:0; margin:0; }

/*** TEXT CLASSES ***/
.small { font-size:.8em; margin-bottom:1.875em; line-height:1.875em; }
.quiet { color:#666; }
.color-407fbf { color:#407fbf; }
.highlight { background:#ff0; }
.align-right { text-align:right; }
.align-left { text-align:left; }
.align-center { text-align:center; }

span + span {
  margin-left: 100px; /* Every span following another span has 100px space between the previous span, except the first one */
}

/*** UNORDERED LIST ITEM STYLE HORIZONTAL (LEFT-TO-RIGHT) ***/
.list-ltr-justify {
  text-align: justify;
}

.list-ltr-justify * {
  display: inline;
  padding: 0;
  margin: 0;
}

.list-ltr-justify li {
  padding: 0;
  display: inline-block;
}

.list-ltr-justify span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}

/*** MENU CLASSES ***/
.menu {
  padding:0;
  width:100%;
  border-top:3px solid #3366a6; /* Vertical bar for menu, some blue-ish color theme */
  background:transparent;
}

.menu ul {
  margin:0;
  margin-left:40px; /* Margin between first menu item and left browser edge */
  padding:0;
  list-style:none;
}

.menu li {
  display:inline;
  margin:0 2px 0 0;
  padding:0;
  text-transform:uppercase; /* Menutext all in uppercase */
}

.menu a {
  float:left;
  display:block;
  font:bold 14px Arial;
  color:black;
  text-decoration:none;
  margin:0 1px 0 0; /* Margin between each menu item */
  padding:5px 10px 5px 10px; /* Padding within each menu item */
  background-color:lightblue; /* Default menu color */
  border-bottom:7px solid white;
}

.menu a:hover {
  background-color:#3366a6; /* Highlight on hover, some blue color theme */
  padding-top:10px; /* Set padding-top value to default's padding-top + padding-bottom */
  padding-bottom:0; /* Set padding-bottom value to 0 */
  border-bottom-color:#3366a6; /* Highlight on hover, some blue color theme */
  color:white;
}

.menu .current a { /* currently selected menu item */
  background-color:#3366a6; /* Highlight some blue-ish color theme */
  padding-top:10px; /* Set padding-top value to default's padding-top + padding-bottom */
  padding-bottom:0; /* Set padding-bottom value to 0 */
  border-bottom-color:#3366a6; /* Highlight some blue-ish color theme */
  color:white;
}

/*** LAY-OUT, CSS ID'S ***/
body {
  /* margin: 10px 40px; */
  margin: 0; /* margin order: top, right, bottom, left */
  border: 0;
  padding: 0; /* padding: space between border and content */
  background-color: #f3f3f3;

  /* background-color: grey; */
}

#wrapper {
  width: 950px;
  margin: 0 auto;
  background-color: white;
  
  /* background-color: none; */
}

#header {
  /* min-height: 40px; */
  width: 870px;
  margin: 0;
  padding: 6px 40px;
  text-align: left;

  /* background-color: purple; */
}

#nav {
  width: 950px;
  height: 38px;
  margin: 0;
  text-align: justify;

  /* background-color: yellow; */
}

#content {
  float: left;
  /* min-height: 360px; */
  width: 660px;
  margin: 0;
  padding: 6px 20px 6px 40px;
  text-align: left;

  /* background-color: orange; */
}

#sidebar {
  float: right;
  /* min-height: 360px; */
  width: 180px;
  margin: 0;
  padding: 20px 40px 6px 10px;
  overflow: visible;

  /* background-color: blue; */
}

#footer {
  clear: both;
  width: 870px;
  text-align: left;
  margin: 0;
  padding: 12px 40px;

  /* background-color: green; */
}

/*** EOF ***/