body		
		{
		background-color: #D8DBF8;
		}
.wrap 
		{
			width: 925px; 
			height: 575px;
			margin: 0 auto;
			margin-top: 30px;
			margin-bottom: 10px;
			border: 0px solid red;
		}
		
.linkerblok	
		{
		background: url("afbeeldingen/regenbooglinksbrighter.jpg");
		height: 575px;
		width: 190px;
		position: relative;	
		font-size: 16px;
		}
		
.infolinks
		{
		padding: 20px;
		font-family: Tahoma, Arial;
		color: #60508C; /*#7964B2 121,100,178*/
		}
h1 	{
	letter-spacing : 0.03em; 
	text-align: center; 
	font-size: 16px; 
	word-spacing: 4px; 
	letter-spacing: 0.04em; 
	margin-top: -2px;
} 	
h2{ font-size: 15px; 
	text-align: center; 
	letter-spacing: 0.02em; 
	margin-bottom: -7px; 
	margin-top: -5px;
} 
h3{ font-size: 15px; 
	text-align: center; 
	letter-spacing: 0.02em; 
	color: #AA43B5; 
}
h4{ font-size: 15px; 
	text-align: center; 
	letter-spacing: 0.02em; 
}
.titelmiddenboven	
{
 	
		height: 25px;
		width: 377px;
		position: relative;
		top: -583px;
		left: 260px;
		font-size: 17px;
		font-family: Tahoma, Arial;
		color: #7964B2;
		font-weight: bold;
		padding: 5px;
		}
	
 .content	
{
	
		height: 175px;
		width: 396px;
		position: relative;
		top: -575px;
		left: 260px;		
		font-size: 16px;
		line-height: 1.19em;
		font-family: Tahoma, Arial;
		color: #6E5D9E;/* */
		padding: 5px;
		}
.titelcontent	
{
		font-size: 17px;
		font-family: Tahoma, Arial;
		color: #7964B2;
		font-weight: bold;
		}

	
.rechterblok	/*rechts interne links  /div */
		{
		background: url("afbeeldingen/regenboogrechtsbrighter.jpg");/*#D8DBF8background-color: #66D8FF;/*66CCFF #A9E4DC */

		height: 575px;
		width: 190px;
				
		position: relative;
		top: -760px;
		left: 735px;
		font-size: 16px;
		font-family: Tahoma, Arial;
		color: #333399;
		
		}

/*opsomming meditatie data */	
li.healing
		{
		list-style: none;
		margin: 3px 0 0 0; /*met een extra menu item 30 px */
		}
ul.healing 
		{
		margin-top: -7px;
		margin-bottom: 14px;
		} 		
/*internelinks menu */
		li
		{
		list-style: none;
		margin: 30px 0 0 -7px; /*zonder extra menu item 35 px */
		} 

		a.speciaal:link, a.speciaal:visited
		{ 
		   text-decoration: none;
		   color: #60508C;
		   font-weight: bold;
		} 
		a.speciaal:hover, a.speciaal:active
		{ 
			font-style: italic;
			color: #B652BC;
			font-weight: bold;
		} 
/*links in de tekst*/		
		a.speciaalbold:link, a.speciaalbold:visited
		{ 
		   text-decoration: none;
		   font-weight: bold;
		   color: #BB5ECC;
		} 
		a.speciaalbold:hover, a.speciaalbold:active
		{ 
			font-style: italic;
			color: #FDF5E6;
			font-weight: bold;
		} 

/* code voor lightbox afblijven! */
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat;
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	background: #fff;
}
#imageData {
	padding: 0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background: #000;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {/* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
}
.blokmidden3 {
	height: 20px;
	width: 400px;
	font: 10px Verdana;
	color: #BA864F;
	position: relative;
	top: -1000px;
	left: 250px;
}
/* voor de mailafriend-pagina */
		
#reacties{ 
border:2px dotted #B2A9C9; 
background-color: #E3DBF6;
padding-left:8px;
}
p.inspringen { /* pg meditatie-workshop*/
margin-left: 110px;
font-size: 14px;
} 
p.smaller { /* pg meditatie-workshop*/
color: #B652BC;
font-size:13px;
letter-spacing: 0.01em;
} 
p.kleiner { /* pg meditatie-workshop*/
font-size:15px;
letter-spacing: 0.01em;
line-height: 1.1em;
}
p.center {
text-align: center;
} 
p.copyright {
text-align: center;
font-size: 10px; 
color: #84678B;
} 
p.logolinks{
text-align: center;
margin-top: 2px;
} 
p.websitebouw { /* pg index*/
font-size:10px;
letter-spacing: 0.01em;
text-align: center;
color: #e0e2f8; /*dbdef8*/
}
#form {
color: #696969; 
background:  #fcfcfc; 
font-family: arial, sans-serif; 
font-size: 11pt;
} 
.formcontact {  
font-size: 100%;
}
.center {
text-align: center;
} 
.top {
text-align: center;
color: #b7bed9; /*dbdef8*/
font-size:17px;
font-family: arial, sans-serif;
letter-spacing: 0.35em;
} 
.letterspacing {
letter-spacing: 0.12em;
}
.telefoon{
margin-bottom: -14px;
} 
.bold {
font-weight: bold;
}
