/* Copyright Special Order bvba 2012 */
/* File: ../../../_css/reset.css*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* File: ../../../_css/fluid/grid.css*/
/*********************************************
 * Special Order bvba - 2
 * (c) Ken Pimontel, ken at specialorder dot be
 * Purpose: CSS grid
 *
 * NOTES
 *
 * DEPENDENCIES
 *
 * TODO
 *
 * HISTORY
 * 101024 First Version
 *********************************************/
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container_12,
.container_16
{
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.container_12 .grid_3,
.container_16 .grid_4
{
	width: 23%;
}

.container_12 .grid_6,
.container_16 .grid_8
{
	width: 48%;
}

.container_12 .grid_9,
.container_16 .grid_12
{
	width: 73%;
}

.container_12 .grid_12,
.container_16 .grid_16
{
	width: 98%;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .grid_1
{
	width: 6.333%;
}

.container_12 .grid_2
{
	width: 14.666%;
}

.container_12 .grid_4
{
	width: 31.333%;
}

.container_12 .grid_5
{
	width: 39.666%;
}

.container_12 .grid_7
{
	width: 56.333%;
}

.container_12 .grid_8
{
	width: 64.666%;
}

.container_12 .grid_10
{
	width: 81.333%;
}

.container_12 .grid_11
{
	width: 89.666%;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .grid_1
{
	width: 4.25%;
}

.container_16 .grid_2
{
	width: 10.5%;
}

.container_16 .grid_3
{
	width: 16.75%;
}

.container_16 .grid_5
{
	width: 29.25%;
}

.container_16 .grid_6
{
	width: 35.5%;
}

.container_16 .grid_7
{
	width: 41.75%;
}

.container_16 .grid_9
{
	width: 54.25%;
}

.container_16 .grid_10
{
	width: 60.5%;
}

.container_16 .grid_11
{
	width: 66.75%;
}

.container_16 .grid_13
{
	width: 79.25%;
}

.container_16 .grid_14
{
	width: 85.5%;
}

.container_16 .grid_15
{
	width: 91.75%;
}

/* =Prefix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4
{
	padding-left: 25%;
}

.container_12 .prefix_6,
.container_16 .prefix_8
{
	padding-left: 50%;
}

.container_12 .prefix_9,
.container_16 .prefix_12
{
	padding-left: 75%;
}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .prefix_1
{
	padding-left: 8.333%;
}

.container_12 .prefix_2
{
	padding-left: 16.666%;
}

.container_12 .prefix_4
{
	padding-left: 33.333%;
}

.container_12 .prefix_5
{
	padding-left: 41.666%;
}

.container_12 .prefix_7
{
	padding-left: 58.333%;
}

.container_12 .prefix_8
{
	padding-left: 66.666%;
}

.container_12 .prefix_10
{
	padding-left: 83.333%;
}

.container_12 .prefix_11
{
	padding-left: 91.666%;
}

/* =Prefix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .prefix_1
{
	padding-left: 6.25%;
}

.container_16 .prefix_2
{
	padding-left: 12.5%;
}

.container_16 .prefix_3
{
	padding-left: 18.75%;
}

.container_16 .prefix_5
{
	padding-left: 31.25%;
}

.container_16 .prefix_6
{
	padding-left: 37.5%;
}

.container_16 .prefix_7
{
	padding-left: 43.75%;
}

.container_16 .prefix_9
{
	padding-left: 56.25%;
}

.container_16 .prefix_10
{
	padding-left: 62.5%;
}

.container_16 .prefix_11
{
	padding-left: 68.75%;
}

.container_16 .prefix_13
{
	padding-left: 81.25%;
}

.container_16 .prefix_14
{
	padding-left: 87.5%;
}

.container_16 .prefix_15
{
	padding-left: 93.75%;
}

/* =Suffix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4
{
	padding-right: 25%;
}

.container_12 .suffix_6,
.container_16 .suffix_8
{
	padding-right: 50%;
}

.container_12 .suffix_9,
.container_16 .suffix_12
{
	padding-right: 75%;
}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .suffix_1
{
	padding-right: 8.333%;
}

.container_12 .suffix_2
{
	padding-right: 16.666%;
}

.container_12 .suffix_4
{
	padding-right: 33.333%;
}

.container_12 .suffix_5
{
	padding-right: 41.666%;
}

.container_12 .suffix_7
{
	padding-right: 58.333%;
}

.container_12 .suffix_8
{
	padding-right: 66.666%;
}

.container_12 .suffix_10
{
	padding-right: 83.333%;
}

.container_12 .suffix_11
{
	padding-right: 91.666%;
}

/* =Suffix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .suffix_1
{
	padding-right: 6.25%;
}

.container_16 .suffix_2
{
	padding-right: 16.5%;
}

.container_16 .suffix_3
{
	padding-right: 18.75%;
}

.container_16 .suffix_5
{
	padding-right: 31.25%;
}

.container_16 .suffix_6
{
	padding-right: 37.5%;
}

.container_16 .suffix_7
{
	padding-right: 43.75%;
}

.container_16 .suffix_9
{
	padding-right: 56.25%;
}

.container_16 .suffix_10
{
	padding-right: 62.5%;
}

.container_16 .suffix_11
{
	padding-right: 68.75%;
}

.container_16 .suffix_13
{
	padding-right: 81.25%;
}

.container_16 .suffix_14
{
	padding-right: 87.5%;
}

.container_16 .suffix_15
{
	padding-right: 93.75%;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* File: ../../../_css/fluid/layout.css*/
/*********************************************
 * Special Order bvba
 * (c) Ken Pimontel, ken at specialorder dot be
 * Purpose: Fluid css grid
 *
 * NOTES
 *
 * DEPENDENCIES
 *
 * TODO
 *
 * HISTORY
 * 110208 ADDED fieldset > h3 ipv legend
 * 101104 ADDED .floatleft .floatright
 * 101025 UPDATE font-sizes.
 * 101024 REMOVED bg color in body
 *********************************************/
/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	color: #333;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
/*	font-size:1em;*/
/*	font-weight:normal;*/
/*	text-transform:uppercase;*/
/*	color:#fff;*/
/*	background:#333;*/
/*	margin:-10px -10px 0 -10px;*/
/*	padding:6px 12px;*/
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../../_imgs/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../../_imgs/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:0px solid transparent;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
/*	background:#eee;*/
}
tbody tr.odd th,
tbody tr.odd td {
/*	background:#fff;*/
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset p input,
fieldset p select {
	width:60%;
}
fieldset input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

input[type='submit'] {
    margin-left: 35%;
}



/* Ken zegt: ingevoegd voor IE form background bleed als legend in fieldset. H3 gebruiken ipv legend */


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left;
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/************[ Footer ]**************/
#footer .box {
	color:#ccc;
	margin-bottom:10px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Kwicks
----------------------------------------------- */
#kwick-box {
	padding:0;
	overflow:hidden;
}
#kwick-box h2 {
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}

/************[ Floats ]**************/

.floatleft {
    float:left;
    margin-right: 1em;
}

.floatright {
    float: right;
    margin-left: 1em;
}
/* File: ../../../_css/fluid/nav.css*/
/*********************************************
 * Special Order bvba
 * (c) Ken Pimontel, ken at specialorder dot be
 * Purpose: Navigation
 *
 * NOTES
 *
 * DEPENDENCIES
 *
 * TODO
 *
 * HISTORY
 * 110207 BUGFIX: line-height: normal ipv auto
 *********************************************/


/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  position:relative;
  max-width:100%;
  height:2.5em;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}
ul.nav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:2.5em;
	background-position:0 0 !important;
	left:-9000px;
}
ul.nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
}
ul.nav li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 1em;
	height:2.4em;
	line-height:2.5em;
}
ul.nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	font-weight:normal;
	color:#666;
	background-position:0 50% !important;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#000;}
ul.nav li a:active {color:#666; background:#fff;}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li ul,
ul.nav li { }
ul.nav li:hover ul li a {color:#444;}
ul.nav li:hover ul li a:hover {color:#000; background:#fff;}
ul.nav li:hover ul li a:active {color:#666; background:#fff;}

ul.nav li.current a {color:#666; background:#fff; cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:5}
ul.nav li.current ul,
ul.nav li.current {background:#ccc !important}
ul.nav li.current ul li a {color:#444; background:#ccc; font-weight:normal;}
ul.nav li.current ul li a:hover {color:#000; background:#fff;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#666; background:#fff;}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {

}
ul.main li {
  position:relative;
  top:0;
  left:0;
}
ul.main li ul {
  border-top:0;
}
ul.main li ul li {
  float:left;
}
ul.main li a {
	height:2.5em;
	line-height:2.5em;
	border:0;
	color:#fff;
	background:#666;
}
ul.main li ul li a {
  width:12em;
  line-height:2em;
  height:2em;
  text-align:left;
  color:#fff;
  border-top:1px solid #444;
  background:#444;
}
ul.main li a:focus {color:#fff; background:#666;}
ul.main li ul li a:hover {
  color:#fff;
  background:#555;
}
ul.main li:hover a {
  color:#fff;
  background:#555;
}
ul.main li:hover ul li a {color:#fff;}
ul.main li:hover ul li a:hover {color:#fff; background:#444;}
ul.main li:hover a:active {background:#444;}
ul.main li:hover ul li a:active {color:#fff; background:#222;}


/* secondary list
----------------------------------------------- */
ul.nav li.secondary {
	float:right;
	color:#cde;
	background:transparent !important;
}
ul.nav li.secondary span.status {
	float:left;
	padding:0 1em;
	line-height:2.77em;
	height:2.77em;
  font-size:0.9em;
}
ul.nav li.secondary span.status a {
	float:none;
	display:inline;
	padding:0;
	height:auto;
	line-height:normal;
	color:#cde;
	background:transparent;
}
ul.nav li.secondary span.status a:hover {
	color:#fff;
	background:transparent;
}
ul.nav li.secondary span.status span {
	text-transform:capitalize;
}
ul.nav li.secondary:hover a {
	color:#fff;
	background:#666;
}
ul.nav li.secondary:hover a:hover {
	background:#555;
}
ul.nav li.secondary:hover a:active {background:#444;}
/* File: ../../../_css/fluid/typography.css*/
/*********************************************
 * Special Order bvba
 * (c) Ken Pimontel, ken at specialorder dot be
 * Purpose: General base typography for all grid sites
 *
 * NOTES
 * Based on 960.gs text.css
 * Based on http://www.thenoodleincident.com/tutorials/typography/template.html
 * Based on HTML5Boilerplate
 *
 * DEPENDENCIES
 *
 * TODO
 *
 * HISTORY
 * 110511 GIT
 * 101025 First Version
 *********************************************/


html {
    -webkit-font-smoothing: antialiased;
}


body {
    font-size: 62.5%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	line-height:1.8em; /* set grid */
}


* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}


body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* set your base font here, to apply evenly */
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}



/************[ Small columns ]**************/
.grid_1,
.grid_2,
.grid_3,
.grid_4 {
    line-height: 1.3em;
}


/************[ HR ]**************/

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/************[ Links ]**************/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
a:focus {
	outline: 1px dotted;
}


/************[ Headings ]**************/

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }


h1 {
	font-size: 1.8em;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems.*/
	}

h2, h3, h4, h5, h6, p {
    	margin: 18px 0 18px 0;
   		margin-bottom: 0.4em;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	}

img {
	border: 0;
	}

ol {
    list-style: decimal;
}

ul {
    list-style: square;
}

li {
	margin-left: 2em;
}

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	padding-top:0;
	}


ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
    margin-left: 0;
    margin-top: 1.2em;
    padding-left: 1.5em;
}

ul > li {
    margin: 0;
    display: list-item;
}

p {
	font-size: 1.0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}

blockquote cite {
	font-size:.9em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 18px;
}


.smalltext,
.smalltype,
#footer {
	font-size: 0.875em;
}

#admin-block {
/*	font-size: 0.875em;*/
}


/************[ Keep consistent line spacing with sup and sub ]**************/
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/************[ Spans ]**************/

span.alert, span.info, span.download, span.note {
	display: block;
	padding: 10px 10px 10px 35px;
	margin: 15px 0;
	font-size:80%;
	line-height: 1.2em;
}
span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(http://nethome.be/_icons/fam_silk/exclamation.png) 10px 50% no-repeat;
}
span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(http://nethome.be/_icons/fam_silk/information.png) 10px 50% no-repeat;
}
span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(http://nethome.be/_icons/fam_silk/page_error.png) 10px 50% no-repeat;
}
span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(http://nethome.be/_icons/fam_silk/application_put.png) 10px 50% no-repeat;
}


span.alert img,
span.info img,
span.download img,
span.note img {
	padding: 0;
	}

/************[ Blockquote ]**************/


blockquote p {
        text-indent: -0.5em;  /* zodat je hangende punctuatie ook hangt*/
    }




/****[ admin-block ]*****************/

#admin-block {
	display: block;
	padding: 10px 10px 0px 65px;
	border-top: 3px solid #FFD833;
	border-bottom: 3px solid #FFD833;
	background: #FFF8CF url(http://nethome.be/_imgs/logo_admin_area.png) 10px 50% no-repeat;
	color: black;
	min-height: 40px;
	z-index: 100;
	position: fixed;
	top: 0;
}

#admin-block a,
#admin-block a:link {
	color: #666666;
	background: transparent;
	border-bottom: 1px dotted;
	padding: 0.5em;
	}

#admin-block a:hover {
	color: #000000;
	background: transparent;
	border-bottom: 1px solid;
	}

#admin-block img {
	padding: 0;
	}


/****[ a zonder stippellijntjes ]*****************/

a:focus {
/*	-moz-outline:0;*/
	outline:0;
	outline-offset:0;
}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {
        border : 0px;
    }
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
    {
        outline : none;
    }

/****[ clear  ]*****************/

.clear {
	clear: both;
	height: 1px;
	}


/****[ img floats ]*****************/

img.float-left,
img.floatleft {
	float: left;
	margin-right: 1em;
	}

img.float-right,
img.floatright {
	float: right;
	margin-left: 1em;
	}

img.sidefit {
	margin: 0.5em 0;
	}


/************[ text ]**************/

select, input, textarea, button { font:99% sans-serif; }



/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/************[ Boilerplate selection ]**************/


::selection {
    background-color: #0099ff;
}
/* File: site.css*/
/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 * Purpose: positioning
 *
 * NOTES
 * From base site 0003
 *
 * TODO
 *
 * HISTORY
 * 090330 ADDED .onecolumn
 * 090327 ADDED vertical scrollbar
 * 090327 first version for base site
 * 080831 ADDED intro
 * 080819 CHANGE bg images
 * 080603 CHANGE first version VPVP
 * 080505 CHANGE grail not working IE bugs + pop positioning weird. Returning to floats.
 * 080404 trying to make a holy grail
 * 080404 ADDED background images
 * 080327 ADDED topimage and secad
 * 080327 first version
 *********************************************/


/************[ Webkit ]**************/

body {
   -webkit-font-smoothing: antialiased;
}

a:link {
    -webkit-tap-highlight-color: #eee;
}

ul#TopMenu a:link {
    -webkit-tap-highlight-color: #eee;
}

::selection {
    background-color: #6CD6F0;
}



/****[ show vertical scrollbar ]*****************/

html {
	overflow-y: scroll;
/*	height: 101%;*/
	/* deze doet het ook werken in Opera en Netscape, maar ziet er niet zo mooi uit */
}

* {
	margin: 0;
	padding: 0;
}

/*** The Essential Code ***/

body {
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
/*	background: #145074;*/
/*	border-top: 8px solid #FFD833;*/
	background: #004e74 url(../imgs/bg_top.jpg) no-repeat top center;
}


#outerwrap {
	width: 920px;
	margin: 0 auto;
/*	background: #2f2b39 url(../imgs/bg_mid.jpg) repeat-y top center; */
}


#header {
	height: 120px;
/*	background: #2f2b39 url(../imgs/bg_top.jpg) no-repeat top center;*/
/*	padding: 0px 20px;*/
	position: relative;

}

ul#TopMenu {
	position: relative;
	top: 5px;
/*	width: 600px;*/
/*	margin: 0 auto;*/
	}


#taal {
	position: absolute;
	top: 90px;
	right: 35px;
}

#fakelogobut {
	width: 181px;
	height: 228px;
	position: absolute;
	top: 3px;
/*	left: 15px;*/
	float: left;
	}


#content {
/*	padding-left: 17px;*/
/*	padding-right: 35px;*/
	padding-top: 100px;
}


#main {
	float: right;
	width: 700px;
	max-width: 700px;
}


#secondary {
	float: left;
	width: 170px;
}

#sidebar {
	float: right;
	width: 185px;
	padding: 1em;
	padding-top: 0;
	background-color: rgba(0,0,0,0.1);
	border: 0px solid rgba(0,0,0,0.1);
}


#footer {
	clear: both;
	border-top: 1px solid white;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 40px;
	padding: 10px 15px;
}


/*** Footer Fix ***/

* html body {
/*	overflow: hidden;*/
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #004e74;         /*** Same as body background ***/
}




/*********************************************
 * Special Order bvba
 * Ken Pimontel, ken at specialorder dot be
 * Purpose:
 *
 * NOTES
 * From base site 0003
 * donkerbouw van zijbelk is #00476a;
 * helblauw (forms, downloads) is #238ecc;
 *
 * TODO
 * Dit document moet leeggehaald worden zodat er enkel het strikt noodzakelijke instaat.
 * Voor specifieke code maak ik beter aparte cssjes die ik in een echte productie site dan altijd nog kan samenvoegen.
 *l
 *
 *
 * HISTORY
 * 100108 ADDED div.boxsquare
 * 090518 BUGFIX ul.checklinks IE display is inline
 * 090422 ADDED a img
 * 090411 ADDED ul.checklinks
 * 090327 ADDED acronym
 * 090327 ADDED a.box
 * 090327 ADDED SideMenu and TopMenu
 * 080831 ADDED taalkeuze
 * 080819 CHANGE nav visual
 * 080819 ADDED vpvp-span
 * 080416 CHANGE made this the base for 0000
 * 080318 ADDED intromusic
 * 080316 ADDED news
 * 080316 ADDED div.box
 * 080124 ADDED #content ul li
 * 071217 ADDED about_reservations
 * 071211 ADDED .contact (m01>
 * 071211 ADDED available now
 * 071203 ADDED flatfee
 * 071113 REMOVE form (>forms.css)
 * 070808 ADDED span img
 * 070808 moved dl > h3 in typography
 * 070808 ADDED admin img
 * 070802 ADDED clear
 * 070802 ADDED admin
 *********************************************/



table {
	width: 100%;
	margin: 0 auto;
	}

table caption {
	font-size: 1.125em;
	font-weight: bold;
	}

table th {
	padding: 0.5em 2.5em 0.5em 0.5em;
	background-color: #145074;
	background-color: rgba(255,255,255,0.3);
	}


table tr {
	margin: 1em;
	}


table td {
 	padding: 0.5em 2.5em 0.5em 0.5em;
 	vertical-align: top;
 	}


table tr:hover {
	background-color: rgba(255,255,255,0.1);
	}

table.clean tr:hover {
	background-color: transparent;
	}


table.type1 {
	background-color: rgba(255,255,255,0.1);
	}


table.type1 caption {

}


/************[ Acronym ]**************/

acronym:hover {
	cursor: help;
	}



/****[ Language choice ]**************************/

#taal {
	list-style: none;
	text-align: center;
	text-align: right;
	color: #224a77;
	}

#taal a {
	color: #AFBAC0;
}

#taal a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px 0px 10px 0;

	list-style-type: disc;
	padding: 0 0 0 30px;
	/* prevent ie6/win from shifting page height when a list of links is moused over */
	padding-bottom: 1px;
	}


dd {
	margin: 0;
	padding: 0 0 0 18px;
	}


/****[ Footer ]*****************/

#footer {
	text-align: left;
	color: #CFCFCF;
	color: rgba(255,255,255,0.5);
}

#footer a, a:link {
	border-bottom: 1px dotted #CFCFCF;
	color: #cfcfcf;
	}

#footer a:visited {
	border-bottom-style: dotted;
	}

#footer a:hover {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	}

#footer a:active {
	border-bottom: none;
	color: #ffffff;
	}

#footer img {
	border-bottom: 0px solid #bbb;
	color: #aaa;
	padding: 0px;
	}


/****************************************
 * Links
 ****************************************/

a, a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid transparent ;
	color: white;
	background-color: rgba(255,255,255,0.1);
	background-color: #1d6799;
/*	background-color: rgba(35,142,204,0.5);*/
	}

a:hover {
	border-bottom: 1px solid white;
	background-color: #1d6799;
	}

a:active {
	border-bottom: none;
	border: none;
	outline: none; /* to remove the dotted line */
	}

a:focus {
	-moz-outline-style: none; /* to remove the dotted line */
	}

a img, a:link img, a:visited img, a:hover img {
	text-decoration: none;
	border-bottom: 0px solid white;
	border: none;
	}

#main a {
	background: url(../imgs/pointdf_tiny.gif) no-repeat right top;
	padding-right: 12px;
	border-bottom: 1px dotted #1d6799;
		background-color: rgba(255,255,255,0.1);
	}

#main a:hover {
	color: white;
	border-bottom: 1px dotted white;
	background-color: rgba(255,255,255,0.1);
	}

a.aimg,
a:hover.aimg,
#main a.aimg,
#main a:hover.aimg {
	background-color: transparent; /*NOTA: aimg wordt door jQ ingevoegd*/
	border: 0px solid transparent;
	background-image: none;
	}



#taal a {
	border-bottom: 0px solid transparent;
}

div#fancy_outer a,
a.box,
a.box:link,
a.box:visited,
a.box:hover,
a.box:active {
    border: none !important;
}

/***************
 *  FOTOS
 ***************/

.fotos a {
	padding: 0px;
	background-image: none;
	}


.fotos a img {
	border: 1px solid #00476a;
	padding: 2px;
	background-color: white;
}



/***********[   ]**************/


.error-message {
	padding-left: 20px;
	background: url(../imgs/layout/alert.gif) no-repeat 0 2px;
	}

.input-error {
	padding: 2px;
	border: 1px solid #f00;
	}

.noborder {
	border: none;
}


.noborderfloatright {
	float: right;
	border: 0;
}

.noborderfloatleft {
	float: left;
	border: 0;
}


.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clearleft {
	clear: left;
	}

img.floatright {
	margin-left: 1em;
	border: 1px solid #00476a;
	padding: 2px;
	background-color: white;
}

img.floatleft {
	margin-right: 1em;
	border: 1px solid #00476a;
	padding: 2px;
	background-color: white;

}

/****[ Detail hoofding ]*****************/

#detail_hoofding ul {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e2e2;
	clear:both;
	float:left;
	margin:0 0 10px 0;
	padding:5px 0px;
	list-style: none;
	color:#709933;
	width:100%;

}
#detail_hoofding ul #bestemming {
	float:left;
	padding:5px;
}
#detail_hoofding ul #prijs {
	float:right;
	padding:5px;
}


/****[ Specs & bezichtigen ]*****************/


.specs {
	float:right;
	width:340px;
/*	background-color: #eee;*/
	font-size: 80%;
}

.specs dl {
	margin: 0;
	padding: 0;
	}

.specs dt, .specs th, .specs u, .specs h3 {
	color:#709933;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #e5e2e2;
	text-align:left;
	padding: 0;
	margin: 0;
}

.specs dd {
	margin:0;
	padding: 0;
	font-weight:normal;
	line-height:125%;
}

.specs u,
.bezichtigen h3 {
	color:#709933;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #e5e2e2;
	text-align:left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}

.specs table {
	width:100%;
	}

.bezichtigen {
	float: left;
	width: 400px;
/*	background-color: #eee;*/
	font-size: 80%;
	padding: 0;
	margin: 0;
	}

.bezichtingen dl, dt, dd {
	margin: 0;
	padding: 0;
	}

.bezichtigen dt {
	color:#709933;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #709933;
	text-align:left;
}

hr {
	clear: both;
	height: 1px;
/*	background-color: rgba(255,255,255,0.1);*/
	border-top: 1px dotted rgba(255,255,255,0.2);
	margin: 1em 0;
/*	border: 0;*/
   }









/****[ anders zit google in de grond ]*****************/
.bezichtigen {
 margin-bottom: 40px;
 }

 /****[ admin - editeerbare tekst ]*****************/

.editable_txt {
	background-color: #f5f5f5;
	margin: 20px 0;
	padding: 8px;
	border: 1px solid #efefef
	}

/****[ admin-block ]*****************/

#admin-block {
	display: block;
	padding: 10px 10px 0px 65px;
	border-top: 3px solid #FFD833;
	border-bottom: 3px solid #FFD833;
	background: #FFF8CF url(http://nethome.be/_imgs/logo_admin_area.png) 10px 50% no-repeat;
	color: black;
	float:right;
	min-height: 40px;
	z-index: 100;
}

#admin-block a,
#admin-block a:link {
	color: #666666;
	background: transparent;
	border-bottom: 1px dotted;
	}

#admin-block a:hover {
	color: #000000;
	background: transparent;
	border-bottom: 1px solid;
	}

#admin-block img {
	padding: 0;
	}


/****[ a zonder stippellijntjes ]*****************/

a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}

/****[ clear  ]*****************/

.clear {
	clear: both;
	height: 1px;
	}


/****[ span img  ]*****************/
span.alert img,
span.info img,
span.download img,
span.note img {
	padding: 0;
	}

span.alert a,
span.alert a:hover {
    color: inherit;
}



/****[ img floats ]*****************/

img.float-left {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	}

img.float-right {
	float: right;
	margin: 0.5em 1em 0.5em 0;
	}

img.sidefit {
	margin: 0.5em 0;
	}


/****[ ul li ]*****************/

ul.button li {
	list-style-type: none;
	/* inline als je ze achter elkaar wil */
	display: inline;
	margin: 0;
	padding: 0px 20px;
	background: url(../imgs/140704_li-button_base1.gif) no-repeat 0 50%;
	}

ul.detail {
	padding-left: 0;
	}

ul.detail li {
	display: block;
	}



/****[ div.box ]*****************/

div.box,
div.boxright,
div.boxtop,
div.boxbottom,
div.boxsquare {
	width:150px; /* 185px - 2x10px */
	border: 0px solid rgba(0,0,0,0.1);
	background: url(../php/rgba.php?name=black&a=10) repeat;
	background-color: rgba(0,0,0,0.1);
	padding: 10px;
	margin-bottom: 1em;
	}

div.box.jrcHover {
	border-color:red;
	}



/****[ ul#SideMenu-T2 ]*****************/

ul#SideMenu-T2, ul#SideMenu-T2 ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgb(26,106,153);
    background: url(../php/rgba.php?r=26&g=105&b=153&a=40) repeat;
    background-color: rgba(26,106,153,0.4);
/*    background-color: #B1C884;*/
/*    background-color: rgba(255,200,132,0.8);*/
    margin-top: -1px;
}

ul#SideMenu-T2 {
	margin-bottom: 1em; /* overwrite margin 0 */
	}

ul#SideMenu-T2 a {
  display: block;
  text-decoration: none;
  border-bottom: 0px solid transparent;
}

ul#SideMenu-T2 a:hover {
	text-decoration: none;
	border-bottom: 0px solid transparent;
}

ul#SideMenu-T2 li {
  margin-top: 1px;
}

ul#SideMenu-T2 li a {
/*  background: #88AE42;*/
  color: black;
  padding: 10px;
  text-decoration: none;
  border-bottom: 0px solid transparent;
}

ul#SideMenu-T2 li a:hover {
  background-color: #96BE48;

}

ul#SideMenu-T2 li ul li a {
	background: url(../php/rgba.php?name=black&a=50) repeat;
	background-color: rgba(0,0,0,0.5);
	color: #000;
	padding-left: 17px;
/*	margin-left: 10px;*/
}

ul#SideMenu-T2 li ul li a:hover {
/*	background: url(../php/rgba.php?name=white&a=20) repeat;*/
/*	background-color: rgba(255,255,255,0.4);*/
	background: #033A5B url(../imgs/arrow_light_blue.gif) no-repeat 5px center;
/*	border-left: 5px rgba(255,255,255,0.4) solid;*/
	padding-left: 17px;
}


ul#SideMenu-T2 li ul.actief li.actief {
	border-left: 5px solid #3D2A14;
}

ul#SideMenu-T2 li ul.actief li.actief a {
}
ul#SideMenu-T2 li ul.actief li.actief a:hover {
	border-left: 0px solid #3D2A14;
}


ul#SideMenu-T2 li a:link,
ul#SideMenu-T2 li a:visited {
	display: block;
	color: #b3e3ff;
	text-decoration: none;
	padding:0.5em 0;
	padding-left: 17px;
	border-top:1px dotted #427A96;
	/*	border-bottom:1px dotted #427A96;	*/
	background: transparent url(../imgs/arrow_light_blue.gif) no-repeat 5px center;
	}

ul#SideMenu-T2 li a:hover,
ul#SideMenu-T2 ul li a:hover,
ul#SideMenu-T2 ul ul li a:hover {
	/*	background-color: #B40021;*/
	background-color: #033A5B;
	color: #FFFFFF;
	}


/********[ Active ]***************/


ul#SideMenu-T2 li.l1_actief>a,
ul#SideMenu-T2 li.l1,
ul#SideMenu-T2 li.l2_actief>a,
ul#SideMenu-T2 li.l2,
ul#SideMenu-T2 li.l3_actief>a,
ul#SideMenu-T2 li.l3  {
/*	background-color: #B40021;*/
	font-weight: bold;
	cursor: pointer;
	}


ul#SideMenu-T2 li.l2  {
	font-weight: normal;

	}


ul#SideMenu-T2 li.l1_actief>a,
ul#SideMenu-T2 li.l2_actief>a,
ul#SideMenu-T2 li.l3_actief>a  {
/*    background-color: #427A96;*/
    background: transparent url(../imgs/pointdf_tiny.gif) no-repeat 5px center;
}

/****[ Level 2 ]*****************/


ul#SideMenu-T2 ul {
/*	margin: 0em 0em 0em 1em;*/
	margin: 0;
/*	background-color: green;*/
/*	background-color: #A7BFDF;*/
/*	background-color: #A7BFDF;*/
	cursor:pointer;
/*	margin-left: 8px;*/
	width: 168px; /*185-17*/
	width: 153px; /*170-17*/
	}

ul#SideMenu-T2 ul {
	margin-left: 17px;
	padding-left: 0px;
}

ul#SideMenu-T2 ul li a:link,
ul#SideMenu-T2 ul li a:visited {
	margin-left: 0;
	padding-left: 17px;
	}


/****[ Level 3 ]*****************/

ul#SideMenu-T2 ul ul {
	margin: 0em 1em 1em 20px;
/*	background-color: #B3CDEF;*/
	cursor:pointer;
	width: 148px; /*185-37*/
	width: 133px; /*170-37*/
	}

ul#SideMenu-T2 ul ul li {
/*	border-bottom: 1px solid #711515;*/
	cursor:pointer;
	}

ul#SideMenu-T2 ul ul a:link,
ul#SideMenu-T2 ul ul a:visited {
	background-color: rgba(255,255,255,0.2);
	cursor:pointer;
	font-weight: normal;
/*	text-indent: 1.2em;*/
	}


/****[ Taalkeuze ]******************/

#taalkeuze a {
	font-size: 20px;
	line-height: 35px;
	color: #BCBCBC;
	text-decoration: none;
	border: 0;
}

#taalkeuze a:hover {
	color: #002C5B;
}


/****[ box ]*****************/

.box, .boxright {
	padding: 10px;
/*	background: #FDF338;*/
    background-color: #033A5B;
	border: 0;
	margin-bottom: 1em; }

/****[ Home-news ]*****************/


#home-news {
/*	float:left;*/
	width: 460px;
	height: 608px;

/*	color: white;*/
/*	background-color: #ACC4E6;*/
	overflow: hidden;
	background: url(../php/rgba.php?name=black&a=10) repeat;
	background-color: rgba(0,0,0,0.1);
	padding: 10px;
	position: relative;
	}

#homenewstitle {
    font-size: 0.75em;
    text-align: right;
}



#homenewstitle #newstitle {
    float: left;
    font-family: 'Droid Sans', arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    outline-color: #01426C;
    text-rendering: optimizelegibility;
    text-shadow: #01426C 0px -1px 3px;
    vertical-align: baseline;

}

#home-news2 p {
	font-size: 0.75em;
	position: absolute;
	top: 16px;
	right: 20px;
	}

#home-news2 ul {
	margin: 0;
	padding: 0;
	}

#home-news2 ul li {
	list-style-type:none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-top: 1px dotted rgba(255,255,255,0.2);
    clear: both;
	}

#home-news2 ul li img {

}

input#showallnews {
    position: absolute;
    bottom: 0;
    width: 444px;
}



/****[ Brevet ]*****************/

body.brevetten table {
	background-color: #B3CDEF;
	padding: 1em;
	}

body.brevetten table td {
	padding: 0.2em 0;
	}

body.brevetten table h4 {
	color: #355fa0;
	font-size: 1em;
	}

/****[ ImageBox ]*****************/


#ImageBoxOverlay
{
/*	background-color: #000;*/
	background-color: #145074;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 350px;
	height: 350px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 10px;
	color: #000;
	visibility:hidden;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../imgs/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../imgs/spacer.gif);
	background-color: transparent;
}

#ImageBoxPrevImage:hover {
	background: url(../imgs/prev_image.jpg) no-repeat left top;
}

#ImageBoxNextImage:hover {
	background: url(../imgs/next_image.jpg) no-repeat right top;
}



/************[ Archief tabs ]**************/

.archiefblok {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 90%;
}


.archiefblok ul {
    background-color: transparent;
    list-style:none;
    margin: 0;
    padding: 0;

}

.archiefblok li {
    float: left;
    background-image: none !important;
    background-color: transparent !important;

}

.archiefblok li a {
    float: left;
    display: block;
    padding: 4px 8px !important;
    border: 1px solid gray;
    background-color: rgb(26,106,153);
    background-color: rgba(26,106,153,0.4);
    background-image: none !important;
}


.archiefblok li a.selected {
    background-color: red !important;
    padding-bottom: 5px;

}

.archiefblok div {
    margin-top: -5px;
    background-color: white;
    float: left;
    clear: left;
    width: 100%;
    padding: 0.5em;
}

div.archiefblok table a {
	color: #00476a;
	background-color: white;
	}

div.archiefblok table a:hover {
    color: #00476a !important;
    	border-bottom: 1px solid #00476a !important;
    	background-color: white;
	}


/*************[ jQ UI tabs ]***************/


.ui-tabs .ui-tabs-hide { display: none !important; }


li.ui-tabs-selected {
	 background-color: red !important;
	 }

li.ui-state-hover {
	background-color: green !important;
	background-color: #238ecc !important;
	}





/************[ Abbr.timeag ]**************/

abbr.timeago {
    font-size: 0.875em;
    padding-left: 1em;
    color: #ababab;
}


/************[ Smoelenboek ]**************/

div#smoelenboek {
    float: left;
    margin-bottom: 1em;

}

div#smoelenboek div.lidwrap {
	float: left;
	width: 160px;
	height: 270px;
	background-color: white;
	border: 2px solid #c8cdd2;
	margin: 5px 10px 5px 0;
	}


div#smoelenboek div.lid {
    padding: 5px;
    padding-top: 15px;
    text-align: center;
    line-height: 1em;
}

.ledenfiche2 {
    border: 2px solid #c8cdd2;
    background-color: white;
    padding: 5px;
    text-align: center;
    margin: 5px;
    color: #627081;
    }



div#smoelenboek .lid img,
.ledenfiche2 img {
    border: 1px solid #c8cdd2;
}

div#smoelenboek dl,
.ledenfiche2 dl {
    margin: 10px;
    padding: 0;
    font-size: 0.875em;
    }

div#smoelenboek dt,
.ledenfiche2 dt {
    margin: 0;
    padding: 0;
    color: #627081;
    background-image: none;
}

div#smoelenboek dd,
.ledenfiche2 dd {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    color:#666;
}

div#smoelenboek a,
div#smoelenboek a:hover {
	color: #627081;
	background-color: white;
	};

/****[ body.picturesdetail img ]******************/

body.picturesdetail #main a.nobullet {
	background-image: none;
	padding: 0;
	margin: 0;
}

body.picturesdetail #main a.nobullet:hover img {
	background-color: white;
}

body.picturesdetail #main a.nobullet img {
	padding: 2px;
	background-color: #355FA0;
}





/****************
 * FOTOS
 ****************/

.fotos a:link, .fotos a:visited {
	text-decoration: none;
}
.fotos a:hover, .fotos a:active {
	border-bottom: 0px solid #FFFFFF;
	text-decoration: none;
	color: #ff0000;
	background-color: #F3F1EF;
}

.noborderfloatright {
	float: right;
	border: 0;
}

.noborderfloatleft {
	float: left;
	border: 0;
}

a img {
	border: none;
}






/****[ fancybox overwrites ]******************/

div#fancy_overlay {
	background-color: #145074  !important;
}

a#fancy_left,
a#fancy_right {
	background-color:transparent;
	}

/****[ body.picturesdetail img ]******************/

body#fotos #main a.nobullet {
	background-image: none;
	padding: 0;
	margin: 0;
}

body#fotos #main a.nobullet:hover img {
	background-color: transparent;
}

body#fotos #main a.nobullet img {
	padding: 2px;
	background-color: #355FA0;
}



/*****[ Linkchecker css ]*****************/


a.inactive {
	padding-right: 20px !important;
	background: url(http://nethome.be/_icons/fam_silk/delete.png) no-repeat center right !important;
}
a.active {
	padding-right: 20px !important;
	background: url(http://nethome.be/_icons/fam_silk/accept.png) no-repeat center right !important;
}

ul.checklinks {
	list-style-type: none;
	/* inline als je ze achter elkaar wil */
/*	display: inline; */
	margin: 0;
	padding: 0px 0px;
	}

ul.checklinks li a {
	float: left;
	clear: both;
	min-width: 150px;
	margin-right: 3em;
	}




/***********[ OWH ]**************/

body#owh div#main {
	background: url(../imgs/logo_owh_30procent.png) no-repeat top right;
	}


/************[ OL ]**************/

#main ol {
        list-style: decimal;
        margin-left: 2em;
}


/************[ title ]**************/


span.Title {
    background-color: yellow !important;
    color: black;
}

/************[ Lidgegevens ]**************/

div#lidgegevens {
    margin-bottom: 1em;
    width: 185px;
    overflow: hidden;
}

div#lidgegevens h4 {
    margin-top: 10px;
}

/************[ Ken overwrites ]**************/

body {
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}


ul,
li {
    margin-left: 0;

}


ul#SideMenu-T2 {
    font-size: 1em;
}


#outerwrap {
/*	font-size: 0.875em; */
/*	font-size: 1em;*/
	font-size: 1.125em;
	}

#content {
    color: white;
}


#main {
	font-size: 1.3em;
	line-height: 1.6em;
}

#footer {
/*	font-size: 0.75em;*/
	}


table, td, tr {
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
}

h2 {
    display: block !important;
    clear: both;
}





/************[ Forms ]**************/

fieldset {
/*background-color: #efefef;*/
background-color: transparent; /* anders toont hij hem in IE7 en 8 */
background: url(../imgs/k10.png) repeat;
width: 100%;
border: 0;
padding: 1em 0;
}


/************[ Form ]**************/

form p.hidden {
    display: none;
}

form {
/*    background: white;*/
}

form input.invalid {
    border: 1px solid red;
}


/****[ Submit ]*****************/

input[type='submit'].leftalign {
    margin-left: 0;
}


/****[ wide form ]*****************/

form.wide input[type='submit']	{
margin-left: 32%; /* 29% + 3% padding */
}

form.wide input[type='submit'],
form.wide fieldset input[type='text'],
form.wide fieldset input[type='password'],
form.wide fieldset textarea  {
width: 60%;
}

form.wide fieldset input,
form.wide fieldset textarea  {
    border: 0;
    background: white url(../imgs/bg_inputs.png) no-repeat top left;
    min-height: 2em;
    padding: 0 0.5em;

    }

form.wide fieldset textarea {
    padding: 0.5em;
    }



/************[ Button ]**************/

button:hover {
  cursor: pointer;
}

button::-moz-focus-inner {
  border:0;
}

input.button,
form fieldset input[type='submit'],
form fieldset select {
    width: 61.5%;
}



/* clean gray
*******************************************************************************/
input.button,data
form.wide fieldset input[type='submit'] {
  background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #888;
/*  font-size: 1.125em;*/
  font-weight: bold;
  line-height: 1;
  padding: 8px !important;
/*  padding: 8px 0 !important;*/
/*  margin-left: 1em;*/
  text-align: center;
  text-shadow: 0 1px 0 #eee;
/*  width: 150px;*/
width: 61.5%;
}


input.button:hover,
form.wide fieldset  input[type='submit']:hover {
  background: #ddd;
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb));
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
  color: #333;
}

input.button:active,
form.wide fieldset  input[type='submit']:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

/************[ Admin-block ]**************/
#admin-block {
	width: 845px;
	z-index: 100;
	position:relative; /* z-index only works on positioned items */
}



/************[ Titles ]**************/

h1, h2, h3, h4 {
    font-family: 'Droid Sans', arial, sans-serif;
/*    color: #444;*/
/*font-style: italic;*/
text-rendering: optimizelegibility;
text-shadow: -0.5px -1px 3px #01426C;
outline-color: #01426C;
margin-top: 1em;
/*color: #888;*/
}


h2 {
    padding-bottom: 0.5em;
    }

/************[ Datatables ]**************/

div.dataTables_filter {
    float:left;
    text-align: left;

}

thead tr th {
   border-bottom: 1px solid rgba(255,255,255,0.1);
    	background-color: transparent;
    	margin-bottom: 1.6em;
}

thead tr:hover {
    background-color: inherit;

}


/************[ Form ]**************/

legend {
    background-color: transparent;
}

fieldset p input.checkbox,
fieldset p input.radio {
    width: 1em;
    margin-top: 1em;
    margin-left: 0;
    float:left;

}

