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

input		{background-color: #e4e5ea; color: #3d3d3d; font-family: Tahoma; font-size: 11px; border: 0}
textarea	{background-color: #e4e5ea; color: #3d3d3d; font-family: Tahoma; font-size: 11px; border: 0}
select		{background-color: #e4e5ea; color: #3d3d3d; font-family: Tahoma; font-size: 11px; border: 0}

TD              {FONT-SIZE: 11px; FONT-FAMILY: Tahoma; line-height: 20px; color: #666666}

.text		{color: #FFFFFF; font-family: arial; font-size: 12px; }
.pic           	{BORDER-TOP: #F5F5F5 1px solid; BORDER-LEFT: #F5F5F5 1px solid;
                BORDER-RIGHT: #F5F5F5 1px solid; BORDER-BOTTOM: #F5F5F5 1px solid;}

.tabmain       	{BORDER-LEFT: #F5F5F5 1px solid;}

                
/* ---------------------------------------------------------------------------
 * IE HACK FOR PNG!
 */
.png {
	filter:expression(
			this.test
			? "" :
			(
				this.src.substr(this.src.length-4)==".png"
				?
				(
					(!this.complete)
					? "" :
						this.runtimeStyle.filter=
						("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
						(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
						String(this.test=true).substr(0,0)+
						(this.src="http://www.dresden-bowlers.de/images/blank.png").substr(0,0)
				)
				:
				this.runtimeStyle.filter=""
			)
		);
}