/*

colors used:
#666666 for text-color 
#333333 text-color h1-h6
#cccccc for breadcrumbs + adresgegevens(font Arial 10px)
#fff for navigation + subnav (font CachetBook)
#003366 for active menu subnavigation

#999999 for the links in the footer (font CachetBook)

font CachetBook: navigation, footer, headers, 'Lees meer'
*/

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

html, body {
	height: 100%;
	background:url(pics/background_top.gif) repeat-x #d3d3d3;
}
#site {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 11px arial, verdana, sans-serif;
	line-height: 18px;
	color: #666666;
}
/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	margin:10px 10px 0px 10px;
	width: 970px;
	padding:0;
	overflow:hidden;
	height: 200px;
	background-color: #708da9;
}
#header .logo {
	float:left;
	width:250px;
	height:100%;
	background-color:#708da9;
}
#header .logo a img {
	margin: 35px;
	border: 0px solid #fff;
}
#header #slideshow {
	float:right;
	width:720px;
	height:100%;
	border:none;
	overflow:hidden;
}
#header #slideshow img {
	border:none;
}

/* ------------------------------------------------------------------------- Navigation */ 
#navigation {
	margin:0px auto;
	width: 960px;
    padding: 0px 0px 0px 10px;
	background-color:#003366;
}

#navigation ul {
  float: left;
  list-style-type: none;
  margin: 5px 0px;
}

#navigation ul li {
  	float: left;
  	padding: 0px;
	margin: 0px 15px 0px 0px;
	display:inline;
 	line-height: 14px;
}

#navigation li a:link, #navigation li a:visited {
	float: left;
  	display:block;
	padding:7px 10px;
	color: #fff;
  	font-size: 14px;
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li.current a:link, #navigation ul li.current a:visited{
	background-color:#335c85;
}
/* ------------------------------------------------------------------------- Sub Navigation */ 
#content .subnav ul{
	margin:22px 20px 10px 20px;
	width:200px;
	list-style-type: none;
	font-size:14px;
}
#content .subnav li {
	padding-bottom:3px;
	margin-left:20px;
	text-indent:-20px;
}
#content .subnav li a:link, #content .subnav li  a:visited {
	border:none;
	color:#FFFFFF;
}
#content .subnav li a:hover, #content .subnav li.current a:link, #content .subnav li.current a:visited {
	color:#003366;
}
/* ------------------------------------------------------------------------- Breadcrumbs */ 
#content .breadcrumbs {
	margin-top:-20px;
	margin-right:20px;
	text-align:right;
	color:#cccccc;
	font-size:10px;
}
#content .breadcrumbs a:link, #content .breadcrumbs a:visited {
	color:#cccccc;
	border:none;
}
#content .breadcrumbs a:hover {	
	color:#666666;
}

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

#content {
	position:relative;
	padding:0px;
	margin:0px auto;
	width: 970px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background-color:#FFF;
}
#content .content-block {	
	position:relative;
	width:970px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
.column_color {
	background:url(pics/background_leftcolumn.gif) repeat-y;
}
h1, td h1 {font: 20px arial, verdana, sans-serif; font-weight: bold; color: #333333; margin-bottom: 7px;}
h2, td h2 {font: 16px arial, verdana, sans-serif; font-weight: bold; color: #333333; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #333333; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #333333; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #333333; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #333333; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #333333 ;  border-bottom: 1px solid #333333;}
#content a:hover { color: #666666;  border-bottom: 1px solid #666666; }
#content .button a:link, #content .button  a:visited {text-decoration: none; color: #333333 ;  border-bottom: 0px solid #333333;}
#content .button  a:hover { color: #666666;  border-bottom: 0px solid #666666; }
#content .text a:link, #content .text a:visited {text-decoration: none; color: #333333 ;  border-bottom: 0px solid #333333;}
#content .text a:hover { color: #666666;  border-bottom: 0px solid #666666; }

table {margin: 5px 0px;}
td {
	font: 11px arial, verdana, sans-serif;
	line-height: 18px;
	color: #666666;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 20px; float: right; }
#content img.logo {margin-top:10px;}

p { margin-bottom: 20px;}

#content .intro {
	font-weight:bold;
	margin-bottom:20px;
}

#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 .sidebar {
	padding-bottom: 100px;
	float:left;
	width:250px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#content .adres {
	position:absolute;
	bottom:20px;
	left:20px;
}
#content .container {
	float:left;
	margin:0;
	padding:20px 0px 40px 20px; 
	width:700px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#content .text {
	margin-right:20px;
}
#content .news {
	position:relative;
	padding:10px 0px 10px 10px;
	margin:0px 0px 10px -10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
	width:700px;
	background-color:#d4dde5;
}
#content .news.odd  { background-color:#fff; }
#content .news.even { background-color:#D4DDE5; }

#content #column_form .even { background-color:#fff; }


#content .news_container {
	position:relative;
	width:700px;
	min-height: 100px;
	height: auto !important;
	height: auto;
	overflow:hidden;
}
#content .nieuws_intro {
	float:left;
	width:445px;
}
#content .news .pic_news {
	float:left;
	width:255px;
}
#content .news span.date_time {
	font-size:11px;
	margin-left:10px;
}
#content .news img {
	margin-right:20px;
}
#content .button {	
	text-align:right;
	width:100%;
}
#content .blocks .categorie {
	margin:0px 18px 15px 0px;
	width:215px;
}
#content .blocks .categorie a.cat_title:link, #content .blocks .categorie a.cat_title:visited {
  color:#333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom:7px;
  border-bottom:0px solid #fff;  
} 
#content .blocks .categorie.last {margin-right:0px;}
#content .blocks .categorie img {
	margin:8px 0;
	border:2px solid #c1ceda;
}
#content .categorie a:link, #content .categorie a:visited {
	color:#c1ceda;
	text-decoration:none;
	border:none;
}
#content .blocks .merken a:link, #content .blocks .merken a:visited {
	color:#ffffff;
	text-decoration:none;
	border:none;
}
#content .blocks .merken {
	float:left;
	height:125px;
	margin:0px 15px 10px 0px;
	width:155px;
}
#content .blocks .merken.last {margin-right:0px;}
#content .blocks .merken img {
	border:0px solid #c1ceda;
}

#content .text .link_m {
	float:right;
}
/* ------------------------------------------------------------------------- Gallery */

#content .text .blocks {
	position:relative;
	width: 680px;
	float: left;
}
#content .text .imgblock {
	margin:0px 10px 15px 0px;
	float: left; 
	width:215px;
	height: 145px;
}
#content .text .thumbs .imgblock {
	margin: 0px 10px 10px 0px;
	float: left; 
	width: 150px;
	height: 112px;
}
#content .text .imgblock.last {
	margin: 0px 0px 10px 0px;
}
#content .text .imgblock img { margin: 0px; border:2px solid #c1ceda;}

#content .text .imgblock a:link, #content .text .imgblock a:visited, #content .text .imgblock a:hover {
	color:#c1ceda;
	text-decoration:none;
	border:0px;
}

#prevnext {	margin-top: 10px; width: 680px; float: left; }
#prevnext .prev { float: left; }
#prevnext .next { float: right; }

#prevnext a:link, #prevnext a:visited, #prevnext a:hover {
	border: 0px;	
}
#fancy_title {display:none !important;}

/* ------------------------------------------------------------------------- Google maps */
#content #formcontent .value {
	width:140px;
}
#formcontent .row {
	float:left;
}
#formcontent .row input.large {
	border: 1px outset #c1ceda;
}
#formcontent .row input.button,
#formcontent .row button:link,
#formcontent .row button:visited
{
	float:left;
	margin-top:20px;
	width:60px;
	height:50px;
	border:none;
	cursor:pointer;
	background:url(pics/btn_route.gif) no-repeat;
}
#directions .adp-directions {
	width:680px;
}
/* ------------------------------------------------------------------------- Form */
input, textarea {
	float:left;
	border: 1px solid #c1ceda;
	font: 11px arial, verdana, sans-serif;
}
input.radio  {
	float:none;
}
.errorMsg { 
	position: absolute;
	right: -30px;
	color: red; 
}
#content .column-list .errorMsg span { 
	font: 11px arial, verdana, sans-serif;
}
#content #form2 img {
	margin:0px 5px;
}
/* column-list */

#content .column-list { width: 480px; } 

#content .column.value {
	position:relative;
	width:330px;
}
#content .post_plaats .column.value {
	width:114px;
	
}
#content .column-list .row {
	width: 370px;
	display:inline-block;	
	float: left;
	height:43px;
}
#content .column-list .row.opmerkingen {
	height:auto;
}
#content .column-list .row .aanhef {
	margin-bottom:5px;
}
#content .column-list .row span.radioBtn {
	margin-right:70px;
}
#content .column-list .row input.text {
	margin: 0px;
	width:330px;
}
#content .column-list .row .postcode {
	padding: 0px 25px 0px 0px;
	width: 90px;
	float: left;
	display: inline;
}
#content .column-list .row .postcode .errorMsg { right: -25px; }
#content .column-list .row .postcode .column.value { width: 90px; }
#content .column-list .row .postcode .column.value input.post   { width: 86px; }

#content .column-list .row .plaats {
	width: 215px;
	float: left;
	display: inline;
}
#content .column-list .row .plaats .column.value { width: 215px; }
#content .column-list .row .plaats .column.value input.text.plaats { width:215px; }

/*
#content .column-list .row .errorMsg input.plaats {
	width:180px;
}
*/

#content .column-list .row textarea	{
	width:330px;
	height:88px;	
}
#content .column-list.form input.submit,
#content .column-list.form submit:link,
#content .column-list.form submit:visited
{
	margin-top:10px;
	margin-left:275px;
	float: left;  
	width:60px;
	height:50px;
	border:none;
	cursor:pointer;
	background:url(pics/button_send.gif) no-repeat;
}
/* ------------------------------------------------------------------------- Footer */ 
#footer {
	margin:0 auto;
	padding: 0px 10px;
	width: 970px;
	font: 11px arial, verdana, sans-serif;
	color: #999999;
	text-align: right;
}

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

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

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