/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 12px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fabb15; color: #fff; text-shadow: none; }
::selection { background: #fabb15; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #000000; }
a:hover {color: #333333;text-decoration:underline }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

legend { border: 0; *margin-left: -7px; padding: 0; }

label { cursor: pointer; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */


/* =============================================================================
   Standaard
   ============================================================================= */
*
{
	font-family: Arial, Helvetica, sans-serif;
}	

tr, td, th, p, ul, li
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
	line-height: 18px;
}

h1
{
    font-size: 12px;
    font-weight: bold;
    color: #e32118;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #e32118;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

a:link, a:visited, a:active
{
	color: #e32118;
	text-decoration: none;
	
}

a:hover 
{
	
	text-decoration: underline;
}

/* =============================================================================
   Body
   ============================================================================= */
body, html
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
	line-height: 18px;
	background-color: #fabb15;
}

html
{
	background-color: #fabb15;
}

/* =============================================================================
   Formulier
   ============================================================================= */
.formulier-veld
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 150px;
}

.formulier-veld-100
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #66bde6;
	width: 350px;
}

.formulier-knop
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	font-weight: bold; 
	text-decoration: none;
	color: #ffffff;
	background-color: #ffd54d;
	border: 0px solid #000000;
	padding:4px;
}

/* =============================================================================
   Container
   ============================================================================= */
#container {
	position: relative;
	width: 1219px;
	height:811px;
	margin:0 auto;
	margin-top:20px;
}

#sabella 
{
   float:left;
   background-image:url(../images/sabella.png);
   background-repeat:no-repeat;
   width:197px;
   height:768px;
}

#content 
{
    float:left;
    width:958px;
    background-color:White;
    padding-left:32px;
    padding-right:32px;
    height:768px;
    overflow:auto;
}

#top 
{
    height:19px;
}

#bottom 
{
    height:12px;
}

#logo 
{
    float:left;
    width:110px;
    height:101px;
    margin-left:55px;
    margin-bottom:20px;
}
#tweet 
{
    float:left;
    width:370px;
    height:101px;
    margin-left:210px;
       
}

#sharethis 
{
    float:left;
    height:101px;
    margin-left:30px;
    width:140px;
}

/* =============================================================================
   Content
   ============================================================================= */
article
{
}

section 
{
    float:left;
    margin-left:55px;
    width:695px;
    
}

aside 
{
    float:right;
    width:182px;
    height:100px;
    margin-right:4px;
    
}

.item item p, .item li, .item td, .item div
{

    line-height:14px;
    font-size:12px;
    
}

.item ul 
{
    margin:0px;
    padding:0px;
    padding-left:20px;
    line-height:18px;
}

.blok_item1 
{
    height:166px;
    width:164px;
    padding:9px;
    background-color:#ffd54d;
    margin-bottom:10px;
    line-height:14px;
    font-size:12px;
    
}


.blok_item2
{
    height:166px;
    width:164px;
    padding:9px;
    background-color:#acca56;
    margin-bottom:10px;
    line-height:14px;
    font-size:12px;
    
}

.blok_item3
{
    height:139px;
    width:164px;
    padding:9px;
    background-color:#c7c0b8;
    margin-bottom:0px;
    line-height:14px;
    font-size:12px;

    
}

#photo 
{
    margin-bottom:22px;
}

#photo .items
{   
    width:705px;
    height:185px;          
    position:relative;
    overflow:hidden;
    text-align:left;
}

.slider-container 
{
    position:absolute;
    width:705px;
    height:260px;
    background-color:#e0f1fa;
    top:482px;
}

.slider-box
{
    padding-left:14px;
    padding-right:14px;
    padding-top:18px;
}

#slider .items
{
    width:677px;
    height:202px;
    position:relative;
    overflow:hidden;
    text-align:left;

}

.item-inspiratie 
{
    width:677px;
    height:57px;
    margin-bottom:10px;
}

.inspiratie-foto 
{
    float:left;
    margin-right:10px;
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #c7c0b8;
    width:55px;
    height:55px;
}

.inspiratie-item 
{
    overflow:hidden;
    height:55px;
}

/* =============================================================================
   Header & footer
   ============================================================================= */
header
{

}
footer 
{
    text-align:right;
    color:white;
    font-size:11px;
    margin-right:85px;
    margin-top:25px;   
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active
{

	text-decoration: none;
	color: white;
}

a.footer:hover
{
	color: white;
	text-decoration: underline;
}
/* =============================================================================
   Menu
   ============================================================================= */
div.menu-container
{
}

div.menu-item
{
	float: left;
	margin-right: 5px;
}

.menu-separator
{
    color: #000000;
    margin: 0px 5px 0px 5px
}

nav
{

    height:45px;
    width:958px;
}

nav ul
{
	display: block;
	padding-left:4px;
}

nav li
{
	display: block;
	float: left;
	padding:0px;
	margin-right:10px;
	width:182px;
	height:45px;
}

nav li:last-child
{
	margin-right:0px;
}

a.menu-link:link, a.menu-link:visited, a.menu-link:hover, a.menu-link:active
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.menu-link:hover
{
	color: #000000;
}

#slider .items a:link,#slider .items a:hover,#slider .items a:active 
{
    color:Black;
    text-decoration:none;
    
}

a.menu-link-vast:link, a.menu-link-vast:visited, a.menu-link-vast:hover, a.menu-link-vast:active
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

a.menu-link-vast:hover
{
	color: #000000;
}

/* =============================================================================
   Losse items
   ============================================================================= */
.lijn1
{
	height: 1px;
	margin: 5px 0px 5px 0px;
	font-size: 0;
	border-bottom: 1px solid #000000;
}

.lijn2
{
	height: 1px;
	margin: 5px 0px 5px 0px;
	font-size: 0;
	border-bottom: 1px dotted #000000;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}