/* ANTRESIET: #4b4b4d */

html, body { 
	padding				: 0; 
	margin				: 5px 0 0 0;
}

body {
	font				: normal 0.7em "Tahoma", "Verdana", sans-serif;
	color				: #000000;
	background-color	: #000000; 
}

#container {
	width				: 978px;
	height				: auto;
	margin				: 0 auto;
}

#header {
	float				: left;
	width				: 100%;
	height				: 320px;
	background			: transparent url('../images/header.jpg') top left no-repeat;
	border-top			: 1px solid #4b4b4d;
	border-left			: 1px solid #4b4b4d;
	border-right		: 1px solid #4b4b4d;
}

/* Header BG veranderen per hoofdpagina */
	
	body.Home #header { background-image: url('../images/header.jpg'); }
	body.Contact #header { background-image: url('../images/header-contact.jpg'); }
	body.Dier #header { background-image: url('../images/header-dier.jpg'); }
	body.Groen #header { background-image: url('../images/header-groen.jpg'); }
	body.Tuin #header { background-image: url('../images/header-tuin.jpg'); }
	body.Overige #header { background-image: url('../images/header-overige.jpg'); }
	body.Deco #header { background-image: url('../images/header-deco.jpg'); }
	
#main {
	float				: left;
	width				: 100%;
	height				: auto;
	background 			: #ffffff url('../images/contentbg.png') 0px 40px no-repeat;
	border-left			: 1px solid #4b4b4d;
	border-right		: 1px solid #4b4b4d;
}

#menu {
	width				: 952px;
	height				: 38px;
	padding				: 0 13px;
	background			: #000000;
	border-top			: 1px solid #4b4b4d;
	border-bottom		: 1px solid #4b4b4d;
}


#body {
	float				: left;
	margin				: 25px 0 5px 0;
	width				: 938px;
	height				: auto;
	padding				: 0 20px;
}

/* objectInfo parameters */

#objectInfo {
	width				: 182px;
	height				: auto;
	padding				: 0px 19px 0px 19px;
	margin				: 0 0 25px 25px;
	font-size			: 95%; 
	background			: #4b4b4d;
	color				: #ffffff; 
	float				: right;
}
#objectInfo h2 { 
	font-size			: 130%; 
	background			: #000000;
	color				: #ffffff; 
	margin				: 0px -19px 15px -19px; 
	padding				: 10px 0; 
	text-align			: center; 
}

#objectInfo table { margin: 0;}
#objectInfo table th { text-align: left; }
#objectInfo table CAPTION { text-align: left; }
#objectInfo table td#openingstijden { width: 71px; }

#objectInfo div#objectInfoFoot {
 	width				: 220px;
 	height				: 20px;
	margin				: 10px -19px 0px -19px; 
	background 			: #ffffff url('../images/objectInfoFoot.png') 0px 0px no-repeat;
}

/* Contact & Google kaart&route instellingen */

#kaart { 
    margin				:10px 0 0 0;
    width				:696px;
    height				:450px;
    border				:1px solid #4b4b4d;
}


#footer {
	float				: left;
	width				: 980px;
	height				: 70px;
	background			: transparent url('../images/footer.gif') top left no-repeat;
	text-align			: center;
	padding-top			: 13px;
}

	* html #footer {
		padding-top		: 24px;
	}
#footer hr {
	width				: 90%;
	height				: 1px;
	margin				: -10px auto 20px auto;
	border-top			: 1px solid #808081;
	background			: #4b4b4d;
}	
	
/* Headings H1-H6 */
h1, h2, h3, h4, h5, h6 {color: #4b4b4d;}

h1 {
		font-weight		: bolder;
		font-size		: 160%; 
		margin			: 0 0 10px 0;	
	}
	
	* html #body h1 {
		margin-bottom	: -5px;
	}

h2 { }

h3 { }

h4 { margin: 5px 0 10px 0; }

h5 { margin: 5px 0 0px 0; }

h6 { }


/* Paragraph and Link Styles */
	a:focus { outline: none; }

	#body p {
		line-height		: 18px;
	}
	
	p.hidden {display: none;}

	a { 
		color			: #AF2A2F;
		text-decoration	: underline;	
	}
	a:visited {color	: #882226;}
	a:hover {text-decoration	: none;}
	
/* Lists and Navigation */
ul.menu {
	margin				: 0;
	padding				: 0;
	height				: 38px;
	text-align			: center;
}

ul.menu li {
	width				: 13.7%;
	height				: 100%;
	list-style-type		: none;
	display				: inline-block;
	line-height			: 2.5;
	float				: left;
}

ul.menu li a {
	width: 100%;
	height: 100%;
	vertical-align		: middle;
	color				: #ffffff;
	text-decoration		: none;
	display				: block;
}

ul.menu li a:hover {
	color				: #4b4b4d;
	text-decoration		: underline;
}

/* Menu links veranderen per hoofdpagina */
	
	body.Specialist ul.menu li.home a {
		color			: #4b4b4d;
	}

	body.Heerhugowaard ul.menu li.heerhugowaard a {
		color			: #4b4b4d;
	}

ul.menu li a span {
	text-transform		: capitalize;
	font-weight			: bold;
	font-size			: 140%;
}

ul.menu li.first {
	margin-left			: 0px;
}

ul.dropdown {
	text-align			: left;
	visibility			: hidden;
	position			: absolute;
	border				: 1px solid #000000;
	background-color	: #4b4b4d;
	margin-top			: 0px;
	margin-left			: -7px;
	padding				: 5px 10px;
  	opacity				: .9;
  	font-size: 100%;
}

	* html ul.dropdown {
		padding-top		: 10px;
		filter			: alpha(opacity=90);
	}

ul.dropdown li {
	display				: block;
	margin				: 5px 0;
	float				: none;
	width				: 100%;
}

ul.dropdown li a { 
	font-weight			: bold;
	border-bottom		: 1px solid black;
}

ul.dropdown li a:hover {
	color				: #ffffff;
}
