/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	background-image: url( "../assets/images/u2m__BasisElemente__VerlaufstreifenOben_02.jpg" );
 	background-repeat: repeat-x;
 	background-position: top
}

.Link1:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(207,197,217);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(207,197,217);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link1:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(207,197,217);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link1:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(147,147,147);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}