@charset "UTF-8";
/* CSS Document */

#clicklayer {	position:static; 
			width:280px; 
			height:280px;
			background-image:url(gfx/background.gif);
			cursor:pointer;
			z-index: 5;
}

#myspace {	position:static; 
			width:280px; 
			height:280px;
			background-image:url(gfx/background.gif);
			z-index: 1;
}

#countdown { 	position:absolute;
				width:280px;  
				margin-top:220px;
				text-align:center;
				z-index:2;
}

#countdown_complete { 	position:absolute;
						width:280px; 
						margin-top:240px;
						text-align:center;
						z-index:2;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Stil2 {font-size: 10px}
.Stil3 {font-size: 12px}
.Stil5 {font-size: 17px}




/* admin bereich */


#adminspace{ 	position:static;
				width:400px;
				height:50px;
											
}

#adminhead { 	position:static;
				width:400px;
				height:57px;
				background-image:url(../gfx/adminheader.gif)
				  					
}

#adminbody { 	position:static;
				width:398px;
				height:auto;
				border: 1px solid #4370c2;
							
}

#loginbody { 	position:static;
				width:398px;
				height:170px;
				border: 1px solid #4370c2;
							
}
