/* CSS-Formatierung für die Startseite mit dem Maya-Kalender */
body {
	background-color:#000000;
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	background-image:url(../bilder/hintergrundsterne.gif);
	background-repeat:repeat;
	margin:0;
	padding:0;
}

div#container {
	position:relative; 
	width:700px;
	height:auto;
	margin:30px 10px 10px 10px; /*oben rechts unten links */	
	border:0;
  Left:50%;
	margin-left:-350px;

}

div#tzolkin {
	position:relative;
	left:0px; 
	top:0px; 
	width:80px; 
	height:auto;

}

img#tzolkin-script {
	position:absolute;
	left:15px; 
	bottom:17px;
}



div#eingang {
	position:relative;
	width:100%;
	height:auto;
	margin:0px; /*oben rechts unten links */
	left:0px;
	text-align:center;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div#erde {
	position:absolute;
	margin-top:50px;
	width:60px;
	height:auto;
	float:right;
	left:640px;
	top: 289px;
	visibility: visible;
	
}
div#MainText {
	position: absolute;
	left: -26px;
	top: -51px;
	width: 814px;
	height: 417px;
	visibility: hidden;
	z-index: 4;
}
