﻿#StatusInfo
{
	height: 0px; /*100*/
	width: 940px;
	font-size: 0.7em;
	text-align: left;
	color: #808080;
}


#Balken_Unten #loader
{
	padding: 0px 0px 0px 0px;
	z-index: 1;
	position: static;
	left: 250px;
}


/**/
.asdfasdasdf
{
	color: #ffff55;
	font-size: larger;
}

#main .bisher
{
	color: #000000;
	padding: 0px 3px 0px 3px;
}
#main .neu
{
color: #006699;
font-size: 1.2em;

padding: 0px 3px 0px 3px;

width:100px;
height:100px;
background:#FFFFFF;
animation:myfirst 2s linear infinite;
-moz-animation:myfirst 2s linear infinite; /* Firefox */
-webkit-animation:myfirst 2s linear infinite; /* Safari and Chrome */
-o-animation:myfirst 2s linear infinite; /* Opera */
}

@keyframes myfirst
{
0%,100%   {background:#FFFFFF;}
25%  {background:#FDFD02;}
50%  {background:#FFCC00;}
75% {background:#FFFF66;}

}

@-moz-keyframes myfirst /* Firefox */
{
0%,100%   {background:#FFFFFF;}
25%  {background:#FDFD02;}
50%  {background:#FFCC00;}
75% {background:#FFFF66;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%,100%   {background:#FFFFFF;}
25%  {background:#FDFD02;}
50%  {background:#FFCC00;}
75% {background:#FFFF66;}
}

@-o-keyframes myfirst /* Opera */
{
0%,100%   {background:#FFFFFF;}
25%  {background:#FDFD02;}
50%  {background:#FFCC00;}
75% {background:#FFFF66;}
}