/* Orthosafe Button Style Sheet */

body
{
	background:			#DDDDDD;	// hell grau
//	background-image:url(indexFiles/background.jpg);
//	background-image:url(body-background.gif);
}

a
{
//	font-family:		Verdana;
	font-family:		Arial;
//	font-family:		Arial Narrow;
//	font-style:			italic;
	font-size:			14pt;
	text-decoration:	none;	/* sonst => underline */
	color:				white;
	text-align:			center;
}

a.btn
{
//	font-size:			14pt;
	font-weight:		bold;
	display:			block;			/* Text in der Zelle auf ganzer Breite aktiv */
	padding-top:		29px;			/* Textpolsterung nach oben und unten */
	padding-bottom:		29px;			/* Textpolsterung nach oben und unten */
//	padding:			15px;			/* Textpolsterung nach oben und unten */
	padding-left:		28px;
	padding-right:		28px;
	background:			#888888;
//	background:			#056EC1;
}

a.btn:hover					/* Textfarbe wenn Cursor darüber schwebt */
{
	background:			white;
//	background:			#056ec1;
	color:				black;
}
