

/*
from Dreamspell.js
//	this.tzolkinDiv.style.position = 'absolute';
//	this.tzolkinDiv.style.display = "block";
//	this.tzolkinDiv.style.top = '100px' ;
//	this.tzolkinDiv.style.left = '0px';

*/

/* de hele zolkin div */
#zolkin {
   position: relative;
   display: block;
      
/*   border: 3px solid white; */
}


/* de hele Datum div als bovenste element van #zolkin */
#MayanDate2Kinv2 {
/*
   position: relative;
   top: 0;
   left: 0;

*/ 
	position: relative;
	display: block;
	top: 0;
    left: 0;

/*	border: 3px solid green; */
}

/* de hele DreamspellDiv div als middelste element van #zolkin */
#DreamspellDiv {
   position: relative;
   height: 200px;
   left: 0;
/*   border: 3px solid yellow; */
}

/* de hele sealtoneimages div als linker element van #DreamspellDiv */
	#imgDiv {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 75px;
/*		border: 3px solid blue; */
	}

	#tzolkinDiv {
		position: absolute;
		top: 10px;
		left: 100px;
		
/*		border: 3px solid orange; */
	}

/* de hele harmonic chars div als onderste element van #zolkin */
#MayanKinChart {
   position: relative;
   display: block;
   bottom: 0;
   left: 0;
/*   border: 3px solid red; */
}



/*





 

#MayanDate2Kinv2 {
	
	left:20px;
	top:20px;
}



body {
	color: #001;
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a { 
	text-decoration: inherit; 
	background: transparent; 
}

a:link, a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#folderWrap {
	display: block;
	position:absolute;
	left:450px;
	top:250px;
}



#MayanKinChart {
	position:absolute;
	left:20px;
	top:50px;
}


#DreamspellDiv {
	position:absolute;
	left:450px;
	top:40px;
	width:400px;
}

#kinImg {
	position:absolute;
	left:-400px;
	top:0px;
}

#tzolkinDiv {
	position:absolute;
	top:100px;
	left:0px;
	
}

#LanguageDiv {
	position:absolute;
	top:400px;
	left:500px;	
}



#KinData {
	position:absolute;
	left: 450px;
	top: 550px;
}




#MoonPhaseDiv {
	position:absolute;
	left:450px;
	top:50px;
}



#validator{
	position:absolute;
	left:600px;
	top:600px;
}


#DreamspellCaption {
	font-weight: bold;
	text-transform: uppercase;
}


*/