/*
css for all a-elements for jemanja.ch
*/

a:link, 
a:visited
{
	text-decoration:underline;
	color:#ED1280;
}

a:hover, 
a:active
{
	color:#4077a7;
}




#nav a:link, 
#nav a:visited
{
	color:#d1dfea;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:900;
	font-size:13px;
	padding-bottom:12px;
}

#nav a:hover, 
#nav a:active
{
	/* background:url(../images/hier.gif) center bottom no-repeat; */
	color:#ED1280;
}

#nav a.hier
{
	color:#94B5CF;
	background:url(../images/hier.gif) center bottom no-repeat;
}





#sub a:link, 
#sub a:visited, 
#skip a:link, 
#skip a:visited 
{
	text-decoration:none;
	color:#ED1280;
}

#sub a:hover, 
#sub a:active, 
#sub a.hier, 
#skip a:hover, 
#skip a:active 
{
	color:#000;
}




#footer a:link, 
#footer a:visited
{
	text-decoration:none;
	color:#C2E0EE;
	font-size:11px;
}

#footer a:hover, 
#footer a:active
{
	color:#fff;
	font-size:11px;
}


#bildnav a:link, 
#bildnav a:visited 
{
	text-decoration:none;
	font-size:11px;	
	color:#ED1280;
	padding-bottom:11px;
}

#bildnav a:hover, 
#bildnav a:active 
{
	color:#fff;
}

#bildnav a.hier
{
	color:#CED7D9;
	background:url(../images/hier.gif) center bottom no-repeat;
}

