@-webkit-keyframes fade-in {
	0%   { opacity: 0; }
	50%   { opacity: 0; }
	100% { opacity: 1; }
}

body {
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1.5s;
}

body,td,th {
	font-family: Lucida Sans, Lucida Sans Typewriter, sans-serif, Geneva, Verdana;
	color: #777777;
}
body {
	font-size:0.7em;
	line-height: 2em;
	font-weight:normal;
	background-color: #FFFFFF;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: red;
	
	}
a:active {
	text-decoration: none;
	color: #000000;
}

div#container  {
	position: absolute;
	left: 100px;
	top: 25px;
}

span.zwei  {font-size: 1em;}

span.headline {
	color: #999999; }

span.status {
	font-size: 1.2em;
	color: red; }
	
span.click {font-size: 1.2em; }

.descr {	color: #888888; }

.strong {	color: #000000; }

.copyr {	color: #FFFFFF;	
			font-size:9px; }


