/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
    background-color: #4c4d4f;
}

img a, a img { border: none; text-decoration: none; }

#site {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 965px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 12px Georgia1, Georgia, serif;
	line-height: 16px;
	color: #fff;
	background: url(pics/bg_site.gif) 0px 160px repeat-y;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	padding: 0px;	
	width: 965px;
	height: 170px;
}

#header img { float: left; }

#header .logo a img {
	float: left;
	border: 0px solid #fff;
}

#header #aanmeld{
    position: absolute;
    top: 35px;
    left: 198px;
}

#header #aanmeld a.left:link, #header #aanmeld a.left:visited{
    float: left;
    width: 102px;
}

#header #aanmeld a.right:link, #header #aanmeld a.right:visited{
    float: right;
    width: 102px;
}

#header .images span { position: absolute; width: 193px; height: 170px; display: none; }
#header .images span.overlay_red1, #header .images span.overlay_red2 { background: #ff0000; }
#header .images span.overlay_blue { background: #29a7c6; }

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
	position: relative;
	padding: 0px 0px 0px 10px;	
	width: 955px;
	height: 40px;
	z-index: 10;
	background: url(pics/bg_navigation.gif) top left repeat-x;
}

#navigation ul {
	list-style-type: none;
}

#navigation li { position: relative; padding: 12px 10px; width: 173px; float: left; }
#navigation li.first { width: 163px; }

#navigation li a.spf_nav.nopoint{
    cursor: default;
}

#navigation li a:link, #navigation li a:visited {
	color: #fff;
	font: 13px arial, Georgia1, Georgia, serif;
	font-weight: bold;
	text-decoration: none;
}

/* Subnavigation */

#navigation ul.sub {
	position: absolute;
	padding: 10px 0px;
 	top: -999px;
	background: #525a5c url(pics/bg_subnavigation.gif) top left repeat-x;
}

#navigation ul.sub li { padding: 3px 5px; width: 185px; float: left; line-height: 18px;  }
#navigation ul.sub.first li { padding: 3px 3px 3px 15px; width: 175px; }

#navigation li:hover ul.sub,
#navigation li.sfHover ul.sub {
  top: 40px;
  left: 0px;
}

#navigation li:hover ul.sub.first,
#navigation li.sfHover ul.sub.first {
	left: -10px;
}

#navigation ul.sub li a:link, #navigation ul.sub li a:visited, #navigation ul.sub li ul.subsub li a:link, #navigation ul.sub li ul.subsub li a:visited {
	padding: 0px 15px;
	width: 165px;
 	display: inline-block; 
	background: url(pics/bg_li_subnav.gif) 5px 7px no-repeat;
}

#navigation ul.sub li a:hover, #navigation ul.sub li.current a:link, #navigation ul.sub li.current a:visited  {
  background: url(pics/bg_li_subnav_current.png) 3px 5px no-repeat; 
}

/* SubSubNavigation */

#navigation ul.subsub {
	margin: 0px 10px;
}

/* ------------------------------------------------------------------------- Content */ 

#content {
	position: relative;
	padding: 0px 0px 0px 10px;	
	width: 955px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	z-index: 5;
}

#content .text .file img{
    margin: 0px;
    padding: 0px;
    
}
#content .text .file{
    margin-bottom: 10px;    
}


#content .column       { float: left; overflow: hidden; }
#content .column.w_183 { width: 183px; }
#content .column.w_193 { width: 193px; }
#content .column.w_386 { width: 386px; }

#content .column .head { 
	position: relative;
	padding: 0px 10px;
	height: 75px;
	border-left: 1px dashed #d8281e;
}

#content .column .text { 
	margin: 0px 9px 0px 0px; 
	padding: 9px; 
	min-height: 430px; 
	height: auto !important; 
	height: 430px; 
	background: url(pics/bg_column_text.gif) top left repeat-x; 
} 
#content .column .text.nobackground { background: none; }

#content .column .text .newsitem { margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px; color: #A7A9AC; border-bottom: 1px dashed #c1c4c8; }
#content .column .text .newsitem a:link, #content .column .text .newsitem a:visited { color: #fff; font: 10px Arial, arial, sans-serif; border-bottom: 1px solid #fff; }
#content .column .text .newsitem img { margin: 0px; }
#content .column .text .newsitem h2 { margin-bottom: 3px; font: 14px arial, Georgia1, Georgia, serif; font-weight: bold; } 
#content h2.title{ cursor: pointer;}
h1, td h1 {font: 22px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 3px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #F79A7A;  border-bottom: 1px solid #F79A7A;}

table { margin: 5px 0px; }
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #fff;
}

/* ------------------------------------------------------------------------- Nieuws */ 

#content ul.nieuws{
    margin: 0px;
    padding: 0px;
}

#content ul.nieuws li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-style: italic;
}

#content .newsBlock{
    border-bottom: 1px dashed #F79A7A;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#content .newsBlock img{
    margin: 0px;
    padding: 0px;
}

#content ul.jaarverslag{
    margin: 0px;
    padding: 0px;
}

#content ul.jaarverslag li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#content ul.jaarverslag li img{
    padding: 0px;
    margin: 0px;
}


#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px; }

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc; }
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content .bottom { position: absolute; bottom: 0px; }

/* ------------------------------------------------------------------------- Form */ 
#content .form{
    width: 350px;
    border-bottom: 1px dashed #D49695;
    border-top: 1px dashed #D49695;
    padding: 5px 0px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

#content input.submit{
    background: url(pics/verstuur-btn.gif) top left no-repeat;
    width: 100px;
    height: 30px;
    border: none;
    margin: 20px 20px 0px 0px;
    cursor: pointer;
}

#content input.submit.aanmelden {
    background: url(pics/aanmelden.gif) top left no-repeat;
}

#content input.submit.reset{
    background: url(pics/annuleer-btn.gif) top left no-repeat;
}

#content .row{
    float: left;
    width:350px;
    margin-bottom: 5px;
}

#content .row .omschrijving{
    width: 150px;
    float: left;
}

#content .row .invul input.tekst{
    height: 15px;
    border: none;
    background: #fff;
    width: 197px;
    font-size: 11px;
    padding: 0px 0px 0px 3px;
}

#content .form .cursive{
    font-style: italic;
}

#newsletter input.tekst{
    height: 15px;
    border: none;
    background: #fff;
    width: 153px;
    font-size: 11px;
    font-family: georgia, arial, verdana;
    padding: 2px 0px 1px 3px;
    color: #aaa;
    margin-bottom: 5px;
}

/* ------------------------------------------------------------------------- Footer */ 

* html #footer {
	position: absolute;
	bottom: -1px;
}

#footer {
	position: absolute;
	bottom: 0px;
	right: 78px;
	padding: 0px 10px;
	height: 20px;
	font: 10px arial, verdana, sans-serif;
	color: #c1c4c8;
	text-align: right;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #c1c4c8;
}

#footer a:hover { color: #c1c4c8; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }

