@charset "utf-8";
/* CSS Document */

.button			{	height:21px;
					width:86px;
					float:right;
					text-align:center;
					font-size:11px;}

.button a		{background-image:url(bilder/1px_sw.gif);
					height:21px;
					width:86px;
					float:right;}

.button a:hover	{background-image:url(bilder/button_bereit.gif);
					height:21px;
					width:86px;
					color:#FFF;}
					
.button_aktiv	{	height:21px;
					width:86px;
					float:right;
					font-size:11px; font-weight:bold;
					text-align:center;
					color:#F00;}