/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.NaviSong:activ {
	font-size: 12px;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.NaviSong:link {
	font-size: 12px;
 	color: rgb(51,102,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.NaviHome {
	font-size: 14px;
 	color: rgb(95,95,95);
 	text-decoration: none ;
 	background-color: rgb(221,221,221);
 	margin: 0px 0px 10px 10px;
 	display: block
}

.NaviHome:activ {
	font-size: 14px;
 	color: rgb(51,102,153);
 	text-decoration: none ;
 	background-color: transparent;
 	margin-left: 10px
}

.NaviSong:visited {
	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.NaviHome:link {
	font-size: 14px;
 	color: rgb(95,95,95);
 	text-decoration: none ;
 	background-color: rgb(221,221,221);
 	margin-left: 10px
}

.NaviHome:visited {
	font-size: 14px;
 	color: rgb(51,102,153);
 	text-decoration: none ;
 	background-color: rgb(221,221,221);
 	margin-left: 10px
}

.NaviSong {
	font-size: 12px;
 	color: rgb(51,102,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.NaviSong:hover {
	font-size: 12px;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.NaviHome:hover {
	font-size: 14px;
 	color: rgb(51,102,153);
 	text-decoration: underline;
 	background-color: transparent;
 	margin-left: 10px
}
