/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #339933; color:#fff; text-shadow: none; }
::selection { background:#339933; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: Lazzo.nl
 */


body {
    font-family: Arial;
    margin: 0 auto;
    ssoverflow: hidden;
    width: 989px;
    color:#333;
}
a {color:#333;}
h3 { color: #996699; }
h4 { 
font-size: 0.9em;
font-weight: normal;	
color: #409C30; }
body.haptotherapie-section h4 { color: #19A0C8; }

div#tagline {
    background: none repeat scroll 0 0 #9E9F9B;
    color: #FFFFFF;
    display: block;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    height: 4em;
    line-height: 4.2;
    position: relative;
    text-indent: 230px;
    z-index: 1;
}
div#tagline a:active, div#tagline a:visited, div#tagline a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
div#tagline a:hover { color: #333; }

#home {
    background: url("images/logo.png") no-repeat scroll 0 center #9E9F9B;
    display: block;
    height: 40px;
    position: absolute;
    text-indent: -5000px;
    top: 1.5em;
    width: 205px;
    z-index: 2;
}

#main-navigation {
    margin: 0 -495px 0 0;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 10;
	list-style: none;
}
#main-navigation li a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px 0 0 4px;
    background-color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    margin: 10px 0;
    padding: 0 15px;
    text-decoration: none;
}
#main-navigation li:first-child a {
	color:#0099CC;
}
#main-navigation li:first-child + li a {
	color:#339933;
}
#main-navigation li:first-child + li + li a {
	color:#996699;
}


#navigation {
	background: #9E9F9B;
	margin: -1px 0 0 0;
	color: #fff;
	overflow: hidden;
	list-style: none;
	height: 3em;
	position: relative;
	-moz-border-radius: 0 0 1em 1em; 
	-webkit-border-radius: 0 0 1em 1em; 
	border-radius: 0 0 1em 1em;
	          
	-moz-box-shadow: 0 4px 12px -8px #000000; 
	-webkit-box-shadow: 0 4px 12px -8px #000000; 
	box-shadow: 0 4px 12px -8px #000000;
	
	behavior: url(PIE.htc); 
}
h1 a:active, h1 a:visited, h1 a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
h1 a:hover { color: #333; }

#navigation li {
	float: left;
	border-left: 1px solid #fff;
	padding: 0 1em;
}
#navigation li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#navigation li a.active, #navigation li a:hover {
	color: #333;
}
#navigation li:first-child {
    border-left: 0 none;
    margin-left: 40px;
    padding-left: 0;
}

#content {
    height: 519px;
    margin-top: -1em;
}
body.mensendieck #content {
	background: url(images/back1.jpg);
}
body.wat-is-oefentherapie-mensendieck #content {
	background: url(images/back2.jpg);
}
body.wie-is-haptomotion #content {
	background: url(images/back3.jpg);
}
body.tarieven-mensendieck #content {
	background: url(images/back4.jpg);
}
body.zwangerschapscursus #content {
	background: url(images/back10.jpg);
}
body.korte-cursus #content {
	background: url(images/back5.jpg);
}
body.tarieven-zwangerschapscursus #content {
	background: url(images/back10.jpg);
}
body.docenten #content {
	background: url(images/back3.jpg);
}
body.mama-move #content {
	background: url(images/back11.jpg);
}
body.haptotherapie #content {
	background: url(images/back6.jpg);
}
body.wat-is-haptotherapie #content {
	background: url(images/back7.jpg);
}
body.de-haptonomische-aanraking #content {
	background: url(images/back8.jpg);
}
body.haptotherapie-tarieven #content {
	background: url(images/back9.jpg);
}

#block1 {
	width: 590px;
	padding: 20px;
	background: #FFFEFA;
	opacity:0.8;
	filter: alpha(opacity=80);
	display: inline-block;
	margin: 40px 0 0 40px;
	float: left;
}
#block2 {
	width: 205px;
	background: #FFFEFA;
	opacity:0.8;
	filter: alpha(opacity=80);
	display: inline-block;
	margin: 40px 0 10px 35px;
	padding: 10px 15px;
}
#block3 {
	width: 205px;
	margin: 0 0 35px 35px;
	background: #FFFEFA;
	opacity:0.8;
	filter: alpha(opacity=80);
	display: inline-block;
	padding: 10px 15px;
}
#block4 {
	width: 590px;
	padding: 20px;
	background: #FFFEFA;
	opacity:0.8;
	filter: alpha(opacity=80);
	display: inline-block;
	margin: 40px 0 0 40px;
	float: left;
}
#block1 h1 {
	color: #409C30;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}
.wie-is-haptomotion #block1 {
    padding: 20px 20px 0 20px;
}
.wie-is-haptomotion #block4 {
    padding:  5px 20px 5px 20px;
    margin: 20px 0 0 40px;
}
body.haptotherapie-section #block1 h1 {
color: #19a0c8;
}
body.zwangerschapscursus-section #block1 h1 {
color: #996699;
}
#block1 h1 span {
font-size: 0.7em;
color: #333;
}
#block1 p {
	margin-bottom: 20px;
}
#block1 ul {
    list-style-image: url("images/bullit.png");
    list-style-position: outside;
    margin: 0 0 20px 13px;
}
body.haptotherapie-section #block1 ul {
    list-style-image: url("images/bullit-blue.png");
}
body.zwangerschapscursus-section #block1 ul {
    list-style-image: url("images/bullit-purple.png");
}
#block2 p, #block3 p {
	line-height: 1.5;
}
body.index {
	background: url("images/homeback.jpg") no-repeat scroll center center transparent;
}
body.index #home { 
background: url("images/logo0.png") no-repeat scroll 0 center transparent;
}
body.haptotherapie-section #home { 
background: url("images/logo0.png") no-repeat scroll 0 center transparent;
}
body.zwangerschapscursus-section #home {
background: url("images/logo-purple.png") no-repeat scroll 0 center transparent;
}
body.index > h1 {
    background: none repeat scroll 0 0 transparent;
    text-shadow: 1px 1px 4px #000000; 
}
body.index #content { 
	position: relative; 
	margin: 0;
	height: 545px;	
}
body.index #content > a {
	background: #FFFEFA;
	opacity:0.8;
	filter: alpha(opacity=80);
	position: absolute;
	padding: 24px;
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}
body.index #content > a:hover {
opacity:0.9;
filter: alpha(opacity=90);
}
body.index #content > a h1 { 
    font-size: 3.2em;
    text-transform: uppercase;	
}
body.index #content > a > span { 
 background: url("images/anchor.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    color: #666666;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-indent: 22px;
}

#homeblock1 {
top: 80px; left: 23px; width: 413px;
}
#homeblock1 h2 {
    color: #0099cc;
    font-size: 3.2em;
    text-transform: uppercase;
}
#homeblock1 ul {
    list-style-image: url("images/bullit-blue.png");
    list-style-position: outside;
    margin: 0 0 0 13px;
}
#homeblock2 {
top: 80px; left: 504px; width: 413px;
}
#homeblock2 h2 {
    color: #339933;
    font-size: 3.2em;
    text-transform: uppercase;
}
#homeblock2 ul {
    list-style-image: url("images/bullit.png");
    list-style-position: outside;
    margin: 0 0 0 13px;
}
#homeblock3 {
	left: 238px;
	top: 347px;
	width: 478px;
}
#homeblock3 h2 {
    color: #996699;
    font-size: 2em !important;
    text-transform: uppercase;
}
#homeblock1 h3, #homeblock2 h3, #homeblock3 h3 {
    color: #333333;
}
.sub-text {
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.3 !important;
    margin-top: 1em;
}
#zwangerschap-cursus-agenda {
list-style-image: none !important;
list-style: none;
margin: 0 !important;
}
#zwangerschap-cursus-agenda li {
float: left;
margin-left: 2em;
font-size: 0.9em;
}
#zwangerschap-cursus-agenda li:first-child {
margin-left: 0;
}
.cursus {
color: #996699;
font-weight: bold;
}
.docent {
color: #996699;
font-weight: bold;
}
table.tarieven {
    margin-bottom:20px;
}
.tarieven th {
color: #996699;
font-weight: bold;
text-align: left;
white-space: nowrap;
padding-right: 27px;
}

.info-text {
    font-size: 0.8em;
    line-height: 1.3 !important;
}
.info-text a:active, .info-text a:visited, .info-text a:link {
    color: #333333;
	text-decoration: none;
}
/* WU: refactored to cursus since the name was interfering with page korte-cursus
.korte-cursus {
color: #996699;
font-weight: bold;
}
*/

#footer {
	background: #9E9F9B;
	margin: 0;
	color: #fff;
	text-align: center;
}
#footer li {
	display: inline;
	border-left: 1px solid #fff;
	padding: 0 1em;
	line-height: 2;
	font-size: 0.85em;
}
#footer li a {
	text-decoration: none;
	color: #fff;
}
#footer li a:hover { text-decoration: underline; }
#footer li:first-child { border-left: 0; }


@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


