/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Link3:link {
	text-decoration: none 
}

.Link1:link {
	font-size: 9px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link3:visited {
	text-decoration: none 
}

.Link2:visited {
	text-decoration: none 
}

.Link1:visited {
	font-size: 9px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link3{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

.Link2{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(80,79,79);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link1{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 9px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link3:hover {
	color: rgb(255,153,204);
 	text-decoration: underline
}

.Link2:hover {
	color: rgb(128,128,128);
 	text-decoration: underline
}

.Link1:hover {
	font-size: 9px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}