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


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

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

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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	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}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


/* admin bereich */


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

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

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

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