/*
/////////////////////////////////////

	BLANQO [innovative media]
    
    [i] www.blanqo.nl
    [e] info@blanqo.nl
    [t] 0900 - BELBLANQO (0900-235 25 26)
	
/////////////////////////////////////
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.invis {					/* Code voor de skipknoppen die alleen zichtbaar zijn als mensen geen CSS hebben. */
	visibility: hidden;
	position: absolute;
	left: -1000px;
	top: -1000px;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #000;
	background: #faf3ec;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* MAIN STYLES */

html, body {
	font-family: "Arial";
	font-size: 11px;
	color: #585858;
	line-height:20px;
}

/* layout */

#wrap {
	width: 1000px;
	min-height: 650px;
	background: #ffffff;
	margin: 0 auto;
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -325px;*/
}

#header {
	position: relative;
	height: 270px;
	background: #fff url("../images/header.jpg") no-repeat top;
	margin: 0 0 25px 0;
}

#header h1 {
	position: absolute;
	top: 189px;
	left: 408px;
	width: 183px;  
	height: 81px;
	background: url("../images/logo.png") no-repeat;
	text-indent: -9999px;
	z-index: 999;
}

#header h1 a {
	width: 183px;  
	height: 81px;
	display: block;
	border: 0;
	z-index: 999;
}

#main {
	min-height: 350px;
	background: #fff;
}

#left {
	float: left;
	width: 270px;
	height: 350px;
}
#left img {
	margin: 0 0 0 20px;
	border: 5px solid #faf3ec;
}
div#content ul.dayTime li { background: none; padding: 0; }
div#content ul.dayTime li span {
	font-weight: bold;
	width: 75px;
	float: left;
}
#content {
	float: left;
	width: 430px;
	min-height: 350px;
	border-bottom: 30px solid #fff;
	background: #fff;
}
#content p {
	color: #444;
	font-size: 12px;
}
#content h3 {
	font-size: 13px;
	color: #052e20;
	margin: 10px 0 5px 0;
}
#content a {
	text-decoration: none;
	color: #052e20;
	border-bottom: 1px dotted #052e20;
}
#content a:hover {
	border-bottom: 1px solid #052e20;
}
#content ul li {
	padding: 0 0 0 14px;
	background: url("../images/ul-link.png") 0 2px no-repeat;
}

#content a.extern {
	padding-right: 15px;
	background: url("../images/ext-link.png") 100% 1px no-repeat;
}

#right {
	float: right;
	width: 280px;
	padding-left: 20px;
}

#footer {
	clear: both;
	height: 30px;
	background-color: #052e20;
}
#footer a {
	color: #db8e24;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px dotted #db8e24;
}

/* hoofdmenu */

#mainmenu {
	position: absolute;
	bottom: 27px;
	text-align: center;
	display: block;
	width: 100%; 
	overflow: auto;
	height: 35px; 
}

#mainmenubg {
	background: url(../images/transpback.png);
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	font-family: "Georgia";
	font-size: 14px;  
	font-weight: bold;
	color: #052e20;
	text-decoration: none;
	line-height: 35px;
	padding: 9px 12px;
}

#mainmenu ul li a:hover, #mainmenu ul li a.current {
	color: #530000;
	background-color: #fff;
}        

.links {
	margin-right: 230px; /* een lege ruimte tussen 2 menu items */
}

.rechts {
	margin-left: 0; /* een lege ruimte tussen 2 menu items */
}
        
/* submenu */
  
#left ul {
  list-style-type: none;  
  margin-left: 35px;
}

#left ul li a{
	display: block;
	height: 34px;
	line-height: 36px;
	width: 180px;
	font-family: "Georgia";
	font-size: 12px;
	color: #052e20;
	text-indent: 13px;
	text-decoration: none;
	border-bottom: 1px solid #ebe5e1;
	background: #fff;
}

#left ul li a:hover{
	background: url("../images/submenubg.png") no-repeat;
}

#left ul li.current a {
	background: url("../images/submenubg.png") no-repeat;
}


/* infoblok */

#infoblok {
	float: right;
	width: 320px;
	padding: 50px 50px 0 0;
}

#infoblok h3 {
	font-size: 30px;
	color: #fff;  
}

#infoblok p {
	font-size: 14px;
	color: #fff;
}

/* overige elementen */

p {
	padding-bottom: 10px;
}

#footer p {
	padding-top: 5px;
	text-align: center;
	color: #417563;
}

span.streep {
	color: #114030;
	padding: 0 3px;
}

h1, h2, h3, h4, h5 {
	font-family: "Arial";
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 27px;
}

/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}

.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px !important;
	z-index: 0;
}

.sIFR-active h2 {
	visibility: hidden;
	display: block;
	width: 410px;
}
.tel {
	color: #db8e24;
}

div#map {
	width: 410px;
	height: 250px;
	margin: 0 0 10px 0;
}
.gmnoprint span, .gmnoprint a {
	position: absolute;
	left: -9999px;
}

a.extern-bl {
	padding-right: 15px;
	background: url("../images/ext-link-geel.png") 100% 1px no-repeat;
}
