/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.maus {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	line-height: 21px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);
 	display: block
}

.maus:link {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	line-height: 21px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);
 	display: block
}

.maus:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	line-height: 21px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);
 	display: block
}

.maus:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(255,153,0);
 	letter-spacing: 2px;
 	line-height: 21px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);
 	display: block
}

.maus:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(204,204,204);
 	letter-spacing: 2px;
 	line-height: 21px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);
 	display: block
}
