/* 
	AC: Veranderd breedte van elke kolom, van links naar rechts, hoofdstuk 1 t/m 3,
	in het hoofdmenu bovenaan de pagina. Chapter 1, 2 en 3 corresponderen met de 
	hoofdstukken in Pivot.
*/

#navigation .chapter1 {
	width: 180px;
}
#navigation .chapter2 {
	width: 240px;
}
#navigation .chapter3 {
	width: 100px;
}	

/*	Voeg hier voor elke pagina die een unieke foto verlangt een regel toe als volgt:
	#subtitel-van-pagina h2 { background: url(subtitel-van-pagina.jpg) center center no-repeat;	}
	Waarbij dus "subtitel-van-pagina" het unieke ID is wat je kunt vinden 
	tussen de haakjes in het 'Pages' overzicht van Pivot. */

/* Standaard foto */
h2 {
	background: url(h2_welkom.jpg) center center no-repeat;
}
#voor-het-toekomstig-baasje h2 {	
	background: url(voor-het-toekomstig-baasje.jpg) center center no-repeat;
}

#voor-pups-en-jonge-honden h2 {	
	background: url(voor-pups-en-jonge-honden.jpg) center center no-repeat;
}

#voor-volwassen-honden h2 {	
	background: url(voor-volwassen-honden.jpg) center center no-repeat;
}

#bedrijfsleven-en-scholen h2 {	
	background: url(bedrijfsleven-en-scholen.jpg) center center no-repeat;
}

#satsbridge-target-training h2 {	
	background: url(satsbridge-target-training.jpg) center center no-repeat;
}

#sociaal-hondenvaardigheids-bewijs h2 {	
	background: url(sociaal-hondenvaardigheids-bewijs.jpg) center center no-repeat;
}

#kinderen-en-honden h2 {	
	background: url(kinderen-en-honden.jpg) center center no-repeat;
}

#probleemgedrag h2 {	
	background: url(probleemgedrag.jpg) center center no-repeat;
}

#voedingsadvies h2 {	
	background: url(voedingsadvies.jpg) center center no-repeat;
}

#agenda h2 {	
	font-weight: bold;	
	background: url(agenda.jpg) center center no-repeat;
}

#contact h2 {	
	background: url(contact.jpg) center center no-repeat;
}

#info h2 {	
	background: url(info.jpg) center center no-repeat;
}

#links h2 {	
	background: url(links.jpg) center center no-repeat;
}

#over-ons h2 {	
	background: url(over-ons.jpg) center center no-repeat;
}

#welkom h2 {	
	background: url(welkom.jpg) center center no-repeat;
}

#gezond-en-bach-bloesem h2 {	
	background: url(gezond-en-bach-bloesem.jpg) center center no-repeat;
}

#kind-en-baby h2 {	
	background: url(kind-en-baby.jpg) center center no-repeat;
}

#opvoeding-en-prive h2 {	
	background: url(opvoeding-en-prive.jpg) center center no-repeat;
}

#pup-en-asiel h2 {	
	background: url(pup-en-asiel.jpg) center center no-repeat;
}

#socialisatie-en-spelen h2 {	
	background: url(socialisatie-en-spelen.jpg) center center no-repeat;
}

#wandelen-en-niet-trekken h2 {	
	background: url(wandelen-en-niet-trekken.jpg) center center no-repeat;
}

#wolf-en-lichaamstaal h2 {	
	background: url(wolf-en-lichaamstaal.jpg) center center no-repeat;
}

#gezond-en-bach-bloesem h2 {	
	background: url(160_gezond-en-bach-bloesem.jpg) center center no-repeat;
}

#links h2 {	
	background: url(links.jpg) center center no-repeat;
}

/* Pas hier eventueel de kleur aan indien de foto 'wit' is */
#bedrijfsleven-en-scholen h2 * {	
	color: #455f9d;
}
	
/* Standaard kleur is wit: */
h2, h2 a, h2 a:active, h2 a:link, h2 a:visited {		
	color: #fff;
}



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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


body {
	font: normal 11px/18px "Arial",sans-serif;
	background: #EFEEDF url(background.png) 100% 100% no-repeat;
	color: #000;
	text-align: center;
}

a, a:active, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #546da7;
}
	

#container {
	width: 820px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	}

#navigation {
	font-weight: bold;
	margin: 0 10px 10px 10px;
	padding-left: 220px;
	background-color: #97b284;
	height: 72px;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
	font-size: 9px;
	}
	#navigation ul {
		float: left;
		margin: 9px 0 9px 0px;
		width: 200px;
		overflow: hidden;
	}
	#navigation li {
		line-height: 18px;
	}
	#navigation a, #navigation a:active, #navigation a:link, #navigation a:visited {
		color: #fff;
		font-weight: normal;
	}
	#navigation p {
		position: absolute;
		right: 10px; 
		top: 11px;
		width: 34px;
		height: 26px;
	}
	#navigation p a {
		display: block;
		height: 100%;
		width: 34px;
		text-indent: -9999px;
		background: url(home.png) no-repeat;
		border: 0;
	}
	
#content {
	background: url(bg_container.png) top no-repeat;
	overflow: hidden;
	}
	#content-inner {
		background: url(bg_container.png) bottom no-repeat;
		overflow: hidden;
	}
	#leftcolumn {
		margin: 0px 0 30px 20px;
		min-height: 126px;
	}
	body.small #leftcolumn {
		min-height: 286px;
	}
	body.noh2 #leftcolumn {
		min-height: 356px;
		padding-top: 100px;
	}
		
	#rightcolumn {
		float: right;
		width: 370px;
		margin: 0px 20px 30px 20px;
		min-height: 126px;
	}
	body.small #rightcolumn {
		min-height: 286px;
	}
	body.noh2 #rightcolumn {
		min-height: 456px;
		padding-top: 10px;
	}
	
h1 {
	position: absolute;
	width: 273px;
	height: 180px;
	top: 10px;
	left: -25px;
	text-indent: -9999px;
	z-index: 99;
	}
	h1 a {
		display: block;
		height: 100%;
		background: url(hondenhuus.png) center center no-repeat;
	}
	
h2 {
	height: 320px;
	padding: 10px;
	position: relative;
	}
	body.small h2 {
		height: 160px;
		margin: 10px 0;
		padding: 0;
	}
	body.noh2 h2 {
		display: none;
	}
	h2 a, h2 a:active, h2 a:link, h2 a:visited {
		font: bold 72px "Tahoma";
		line-height: 90px;
		color: #fff;
		position: absolute;
		bottom: -6px;
		right: 18px;
		text-decoration: none;
		letter-spacing: -5px;
	}
	body.small h2 a, body.small h2 a:active, body.small h2 a:link, body.small h2 a:visited {
		bottom: -18px;
	}
.align-left{ 
	float: left;
}

.align-right {
	float: right;
}
	
#footer  {
	line-height: 30px;
	height: 30px;
	width: 800px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	background-color: #455F9D;
	position: relative;
	letter-spacing: 1px;
	font-size: 9px;
	}
	#footer a, #footer a:active, #footer a:link, #footer a:visited {
		color: #fff;
		font-weight: normal;
	}
	#footer li a, #footer li {
		float: left;
		height: 100%;
	}
	#footer li.overons a, #footer li.overons a:active, #footer li.overons a:link, #footer li.overons a:visited {
		font: bold 11px/30px "Arial",sans-serif;
		background: url(hondje.gif) no-repeat;
		padding: 0 5px 0 30px;		
		margin-left: 5px;
	}
	#footer li.links a, #footer li.links a:active, #footer li.links a:link, #footer li.links a:visited {
		padding: 0 5px 0 30px;
	}
	#footer li.contact a, #footer li.contact a:active, #footer li.contact a:link, #footer li.contact a:visited {
		background: url(hondje.gif) no-repeat;
		padding: 0 5px 0 30px;		
	}
	#footer li.info a, #footer li.info a:active, #footer li.info a:link, #footer li.info a:visited {
		background: url(hondje.gif) no-repeat;
		padding: 0 5px 0 30px;
	}
	#footer li.agenda {
		position: absolute;
		left: 480px;
		top: -5px;		
		width: 78px;
		height: 40px;	
		z-index: 99;
		float: none;
	}
	#footer li.agenda a, #footer li.agenda a:active, #footer li.agenda a:link, #footer li.agenda a:visited {
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		color: #2f4b13;
		background: url(agenda.png) no-repeat;
		display: block;
		height: 100%;
		width: 100%;
		float: none;
	}


.searchbutton, .pivot-search legend {
	display: none;
}

.pivot-search {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.searchbox {
	font: normal 11px/16px "Arial",sans-serif;
	color: #fff;
	text-transform: uppercase;
	background-color: #455F9D;
	border: 1px solid #b2bcd7;
	width: 180px;
	height: 16px;
	margin: 5px 10px 5px 5px;
}

#content p, #contet ul, #content ol {
}

#content b, #content strong {
	font-weight: bold;
}
#content i, #content em {
	font-style: italic;
}

#content li {
	list-style: disc;
	margin: 0 9px;
}
