
/** File: /css/nav.css
  * Description: Formate für die Normale Navigation
  */

A.navABCNavChar {
    font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
P.navABCNavChar {
    font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}


A:HOVER.navABCNavChar {
    font-size: 12px;
	color: #333333;
	font-weight: bold;
}


.navABCNavCharHighLight {
    font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.resultTitle {
    font-size: 10px;
	color: #33333;
    margin: 0px 0px 10px 0px; 
	text-decoration: none;
}
A:HOVER.resultTitle {
    font-size: 10px;
	color: #33333;
    margin-bottom:10px; 
	text-decoration: underline;
}


p.resultArtists {
    font-size: 10px;
	color: #33333;
    margin-top:10px; 
	margin-bottom:10px;
}

p.resultComposers {
    font-size: 10px;
	color: #33333;
	margin-top:5px;
}

p.resultGfx {
    font-size: 9px;
	font-weight: bold;
	margin: 0px;
}

.resultAudNr {
    font-size: 9px;
	text-decoration: none;
	margin: 0px;
}

A.resultArtistLink {
    font-size: 10px;
    color: #000066;
	text-decoration: none;
}

A:HOVER.resultArtistLink {
    font-size: 10px;
	text-decoration: underline;
}
A:VISITED.resultArtistLink {
    font-size: 10px;
    color: #000033;
}

.resultArtistLinkHighLight {
    font-weight: bold;
	color: red;
	font-size: 10px;
}
