@charset "utf-8";
* {
	padding:0;
	margin:0;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	background:#5caae7 url(images/bg-header.jpg) center top repeat-x;
}

a {
	color:#36f;
}
a:hover {
	text-decoration:none;
}

a img {
	border:0;
}

p {
	margin: 6px 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#main {
	padding-bottom: 150px;
}

table td {
	vertical-align:top;
}

#maincontent {
	width:960px;
	background-color:#FFF;	
}

#bg-left {
	width:50%;
}

#bg-right {
	width:50%;
}

#header {
	background:url(images/header.jpg) top left no-repeat;
	height: 204px;
	width:960px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#zoekbar {
	width:960px;
	height:28px;
	background:url(images/bg-zoekbar.jpg) top left no-repeat;
	border: 1px solid #000;
}

#zoekbar #flags {
	float: left;
	margin: 6px 0 0 10px;
}

#zoekbar #flags img {
	margin-right: 10px;
}

#zoekbar #search-fld {
	float: right;
	margin: 0 14px 0 0;
}

#zoekbar #search-fld input {
	width: 160px;
	height: 18px;
	border:0;
	background-color:transparent;
	margin-top:5px;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#zoekbar #search-fld input#search-btn {
	width: 33px;
	height:17px;
	margin-top:4px;
}

#content-row {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 8px solid #214b9f;
}


#content {
	width: 720px;
	background:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}

#content-txt {
	margin: 0 5px 15px 5px;	
}

#content h1 {
 	background: #214b9f;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding: 3px;
	font-weight:normal;
	margin-bottom:12px;
}

/* -------- SLIDER IMAGE HOMEPAGE ---------- */
#slider {
	width:710px;
	height: 420px;
	margin:5px;
	padding:0;
}

#slider img {
	width:710px;
	height: 420px;
	top:0;
	left:0;
}

/* MAIN MENU */
#menu{
	width: 239px;
	background:#3366ff url(images/bg-menu.gif) top left no-repeat;
	border-right: 1px solid #000;
padding: 0;
margin-bottom: 0;
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000;
}

* html #menu{ /*IE 6 only */
w\idth: 226px; /*Box model bug: 180px minus all left and right paddings for #menu */
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
border-bottom: 1px solid #36a5fb;
}

#menu li {
border-top: 1px solid #36a5fb;
border-bottom: 1px solid #214cac;
margin: 0;
}

#menu li.first {
	border-top: 0;
}

#menu li a{
display: block;
padding: 5px 5px 5px 10px;
color: #000;
text-decoration: none;
width: 100%;
}

html>body #menu li a{ /*Non IE6 width*/
width: auto;
}

#menu li a:hover{
background-color: #214b9f;
color: #fff;
}

#menu li.current a, #menu li.current a:hover{
background-color: #214b9f;
color: #fff;
}

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background:url(images/bg-footer.gif) bottom center repeat-x;
} 

#footer-wrap {
	width:960px;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#214b9f;
	line-height:16px;
}

#footer-wrap a{
	color:#214b9f;
	text-decoration:none;
}

#footer-wrap a:hover{
	text-decoration:underline;
}


#footer-wrap .flt-left {
	float: left;
	padding-top: 60px;
}

#footer-wrap .flt-right {
	float: right;
	padding-top:126px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*============== catalogus ==================*/
#catalogus {
	border-collapse: separate;
	width: 710px;
}

#catalogus td {
	border-collapse: separate;
	width: auto;
}

#catalogus td.thumbs {
	width:144px;
	height:109px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #b7b7b7;
}

#catalogus td p {
	margin: 2px 0;
}

#catalogus td.thumbs a, #catalogus td.thumbs a img {
	border:0;
}

#catalogus td.thumbs a:hover, #catitem td.thumbs a:hover, td.thumbs a:hover img {
	cursor: url("images/magplus.cur"), pointer;
	border:0;
}

#catalogus tr.emptyrow, #catalogus tr.emptyrow td {
	height: 3px;	
	font-size:1px;
	line-height:1px;
}

#catalogus h2 {
 	background: #214b9f;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding: 1px;
	font-weight:bold;
	margin-bottom:2px;
	line-height:16px;
}

#catalogus tr.emptyrow td {
	border-bottom: 1px dotted #CCCCCC;
}

#catalogus .more-link {
	float: right;
}


/* ---- Portfolio item ---- */
#catitem td.thumbs {
	width:134px;
	height:102px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #333;
}

#catitem td.thumbs a, #catitem td.thumbs a img {
	border:0;
}


#catitem a {
	text-decoration: none;
}

#catitem a:hover {
	text-decoration: underline;
}


#catitem, #catitem td {
	border-collapse: separate;
	width: auto;
}

#catitem #back-link, #catitem-table #back-link {
	display:none;
}

/* --- WEATHER REPORT -- */
.wow_container {
	margin-left: 30px;
	margin-top: 50px;
}

.wow_container table table {
	border-color: #214b9f !important;
	border-bottom:1px solid #214b9f !important;
	border-width:1px !important;
	border-bottom-style:solid !important;
}

.wow_container table.wowfill, .wow_container table td, .wow_container table table td, .wow_container table tr, .wow_container table table table{
	border: 0 !important;
	border-color:#214b9f !important;
}

div.wow_container tr, div.wow_container td, div.wow_container p, div.wow_container div {
	border: 0 !important;
}

.wow_container input {
	display: none !important;	
}


/* --- ADRES --- */
#address {
	margin: 74px 10px 20px 10px;
	overflow:hidden;
}

#home #address {
	margin: 24px 10px 30px 10px;
	overflow:hidden;
}

#home #left-content {
	margin: 4px 10px 20px 10px;
	overflow:hidden;
}

#powered {
	text-align: center;
	background:#36f;
	border-right:1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#036;
}

#powered a {
	color:#036;
	text-decoration:none;
}

#powered a:hover {
	color:#0036;
	text-decoration:underline;
}

/* ------------- Zoekresultaten ------------------------ */


#searchresulttxt {
	width: 100%;
}

#searchbody {
	font-size: 12px;	
}

#searchbody, #searchresulttxt td {
	background:#fff none;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	font-size:12px;
	color:#000;		  			  

}

#searchbody b {
	vertical-align:top;	
}


#searchresulttxt td.more-link {
	text-align: right;
	margin-bottom:8px;
}

#searchresulttxt td.more-link a {
	text-decoration: underline;
}

#searchresulttxt td.more-link a:hover {
	text-decoration: none;
}

#searchresulttxt h3{
	background: #214b9f;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	line-height:16px;
   border-top: 0px dotted #999999;
}

.result-txt {
	line-height: 18px;
}
