/* @group undoHTML */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lowe  r halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* @end */

/* @group main */

body {
	text-align: center;
	padding-top: 73px;
	background-color: #dbdedc;
	font-family: "century gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
}

#hoofdcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 654px;
	text-align: left;
	background-color: #fff;
	font-size: 95%;
}

.hidden {
	display: none;
}

h1 {
	clear: left;
	float: left;
	display: inline;
	text-indent: -9999px;
	width: 654px;
	height: 135px;
	background: url(../img/title_h1.jpg) no-repeat;
}

h1 a {
	clear: left;
	float: left;
	display: inline;
	text-indent: -9999px;
	width: 250px;
	height: 135px;
	background: url(../img/title_h1.jpg) no-repeat;
}

#hoofdcontainer {
	background: url(../img/deco_bg_hoofdcontainer.jpg) repeat-y;
	position: relative;
	/* overflow: auto; */
	overflow: hidden;
	position:relative;
}

em {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group header */


/* @end */

/* @group menus */

#menus {
	clear: left;
	float: left;
	display: inline;
	width: 654px;
	padding-top: 4px;
	background: url(../img/deco_bg_hoofdmenu.jpg) no-repeat 0 bottom;
	height: 29px;
}

#menus #hoofdmenu {
	float: left;
	display: inline;
	margin-left: 34px;
	color: #eb2246;
	margin-bottom: 14px;
}

#menus #hoofdmenu a {
	color: #4d5a52;
}

#menus #hoofdmenu a:hover {
	color: #eb2246;
}

/*
#menus #contactEnAndere {
	float: right;
	display: inline;
	margin-right: 31px;
	color: #eb2246;
}
*/

#menus #contactEnAndere {
	position: absolute;
	right: 31px;
	top: 95px;
	float: right;
	display: inline;
	color: #eb2246;
}


#menus #contactEnAndere li {
	float: left;
	display: inline;
	margin-left: 14px;
	background: url(../img/deco_bg_bullet.gif) no-repeat 0 2px;
	padding-left: 15px;
}


#menus #contactEnAndere a {
	color: #4d5a52;
}

#menus #contactEnAndere a:hover {
	color: #eb2246;
}

#menus #hoofdmenu li {
	float: left;
	display: inline;
	margin-right: 14px;
	background: url(../img/deco_bg_bullet.gif) no-repeat 0 2px;
	padding-left: 15px;
}

#menus #contactEnAndere li {
	float: left;
	display: inline;
}

#submenu {
	position: absolute;
	left: 30px;
	top: 178px;
	width: 190px;
	z-index: 3;
}

#menus #submenu li {
	clear: left;
	float: left;
	display: inline;
	width: 180px;
	margin-bottom: 10px;
	color: #eb2246;
}

#menus #submenu li a {
	float: left;
	margin-left: -15px;
	padding-left: 15px;
	background: url(../img/deco_bg_submenuClickable.jpg) no-repeat 0 2px;
}

/* @end */

/* @group hoofdartikel_voorpagina */

#hoofdartikel_voorpagina {
	clear: left;
	float: left;
	display: inline;
	width: 594px;
	padding-left: 35px;
	padding-right: 25px;
	background: url(../img/deco_bg_hoofdartikel.jpg) no-repeat 0 bottom;
	padding-top: 15px;
	padding-bottom: 30px;
	min-height: 200px;
}

#hoofdartikel_voorpagina h2 {
	margin-bottom: 10px;
	line-height: 120%;
	color: #4d5a52;
	font-weight: bold;
	clear: left;
	float: left;
	width: 394px;
}

#hoofdartikel_voorpagina h2.professionelenTitel {
	color: #eb2246;
}

#hoofdartikel_voorpagina p {
	margin-bottom: 10px;
	line-height: 120%;
	color: #4d5a52;
	clear: left;
	float: left;
	width: 594px;
}

#hoofdartikel_voorpagina p.emOne {
	color: #EB2246;
	font-weight: bold;
}

#hoofdartikel_voorpagina p.emOne a {
	text-decoration: underline;
}

#hoofdartikel_voorpagina p.emOne a:hover {
	color: #EB8D46;
}

#hoofdartikel_voorpagina p#overGert {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/gert.jpg) no-repeat;
}

#hoofdartikel_voorpagina p#overMelanie {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	background: url(../img/melanie.jpg) no-repeat;
}

#hoofdartikel_voorpagina a {
	color: #eb2246;
}

#hoofdartikel_voorpagina ul {
	line-height: 120%;
	color: #4d5a52;
	width: 394px;
	clear: left;
	float: left;
	display: inline;
}

#hoofdartikel_voorpagina ul ul {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	color: #4d5a52;
	margin-left: 20px;
	clear: left;
	float: left;
	width: 374px;
	display: inline;
}

#hoofdartikel_voorpagina ul ul li {
	width: 374px;
	display: inline;
}


#hoofdartikel_voorpagina li {
	float: left;
	clear: left;
	margin-bottom: 10px;
	line-height: 120%;
	width: 394px;
	display: inline;
}

#hoofdartikel_voorpagina li.hidden {
	display: none;
}



#hoofdartikel_voorpagina dl {
	margin-top: 0;
	line-height: 120%;
	color: #4d5a52;
	width: 394px;
	clear: left;
	float: left;
	display: inline;
}

#hoofdartikel_voorpagina dt {
	float: left;
	clear: left;
	margin-bottom: 10px;
	line-height: 120%;
	width: 394px;
	display: inline;
	font-weight: bold;
}

#hoofdartikel_voorpagina.werking dt, #hoofdartikel_voorpagina.medewerkers dt {
	float: left;
	clear: left;
	margin-bottom: 0;
	line-height: 120%;
	width: 394px;
	display: inline;
	font-weight: bold;
	margin-bottom:10px;
	position: relative;
}

#hoofdartikel_voorpagina.medewerkers dt {
	min-height: 100px;
}

#hoofdartikel_voorpagina.medewerkers dt span {
	float: left;
	width: auto;
	margin-right: 0.5em;
}

#hoofdartikel_voorpagina.medewerkers dt span.fn {
	margin-left:  110px;
	margin-right: 0;
}

#hoofdartikel_voorpagina.medewerkers dt span.title {
	margin-left:  110px;
	margin-right: 0;
}

#hoofdartikel_voorpagina.medewerkers dt img {
	position: absolute;
	left: 0;
	top: 0;
}

.jobtitel {
	float: left;
	clear: left;
	font-weight: bold;
}

#hoofdartikel_voorpagina dd {
	float: left;
	clear: left;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 120%;
	width: 394px;
	display: inline;
}

#hoofdartikel_voorpagina.medewerkers dd {
	margin-bottom: 20px;
}

#hoofdartikel_voorpagina .postal-code {
	clear: left;
	float:left;
}

#hoofdartikel_voorpagina .locality {
	float: left;
	margin-left: 4px;
}

#hoofdartikel_voorpagina a#folderLink {
	float: left;
	width: 352px;
	padding: 7px;
	padding-left: 30px;
	color: #333;
	background: #dedede url(../img/pdfIcon.gif) no-repeat 3px 3px;
	margin-bottom: 12px;
}

#hoofdartikel_voorpagina a#folderLink:hover {
	color: #eb2246;
}

/* @end */

/* @group hoofdartikel */

#hoofdartikel {
	clear: left;
	float: left;
	display: inline;
	width: 394px;
	padding-left: 235px;
	padding-right: 25px;
	background: url(../img/deco_bg_hoofdartikel.jpg) no-repeat 0 bottom;
	padding-top: 15px;
	padding-bottom: 30px;
	min-height: 200px;
	position: relative;
}

#hoofdartikel h2 {
	margin-bottom: 10px;
	line-height: 120%;
	color: #4d5a52;
	font-weight: bold;
	clear: left;
	float: left;
	width: 394px;
}

#hoofdartikel h2.professionelenTitel {
	color: #eb2246;
}

#hoofdartikel p {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #4d5a52;
	clear: left;
	float: left;
	width: 394px;
}

#hoofdartikel p#overGert {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/gert.jpg) no-repeat;
}

#hoofdartikel p#overMelanie {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/melanie.jpg) no-repeat;
}

#hoofdartikel p#overLinde {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/linde.jpg) no-repeat;
}

#hoofdartikel p#overVanessa {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	background: url(../img/vanessa.jpg) no-repeat;
}

#hoofdartikel p#overVanessa.extraMargin {
	margin-bottom: 20px;
}

#hoofdartikel p#overKaren {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/karen.jpg) no-repeat;
}

#hoofdartikel p#overKim {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/kim.jpg) no-repeat;
}

#hoofdartikel p#overGonnie {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/gonnie.jpg) no-repeat;
}

#hoofdartikel p#overAn {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/an.jpg) no-repeat;
}

#hoofdartikel p#overEllen {
	padding-left: 110px;
	width: 284px;
	min-height: 100px;
	margin-bottom: 20px;
	background: url(../img/ellen.jpg) no-repeat;
}


#hoofdartikel a {
	color: #eb2246;
}

#hoofdartikel ul {
	line-height: 120%;
	color: #4d5a52;
	width: 394px;
	/*
	clear: left;
	float: left;
	*/
	display: inline;
	margin-bottom: 20px;
}

#hoofdartikel ul strong {
	font-weight: normal;
	text-decoration: underline;
}

#hoofdartikel ul ul {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	color: #4d5a52;
	margin-left: 20px;
	clear: left;
	float: left;
	width: 374px;
	display: inline;
}

#hoofdartikel ul ul li {
	width: 374px;
}


#hoofdartikel li {
	clear: left;
	margin-bottom: 10px;
	line-height: 120%;
	display: list-item;
	/* display: inline; */
	list-style-type: disc;
	list-style-position: outside;
}

#hoofdartikel li li {
	display: list-item;	
	list-style-type: disc;
	list-style-position: inside;
}

#hoofdartikel li.hidden {
	display: none;
}


#hoofdartikel ul#oudersProblematieken, #hoofdartikel ul#oudersTrainingen {
	margin-bottom: 15px;
}

#hoofdartikel ul#professionelenProblematieken, #hoofdartikel ul#professionelenTrainingen {
	margin-bottom: 15px;
}

#hoofdartikel ul.werkervaring {
	margin-bottom: 15px;
}

#hoofdartikel ul.werkervaring li {
	margin-bottom: 0;
}

#hoofdartikel dl {
	margin-top: 0;
	line-height: 120%;
	color: #4d5a52;
	width: 394px;
	clear: left;
	float: left;
	display: inline;
}

#hoofdartikel dt {
	float: left;
	clear: left;
	margin-bottom: 10px;
	line-height: 120%;
	width: 394px;
	display: inline;
	font-weight: bold;
}

#hoofdartikel.werking dt, #hoofdartikel.medewerkers dt {
	float: left;
	clear: left;
	margin-bottom: 0;
	line-height: 120%;
	width: 394px;
	display: inline;
	font-weight: bold;
	margin-bottom:10px;
	position: relative;
}

#hoofdartikel.medewerkers dt {
	min-height: 100px;
}

#hoofdartikel.medewerkers dt span {
	float: left;
	width: auto;
	margin-right: 0.5em;
}

#hoofdartikel.medewerkers dt span.fn {
	margin-left:  110px;
	margin-right: 0;
}

#hoofdartikel.medewerkers dt span.title {
	margin-left:  110px;
	margin-right: 0;
}

#hoofdartikel.medewerkers dt img {
	position: absolute;
	left: 0;
	top: 0;
}

.jobtitel {
	float: left;
	clear: left;
	font-weight: bold;
}

#hoofdartikel dd {
	float: left;
	clear: left;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 120%;
	width: 394px;
	display: inline;
}

#hoofdartikel.medewerkers dd {
	margin-bottom: 20px;
}

#hoofdartikel .postal-code {
	clear: left;
	float:left;
}

#hoofdartikel .locality {
	float: left;
	margin-left: 4px;
}

#hoofdartikel a#folderLink {
	float: left;
	width: 352px;
	padding: 7px;
	padding-left: 30px;
	color: #333;
	background: #dedede url(../img/pdfIcon.gif) no-repeat 3px 3px;
	margin-bottom: 24px;
}

#hoofdartikel a#folderLink:hover {
	color: #eb2246;
}

#literatuurtitel {
	margin-top: 14px;
}

#literatuurBox {
	float: left;
	padding: 0 0 120px 0;
}

h3 {
	color: #EB2246;
	font-weight: 400;
}

h4 {
	color: #4D5A52;
	font-weight: 400;
	font-style: italic;
}

h3.boektitel {
	background-color: #dedede;
	color: #000;
	padding: 3px;
	margin-bottom: 4px;
	clear: left;
	float: left;
	width: 380px;
}

.boekafbeelding {
	width: 180px; 
	height: 180px;
	position: absolute;
	left: 32px;
	bottom: 82px;
}

#hoofdartikel p.boektekst {
	clear: left;
	padding: 3px;
	margin-bottom: 4px;
	float: left;
	width: 380px;
}

/* @end */

/* @group fotoReeks */

#hoofdartikel_voorpagina ul#fotoReeks {
	clear: left;
	float: left;
	display: inline;
	width: 594px;
}

#fotoReeks li {
	clear: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 133px;
	line-height: 100%;
	margin-right: 20px;
}



#homeSchema {
	position: relative;
	height: 254px;
	margin: 15px 0 20px 0;
}

#homeSchema .consultatie {
	width: 147px;
	height: 145px;
	display: block;
	text-indent: -9999px;
	margin-top: 42px;
	background: url('../img/schema_consultatie.gif') no-repeat;
}

#homeSchema .psychodiagnostiek {
	position: absolute;
	left: 147px;
	top: 0;
	width: 446px;
	height: 68px;
	background: url('../img/schema_psychodiagnostiek.gif') no-repeat;
	text-indent: -9999px;
}

#homeSchema .psychotherapie {
	position: absolute;
	left: 147px;
	top: 92px;
	width: 446px;
	height: 68px;
	background: url('../img/schema_psychotherapie.gif') no-repeat;
	text-indent: -9999px;
}

#homeSchema .groepstraining {
	position: absolute;
	left: 147px;
	top: 180px;
	width: 446px;
	height: 78px;
	background: url('../img/schema_groepstraining.gif') no-repeat;
	text-indent: -9999px;
}

table {
	color: #4D5A52;
}


table.overview {
	margin: 0 0 20px 0;
	width: 260px;
}

.consultType {
	text-align: right;
	vertical-align: right;
	width: 120px;
	padding: 0 10px 0 0;
}

.consultPrice {
	background: #DFDAD2;
	padding: 5px;
	width: 100px;
}

#psychoDiagnosticPrices {
	margin: 0 0 20px 0;
}

#psychoDiagnosticPrices td {
	background: #DFDAD2;
	padding: 5px;
	font-weight: 700;
	text-align: center;
}

#psychoDiagnosticPrices th {
	padding: 5px;
	width: 80px;
	font-weight: 400;
	text-align: center;
}

#psychoDiagnosticPrices th.type {
	width: 80px;
	padding: 10px 15px 10px 0;
	text-align: right;
}


/* @end */

#hoofdartikel .vcard li {
	list-style-type: none;
}
