/* 
	Typografie 
	*/

body, p, td, li, div {
	font: small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0A2A02;
}

h1, h2, h3 { font-size: medium; }
a {
	color: #e55a17;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #0A2A02;
}
h4 {
	font-size: medium;
	color: #336600;
}


h6 { font-size: small; }
h2 {
	color: #e55a17;
	margin-bottom: 1ex;
}

h5 {
	font-size: x-small;
	color: #336600;
}



/*
	Layout
	*/
	
body {
	margin: 0;
	padding: 0;
	background: #F3FADB url(images/gradient.jpg) repeat-y right;
	}

#boven {
	background: #E3F3B0 url(images/randje.jpg) bottom right repeat-x;
	height: 132px;
	padding: 6px 0 0 13px;
	margin: 0;
	}
	
#leesmeer {
	font-size: small;
	color: #e55a17;
	font-weight: bold;
	}
/* is nodig om onder het golvende randje uiterst rechts van het scherm
   een gradient te krijgen
   */
#menuwrap {
	width: 100%;
	background: url(images/menu-gradient.jpg) bottom right no-repeat;
	}

#menu {
	/* als je de margin weglaat, centreert het menu niet meer */
	margin: 0 auto;

	width: 955px;
	height: 132px;
	}

#menu img { float: left; }

.main {
	padding: 0 55px 35px 260px;
	margin: 0;
	}

/* als hier geen padding staat, zakt het achtergrond plaatje ook wat naar beneden */	
#content {
	padding-top: 8px;
	}

/* achtergrond plaatjes */
.main#wie         { background: url(images/bg-wie-is-wie3.gif) top left no-repeat; }
.main#wiet        { background: url(images/bg-praktijk.jpg) top left no-repeat; }
.main#echoscopie  { background: url(images/bg-echo.jpg) top left no-repeat; }
.main#contact     { background: url(images/bg-contact.jpg) top left no-repeat; }
.main#cursussen   { background: url(images/bg-cursussen.jpg) top left no-repeat; }
.main#kraamzorg   { background: url(images/bg-kraamzorg.jpg) top left no-repeat; }
.main#winkel      { background: url(images/bg-kinderwens.jpg) top left no-repeat; }
.main#praktijk    { background: url(images/bg-praktijk.jpg) top left no-repeat; }
.main#behandeling { background: url(images/bg-behandeling.jpg) top left no-repeat; }

